1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
Commit graph

307 commits

Author SHA1 Message Date
tituspijean
d2c7ed11d7
Update manifest.toml 2023-11-30 08:49:20 +01:00
yunohost-bot
d5d473e6af Auto-update README 2023-11-30 07:48:19 +00:00
tituspijean
f99d959961
Merge pull request #105 from YunoHost-Apps/tituspijean-patch-1
Require php8.1-mbstring
2023-11-30 08:48:13 +01:00
tituspijean
261552c82a
Require php8.1-mbstring 2023-11-29 15:14:16 +01:00
Éric Gaspar
2411007da3 Merge branch 'testing' of https://github.com/YunoHost-Apps/dokuwiki_ynh into testing 2023-09-29 16:24:27 +02:00
Éric Gaspar
30981b04fe Update manifest.toml 2023-09-29 16:24:19 +02:00
yunohost-bot
2f070de0da Auto-update README 2023-09-29 14:23:15 +00:00
Éric Gaspar
3e44ab734f Update manifest.toml 2023-09-29 16:23:09 +02:00
YunoHost Bot
6fe546992b
Upgrade to v2023.4.4 (#103) 2023-09-28 13:08:41 +02:00
Tagada
3aabd220df
Merge branch 'master' into testing 2023-09-27 22:12:05 +02:00
yunohost-bot
11d3e69771 Auto-update README 2023-09-27 20:11:00 +00:00
Tagada
2c6f17c6ce
Update manifest.toml 2023-09-27 22:10:54 +02:00
Tagada
a24752b576
Merge pull request #101 from YunoHost-Apps/ci-auto-update-2023.4.4
Upgrade to v2023.4.4
2023-09-27 22:06:17 +02:00
yunohost-bot
97843e34ac Upgrade to v2023.4.4 2023-06-20 20:15:44 +02:00
Alexandre Aubin
a8a4a392b1
Testing (#97)
* Apply example_ynh

* Cleanup ynh_clean_setup

* Fix "php conf location" breaking backup script

See  https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/96

the bug:
> php file is still in folder: '/etc/php/7.4/fpm/pool.d/' after upgrade
> instead of '8.1' folder.

Changing the "ynh_add_fpm_config" for the fix. The helper should do the
"php version handling" instead of the package itself

Example taken on the package:
https://github.com/YunoHost-Apps/wordpress_ynh/blob/testing/scripts/upgrade

* enh use helper "ynh_add_config" to manage file

* bump package version and changelog

* Auto-update README

* Version 2 (#98)

* v2

* v2

* Auto-update README

* Update tests.toml

* Update manifest.toml

* Update LICENSE

* cleaning

* cleaning

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

---------

Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Gofannon <gofannon+github@riseup.net>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2023-05-16 14:01:26 +02:00
Éric Gaspar
f86fda5a8c
Version 2 (#98)
* v2

* v2

* Auto-update README

* Update tests.toml

* Update manifest.toml

* Update LICENSE

* cleaning

* cleaning

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2023-05-16 12:54:30 +02:00
Alexandre Aubin
b1fcf67b09
Merge pull request #95 from YunoHost-Apps/upgrade
Apply example_ynh
2023-04-02 17:21:59 +02:00
yunohost-bot
3724fcd4bf Auto-update README 2023-02-26 17:23:09 +00:00
Gofannon
71a84a4ced bump package version and changelog 2023-02-26 18:22:45 +01:00
Gofannon
2cb2ddab91 enh use helper "ynh_add_config" to manage file 2023-02-26 18:13:16 +01:00
Gofannon
90345a544e Fix "php conf location" breaking backup script
See  https://github.com/YunoHost-Apps/dokuwiki_ynh/issues/96

the bug:
> php file is still in folder: '/etc/php/7.4/fpm/pool.d/' after upgrade
> instead of '8.1' folder.

Changing the "ynh_add_fpm_config" for the fix. The helper should do the
"php version handling" instead of the package itself

Example taken on the package:
https://github.com/YunoHost-Apps/wordpress_ynh/blob/testing/scripts/upgrade
2023-02-26 18:03:38 +01:00
yalh76
7c2d6a938a Cleanup ynh_clean_setup 2022-09-29 08:23:26 +02:00
tituspijean
d451b3a3bb
Merge pull request #94 from YunoHost-Apps/testing 2022-09-28 23:57:59 +02:00
yalh76
da54fe8875 Apply example_ynh 2022-09-27 03:20:52 +02:00
tituspijean
70075bdeb1
Merge pull request #91 from yunohost-bot/add-cpe 2022-09-14 18:20:20 +02:00
yunohost-bot
2d28ddef2b Auto-update README 2022-09-14 16:19:23 +00:00
tituspijean
686356d943
Merge pull request #92 from Gofannon/igor 2022-09-14 18:19:18 +02:00
Gofannon
3182589014 upgrade to lastest version "Hotfix 2022-07-31a"
Fix security hole https://github.com/splitbrain/dokuwiki/issues/3761
2022-09-08 10:20:55 +02:00
Gofannon
e3132a97a6 Revert "apply 'example_ynh' - no idea if these are needed..."
This reverts commit 26a16c44d0.
Unused bu the app! see https://github.com/YunoHost-Apps/dokuwiki_ynh/pull/92#issuecomment-1223069994
2022-08-26 19:33:17 +02:00
Gofannon
c76dc5aa75 fix CI warning by adding details about public access 2022-08-26 19:32:44 +02:00
Gofannon
3da84c9dfe update the changelog
Hope it can be usefull to track changes made in the package
2022-08-21 01:38:01 +02:00
Gofannon
7e79aa674a Drop support for older YunoHost versions.
I'm not sure how long it will take for people to migrate on YunoHost 11.
Untill then, the package will not be available so bad news for them...
Even if package should work on it, I cannot test against it as I don't
use version 4.X anymore. Is there a CI for it?
2022-08-21 01:34:40 +02:00
Gofannon
217eb7e818 Remove unused variable + pretty indent 2022-08-21 01:31:11 +02:00
Gofannon
e81c507a11 apply 'example_ynh': cosmetic + typo 2022-08-21 01:30:24 +02:00
Gofannon
2ce12e2e5e apply 'example_ynh': move php fpm block 2022-08-21 01:29:29 +02:00
Gofannon
b312077566 apply 'example_ynh': move fail2ban block 2022-08-21 01:28:25 +02:00
Gofannon
ec68ea9c94 apply 'example_ynh' : move permission block 2022-08-21 01:22:58 +02:00
Gofannon
006211049d apply 'example_ynh' : dependencies + nginx block moved 2022-08-21 01:21:38 +02:00
Gofannon
26a16c44d0 apply 'example_ynh' - no idea if these are needed... 2022-08-21 01:18:19 +02:00
Gofannon
a81ca11603 add 'extra_php-fpm.conf' to custom php config
"ynh_add_fpm_config" uses this file at the end of its setup
Allows to upload bigger files than default
2022-08-21 01:15:46 +02:00
Gofannon
477ade870d use variables for config "ynh_add_fpm_config" 2022-08-21 01:14:43 +02:00
Gofannon
7fcfcdb6e9 example_ynh: switch nginx and php blocks 2022-08-20 20:14:29 +02:00
Gofannon
03ae0ce55b fix remains of logauth plugins again... 2022-08-19 00:18:36 +02:00
Gofannon
4802b254bf fix copied files being owned by root and not app user 2022-08-18 23:59:19 +02:00
Gofannon
0473c71a35 refactor admin permission (move in install script & clean in upgrade) 2022-08-18 23:57:11 +02:00
Gofannon
f1d843f6ca try to enhance the CI upgrade tests 2022-08-18 22:05:52 +02:00
Gofannon
3006e4345d Change method to "automatic upgrade" of plugins 2022-08-18 21:47:53 +02:00
Gofannon
d9e9f93281 purge plugin "logautherror" (not compatible) 2022-08-18 20:46:27 +02:00
Gofannon
e3ef8657a7 apply 'example_ynh' + use php 8.1
PHP7.4 is bulleyes will be EOL "28 Nov 2022" so bump the version
and dokuwiki is compatible with PHP 8.X  https://www.dokuwiki.org/requirements
2022-08-18 20:00:04 +02:00
Gofannon
f5b13fce99 bump dokuwiki upstream version 2022-08-18 19:58:12 +02:00