Commit graph

6826 commits

Author SHA1 Message Date
Alexandre Aubin
24d87ea40e user import: validate that groups and domains exists 2021-08-27 14:09:13 +02:00
Alexandre Aubin
8e35cd8103 user import: strip spaces 2021-08-27 13:52:10 +02:00
Alexandre Aubin
c20ca3015e
Merge branch 'dev' into enh-csv 2021-08-27 01:48:15 +02:00
Alexandre Aubin
ac30833e65 Merge branch 'hotfix' into dev 2021-08-27 01:41:36 +02:00
Alexandre Aubin
eef5cd4da9 Update changelog for 4.2.8.1 2021-08-27 01:34:10 +02:00
ljf (zamentur)
3c646b3d6a [fix] Another tmp nightmare
original idea from Aleks
2021-08-27 01:32:05 +02:00
ljf (zamentur)
f7258dd3a6
[fix] Another tmp nightmare
original idea from Aleks
2021-08-27 01:17:11 +02:00
Kayou
d42123333c
Merge pull request #1288 from YunoHost/ci-remove-stale-translated-strings-dev
[CI] Remove stale translated strings
2021-08-26 22:30:07 +02:00
Kayou
4109262bef
Merge pull request #1295 from YunoHost/ci-format-dev
[CI] Format code
2021-08-26 22:29:25 +02:00
Kayou
0808c46a0b
Merge pull request #1296 from YunoHost-Apps/typo
typo
2021-08-26 22:29:00 +02:00
yunohost-bot
aac8b8d460 [CI] Format code 2021-08-26 20:09:57 +00:00
Alexandre Aubin
128eb6a7d4 user import: Clarify fields validation 2021-08-26 21:06:16 +02:00
ericgaspar
4f0494d66b
Update en.json 2021-08-26 20:57:23 +02:00
Alexandre Aubin
ad975a2dbb user import: clarify user deletion handling 2021-08-26 20:45:06 +02:00
Alexandre Aubin
efec34a3a6 tests: Improve code formatting 2021-08-26 20:31:20 +02:00
Alexandre Aubin
aac0146aef Forbid installing apps with a dot in app id 2021-08-26 20:14:23 +02:00
Alexandre Aubin
083510b060
Merge pull request #1294 from YunoHost/fix-wording
[fix] Wording in path question
2021-08-26 20:06:50 +02:00
Alexandre Aubin
07cd1428d2
Update locales/en.json 2021-08-26 20:06:39 +02:00
yunohost-bot
f4d0106c36 [CI] Remove stale translated strings 2021-08-23 14:36:55 +00:00
Alexandre Aubin
c9d73af401 i18n: mdns -> yunomdns 2021-08-23 15:31:43 +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
ljf (zamentur)
cd917a9123
[fix] Wording in path question 2021-08-22 21:57:50 +02:00
Alexandre Aubin
b8c8ac0b2d Gotta also remove libnss-mdns if we want to get rid of avahi-daemon 2021-08-19 20:29:28 +02:00
Alexandre Aubin
ecf136d5db Auto-enable yunomdns on legacy systems 2021-08-19 20:28:20 +02:00
Alexandre Aubin
b452838a17 Update changelog for 4.2.8 2021-08-19 19:28:47 +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
1f7faabc30
Merge pull request #1255 from Krakinou/enh-multimedia-check-home
[Enh]Multimedia helper: check home folder
2021-08-18 19:48:15 +02:00
Alexandre Aubin
4b84922315
Apply suggestions from code review 2021-08-18 19:47:46 +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
09efb86ff1
Improve help text for app remove --purge 2021-08-18 19:40:10 +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
Alexandre Aubin
e86fc8596e
Merge pull request #1283 from yunohost-bot/weblate-yunohost-core
Translations update from Weblate
2021-08-17 19:36:04 +02:00
Alexandre Aubin
920f744df0
Merge pull request #1287 from YunoHost/fix-warning-yaml
[fix] Avoid warning and use safeloader
2021-08-17 18:40:17 +02:00
ljf
5518931c02 [fix] OrderedLoader from SafeLoader 2021-08-17 17:33:23 +02:00
ljf
ccb6dc54b1 [fix] Avoid warning and use safeloader 2021-08-17 17:26:00 +02:00
mifegui
b39201a193 Translated using Weblate (Portuguese)
Currently translated at 8.1% (52 of 637 strings)

Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/pt/
2021-08-16 20:43:03 +00: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
Weblate
2b638fc87d Merge branch 'dev' of https://github.com/YunoHost/yunohost into dev 2021-08-14 23:35:49 +00:00
ljf (zamentur)
16f564622e
[enh] Remove uneeded comment 2021-08-14 16:46:48 +02:00
ljf (zamentur)
61bc676552
[enh] Add a comment 2021-08-14 16:41:58 +02:00
ljf (zamentur)
2e745d2806
Wording
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-08-14 16:38:55 +02:00
ljf (zamentur)
781bc1cf7f
Wording
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-08-14 16:38:21 +02:00
Kay0u
f0590907c9
fix ynh_permission_has_user 2021-08-14 11:44:52 +02:00
Alexandre Aubin
b1102ba56e
user imports: misc formating, comments 2021-08-13 01:10:59 +02:00
Alexandre Aubin
1b57435910 Merge branch 'dev' into enh-csv 2021-08-13 00:57:33 +02:00
Alexandre Aubin
5c9fd158d9 user imports: more attempts to improve semantics 2021-08-13 00:52:42 +02:00
Alexandre Aubin
b9e231241b user imports: imported -> from_import, try to improve semantics 2021-08-13 00:49:42 +02:00