yunohost/src/yunohost
2019-10-10 00:05:20 +02:00
..
data_migrations Implement / fix i18n strings 2019-10-09 23:16:09 +02:00
tests Fix test about private app installs 2019-10-10 00:05:20 +02:00
utils Simplify group list interface and code 2019-09-13 16:31:02 +02:00
vendor Update acme_tiny.py to 5350420 2019-06-19 20:22:54 +02:00
__init__.py [enh] Rely on APT python library to retrieve packages version 2016-03-08 16:10:14 +01:00
app.py Allow to specify right away what groups to allow for a permission when creating it 2019-10-09 23:02:57 +02:00
backup.py Allow to specify right away what groups to allow for a permission when creating it 2019-10-09 23:02:57 +02:00
certificate.py Use the new acme-v02 API, fixes the newAccount keyError issue in acme_tiny 2019-07-06 18:37:01 +02:00
domain.py c.f. issue 1405 ... those 'if ldap.stuff()' are complete bullshit from the very beginning since they never return False : instead they trigger an exception which means the current error management is completely meaningless ... so this refactorize all the places if found those + add proper error messages 2019-09-13 16:33:03 +02:00
dyndns.py Residual .migrate() -> .run() 2019-09-27 20:37:13 +02:00
firewall.py Reload fail2ban instead of restart 2019-02-13 22:33:58 +01:00
hook.py Now guess hook type using mimetypes lib 2019-08-24 15:56:52 +02:00
log.py Fix the whole operation logger / related to thing + propagate on the legacy addaccess 2019-09-13 16:31:03 +02:00
monitor.py autopep8 + a few manual tweaks 2018-12-13 18:52:26 +00:00
permission.py Implement / fix i18n strings 2019-10-09 23:16:09 +02:00
regenconf.py Residual .migrate() -> .run() 2019-09-27 20:37:13 +02:00
service.py Remove service_enable from stuff logged using operation logger ... it's buggy (i18n not working) + doesn't make sense that this one and not service_disable and service add/start/... 2019-08-05 19:10:48 +02:00
settings.py Unit test was broken, gotta foce this to be a str otherwise string formatting fails later 2019-05-17 15:48:51 +02:00
ssh.py Get rid of all those crazy 'auth' arguments. Instead : directly fetch the ldap interface when and where it's actually needed 2019-05-10 02:11:40 +02:00
tools.py app_no_upgrade -> apps_already_up_to_date 2019-09-20 14:49:31 +02:00
user.py Wokay, getting tired of breaking the entire permission/group ecosystem because of bugs when developing. 2019-10-09 23:02:57 +02:00