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

248 commits

Author SHA1 Message Date
Éric Gaspar
0f67ad82a8
Merge branch 'master' into testing 2020-10-23 18:55:40 +02:00
ericgaspar
f27e751e89
Version increment 2020-10-23 18:50:59 +02:00
ericgaspar
d34636051e
Update CHANGELOG.md 2020-10-23 18:49:46 +02:00
Éric Gaspar
7648128ee5
Transition to PHP7.2 (#68) 2020-10-23 18:35:07 +02:00
Éric Gaspar
d3723298e2
Testing (#67)
* Upgrade to upstream v.2020-07-29
2020-10-23 08:46:09 +02:00
Éric Gaspar
e4c4add4eb
Merge pull request #66 from ericgaspar/enh-testing
Upgrade to upstream version
2020-10-08 15:31:02 +02:00
Éric Gaspar
6fa6ea3c0f
Update README.md
Co-authored-by: yalh76 <yalh@yahoo.com>
2020-10-01 08:44:41 +02:00
Éric Gaspar
b59e479fce
Update README.md
Co-authored-by: yalh76 <yalh@yahoo.com>
2020-10-01 08:44:30 +02:00
ericgaspar
d6bd2fbf14
:/ 2020-09-25 21:51:33 +02:00
ericgaspar
65d17a64b5
Add local screenshot 2020-09-25 21:49:16 +02:00
ericgaspar
0db62e3a35
Update README.md 2020-09-24 11:55:17 +02:00
ericgaspar
8accb206f2
Update README_fr.md 2020-09-24 11:48:33 +02:00
ericgaspar
d6660e904f
Small typos 2020-09-24 11:46:49 +02:00
ericgaspar
9b7d078d82
Cleanup backup script 2020-09-24 11:40:23 +02:00
ericgaspar
7bea7b1b3b
Nicer screenshot 2020-09-24 11:39:46 +02:00
ericgaspar
cb229a1462
Change version 2020-09-24 11:36:42 +02:00
ericgaspar
c5178d814f
Add badges 2020-09-24 11:34:47 +02:00
ericgaspar
b428aa06bb
Update app.src 2020-09-24 10:59:54 +02:00
Gofannon
0ce691091d [enh] fix CI test for upgrade - add recent commit 2020-09-03 00:05:08 +02:00
Gofannon
2075b564ae [enh] remove helper's code as there are in core 2020-09-03 00:02:29 +02:00
Gofannon
1332c38656 [enh] Simplify by removing subprocess + add comment 2020-08-25 23:36:47 +02:00
Gofannon
fac3df2025 [enh] purge of old upgrade files 2020-08-25 23:31:12 +02:00
Gofannon
2ab75c4297 Revert "Fix upgrade error by changing rm options"
This reverts commit af43ee6008.
2020-05-15 14:52:04 +02:00
Gofannon
717f0f9f44
[Fix] caching pictures that didn't work (#65)
Set HTTP Headers 'Expires' on the correct PATH...

Co-authored-by: Gofannon <gofannon+github@riseup.net>
2020-05-15 12:53:36 +02:00
Gofannon
af43ee6008 Fix upgrade error by changing rm options
Warning: yunohost.hook <lambda> - [1188.1] rm: cannot remove 'vendor/easybook/geshi': Directory not empty
2020-05-15 12:50:50 +02:00
Gofannon
e42bed446d Adapt 'upgrade' script for new permission system 2020-04-30 17:43:46 +02:00
Gofannon
ac50e4c719 Implement new permissions system in YNH 3.7 2020-04-30 17:41:56 +02:00
Gofannon
228968e2de Add required helper 2020-04-30 17:38:37 +02:00
Gofannon
851001f91a Bump new version number 2020-04-30 17:37:53 +02:00
Alexandre Aubin
ff984be3b5
Simplify description (#60) 2020-04-22 23:25:56 +02:00
Gofannon
9d12c49aae
2018 04 22b (#58)
* Upgrade template to latest version

* Upgrade dokuwiki version and version's location

* Delete "jessie" from READMEs

* Migrate to changelog file instead of READMEs

* Fix markdown syntax errors

* Add local screenshot

* Update manifest.json

Co-Authored-By: Kayou <pierre.moltess@gmail.com>

* Revert CI link

* Correct version number to match manifest

Co-authored-by: Gofannon <gofannon+github@riseup.net>
Co-authored-by: Kayou <pierre.moltess@gmail.com>
2020-04-22 23:24:55 +02:00
Gofannon
500a7d3fa9
[fix] dedicated named location per $app (#63)
* Url rewriting (#54)

* Remove unused code

* Add rewrite URL functionnality

* Fix subpath handling

* Fix nginx error

nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20

* [enh] Enforce URL rewrite

* Increment package version

* [fix] dedicated named location per $app (#61)

fix multiple install on subdomains

Before this fix
app1 => @dokuwiki   works
app2 => @dokuwiki   fails

After \o/
app1 => @app1       works
app2 => @app2       works

Co-authored-by: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
2020-04-22 22:37:42 +02:00
Maniack Crudelis
4501f35160
Merge branch 'master' into testing 2020-04-19 23:15:30 +02:00
Gofannon
9715aff9ba
[fix] dedicated named location per $app (#61)
fix multiple install on subdomains

Before this fix
app1 => @dokuwiki   works
app2 => @dokuwiki   fails

After \o/
app1 => @app1       works
app2 => @app2       works
2020-04-15 12:54:57 +02:00
JimboJoe
7a70f8af76
Testing (#55)
* Remove unused code

* Add rewrite URL functionnality

* Fix subpath handling

* Fix nginx error

nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20

* [enh] Enforce URL rewrite

* Increment package version

Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
2020-03-14 09:08:38 +01:00
Gofannon
407180e2f2
Url rewriting (#54)
* Remove unused code

* Add rewrite URL functionnality

* Fix subpath handling

* Fix nginx error

nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20

* [enh] Enforce URL rewrite

* Increment package version
2020-02-29 09:56:13 +01:00
Maniack Crudelis
31b50434a4
Merge pull request #49 from YunoHost-Apps/testing
Testing
2019-07-13 12:36:21 +02:00
Kayou
7de40f5a7c
Remove useless comment 2019-07-09 09:55:36 +02:00
Kayou
68aeae249c
Merge pull request #44 from anmol26s/master
Added Fail2ban for Dokuwiki
2019-06-02 00:27:55 +02:00
Maniack Crudelis
37d589083e
Merge branch 'testing' into master 2019-05-30 00:17:54 +02:00
Maniack Crudelis
eb4f85bd84
Upgrade fail2ban for new_path and new_domain 2019-05-30 00:14:48 +02:00
Maniack Crudelis
42d787c520
Merge pull request #50 from YunoHost-Apps/package_upgrade
Normalization from example_ynh
2019-05-15 18:49:25 +02:00
Maniack Crudelis
71b270ab18 Normalization... 2019-05-12 17:22:25 +02:00
Maniack Crudelis
bf641f873f
Merge branch 'testing' into master 2019-05-12 17:13:09 +02:00
Maniack Crudelis
d058c86a47
Typo fix 2019-05-12 17:09:42 +02:00
Maniack Crudelis
5951478de2 Fix fail2ban and add logautherror plugin 2019-05-12 17:06:51 +02:00
Maniack Crudelis
78c573822a Normalization from example_ynh 2019-05-11 01:13:45 +02:00
Maniack Crudelis
9a7646cfb7
Merge pull request #47 from YunoHost-Apps/package_upgrade
Package upgrade
2019-05-08 16:10:17 +02:00
Maniack Crudelis
8aa9539c58
Move from ci-apps-dev to ci-apps-hq 2019-04-15 20:56:09 +02:00
Maniack Crudelis
89751eb3e7
Update pull_request_template.md 2019-03-24 16:45:19 +01:00