Commit graph

70 commits

Author SHA1 Message Date
Alexandre Aubin b7b0e172a5 Recommend the use of ynh_add_config 2021-03-12 16:41:18 +01:00
Kayou bd44d211e2
Apply suggestions from code review 2021-01-10 20:23:32 +01:00
Alexandre Aubin 3c263428b1
Update scripts/upgrade
Co-authored-by: Kayou <pierre@kayou.io>
2021-01-10 18:54:28 +01:00
Kay0u f4e7ffa3db
Typo 2021-01-06 13:39:27 +01:00
Kay0u 55fb01f4b7
Merge remote-tracking branch 'origin/master' into permissions 2021-01-06 13:35:20 +01:00
Kay0u 9b6cc80ecc
Improve permissions management 2021-01-06 13:31:56 +01:00
ericgaspar abddc7d868
Small typos 2020-12-04 09:58:29 +01:00
Alexandre Aubin 03082fdc09
ynh_normalize_url_path is for stuff from the pre-2.7 era ... 2020-12-01 01:25:08 +01:00
Alexandre Aubin 0e728462e5
These should not be added by default either so comment them... 2020-12-01 00:27:28 +01:00
Alexandre Aubin 5c11751afe
Remove migration of 'is_public' being a string 2020-12-01 00:22:50 +01:00
Alexandre Aubin d7f1d45dda
Apply suggestions from code review
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-19 16:26:41 +02:00
ericgaspar 644d29331a
Typos 2020-09-17 11:38:17 +02:00
yalh76 d2f32be8ed Update upgrade 2020-06-16 23:07:13 +02:00
yalh76 370d562e89 Merge branch 'master' into service_integration 2020-06-16 22:55:28 +02:00
yalh76 26a5c52d5b Change step upgrade step order
to be compliant with install script
2020-06-04 17:26:46 +02:00
yalh76 6e9e1728b0 Revert "Change upgrade steps order"
This reverts commit 265e7b02ca.
2020-06-04 17:24:38 +02:00
yalh76 265e7b02ca
Change upgrade steps order
to be homogeneous with install steps order
2020-06-04 17:22:45 +02:00
yalh76 67437ba64d Adding service integration step during upgrade 2020-06-04 16:52:38 +02:00
yalh76 49c7cbcd29
improving modify a config file step during upgrade 2020-05-30 14:59:12 +02:00
Maniack Crudelis e5f2a4510a
Add public access only if already there 2020-03-30 22:56:35 +02:00
Kay0u 65e0c8e926
better migration to the new permission process 2020-03-30 19:07:55 +02:00
Kay0u 86d348b312
Using new permissions system 2020-02-08 23:16:25 +07:00
Maniack Crudelis f293009100 Small fixes 2019-05-07 12:03:25 +02:00
Maniack Crudelis 4438f47c2a
Merge pull request #82 from yalh76/services
Adding ynh_systemd_action
2019-05-06 12:05:52 +02:00
yalh76 1bd3e11340 Adding title for config file checksum during upgrade 2019-05-02 20:47:26 +02:00
yalh76 ff1d963eac Adding ynh_systemd_action 2019-05-02 20:44:22 +02:00
Maniack Crudelis 197269fbd8 Use new 3.5 helpers 2019-04-18 19:58:47 +02:00
Pierre Bourré ff6db9a05b Getops 2019-04-16 00:32:39 +02:00
Kayou 0e702da9cb
Merge pull request #77 from YunoHost/remove-normalize-url
Normalizing url ain't needed anymore
2019-03-25 23:40:07 +01:00
Alexandre Aubin 3f2a78ea0b
Put back normalization in update script with a note about YunoHost 2.7 2019-03-07 22:44:41 +01:00
Alexandre Aubin 10457c5893 Normalizing url ain't needed anymore 2019-03-07 20:05:03 +01:00
Kayou e4f08bd4be
Use the same dependencies variable 2019-03-05 23:11:52 +01:00
Jimmy Monin 25f0a3018a Cosmetic changes on info messages 2019-02-17 17:58:02 +01:00
Maniack Crudelis 160964c0bc Ensures consistency 2019-02-14 01:35:47 +01:00
Alexandre Aubin a95fca5a43 Misc wording tweaks 2019-02-13 18:40:20 +01:00
JimboJoe 0c1bec02e4
Update scripts/upgrade
Co-Authored-By: maniackcrudelis <maniackcrudelis@users.noreply.github.com>
2019-02-10 20:06:53 +01:00
Maniack Crudelis 05d5511136 Global upgrade 2019-02-10 15:02:38 +01:00
Maniack Crudelis 397a241df6
Remove sub_path_only for nginx from upgrade script 2018-07-29 20:14:08 +02:00
Jimmy Monin 1c9c94ef65 Various typo fixes 2018-07-01 09:57:16 +02:00
Maniack Crudelis 846e701632
Merge branch 'master' into add_comments 2018-06-29 19:38:36 +02:00
Maniack Crudelis 8a2330837b Add comments and upgrade some stuff 2018-06-28 22:05:35 +02:00
Maniack Crudelis d3f4117369 [fix] Fix the issue alias_traversal (#45)
* Fix the issue alias_traversal

https://github.com/yandex/gixy/blob/master/docs/en/plugins/aliastraversal.md

* Update fix alias_traversal

* Don't change original nginx conf file and add change_url

* Use newest version of ynh_add_nginx_config from #462
No more need to deal with "#sub_path_only"

* Revert "Use newest version of ynh_add_nginx_config from #462" as it's not released (and subject to discussions)!

This reverts commit fac62c49ff.

* Fix indentation
2018-06-23 14:45:28 +02:00
Jimmy Monin e2911b3db0 Revert "Use newest version of ynh_add_nginx_config from #462" as it's not released (and subject to discussions)!
This reverts commit fac62c49ff.
2018-05-27 16:05:00 +02:00
Jimmy Monin fac62c49ff Use newest version of ynh_add_nginx_config from #462
No more need to deal with "#sub_path_only"
2018-05-27 15:50:56 +02:00
Jimmy Monin dcb447c208 Don't change original nginx conf file and add change_url 2018-05-27 15:44:58 +02:00
Maniack Crudelis 2d21ec6163 Update fix alias_traversal 2018-01-03 23:24:48 +01:00
Maniack Crudelis f68d61d8a5
logrotate needs -non-append in case of upgrade
https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
2017-12-08 15:09:44 +01:00
Pierre de La Morinerie ae5844782c Fix typo in ynh_add_systemd_config 2017-10-12 16:36:00 +05:30
Maniack Crudelis 5039df052d Small corrections 2017-09-05 17:48:23 +02:00
Maniack Crudelis a625ad79da [enh] Some corrections 2017-08-28 23:55:51 +02:00