Commit graph

5584 commits

Author SHA1 Message Date
Alexandre Aubin
07cec39af5 Move a bunch of function from domain.py to app.py because it's much simpler to have them here 2020-09-30 17:38:42 +02:00
Alexandre Aubin
1ce1ecc2be Fix tests, keep a special exception when we know we're checking full-domain apps 2020-09-30 17:30:04 +02:00
Alexandre Aubin
950dbc6b46
Merge pull request #935 from YunoHost/remove_legacy_settings
Remove legacy settings
2020-09-30 17:06:08 +02:00
Alexandre Aubin
c9b8e27e32 Typo :[ 2020-09-27 18:49:14 +02:00
Alexandre Aubin
dd9df5943e Set sub-permission labels as 'Mainlabel (Sublabel)' 2020-09-27 18:20:29 +02:00
Alexandre Aubin
b55d8e023f Typo 2020-09-24 21:55:34 +02:00
Alexandre Aubin
2b4e14cca7 Hardcode some permission labels for non-trivial legacy permissions 2020-09-24 21:46:33 +02:00
Alexandre Aubin
815c8fc49e Refactor app_setting to better separate legacy permission setting vs. regular setting, hopefully make the core more readable 2020-09-24 20:25:28 +02:00
Josue-T
c4dc8b4cea
Fix typo
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-09-16 23:22:22 +02:00
Alexandre Aubin
8c92f011d5 Rework function that validate and sanitize permission url 2020-09-16 22:38:18 +02:00
Alexandre Aubin
2d3dee8d41 Simplify small piece of code 2020-09-16 20:59:19 +02:00
Kay0u
db9d2aac30
permissions in app_info 2020-09-14 12:09:55 +02:00
Alexandre Aubin
99b0a4184d
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-11 16:47:49 +02:00
Alexandre Aubin
4c9f4f228d
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-11 16:46:48 +02:00
Josue-T
9b0d839492
Fix locales/en.json
Co-authored-by: Kayou <pierre@kayou.io>
2020-09-10 21:45:22 +02:00
Alexandre Aubin
250f69028a Moar fixes 2020-09-09 23:24:39 +02:00
Alexandre Aubin
c6905ed2c8 Merge branch 'dev' into permission_protection 2020-09-09 02:22:35 +02:00
Alexandre Aubin
9cdf8dffc9 Fix linter and tests 2020-09-09 02:21:26 +02:00
Alexandre Aubin
7483d04f54 Fix a weird issue that may arise during test, strangely unspotted so far 2020-09-09 00:06:23 +02:00
Alexandre Aubin
bfa0f304aa mail-aliases key only exists if it's not empty? 2020-09-08 22:23:03 +02:00
Alexandre Aubin
9792cfed22 Attempt to clarify/simplify some complex pieces of code 2020-09-08 21:13:55 +02:00
Alexandre Aubin
33e1567c54 Minor wording/typo, semantic improvements 2020-09-08 18:52:59 +02:00
Alexandre Aubin
50f68e2886 Properly handle case where no match from grep 2020-09-08 17:25:11 +02:00
Alexandre Aubin
83585b2375
Merge branch 'dev' into permission_protection 2020-09-08 17:06:49 +02:00
Alexandre Aubin
8b98360fd2
Merge pull request #1042 from YunoHost/code-cleanup
Code cleanup
2020-09-08 16:55:58 +02:00
Alexandre Aubin
1be93094b5 Fix syntax error + more minor refactoring/cleanup 2020-09-08 16:16:35 +02:00
Alexandre Aubin
42f430d234 Get rid of misleading/old 'no_compress' option 2020-09-08 16:02:47 +02:00
Alexandre Aubin
835701d590 Clean more madness / fix tests 2020-09-08 15:49:54 +02:00
Alexandre Aubin
a6bbe41705 Fuck it these messages are confusing people and we don't need them 2020-09-08 01:18:43 +02:00
Alexandre Aubin
4c75620ee9
Merge branch 'dev' into code-cleanup 2020-09-06 22:16:06 +02:00
Alexandre Aubin
9640b22a23 Do not miserably fail if no oom_reaper line found... 2020-09-05 19:15:34 +02:00
Alexandre Aubin
fad373c016 Forgot to propagate change in user_create here as well 2020-09-05 19:05:45 +02:00
Alexandre Aubin
a5a3a905b6
Merge branch 'dev' into code-cleanup 2020-09-05 18:58:47 +02:00
Alexandre Aubin
34227b6172 Remove unused i18n strings 2020-09-05 18:57:11 +02:00
Alexandre Aubin
f8ea418a93
Merge pull request #1045 from yunohost-bot/weblate-yunohost-core
Update from Weblate
2020-09-05 18:48:32 +02:00
Yifei Ding
1307e3b286 Translated using Weblate (Chinese (Simplified))
Currently translated at 2.3% (14 of 609 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/zh_Hans/
2020-09-05 16:43:06 +00:00
Leandro Noferini
91c301dc7d Translated using Weblate (Italian)
Currently translated at 23.0% (140 of 609 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/it/
2020-09-05 16:43:06 +00:00
Christian Wehrli
51e3e0ea0f Translated using Weblate (French)
Currently translated at 95.2% (580 of 609 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/fr/
2020-09-05 16:43:06 +00:00
Christian Wehrli
d83a718038 Translated using Weblate (German)
Currently translated at 49.3% (300 of 609 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/de/
2020-09-05 16:43:06 +00:00
Alexandre Aubin
66dc1dc578 Merge branch 'dev' into 4.1 2020-09-05 18:42:17 +02:00
Alexandre Aubin
3bc14bc280
Merge pull request #962 from ekhae/enh-1365-mail-user-creation-ux
[enh] c.f. issue 1365, asking a mail address during user creation is confusing ux, people try enter their existing mail addresses
2020-09-05 18:37:26 +02:00
Alexandre Aubin
5805acbf6a Reimplement --mail as a deprecated option 2020-09-05 18:35:35 +02:00
Alexandre Aubin
3fc4baa08f Propagate change to unit tests 2020-09-05 17:21:45 +02:00
Alexandre Aubin
d49f1ce733 Update changelog for 4.0.7 2020-09-04 14:35:16 +02:00
Alexandre Aubin
0ea492bef9
Merge pull request #1044 from YunoHost/fix-sso-unavailable
[fix] Make sure app nginx confs do not prevent the loading of /yunohost/sso
2020-09-03 23:48:22 +02:00
Alexandre Aubin
cc4db7a6f6
Add a comment explaining why the location is empty 2020-09-03 23:47:24 +02:00
ljf
f92b84bd94 [fix] SSO unavailable 2020-09-03 22:27:46 +02:00
Alexandre Aubin
3b6830bdc7 Merge branch 'dev' into 4.1 2020-09-03 19:15:17 +02:00
Kayou
cb3ff1ed83
Woups, my grep in ci/build 2020-09-03 19:14:14 +02:00
Alexandre Aubin
a2726d595a
Merge pull request #1043 from YunoHost/ci-debian-depends
Try to clone moulinette and ssowat with the version in the debian/control
2020-09-03 19:12:58 +02:00