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

247 commits

Author SHA1 Message Date
ericgaspar
5b0271a6d4
Merge branch 'master' into testing 2021-01-15 10:24:41 +01:00
Éric Gaspar
037f154118
Testing (#63)
- Upgrade to version 0.12.1
   - Remove pkg_dependencies
   - Fix upgrade script
   - reworked rights and permissions
2020-12-02 23:34:41 +01:00
ericgaspar
cf7a4821f3
Add php-fpm.conf 2020-12-02 09:18:40 +01:00
ericgaspar
22e9982a5d
small typos 2020-12-01 13:35:39 +01:00
ericgaspar
35e98c0925
Update nginx.conf 2020-12-01 12:14:47 +01:00
ericgaspar
c95ef8b2aa
Update manifest.json 2020-12-01 12:07:45 +01:00
ericgaspar
06dcc36382
Remove dependencies 2020-12-01 12:05:35 +01:00
ericgaspar
733cfdc207
Fix 2020-12-01 12:03:07 +01:00
ericgaspar
206f5173ac
Update upgrade 2020-12-01 11:49:54 +01:00
ericgaspar
3cadf7cd51
Fix 2020-12-01 11:36:55 +01:00
Éric Gaspar
88d8d0bb16
Merge branch 'master' into testing 2020-11-30 17:21:01 +01:00
Éric Gaspar
fe6f94078d
Upgrade to version 0.12.1 (#62) 2020-11-30 17:18:40 +01:00
Éric Gaspar
0fbc128209
Update check_process 2020-11-30 11:30:29 +01:00
Éric Gaspar
8465b1c5c9
Fix linter warning 2020-11-30 11:29:19 +01:00
Éric Gaspar
d57ade42a7
Update README.md 2020-11-30 10:07:30 +01:00
lapineige
33d286fcf9
Testing : update to 0.12.0, nginx fix, other fixes (#58)
* Set file permissions after creating the log (#53)

Should fix #49

* Updated to V0.12.0 and Nginx fix (#57)

* Set file permissions after creating the log (#53) (#54)

Should fix #49

Authored-by: tituspijean <tituspijean@outlook.com>

* Updated to version v0.12.0

* Fix images

* Fixed path in nginx

Co-authored-by: lapineige <lapineige@users.noreply.github.com>
Co-authored-by: anmol <anmol@jswan2.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README.md

* rm -r -> ynh_secure_remove (#59)

* Update issue_template.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update openssl dependency

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update _common.sh

- Remove unused script that generates an error
- Remove openssl that is part of PHP as default

* Cleaning up

* Fix linter warnings

* Small typos (#60)

* Patch2 (#61)

- Fix NGINX 302 redirect
- Fix missing upgrade_type in upgrade script
- Add ynh_smart_mktemp helper

* Fix NGINX

* Re-implement automatic post-installation

* Ensure file and directories permissions in upgrade

* Replace all ynh_print_info with ynh_script_progression

* Update check_process

* Use permissions system

Co-authored-by: tituspijean <tituspijean@outlook.com>
Co-authored-by: anmol26s <5068843+anmol26s@users.noreply.github.com>
Co-authored-by: anmol <anmol@jswan2.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-11-30 09:43:42 +01:00
tituspijean
9a949c1209 Use permissions system 2020-11-25 11:39:30 +01:00
tituspijean
dbf8d5b38d Update check_process 2020-11-25 11:01:27 +01:00
tituspijean
7aed542943 Replace all ynh_print_info with ynh_script_progression 2020-11-25 10:36:44 +01:00
tituspijean
df17fe3a53 Ensure file and directories permissions in upgrade 2020-11-25 10:34:54 +01:00
tituspijean
eb7843947b Re-implement automatic post-installation 2020-11-25 10:34:14 +01:00
tituspijean
a5a5ea5e64 Fix NGINX 2020-11-24 23:40:11 +01:00
Éric Gaspar
837c3942e7
Patch2 (#61)
- Fix NGINX 302 redirect
- Fix missing upgrade_type in upgrade script
- Add ynh_smart_mktemp helper
2020-11-24 19:35:51 +01:00
Éric Gaspar
45640ae344
Small typos (#60) 2020-11-24 18:00:33 +01:00
ericgaspar
ed6392e044
Fix linter warnings 2020-11-24 16:08:48 +01:00
ericgaspar
03225c748a
Cleaning up 2020-11-11 14:06:42 +01:00
ericgaspar
0999a92d53
Update _common.sh
- Remove unused script that generates an error
- Remove openssl that is part of PHP as default
2020-11-11 14:02:45 +01:00
lapineige
dd3251ebb9
Update openssl dependency
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-10 20:56:14 +01:00
lapineige
99f39cfa6f
Update issue_template.md
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-10 20:55:34 +01:00
Alexandre Aubin
82a0ac5423
rm -r -> ynh_secure_remove (#59) 2020-11-09 16:10:42 +01:00
lapineige
384df50bc9
Merge branch 'master' into testing 2020-11-03 09:56:50 +01:00
ericgaspar
24cb67f5ed
Update README.md 2020-11-01 16:11:39 +01:00
anmol26s
fa25f18b90
Updated to V0.12.0 and Nginx fix (#57)
* Set file permissions after creating the log (#53) (#54)

Should fix #49

Authored-by: tituspijean <tituspijean@outlook.com>

* Updated to version v0.12.0

* Fix images

* Fixed path in nginx

Co-authored-by: lapineige <lapineige@users.noreply.github.com>
Co-authored-by: anmol <anmol@jswan2.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-01 16:00:22 +01:00
lapineige
c492793c68
Set file permissions after creating the log (#53) (#54)
Should fix #49

Authored-by: tituspijean <tituspijean@outlook.com>
2020-04-28 20:38:02 +02:00
tituspijean
1d1e3d85b6
Set file permissions after creating the log (#53)
Should fix #49
2020-04-17 14:44:38 +02:00
lapineige
250cdad375
Fix path traversal issue
Testing
2020-04-01 09:41:19 +02:00
Alexandre Aubin
5449171f6a Make the package linter happy : you dun' need sudo because you're already root bruh 2020-03-31 06:22:21 +02:00
lapineige
7c250ff9b9
Merge pull request #51 from YunoHost-Apps/remove-problematic-upgrade-commit-for-tests
Remove commit for upgrade test, since the install failed for this old commit (old logrotate/fail2ban bug)
2020-03-24 22:21:53 +01:00
lapineige
e5376bc9ef
Merge pull request #50 from YunoHost-Apps/fix-path-traversal-issue
Fix path traversal issue
2020-03-24 22:20:03 +01:00
Alexandre Aubin
4653580068
Remove commit for upgrade test, since the install failed for this old commit (old logrotate/fail2ban bug) 2020-03-24 22:03:03 +01:00
Alexandre Aubin
12116f2e16
Fix path traversal issue 2020-03-24 22:00:45 +01:00
lapineige
70c68bd5be
Merge pull request #47 from YunoHost-Apps/fix-the-damn-log-issue
Fix the damn log issue
2019-10-19 10:27:07 +02:00
Alexandre Aubin
a1f3519d21
Bumping app version + yunohost requirement 2019-10-08 21:04:27 +02:00
Alexandre Aubin
b515e255d3 Fix that damn log issue 2019-09-26 14:21:49 +02:00
lapineige
2f3c40f2ad
Fix upgrade for #45
Temporarily fix #45
2019-07-28 08:33:23 +02:00
lapineige
b419a8870e
Merge pull request #46 from YunoHost-Apps/master
Align testing with master
2019-07-28 08:29:42 +02:00
lapineige
b7a4afd496
Update package number (fail2ban issue fixed) 2019-07-23 19:48:31 +02:00
lapineige
4a7390447f
Fail2ban fixes (#44)
* fix fail2ban

* fix fail2ban
2019-07-22 16:27:12 +02:00
lapineige
225d5fe51e
Backup themes during upgrade (#42)
Fix #42
2019-06-04 18:45:52 +02:00
lapineige
13aa7fc844
Fix typo 2019-05-27 21:53:16 +02:00