1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

15 Commits

Author SHA1 Message Date
myvesta
a4acb57e54
Fixing removing certificates during apache reload
v-suspend-web-domain on line 49 is triggering apache/nginx reload... that is doing it in the background... and on line 64, we were previously doing 'mv' for certificates... 
If the reload lasts too long it in the background, certificates will vanish because of 'mv' on line 64.
This fix will avoid this collision by doing 'cp' instead of 'mv', then sleeping for 10 sec, and then removing certificates.
We will call this bug "Nemanja Puhalo's bug" because he hit this bug first.
2023-10-08 16:28:08 +02:00
myvesta
39a4dffbce
Check if source user is suspended 2023-09-16 01:20:19 +02:00
dpeca
2f73044746 Wrong order of steps in v-change-domain-owner, fixed 2017-01-25 14:47:32 +01:00
dpeca
a2dab6c94a To avoid chowning mail conf folder if it does not exists 2017-01-25 14:24:49 +01:00
dpeca
b98abaf572 Fix for wrong variable from previous commit 2017-01-10 13:15:32 +01:00
dpeca
419a9b0b1a Fix for DKIM key permission in v-change-domain-owner
Fix is the same as for v-restore-backup - 7815539e91
2017-01-10 12:43:28 +01:00
Serghey Rodin
24a687a75e fix for domain owner search 2016-09-29 23:51:22 +03:00
Serghey Rodin
a61a6e979e refactoring: log_event(), is_format_valid() 2016-06-24 16:31:43 +03:00
Serghey Rodin
e05dca61a6 refactoring: log_event(), is_format_valid() 2016-06-09 16:55:35 +03:00
RhysIT
9189ca9488 Corrected spelling mistakes 2015-11-06 17:38:58 +02:00
Serghey Rodin
263df1cc0e update file ownership on domain migration 2014-04-16 02:33:44 +03:00
Serghey Rodin
cd89023ddf update user counters 2013-10-27 15:36:16 +02:00
Serghey Rodin
861585bcca removed unnecessary sed expr defenition 2013-10-27 13:54:31 +02:00
Serghey Rodin
b36b15921c robust dns cluster sync 2013-10-24 00:10:54 +03:00
Serghey Rodin
0bb4fc1f4e change domain owner 2013-10-23 21:55:39 +03:00