Commit graph

3938 commits

Author SHA1 Message Date
theo@manjaro
a440afe8eb Clarification regarding the use of os functions instead of glob 2022-07-22 15:26:10 +02:00
theo-is-taken
2e9c4f991e
Update src/yunohost/data_migrations/0021_migrate_to_bullseye.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2022-07-22 15:23:06 +02:00
theo@manjaro
1ce13d631d Detect venvs from /var/www/ and recursively 2022-07-22 14:15:21 +02:00
theo@manjaro
2d223c9158 Saving app's venv in a requirements file, in order to regenerate it
post-update
2022-07-22 10:22:28 +02:00
theo@manjaro
31bbc026fd Don't restrict choices if there's no choices specified 2022-07-20 11:24:42 +02:00
ljf
fdca9e1041 [fix] Be able to redo postinstall after 128+ chars password 2022-07-16 01:12:54 +02:00
theo@manjaro
129f5cce95 Linter fixes 2022-07-15 16:57:12 +02:00
theo@manjaro
e21c114b70 Better log redacting 2022-07-15 16:54:53 +02:00
theo@manjaro
bbc6dcc50b Better logging for domain dns push --auto 2022-07-15 16:30:57 +02:00
theo@manjaro
4f303de7a4 Removed the useless argument key from dyndns_subscribe 2022-07-15 15:56:33 +02:00
theo@manjaro
7deb3b3492 Let the dynette cool down 2022-07-15 15:29:04 +02:00
theo@manjaro
5f2785c6c9 Pleasing the linter 2022-07-15 15:11:45 +02:00
theo@manjaro
863843a1cf The maximum number of subscribed DynDNS domains is configurable 2022-07-15 14:26:21 +02:00
theo@manjaro
f015767f50 Added some tests for subscribing and unsubscribing 2022-07-15 13:21:16 +02:00
theo@manjaro
02103c07a3 Don't flag sub-DynDNS domains as subscribed 2022-07-13 11:50:20 +02:00
theo@manjaro
0084ce757c Don't ask for the (un)subscribe options if this is a sub-subdomain 2022-07-13 11:34:04 +02:00
theo@manjaro
731f07817b Redact domain passwords in logs 2022-07-13 11:03:16 +02:00
theo@manjaro
f67eaef90b Ignore cache if "full" is specified 2022-07-12 10:45:35 +02:00
theo@manjaro
ba061a49e4 Added a --full option to domain list 2022-07-11 15:48:30 +02:00
theo@manjaro
0b5c96e249 Added an API endpoint to check if a domain is a DynDNS one 2022-07-11 15:16:33 +02:00
theo@manjaro
06db6f7e04 Clearer locales 2022-07-08 09:21:08 +02:00
theo@manjaro
9e44b33401 Clarification 2022-07-06 15:57:17 +02:00
theo@manjaro
940af74c2d yunohost domain dns push now accepts an --auto option
Domains can be configured to be auto-pushed by a cron job
2022-07-06 15:52:27 +02:00
theo@manjaro
bc3521fd04 yunohost tools postinstall auto-detect DynDNS domains
and asks for a --subscribe or --no-subscribe option
2022-07-06 09:30:00 +02:00
theo@manjaro
7117c61bbf Removed useless error 2022-07-05 15:25:43 +02:00
theo@manjaro
3bd427afab Password is only asked once if we unsubscribe 2022-07-05 15:14:33 +02:00
theo@manjaro
840bed5222 yunohost domain remove auto-detects DynDNS domains
and now uses --unsubscribe and --no-unsubscribe
2022-07-05 15:10:04 +02:00
theo@manjaro
986b42fc1d yunohost domain add auto-detect DynDNS domains
and asks for a --subscribe or --no-subscribe option
2022-07-05 14:37:14 +02:00
theo@manjaro
e4c631c171 Added yunohost domain dyndns list command 2022-07-05 11:30:40 +02:00
theo@manjaro
cf6eaf364d Better password assert placement 2022-07-05 10:45:21 +02:00
theo@manjaro
ac60516638 Raise an actual error (instead of log) 2022-07-05 10:15:56 +02:00
theo@manjaro
dd51adcd3f Removed useless call to dns push 2022-07-05 10:02:58 +02:00
theo@manjaro
0903460fc4 Fix 2022-07-05 09:59:15 +02:00
theo-is-taken
e58aaa6db6
Update src/dyndns.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2022-07-05 09:55:19 +02:00
theo-is-taken
ab37617f91
Update src/dns.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2022-07-05 09:54:23 +02:00
theo@manjaro
273c10f17d Updated locales 2022-07-05 09:45:26 +02:00
theo@manjaro
fbfcec4873 yunohost domain dns push works with Dynette domains 2022-07-05 09:06:52 +02:00
theo@manjaro
1506146450 Passwords can be set interactively 2022-07-04 10:07:30 +02:00
theo@manjaro
02a4a5fecf The option -d is deprecated, -p is preferred 2022-07-01 14:40:52 +02:00
theo@manjaro
882c024bc8 yunohost domain remove now accepts a -p argument 2022-07-01 14:16:50 +02:00
theo@manjaro
4f2a111470 We can now specify a password
using the yunohost domain add command
2022-07-01 10:38:25 +02:00
theo@manjaro
4a9080bdfd Added a new command to delete dyndns records 2022-06-30 12:23:51 +02:00
theo@manjaro
f9afc19ed4 Added an optionnal "password" argument
to the "yunohost dyndns subscribe" command
2022-06-30 11:22:46 +02:00
Alexandre Aubin
ea0c8e9162
Typo
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2022-06-21 23:30:31 +02:00
Jose Riha
745aae208b Fix typo (indefinite article in plural) 2022-06-12 22:53:24 +02:00
Alexandre Aubin
d9e326f2cd manifestv2: print pre/post install notices during install in cli 2022-05-21 17:11:41 +02:00
Alexandre Aubin
2ccb0c8db6 manifestv2: add some i18n support for doc/notifications 2022-05-21 16:38:51 +02:00
Alexandre Aubin
8b1333a837 manifestv2: iterate on notifications/doc + implement tests for it 2022-05-21 14:23:11 +02:00
yunohost-bot
4155aa7486 [CI] Format code with Black 2022-05-17 23:11:50 +02:00
Alexandre Aubin
100cd2fdd4
Merge pull request #1460 from YunoHost/fix-dns-suggest
[fix] Bad DNS conf suggestion
2022-05-16 15:51:48 +02:00