1493 Commits

Author SHA1 Message Date
Catalin Cristescu
b0e373ddbe Use uniqid together with the PID to generate a temporary folder name
when the persistent storage it's located in the system tmp.

Dropped the uniqueid.
2017-06-15 10:06:23 -04:00
Anton Medvedev
40330bba4f Remove patreon links 2017-06-15 15:43:47 +07:00
Catalin Cristescu
ad11d01e5f Use uniqid together with the PID to generate a temporary folder name
when the persistent storage it's located in the system tmp
2017-06-14 10:55:09 -04:00
Catalin Cristescu
d013f95751 In a multi user environment where multiple projects are located on the same instance(s)
if two or more users are deploying a project on the same environment, the generated hosts files
	are overwritten or worse, the deploy will fail due to file permissions

Make the persistent storage folder configurable or use the system tmp 
	as default if not possible
2017-06-14 10:37:38 -04:00
Anton Medvedev
f4665a60ff Merge pull request #1254 from nicodmf/patch-4
Update functions.php
2017-06-13 17:23:42 +07:00
Anton Medvedev
09b5d24efe Merge pull request #1261 from Addvilz/master
Mitigate missing `which` command on some systems
2017-06-13 08:14:44 +07:00
Matiss Treinis
3ac6b36ee9 Add changelog entry 2017-06-12 13:03:58 +02:00
Matiss Treinis
51d1b2e65c Allow use of command, type and which to locate custom binary paths 2017-06-12 13:01:25 +02:00
Nicolas de Marqué Fromentin
e8bbd6d5f4 Update functions.php
As it the upload function don't take any options
2017-06-05 16:56:24 +02:00
Anton Medvedev
891d25108b Add check for unzip 2017-06-05 12:53:01 +07:00
Anton Medvedev
4d7ec8d32e Update CHANGELOG.md v5.0.3 2017-05-31 20:32:24 +07:00
Anton Medvedev
32ae6a6a1f Merge pull request #1252 from itelmenko/laravel_version_parser
Fix a parsing of laravel version in output "php artisan --version"
2017-05-31 20:29:01 +07:00
Igor Telmenko
1d84c0d329 Parsing of laravel version. More universal regex 2017-05-31 13:37:50 +03:00
Igor Telmenko
85f36abfd7 Fix a parsing of laravel version in output "php artisan --version" 2017-05-31 12:24:33 +03:00
Anton Medvedev
ddeb64930a Add misc tests 2017-05-31 13:55:57 +07:00
Anton Medvedev
4e2c96b9b0 Update CHANGELOG.md v5.0.2 2017-05-31 13:06:47 +07:00
Anton Medvedev
120dae4852 Merge pull request #1246 from lucasmezencio/check-laravel-version-before-symlink-storage
Check laravel version before symlink storage
2017-05-31 13:03:32 +07:00
Lucas Mezêncio
9279e2c6c0 Merge branch 'master' into check-laravel-version-before-symlink-storage 2017-05-30 17:41:36 -03:00
Lucas Mezêncio
910e2e2aee Update changelog 2017-05-30 17:40:25 -03:00
Lucas Mezêncio
704fc697f1 Update changelog 2017-05-30 17:40:24 -03:00
Lucas Mezêncio
0bd8d4aba9 Update changelog 2017-05-30 17:34:42 -03:00
Lucas Mezêncio
69c8f7c1e2 Fix version regex and change version check 2017-05-30 17:32:25 -03:00
Lucas Mezêncio
03bbf7e557 Update changelog 2017-05-30 17:32:25 -03:00
Barry vd. Heuvel
724fa20c60 Update CHANGELOG.md 2017-05-30 17:32:25 -03:00
Barry vd. Heuvel
5e3feb99c4 Disable maintenance after failure 2017-05-30 17:32:11 -03:00
Anton Medvedev
be47160e17 Merge pull request #1251 from barryvdh/patch-3
Disable maintenance after failure
2017-05-30 19:23:41 +07:00
Lucas Mezêncio
ecc85dbc19 Update changelog 2017-05-30 09:09:54 -03:00
Barry vd. Heuvel
614e3ab288 Update CHANGELOG.md 2017-05-30 12:07:02 +02:00
Barry vd. Heuvel
f46a483244 Disable maintenance after failure 2017-05-30 10:42:37 +02:00
Lucas Mezêncio
7abcbbe033 Compare versions using PHP's built-in function version_compare() 2017-05-28 16:20:11 -03:00
Lucas Mezêncio
54b589f11c Change from task to configuration option 2017-05-28 16:18:41 -03:00
Lucas Mezêncio
c0f927fc70 Check Laravel version before run artisan storage:link
Since Laravel 5.2 does not have `artisan storage:link` command, we can't call it.
2017-05-27 23:10:44 -03:00
Lucas Mezêncio
6229d681eb Add Laravel version task 2017-05-27 23:09:45 -03:00
Anton Medvedev
6fdbc9838e Merge pull request #1239 from dudu84/master
#1137 - Added tests for HostSelector and ScriptManager.
2017-05-26 18:08:09 +07:00
de Christo
5a200a60f6 #1137 - Added tests and header comment 2017-05-26 10:09:30 +02:00
de Christo
9999e76802 #1137 - Adjusted coding style 2017-05-26 08:36:46 +02:00
de Christo
5fc67f66c0 #1137 - Adjusted coding style 2017-05-26 08:35:01 +02:00
de Christo
e84edfda30 #1137 - Adjusted coding style 2017-05-26 08:32:47 +02:00
de Christo
b825e47aa1 #1137 - Adjusted coding style 2017-05-26 08:29:42 +02:00
Anton Medvedev
0774c09865 Merge pull request #1240 from klitsche/fix-1227
Fixes upload / download with optional rsync ssh option #1227
2017-05-26 13:15:20 +07:00
Dirk Adler
a06757a591 Update CHANGELOG.md 2017-05-25 22:29:00 +02:00
Dirk Adler
180d9ffdfa fix extra options for rsync in upload / download 2017-05-25 22:22:42 +02:00
de Christo
70138c8003 #1137 - Added tests for HostSelector and ScriptManager. 2017-05-25 21:40:33 +02:00
Anton Medvedev
34a80d1e06 Update UPGRADE.md 2017-05-24 14:33:48 +07:00
Anton Medvedev
c517e2949e Update UPGRADE.md 2017-05-24 14:33:03 +07:00
Anton Medvedev
dc8955b446 Update CHANGELOG.md v5.0.1 2017-05-21 12:47:55 +07:00
Anton Medvedev
f6191f169b Merge pull request #1221 from snebes/patch-2
Cast "mixed" value as array.
2017-05-21 12:45:28 +07:00
Anton Medvedev
56ff118b8a Merge branch 'master' into patch-2 2017-05-21 12:45:04 +07:00
Anton Medvedev
bf116492a1 Update CHANGELOG.md 2017-05-21 12:41:49 +07:00
Anton Medvedev
1f9c74d4b0 Merge pull request #1222 from barryvdh/patch-3
Bump passphrase timeout to 30secs, check if process is running
2017-05-21 12:40:26 +07:00