Commit graph

4022 commits

Author SHA1 Message Date
Josué Tille
9109850fb0
Fix mailbox info when user not allowed to access to mail 2019-01-17 22:15:15 +01:00
Josué Tille
5a6a85ab07
Add check LDAP integrity 2019-01-17 22:15:15 +01:00
Josué Tille
efffff750e
Implement Tests for groups and permissions 2019-01-17 22:15:15 +01:00
Josué Tille
6d3cb916b5
Improve migration 2019-01-17 22:15:15 +01:00
Josué Tille
1de4625d01
Remove disclaimer for migration 2019-01-17 22:15:15 +01:00
Josué Tille
ad3d8786d6
Change MoulinetteError to YunohostError 2019-01-17 22:15:14 +01:00
Josué Tille
f22e7144b4
Implement migration while restore backup 2019-01-17 22:15:14 +01:00
Josué Tille
0d3d33fdce
Implement migration for group and permission 2019-01-17 22:15:14 +01:00
Josué Tille
811d1f6a9c
Fix app_setings_get for path 2019-01-17 22:15:14 +01:00
Josué Tille
9ac60be564
Sync permission only at end of each operation 2019-01-17 22:15:14 +01:00
Josué Tille
b01e4b61f5
Implement backup - restore and update test 2019-01-17 22:15:13 +01:00
Josué Tille
4c2ae4fc77
Implement permission helper 2019-01-17 22:15:13 +01:00
Josué Tille
ad628b7620
Use root UID to authenticate to LDAP 2019-01-17 22:15:13 +01:00
Josué Tille
c1dc117863
Implement permission for app 2019-01-17 22:15:13 +01:00
Josué Tille
fbaddd9002
Implement permission management 2019-01-17 22:14:24 +01:00
Josué Tille
bb892bb1a4
Implement group management 2019-01-17 22:14:24 +01:00
Josué Tille
d975ed2689
Update LDAP config 2019-01-17 22:14:24 +01:00
Alexandre Aubin
836083a62e Handle unexpected errors... 2019-01-17 20:15:18 +00:00
Alexandre Aubin
442bd8c3e4 [fix] Woopsies ... cannot use check_call because we need a non-block call. Also Popen won't trigger a CalledProcessError 2019-01-17 20:12:09 +00:00
Alexandre Aubin
bfe5056720
[fix] _run_service_command was not properly returning False if command failed (#616) 2019-01-17 16:12:49 +01:00
Mickaël Martin
808d844f84 Change git clone for gitlab working with branch (#615) 2019-01-17 16:12:21 +01:00
Alexandre Aubin
9632164c43
Set owner of archives folder to 'admin' (#613) 2019-01-17 16:11:39 +01:00
Alexandre Aubin
c1dcf4c6ac
Merge branch 'stretch-unstable' into enh-add-reload-and-restart-service 2019-01-17 16:10:38 +01:00
Alexandre Aubin
f16da6856f
Merge pull request #608 from YunoHost/fix_change_url
[fix] Fix the way change_url updates the domain/path
2019-01-17 16:07:14 +01:00
Alexandre Aubin
f4d728465a
Enforce --force-confold during apt upgrade (#614)
* Enforce --force-confold during apt upgrade
* Update src/yunohost/tools.py
Co-Authored-By: alexAubin <alex.aubin@mailoo.org>
* Not sure why but every piece of information about confold also set confdef :/
* Export DEBIAN_FRONTEND="noninteractive" during upgrade
2019-01-17 02:10:51 +01:00
Alexandre Aubin
6f89ce0714
Merge pull request #610 from YunoHost/le_crontab_no_checks
[fix] propagate --no-checks cert-install option to renew crontab
2019-01-15 03:18:23 +01:00
Alexandre Aubin
4760cc0ba6 [fix] Microdecision: typo, 'dest' did not exist 2019-01-14 18:49:30 +01:00
Pierre Bourré
3990527f96 add locales 2019-01-09 00:40:26 +01:00
Alexandre Aubin
4935aebb16 Revert "[enh] Improve upnp support (#542)"
This reverts commit 640bc494cb.
2019-01-08 16:25:43 +01:00
Josué Tille
f266cceb26
Fix typo 2019-01-07 20:23:41 +01:00
Laurent Peuch
7362502ad1 [fix] propagate --no-checks cert-install option to renew crontab 2019-01-07 19:05:55 +01:00
Laurent Peuch
2e0efb5b56 [fix] bad key for string formatting 2019-01-07 18:59:23 +01:00
Laurent Peuch
9e1cd73400 [mod] add more verbose error messages 2019-01-07 18:51:12 +01:00
Pierre Bourré
d1a822211c add restart and reload functionality to yunohost service 2019-01-05 03:11:08 +01:00
Josué Tille
d656d5b4ba
Raise a error is path is not available 2018-12-30 22:33:30 +01:00
Josué Tille
412c656a9b
Fix change_url too 2018-12-30 18:59:40 +01:00
Josué Tille
616b0d020b
Fix tests 2018-12-30 18:59:33 +01:00
Josué Tille
9da00bd8b6
Fix change url function 2018-12-30 17:51:55 +01:00
Josué Tille
4282d7edca
Fix tests 2018-12-29 21:16:55 +01:00
Laurent Peuch
1c80e7242b [fix] missing import in migration 2018-12-21 07:01:05 +01:00
Alexandre Aubin
3e1064a3df
Merge pull request #602 from eauchat/stretch-unstable
Also remove /var/mail/<username> directory on user delete (with --purge option)
2018-12-20 17:44:00 +01:00
Alexandre Aubin
0445aed0b2
[microdecision] [fix] DKIM keys for new domains werent generated 2018-12-17 19:50:58 +01:00
chateau
06522b1fa8 Merge branch 'stretch-unstable' of github.com:eauchat/yunohost into stretch-unstable 2018-12-16 22:29:43 +01:00
chateau
0ed392cec0 Added removal of "/var/mail/<username>" directory when removing user with --purge option. 2018-12-16 22:29:31 +01:00
Laurent Peuch
25d81e25ad [mod] unused variables 2018-12-16 03:18:25 +01:00
Laurent Peuch
b68c358023 [mod] remove unused import 2018-12-16 03:18:19 +01:00
Laurent Peuch
8617a1fad6 [mod] simplify code 2018-12-16 03:14:49 +01:00
Laurent Peuch
341d2bbf65 [mod] remove unused import 2018-12-16 03:13:30 +01:00
Laurent Peuch
afaac841ec [fix] missing old error 2018-12-16 03:13:22 +01:00
Josue-T
10ad18194c
Merge branch 'stretch-unstable' into domain_hook 2018-12-15 21:32:26 +01:00