yunohost/src/yunohost
2020-10-12 15:13:13 +02:00
..
data_migrations Force locale to C during postgresql migration to avoid some stupid issue related to locale 2020-09-16 15:27:32 +02:00
tests Fix tests 2020-09-09 23:58:30 +02:00
utils autopep8 --in-place -a -a -a -a -a -r data/ doc/ tests/ src/yunohost/tests/ src/yunohost/utils/ src/yunohost/data_migrations/ 2020-09-03 17:36:59 +02:00
vendor Update acme_tiny to 4.1.0 (#1037) 2020-08-24 23:25:40 +02:00
__init__.py Admin/API wasn't logging or displaying messages anymore 2020-09-19 17:27:21 +02:00
app.py Simplify code (suggestion from Bram) 2020-09-16 19:28:45 +02:00
backup.py Merge pull request #1046 from YunoHost/backup_download 2020-09-16 17:41:08 +02:00
certificate.py Lazy loading of smtplib to reduce memory footprint a bit 2020-09-01 17:29:24 +02:00
diagnosis.py autopep8 --in-place -a -a -a --ignore E402,E501,E722 -r src/yunohost/{__init__.py,certificate.py,diagnosis.py,domain.py,dyndns.py,firewall.py,hook.py,log.py,regenconf.py,service.py,settings.py,ssh.py,tools.py} 2020-09-03 17:37:08 +02:00
domain.py Merge branch 'dev' into stretch-unstable 2020-09-24 17:30:09 +02:00
dyndns.py [cleanup] Remove legacy migrations and code snippets which won't be needed anymore on buster 2020-07-27 19:22:21 +02:00
firewall.py Cleanup unused imports / misc 'fatal' flake8 errors 2020-09-03 17:01:24 +02:00
hook.py Merge pull request #1042 from YunoHost/code-cleanup 2020-09-08 16:55:58 +02:00
log.py autopep8 --in-place -a -a -a --ignore E402,E501,E722 -r src/yunohost/{__init__.py,certificate.py,diagnosis.py,domain.py,dyndns.py,firewall.py,hook.py,log.py,regenconf.py,service.py,settings.py,ssh.py,tools.py} 2020-09-03 17:37:08 +02:00
permission.py [fix] Typo and ssh as system perm 2020-09-23 03:25:26 +02:00
regenconf.py autopep8 --in-place -a -a -a --ignore E402,E501,E722 -r src/yunohost/{__init__.py,certificate.py,diagnosis.py,domain.py,dyndns.py,firewall.py,hook.py,log.py,regenconf.py,service.py,settings.py,ssh.py,tools.py} 2020-09-03 17:37:08 +02:00
service.py No need to display this --test_status warning when adding postgresql service 2020-10-12 15:13:13 +02:00
settings.py Merge branch 'dev' into enh-relay-smtp 2020-09-10 17:50:10 +02:00
ssh.py [fix] Ldap interface seems to expect lists everywhere now? 2020-07-27 19:20:36 +02:00
tools.py c.f. issue 1274, test at the beginning of postinstall that iptables is working instead of miserably crashing at a later stage 2020-09-28 20:00:33 +02:00
user.py Merge branch 'dev' into code-cleanup 2020-09-05 18:58:47 +02:00