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

1652 commits

Author SHA1 Message Date
Éric Gaspar
4e9a1aa1a8 Create PRE_UPGRADE.md 2024-01-11 22:26:46 +01:00
Éric Gaspar
d7568ca230 cleaning 2024-01-11 21:49:47 +01:00
Éric Gaspar
ab68a3a2eb Update upgrade 2024-01-11 20:26:10 +01:00
Éric Gaspar
8a6b529e06 Merge branch 'testing' into v2_PostgreSQL 2024-01-11 19:51:41 +01:00
Éric Gaspar
6ebebe88a6 Update manifest.toml 2024-01-11 18:59:45 +01:00
eric_G
3e60bacfa5
Merge pull request #622 from YunoHost-Apps/testing
Testing / switch to packaging V2 + proper mail config
2024-01-11 18:46:14 +01:00
Alexandre Aubin
1827a8584a
Update upgrade: aaaaaa 2024-01-10 21:49:10 +01:00
Éric Gaspar
15385967e4 Merge branch 'testing' into v2_PostgreSQL 2024-01-10 21:27:38 +01:00
Alexandre Aubin
5149bcbee4
Update upgrade: grompf 2024-01-10 20:46:38 +01:00
eric_G
e724e98207
Update scripts/upgrade
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-01-10 19:33:45 +01:00
yunohost-bot
ce61682761 Auto-update README 2024-01-10 18:02:41 +00:00
Alexandre Aubin
e32aaf6ce9
Update manifest.toml: bump version to have a version reference corresponding to the mysql->postgresql transition 2024-01-10 19:02:36 +01:00
Alexandre Aubin
b4f66f67c5
Update ADMIN_fr.md 2024-01-10 18:54:31 +01:00
Alexandre Aubin
2f11e708b6
Update ADMIN.md 2024-01-10 18:49:37 +01:00
Éric Gaspar
874a0c516a Update nginx.conf 2024-01-10 16:57:20 +01:00
Éric Gaspar
3e9462656e Add .mjs as a file extension 2024-01-10 16:56:53 +01:00
Éric Gaspar
5c1f057637 Update upgrade 2024-01-10 15:09:53 +01:00
Éric Gaspar
cb57f51e10 Update config.json 2024-01-10 14:47:57 +01:00
Éric Gaspar
92ca88779a cleaning 2024-01-10 14:08:31 +01:00
Éric Gaspar
98d24a9930 add psql pwd 2024-01-10 14:00:09 +01:00
eric_G
f1354451d1
Merge branch 'testing' into v2_PostgreSQL 2024-01-10 08:47:44 +01:00
Éric Gaspar
63bd60d6f3 Merge branch 'testing' into v2_PostgreSQL 2024-01-10 08:46:44 +01:00
Alexandre Aubin
862ee4f08f Rework upgrade script to move the fpm config, nginx and all system configurations at the end 2024-01-09 19:53:18 +01:00
Alexandre Aubin
07ed2f2ecd No need to create the 'maintenance_mode' thing because there's a custom getter ... 2024-01-09 19:45:52 +01:00
Alexandre Aubin
fe63ef6dfc Fix custom getter for fpm_free_footprint >_> 2024-01-08 23:33:05 +01:00
Alexandre Aubin
bee14c8972 Simplify the overly complex mess about fpm_usage, fpm_footprint ... and fpm_free_footprint doesn't seem to even be something used anywhere 2024-01-08 23:10:11 +01:00
Alexandre Aubin
f2829d02bc Zgrompf 2024-01-08 23:02:58 +01:00
Alexandre Aubin
10c7976d05 During upgrade, the backup of config.php should occurr before the maintenance mode is set to on, otherwise the restored version will have maintenance=true and appear as manually modified.. 2024-01-08 23:00:49 +01:00
Alexandre Aubin
e1651583be
Update upgrade: stupid typo 2024-01-08 21:54:18 +01:00
Alexandre Aubin
5932bdc22f
Update upgrade: fix inconsistent handling of the php version stuff between major upgrades 2024-01-08 20:00:44 +01:00
Alexandre Aubin
3259e4abb5
Update change_url: properly reload php-fpm when changing trusted_domains 2024-01-08 19:34:02 +01:00
Alexandre Aubin
b90f5e934c
Update change_url 2024-01-07 17:29:08 +01:00
Alexandre Aubin
5116bde160
Update change_url: add tmp debug ... 2024-01-07 17:27:45 +01:00
Éric Gaspar
1ebbf75407 Merge branch 'testing' into v2_PostgreSQL 2023-12-21 23:06:57 +01:00
eric_G
9acbbe212b
Merge pull request #642 from YunoHost-Apps/28.0.0
28.0.1
2023-12-21 23:05:07 +01:00
Éric Gaspar
263bc166ff Update tests.toml 2023-12-21 21:05:34 +01:00
Éric Gaspar
02f9e7f716 Merge branch 'testing' into 28.0.0 2023-12-21 21:04:13 +01:00
eric_G
8d9bb38239
Merge pull request #644 from lapineige/patch-1
Fix patches for v28
2023-12-21 21:03:28 +01:00
Éric Gaspar
84c71a56e9 Update change_url 2023-12-21 21:02:29 +01:00
Éric Gaspar
1729962f9e Update change_url 2023-12-21 19:37:25 +01:00
lapineige
83ac399638
fix line number
```
153105 INFO DEBUG - patching file core/Controller/LoginController.php
153105 INFO DEBUG - Hunk #1 succeeded at 97 (offset -22 lines).
```

From https://ci-apps-dev.yunohost.org/ci/job/12038
2023-12-21 17:58:02 +01:00
lapineige
f1402466ce
Adapt the nextcloud 28 content
e231abd9bf/lib/public/AppFramework/Http/ContentSecurityPolicy.php (L42)
2023-12-21 17:56:45 +01:00
lapineige
aabf29a294
the typo was fixed
https://github.com/nextcloud/server/blame/master/core/Controller/LoginController.php#L102
2023-12-21 17:48:42 +01:00
yunohost-bot
f957b2b4ad Auto-update README 2023-12-21 16:15:29 +00:00
Éric Gaspar
ab33a96bc4 28.0.1 2023-12-21 17:15:23 +01:00
Éric Gaspar
907dc53514 Merge branch 'testing' into 28.0.0 2023-12-17 21:16:31 +01:00
Éric Gaspar
ef4e806bcc Revert "Update app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch"
This reverts commit 34e482baa9.
2023-12-17 21:12:15 +01:00
Éric Gaspar
156dadf5f2 Revert "Update app-00-add-logout_url-conf.patch"
This reverts commit ca4ad9a444.
2023-12-17 21:12:08 +01:00
Éric Gaspar
2a14a558d0 reverting 2023-12-17 21:06:30 +01:00
Éric Gaspar
34e482baa9 Update app-02-Allow-for-eval-in-JS-scripts-for-YunoHost-tile.patch 2023-12-17 19:01:23 +01:00