Alexandre Aubin
|
0ec1516f6e
|
domains.py: Add cache for domain_list
|
2021-08-28 20:42:41 +02:00 |
|
Alexandre Aubin
|
8438efa680
|
Move dig() to utils.dns
|
2021-08-28 20:20:22 +02:00 |
|
Alexandre Aubin
|
22aa1f2538
|
Cleanup get_dns_zone_from_domain utils
|
2021-08-28 20:13:58 +02:00 |
|
Alexandre Aubin
|
2f3467dd17
|
More cleanup / simplify / homogenize
|
2021-08-28 19:56:49 +02:00 |
|
Alexandre Aubin
|
756e6041cb
|
domains.py: Attempt to clarify build_dns_zone?
|
2021-08-28 19:10:47 +02:00 |
|
Alexandre Aubin
|
9f4ca2e819
|
Misc cleanup
|
2021-08-28 18:11:04 +02:00 |
|
Alexandre Aubin
|
13f2cabc46
|
Use moulinette helpers to read/write yaml
|
2021-08-28 18:10:47 +02:00 |
|
Alexandre Aubin
|
5f338d3c54
|
Semantics
|
2021-08-28 18:01:29 +02:00 |
|
Alexandre Aubin
|
808a69ca64
|
domain remove: Improve file/folder cleanup code
|
2021-08-28 17:58:58 +02:00 |
|
Alexandre Aubin
|
46b51b84f3
|
Merge branch 'dev' into enh-dns-autoconf
|
2021-08-28 17:39:59 +02:00 |
|
Alexandre Aubin
|
c35d25c14d
|
Merge pull request #1217 from YunoHost/app-diagnosis
Add diagnosis section to check that app are in catalog with good quality, check for deprecated practices
|
2021-08-28 02:08:08 +02:00 |
|
Alexandre Aubin
|
383aab55a6
|
Fix tests
|
2021-08-28 02:03:33 +02:00 |
|
yunohost-bot
|
712e2bb1c9
|
[CI] Format code
|
2021-08-27 18:07:37 +00:00 |
|
Alexandre Aubin
|
c3955f7aed
|
Merge pull request #1183 from YunoHost/rework-authenticator-system
Rework the authenticator system, split the LDAP stuff into auth part and utils part
|
2021-08-27 18:44:22 +02:00 |
|
yunohost-bot
|
c62e168689
|
[CI] Format code
|
2021-08-27 15:53:09 +00:00 |
|
Alexandre Aubin
|
035648d001
|
Merge pull request #1291 from YunoHost/simplify-service-yaml-management
Trash ugly hack that merge services.yml every regenconf
|
2021-08-27 17:20:49 +02:00 |
|
Alexandre Aubin
|
efc9bafeee
|
Merge pull request #1290 from YunoHost/experimental_sec_features
Add new setting to enable experimental security features
|
2021-08-27 17:20:40 +02:00 |
|
yunohost-bot
|
aac8b8d460
|
[CI] Format code
|
2021-08-26 20:09:57 +00:00 |
|
Alexandre Aubin
|
aac0146aef
|
Forbid installing apps with a dot in app id
|
2021-08-26 20:14:23 +02:00 |
|
Alexandre Aubin
|
18e7aa10a8
|
Merge branch 'dev' into rework-authenticator-system
|
2021-08-26 20:12:09 +02:00 |
|
Alexandre Aubin
|
caef88121a
|
Merge branch 'dev' into experimental_sec_features
|
2021-08-26 20:09:34 +02:00 |
|
Alexandre Aubin
|
2740c74eb0
|
Merge remote-tracking branch 'origin/dev' into simplify-service-yaml-management
|
2021-08-23 15:20:28 +02:00 |
|
Alexandre Aubin
|
4d47fe1670
|
Merge pull request #1112 from tituspijean/mdns
Adding mDNS for .local domains
|
2021-08-23 15:15:32 +02:00 |
|
Alexandre Aubin
|
b5d00da0bf
|
Attempt to fix tests for ldap auth
|
2021-08-23 14:05:22 +02:00 |
|
Alexandre Aubin
|
c78d31b6c1
|
Merge branch 'dev' into rework-authenticator-system
|
2021-08-20 10:12:41 +02:00 |
|
Alexandre Aubin
|
5249be031f
|
Propagate msignal change
|
2021-08-20 10:12:35 +02:00 |
|
Alexandre Aubin
|
e3f11bec09
|
NO_BACKUP_UPGRADE: helpers expect 0 or 1
|
2021-08-19 18:41:47 +02:00 |
|
Alexandre Aubin
|
3c07e55017
|
[fix] hook_exec / subprocess.Popen explodes if you feed non-string values in env variables
|
2021-08-19 18:14:15 +02:00 |
|
Alexandre Aubin
|
a29940d8f4
|
Trash ugly hack that merge services.yml every regenconf
|
2021-08-18 23:07:38 +02:00 |
|
Alexandre Aubin
|
bcb803c0c3
|
Add new setting to enable experimental security features
|
2021-08-18 22:10:25 +02:00 |
|
Alexandre Aubin
|
07413e19c0
|
Merge pull request #1285 from sagessylu/dev
Add --purge option to "yunohost app remove"
|
2021-08-18 19:40:33 +02:00 |
|
Alexandre Aubin
|
b75fef44e5
|
Merge pull request #1286 from sagessylu/no-safety-backup
Add --no-safety-backup option to "yunohost app upgrade"
|
2021-08-18 19:38:52 +02:00 |
|
sagessylu
|
69a5ae5736
|
Update src/yunohost/app.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
|
2021-08-17 20:27:33 +02:00 |
|
ljf
|
ccb6dc54b1
|
[fix] Avoid warning and use safeloader
|
2021-08-17 17:26:00 +02:00 |
|
sagessylu
|
cec4971cac
|
Add no-safety-backup option to yunohost app upgrade
|
2021-08-15 22:02:13 +02:00 |
|
sagessylu
|
c2460d7526
|
Add purge option to yunohost app remove
|
2021-08-15 21:41:32 +02:00 |
|
Alexandre Aubin
|
05a5821c94
|
Merge branch 'dev' into mdns
|
2021-08-12 19:00:25 +02:00 |
|
Alexandre Aubin
|
4d0581bef2
|
mdns: Misc fixes after tests on the battefield
|
2021-08-12 17:19:45 +02:00 |
|
yunohost-bot
|
9f8c99a5b2
|
[CI] Format code
|
2021-08-08 17:30:19 +00:00 |
|
Alexandre Aubin
|
d4addb8e4c
|
Missing import / code cleanup
|
2021-08-08 19:27:01 +02:00 |
|
Alexandre Aubin
|
0d2fefacec
|
Merge pull request #1271 from Tagadda/enh-webadmin-allowlist
[enh] Add settings to block webadmin from outside
|
2021-08-08 19:11:58 +02:00 |
|
Alexandre Aubin
|
253ec15076
|
Merge pull request #1270 from YunoHost/enh-punycode
[fix] Better support for non latin domain name
|
2021-08-08 19:06:52 +02:00 |
|
Alexandre Aubin
|
4dae7988a2
|
Merge branch 'dev' into add-free-size-disk-verification
|
2021-08-08 19:00:50 +02:00 |
|
Alexandre Aubin
|
6f908e9ccf
|
Apply suggestions from code review
|
2021-08-08 19:00:03 +02:00 |
|
Alexandre Aubin
|
8098ff77e7
|
Merge pull request #1265 from YunoHost/tests-settings-get-description
monkey patch get_setting_description
|
2021-08-08 18:57:39 +02:00 |
|
Alexandre Aubin
|
922bd842fb
|
Merge pull request #1264 from YunoHost/add-user-in-hook-exec-again
add user in hook exec again
|
2021-08-08 18:56:23 +02:00 |
|
yunohost-bot
|
1bab0bb412
|
[CI] Format code
|
2021-08-08 15:15:27 +00:00 |
|
Alexandre Aubin
|
ee70dfe52e
|
[fix] firewall.py : upnpc.getspecificportmapping expects an int, can't handle port ranges ?
|
2021-08-08 17:05:40 +02:00 |
|
yunohost-bot
|
9e79181b38
|
[CI] Format code
|
2021-08-02 19:39:19 +00:00 |
|
MercierCorentin
|
97bdedd723
|
Migrate from public suffix to public suffix list
|
2021-08-01 19:04:51 +02:00 |
|