1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
Commit graph

1631 commits

Author SHA1 Message Date
Éric Gaspar
b6793f89bd Merge branch 'testing' into v2_PostgreSQL 2024-08-08 17:21:36 +02:00
Éric Gaspar
bf5ef59ebb Merge branch 'master' into testing 2024-08-08 17:21:25 +02:00
Éric Gaspar
a6bab72a87 Update manifest.toml 2024-08-08 17:21:16 +02:00
Kayou
d0400f751d
Testing (#713)
* 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

* find files before chown them

* chown the root folder too

* fix find condition

* find ... chmod is not faster, at least avoid to chown -R the data_dir in the upgrade script

* add a button in the config panel to run chown/chmod on data_dir

* we can avoid this chmod too i guess?

* only nextcloud is allowed to read the config file

* zblerg, the config file doesn't exist before install

* wait until nginx has actually remove the nextcloud conf during upgrade before checking the url_handled

* create a function for that

* fix change-url dav detection

* only if domain has changed...

* Update scripts/_common.sh

* moar sleep

* oups

* minor typos

* Update backup

* minor typos

---------

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
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>
2024-08-08 17:20:30 +02:00
Éric Gaspar
2f88a3e043 Merge branch 'testing' into v2_PostgreSQL 2024-08-03 09:56:26 +02:00
Éric Gaspar
31fd6a50f4 minor typos 2024-08-03 09:53:16 +02:00
Éric Gaspar
a86e321c50 Update backup 2024-08-03 09:52:05 +02:00
Éric Gaspar
e83c680c54 minor typos 2024-08-03 09:49:44 +02:00
Éric Gaspar
f985ed4be9 Update _common.sh 2024-08-03 09:46:30 +02:00
Éric Gaspar
8cfdb4fb9f Merge branch 'testing' into v2_PostgreSQL 2024-08-02 09:33:57 +02:00
Kayou
5e498ded58
oups 2024-08-01 17:29:50 +02:00
Kayou
8a7f99d354
moar sleep 2024-08-01 17:29:04 +02:00
Éric Gaspar
ad86334619 Merge branch 'testing' into v2_PostgreSQL 2024-08-01 14:10:39 +02:00
Kayou
4372e3db8c
Merge pull request #711 from YunoHost-Apps/speedup-chown
Avoid chown data_dir during the upgrade process
2024-08-01 14:09:52 +02:00
Kayou
79c87b1b2b
Merge pull request #712 from YunoHost-Apps/fix-dav-detection
wait until nginx has actually remove the nextcloud conf during upgrad…
2024-08-01 14:09:18 +02:00
Kayou
fa5da4fe66
Update scripts/_common.sh 2024-08-01 14:07:39 +02:00
Kayou
73a3498b93
only if domain has changed... 2024-08-01 11:54:17 +02:00
Kayou
49ec72b6ef
fix change-url dav detection 2024-08-01 11:53:29 +02:00
Kayou
d7f9b2c9fd
create a function for that 2024-08-01 11:53:16 +02:00
Kayou
5556fb6549
wait until nginx has actually remove the nextcloud conf during upgrade before checking the url_handled 2024-08-01 11:44:40 +02:00
Kayou
07f90a85f6
zblerg, the config file doesn't exist before install 2024-08-01 09:30:49 +02:00
Kayou
55b5c7900f
only nextcloud is allowed to read the config file 2024-08-01 00:16:45 +02:00
Kayou
30b2d8123a
we can avoid this chmod too i guess? 2024-07-31 15:13:04 +02:00
Kayou
d240d552b4
add a button in the config panel to run chown/chmod on data_dir 2024-07-31 15:11:08 +02:00
Kayou
706d5071c6
find ... chmod is not faster, at least avoid to chown -R the data_dir in the upgrade script 2024-07-31 14:59:55 +02:00
Kayou
8d682cbdbc
fix find condition 2024-07-31 11:56:49 +02:00
Kayou
5dc5e8ba10
chown the root folder too 2024-07-30 18:30:19 +02:00
Kayou
e215d9c5c9
find files before chown them 2024-07-30 16:52:31 +02:00
Éric Gaspar
a52df89f90 Merge branch 'testing' into v2_PostgreSQL 2024-07-30 15:40:30 +02:00
Éric Gaspar
12024a67e0 Merge branch 'master' into testing 2024-07-30 15:40:04 +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
Kayou
bc59bba3c1
Merge pull request #710 from YunoHost-Apps/trying-to-fix-the-upgrade-on-bookworm
add redis-server as deps
2024-07-30 15:33:46 +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
Kayou
4b9224fd9b
add redis-server as deps 2024-07-30 12:09:00 +02:00
Kayou
ae916549ca
zblerg, do not modify system_addressbook_exposed config value in the upgrade script 2024-07-29 15:39:44 +02:00
Kayou
4fa1f991eb
another fix for system_addressbook_exposed, update the dav conf accordingly 2024-07-29 13:20:37 +02:00
Kayou
7f40b5a17b
migrate system_addressbook_exposed to boolean, fix upgrade test 2024-07-29 11:22:01 +02:00
Éric Gaspar
4da627e9c3 Merge branch 'testing' into v2_PostgreSQL 2024-07-29 10:48:56 +02:00
Kayou
a3173b76a1
Merge pull request #703 from YunoHost-Apps/NGINX-upstream-setting
Update nginx.conf
2024-07-29 10:16:12 +02:00
yunohost-bot
0c4ab487e8 Auto-update READMEs 2024-07-29 08:12:41 +00:00
Kayou
1cb2448d3b
system_addressbook_exposed is a boolean 2024-07-29 10:12:38 +02:00
Éric Gaspar
7d25e4ecaf Update upgrade 2024-07-26 21:17:53 +02:00
Éric Gaspar
8a090a9662 Update upgrade 2024-07-26 18:41:37 +02:00
Éric Gaspar
0380b1fe09 Merge branch 'testing' into v2_PostgreSQL 2024-07-26 13:07:41 +02:00
yunohost-bot
9bb5bee9db Auto-update READMEs 2024-07-25 09:47:36 +00: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
Alexandre Aubin
70e9e721f2
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>
2024-07-18 17:29:39 +02:00
yunohost-bot
0742c9903d Auto-update READMEs 2024-07-18 13:25:24 +00:00