Éric Gaspar
5164bc756f
Merge branch 'testing' into v2_PostgreSQL
2024-09-03 14:26:05 +02:00
Éric Gaspar
aa5842d2b6
Update manifest.toml
2024-09-03 14:24:36 +02:00
Éric Gaspar
42a511f7ed
Merge branch 'testing' into v2_PostgreSQL
2024-08-27 14:53:33 +02:00
Kayou
d7d24034cf
Add notify push option ( #417 )
...
* add notify_push option
* self-test notify_push
* fix notify_app
* new permission hpb, some fixes
* fix the restore script
* fix restore²
* fix upgrade
* fix socket path
* Update doc/DISCLAIMER_fr.md
* split nginx conf
* use official helpers with modified args
* Auto-update READMEs
* update nginx conf, add new services
* add tests
* add arch var
* tests: enable_notify_push is false by default
* fix upgrade
* final_path -> install_dir
* fix socket nginx path
* add notify_push nginx conf before, so the reload in ynh_add_nginx_config load it
* fully functional version
* readd a removed fix
* run cron task after notify push setup
* Auto-update READMEs
* remove systemd files
* add notify push in config panel
* add cron again because to make notify push happy
* fix indent
* enable/disable the notify push path
* fix path unit
* exec only for nextcloud user
* move sock file to /var/run
* start notify-push after the watcher
* ²
* remove warning
* cron can sometimes fail when the database is not fully initialized, retries the cron job several times and catch catch the error on failure
* oupsie
* Apply suggestions from code review
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
---------
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2024-08-27 14:52:11 +02:00
Éric Gaspar
79ef249b5b
Update manifest.toml
2024-08-20 20:30:48 +02:00
Éric Gaspar
d8737dbf73
Update manifest.toml
2024-08-20 20:30:17 +02:00
Éric Gaspar
b6793f89bd
Merge branch 'testing' into v2_PostgreSQL
2024-08-08 17:21:36 +02:00
Éric Gaspar
a6bab72a87
Update manifest.toml
2024-08-08 17:21:16 +02:00
eric_G
79bbe7d11e
Testing ( #693 )
...
* Update manifest.toml
* Auto-update READMEs
* add pre upgrade warning for NC 29
* update to PHP8.3
* Auto-update READMEs
* Update manifest.toml
* Auto-update READMEs
* Fix space splitting in phpflags on install (#690 )
* Auto-update READMEs
* Update upgrade
* Update manifest.toml
* Auto-update READMEs
* Fix phpflags (#691 )
* Fix upgrade: php version is 8.3 starting from 29.x ? (#692 )
* Update manifest.toml
* Auto-update READMEs
* Update tests.toml
* [autopatch] Do not delete logs on app removal (#697 )
* [autopatch] Do not delete logs on app removal (#698 )
Co-authored-by: Yunohost-Bot <>
* 29.0.3
* Auto-update READMEs
* Update remove
* Indent
* Fix again upgrade ending with Nextcloud being in PHP 8.2 ?
* Auto-update READMEs
* Update nginx.conf
* Update manifest.toml
* Auto-update READMEs
* Rework DESCRIPTION.md (#707 )
* Update DESCRIPTION_fr.md
* Auto-update READMEs
* Update DESCRIPTION.md
* Auto-update READMEs
* Update DESCRIPTION_fr.md
* Auto-update READMEs
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
* bump all old versions
* oupsie
* Auto-update READMEs
* system_addressbook_exposed is a boolean
* Auto-update READMEs
* migrate system_addressbook_exposed to boolean, fix upgrade test
* another fix for system_addressbook_exposed, update the dav conf accordingly
* zblerg, do not modify system_addressbook_exposed config value in the upgrade script
* add redis-server as deps
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: lyyn <79758863+lyynd@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: Kayou <pierre@kayou.io>
2024-07-30 15:39:48 +02:00
Éric Gaspar
de7afc994c
Update manifest.toml
2024-07-30 15:02:29 +02:00
Éric Gaspar
cbc8971401
Update manifest.toml
2024-07-30 15:02:02 +02:00
Éric Gaspar
4da627e9c3
Merge branch 'testing' into v2_PostgreSQL
2024-07-29 10:48:56 +02:00
Kayou
1cb2448d3b
system_addressbook_exposed is a boolean
2024-07-29 10:12:38 +02:00
Éric Gaspar
0380b1fe09
Merge branch 'testing' into v2_PostgreSQL
2024-07-26 13:07:41 +02:00
Kayou
9d4487836c
oupsie
2024-07-25 11:47:32 +02:00
Kayou
c0a58b2190
bump all old versions
2024-07-25 11:40:48 +02:00
Éric Gaspar
7c23c3a14c
Merge branch 'testing' into v2_PostgreSQL
2024-07-18 15:25:18 +02:00
Éric Gaspar
9fcb43a0bf
Update manifest.toml
2024-07-18 14:49:44 +02:00
Éric Gaspar
7e51d535cb
Merge branch 'testing' into v2_PostgreSQL
2024-06-25 15:37:56 +02:00
Éric Gaspar
d848e736a1
29.0.3
2024-06-25 15:36:30 +02:00
Éric Gaspar
09e7966fe0
Merge branch 'testing' into v2_PostgreSQL
2024-06-20 19:29:12 +02:00
Éric Gaspar
ef6d230ffe
Update manifest.toml
2024-06-20 19:16:36 +02:00
eric_G
9a2bda4ab0
Testing ( #688 )
...
* Update manifest.toml
* Auto-update READMEs
* add pre upgrade warning for NC 29
* update to PHP8.3
* Auto-update READMEs
* Update manifest.toml
* Auto-update READMEs
* Fix space splitting in phpflags on install (#690 )
* Auto-update READMEs
* Update upgrade
* Update manifest.toml
* Auto-update READMEs
* Fix phpflags (#691 )
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: lyyn <79758863+lyynd@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-06-20 14:33:35 +02:00
Éric Gaspar
9a233f5949
Merge branch 'testing' into v2_PostgreSQL
2024-06-06 15:25:36 +02:00
Éric Gaspar
253357a7dd
Update manifest.toml
2024-06-06 15:25:01 +02:00
Éric Gaspar
a524e08e71
Merge branch 'testing' into v2_PostgreSQL
2024-06-02 09:40:37 +02:00
eric_G
e9f82ab78e
28.0.6 ( #689 )
...
* 28.0.6
* Auto-update READMEs
---------
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2024-05-28 21:07:32 +02:00
Éric Gaspar
cc263ecfee
Update manifest.toml
2024-05-23 18:07:20 +02:00
Éric Gaspar
04b7894768
Update manifest.toml
2024-05-22 23:06:38 +02:00
Éric Gaspar
6d0c2ce24f
update to PHP8.3
2024-05-22 23:03:20 +02:00
Éric Gaspar
e861fc227f
28.0.5
2024-04-25 21:05:40 +02:00
Éric Gaspar
06a9c074ef
Update manifest.toml
2024-04-23 18:49:28 +02:00
Éric Gaspar
a423112999
29
2024-04-23 18:48:11 +02:00
Éric Gaspar
aa462e904f
Merge branch 'testing' into v2_PostgreSQL
2024-04-16 16:48:49 +02:00
Éric Gaspar
0b31841061
Update manifest.toml
2024-04-16 10:54:48 +02:00
Éric Gaspar
6e7edc4331
Merge branch 'testing' into v2_PostgreSQL
2024-04-09 20:15:39 +02:00
tituspijean
6a0e5ee9de
Make system address book access configurable: default value
2024-04-08 19:28:52 +02:00
tituspijean
ee0a22caba
Make system address book access configurable
2024-04-08 19:22:26 +02:00
Éric Gaspar
0ba5fe11d7
Update manifest.toml
2024-03-28 16:02:35 +01:00
Éric Gaspar
d0645b93a7
Update manifest.toml
2024-03-28 11:32:55 +01:00
Éric Gaspar
8416531d6e
Merge branch 'testing' into v2_PostgreSQL
2024-03-09 19:33:29 +01:00
Éric Gaspar
8f79ce5c60
Update manifest.toml
2024-03-09 13:58:21 +01:00
Éric Gaspar
bc905bc81b
Merge branch 'testing' into v2_PostgreSQL
2024-03-01 22:09:33 +01:00
OniriCorpe
191e4ad13c
make sure the log folder exists before moving the logs to it
2024-03-01 21:38:35 +01:00
Éric Gaspar
d1b6322fb3
28.0.3
2024-02-29 16:45:06 +01:00
Éric Gaspar
ef5b058676
Update manifest.toml
2024-02-29 16:44:15 +01:00
eric_G
f592437819
Merge branch 'testing' into v2_PostgreSQL
2024-02-21 13:20:06 +01:00
Éric Gaspar
5b967e7b25
Update manifest.toml
2024-02-04 18:09:10 +01:00
Éric Gaspar
579b90e713
28.0.2
2024-02-01 12:09:54 +01:00
Éric Gaspar
4a83c2b848
Update manifest.toml
2024-02-01 12:09:27 +01:00