Alexandre Aubin
848adf89c8
log: Previous trick about getting rid of setting didnt work, forgot to use metadata instead of self.metadata
2023-02-20 17:52:27 +01:00
Alexandre Aubin
2a16f289ea
Merge pull request #1599 from YunoHost/ci-format-debian/11.1.8.1
...
[CI] Format code with Black
2023-02-20 14:23:40 +01:00
Bram
5a24cac788
Merge pull request #1600 from YunoHost/ci-format-debian/11.1.8.2
...
[CI] Format code with Black
2023-02-20 00:35:15 +01:00
yunohost-bot
16aa09174d
[CI] Format code with Black
2023-02-19 23:31:08 +00:00
yunohost-bot
61b5bb02f4
[CI] Format code with Black
2023-02-19 20:58:12 +00:00
Alexandre Aubin
16bae924e8
Update changelog for 11.1.8.2
2023-02-19 21:39:36 +01:00
Alexandre Aubin
343065eb5d
regenconf: fix undefined var in apt regenconf
2023-02-19 21:38:53 +01:00
Alexandre Aubin
93d011704f
Merge pull request #1598 from YunoHost/ci-format-debian/11.1.8
...
[CI] Format code with Black
2023-02-19 20:12:40 +01:00
yunohost-bot
2389884e85
[CI] Format code with Black
2023-02-19 19:10:51 +00:00
Alexandre Aubin
56c4740274
Update changelog for 11.1.8.1
2023-02-19 19:41:45 +01:00
Alexandre Aubin
50f86af51a
quality: unused function
2023-02-19 19:40:28 +01:00
Alexandre Aubin
13d50f4f9a
postgresql: ugly hack to hide boring warning messages when installing postgresql with apt the first time ...
2023-02-19 19:40:15 +01:00
Alexandre Aubin
e6ae389297
postgresql: moar regenconf fixes
2023-02-19 19:38:48 +01:00
Alexandre Aubin
93aeee8029
Update changelog for 11.1.8
2023-02-19 18:24:49 +01:00
Alexandre Aubin
32ea7f17cd
Merge pull request #1597 from yunohost-bot/weblate-yunohost-core
...
Translations update from Weblate
2023-02-19 18:20:07 +01:00
xabirequejo
6da884418c
Translated using Weblate (Basque)
...
Currently translated at 98.2% (742 of 755 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/eu/
2023-02-19 18:10:55 +01:00
ButterflyOfFire
12f1b95a6f
Translated using Weblate (Arabic)
...
Currently translated at 28.4% (215 of 755 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ar/
2023-02-19 18:10:55 +01:00
Alexandre Aubin
d3ec5d055f
apps: fix edge case when upgrading using a local folder not modified since a while
2023-02-19 18:10:35 +01:00
Alexandre Aubin
ce7227c078
appsv2: add home dir that defaults to /var/www/__APP__ for system user resource
2023-02-19 18:10:05 +01:00
Alexandre Aubin
771b801ece
appsv2: zbfgblg using '&' in os.system calls is interpreted using sh and not bash i guess...
2023-02-18 17:29:37 +01:00
Alexandre Aubin
18e034df8a
regenconf: in apt/php stuff, don't try to upgrade-alternatives if the default PHP version ain't available anymore (similar to commit e24ddd29
)
2023-02-18 16:34:54 +01:00
Alexandre Aubin
8a43b04614
postgresql: fix regenconf hook, the arg format thingy changed a bit at some point ?
2023-02-18 16:33:50 +01:00
Alexandre Aubin
d123fd7674
appsv2: fix user provisionion ... Aleks was drunk ... check_output('cmd &>/dev/null') will always return empty string...
2023-02-18 16:08:26 +01:00
Alexandre Aubin
475c93d582
postinstall: raise a proper error when trying to use e.g. 'admin' as the first username which will conflict with the admins group mail aliases
2023-02-17 16:37:00 +01:00
Alexandre Aubin
58ac633d80
apps: don't miserably crash when failing to read .md file such as DESCRIPTION.md
2023-02-17 15:27:28 +01:00
Alexandre Aubin
97b69e7c69
appsv2: add check about database vs. apt consistency in resource / warn about lack of explicit dependency to mariadb-server
2023-02-17 15:19:23 +01:00
Alexandre Aubin
35427c8f28
Merge pull request #1596 from YunoHost/ci-format-debian/11.1.7
...
[CI] Format code with Black
2023-02-16 12:03:02 +01:00
yunohost-bot
069b782f07
[CI] Format code with Black
2023-02-15 21:37:05 +00:00
Alexandre Aubin
13c4687c7b
Update changelog for 11.1.7
2023-02-15 21:13:39 +01:00
Alexandre Aubin
a06bb9ae82
Create codeql.yml
2023-02-15 20:15:21 +01:00
Alexandre Aubin
6c3ecd2048
Merge pull request #1595 from yunohost-bot/weblate-yunohost-core
...
Translations update from Weblate
2023-02-15 20:02:11 +01:00
Alexandre Aubin
39141fbb6d
Merge branch 'dev' into weblate-yunohost-core
2023-02-15 20:02:05 +01:00
Alexandre Aubin
aa585963c0
ci: fix autoblack PR targetting tags instead of dev
2023-02-15 19:59:57 +01:00
Alexandre Aubin
60b21795b8
appsv2: in php helpers, use the global $phpversion var/setting by default instead of $YNH_PHP_VERSION
2023-02-15 19:49:54 +01:00
Alexandre Aubin
0c4a006a4f
appsv2: also replace __DOMAIN__ in resource properties
2023-02-15 19:46:25 +01:00
Alexandre Aubin
e24ddd299e
helpers: in apt/php stuff, don't try to upgrade-alternatives if the default PHP version ain't available anymore
2023-02-15 19:24:14 +01:00
Alexandre Aubin
8fd7547528
Unused imports
2023-02-15 16:57:32 +01:00
Alexandre Aubin
7be7eb1154
apps: fix inconsistent app removal during remove-after-failed-upgrade and remove-after-failed-backup contexts
2023-02-14 17:33:50 +01:00
Alexandre Aubin
0ab20b733b
appsv2: mysqlshow is fucking dumb and returns exit code 0 when DB doesnt exists ...
2023-02-14 16:09:55 +01:00
Alexandre Aubin
ab8a6b940f
appsv2: fix check that main permission url is '/'
2023-02-13 18:28:45 +01:00
Alexandre Aubin
1d1a3756ba
appsv2: missing raw_msg=True for exceptions
2023-02-13 18:17:39 +01:00
Alexandre Aubin
aa9bc47aa6
appsv2: fix i18n for arch mismatch, can't juste join() inside string formated with .format()
2023-02-13 14:47:25 +01:00
José M
135dbec8b6
Translated using Weblate (Galician)
...
Currently translated at 99.6% (752 of 755 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/gl/
2023-02-13 02:37:20 +01:00
ButterflyOfFire
80d8d9b3c3
Translated using Weblate (Arabic)
...
Currently translated at 28.3% (214 of 755 strings)
Translation: YunoHost/core
Translate-URL: https://translate.yunohost.org/projects/yunohost/core/ar/
2023-02-13 02:37:20 +01:00
Alexandre Aubin
d0ca120eb0
diagnosis: fix typo, diagnosis detail should be a list, not a string
2023-02-13 02:37:07 +01:00
Alexandre Aubin
9bd4344f25
appsv2: we don't want to store user-provided passwords by default, but they should still be set in the env for the script to use it
2023-02-12 22:26:05 +01:00
Alexandre Aubin
bf070f1763
Merge pull request #1594 from jmthackett/dev
...
Add push notification plugins
2023-02-10 04:16:34 +01:00
John Hackett
013aff3d0c
Add push notification plugins
...
This is reasonably important for the performance of clients such as Delta Chat. The plugins are bundled with dovecot by default (see https://wiki2.dovecot.org/Plugins ) so this should not be disruptive.
2023-02-10 00:14:57 +00:00
Alexandre Aubin
0da6370d62
postfix complains about unused parameter: exclude_internal=yes / search_timeout=30
2023-02-10 00:15:02 +01:00
Alexandre Aubin
258e28f703
Update changelog for 11.1.6.2
2023-02-09 19:01:11 +01:00