1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00
Commit graph

275 commits

Author SHA1 Message Date
Jimmy Monin
3973cfe423 Update to upstream version 4.8.0.1 2018-05-23 19:19:06 +02:00
Jimmy Monin
b6434dd74e Fix stretch compatibility by creating and using a dedicated MySQL admin user (fixes #71)
MySQL root access in Stretch is limited to socket access via the root system user (see here: https://stackoverflow.com/questions/39281594/error-1698-28000-access-denied-for-user-rootlocalhost/42742610#42742610)
In order to be compatible with Stretch and Jessie, use another privileged account than root
2018-05-23 19:09:15 +02:00
Maniack Crudelis
288bc6e92a
Merge pull request #73 from YunoHost-Apps/Add-upgrade-from-a-previous-commit
Add upgrade from a previous commit
2018-04-17 13:19:35 +02:00
Maniack Crudelis
0b18cd6474
Add upgrade from a previous commit 2018-04-11 21:02:30 +02:00
Maniack Crudelis
b7d01edb96
Merge pull request #69 from YunoHost-Apps/testing
Testing
2018-02-16 12:08:18 +01:00
JimboJoe
fd337db39f
Merge pull request #68 from YunoHost-Apps/upgrade-4.7.7
[Enh] Update to 4.7.7
2018-01-15 21:15:16 +01:00
JimboJoe
29e57125b4
Typo 2018-01-07 10:05:38 +01:00
Maniack Crudelis
09ad01673c
Force php5 for composer 2018-01-05 18:20:10 +01:00
frju365
920e91ab98
[Fix] Dep version 2018-01-04 19:37:55 +01:00
frju365
1c6338147d
Update _common.sh 2017-12-28 16:11:55 +01:00
frju365
8e97681a0e
[Enh] Update to 4.7.7 2017-12-28 15:37:07 +01:00
Maniack Crudelis
d7bc1f6c1c
Merge pull request #66 from YunoHost-Apps/testing
Testing
2017-11-25 13:37:26 +01:00
Maniack Crudelis
6a424f8c64
Merge pull request #65 from YunoHost-Apps/fix_dependencies
Fix missing dependencies
2017-11-05 18:46:48 +01:00
Maniack Crudelis
b5ab414391 fix composer 2017-10-20 15:14:39 +02:00
Maniack Crudelis
09271bfda1 Fix missing dependencies
Fix the error "File ./vendor/autoload.php missing or not readable."
2017-10-20 13:20:55 +02:00
Maniack Crudelis
34a91655d1 Merge pull request #64 from YunoHost-Apps/testing
Testing
2017-10-14 16:21:23 +02:00
Maniack Crudelis
b566372e18 Merge pull request #63 from YunoHost-Apps/refactoring
Refactoring
2017-09-12 18:46:34 +02:00
Maniack Crudelis
47b1bc11fb Fix mistake with final_path... 2017-09-03 23:11:27 +02:00
Maniack Crudelis
6363d57f84 Refactoring 2017-08-29 02:34:05 +02:00
LéOSW
a88dad5904 Fix 502 issue on CGI buffer (#48)
Complete error message is:

    upstream sent too big header while
reading response header from upstream
2017-08-12 09:17:11 +02:00
frju365
4b36d8df2a [Enh] Upgrade upstream version to 4.7.3 (closes #60) (#61)
* [Fix] upstream_version (#60)
* Version 4.7.3
* Fix upgrade
2017-08-03 17:24:48 +02:00
Maniack Crudelis
8563509b6c Merge pull request #55 from polytan02/patch-2
Adjust set -eu & set -u environment
2017-06-18 19:09:18 +02:00
Maniack Crudelis
8884bed84f Merge pull request #56 from polytan02/patch-3
Use ynh_die instead of exit 1
2017-06-18 18:38:33 +02:00
polytan02
11cf11434b Use ynh_die instead of exit 1 2017-02-25 00:14:58 +00:00
polytan02
a986df6c31 Add set -eu 2017-02-25 00:13:46 +00:00
polytan02
85ad4a1f5c Add set -eu 2017-02-25 00:13:26 +00:00
polytan02
4044658ce9 add set -u for remove script 2017-02-25 00:12:52 +00:00
polytan02
c7bd8441c2 Adjust set -eu & set -u environment 2017-02-25 00:12:07 +00:00
Maniack Crudelis
91c90dd955 Merge pull request #53 from polytan02/master
Update to respect latest YEP
2017-02-24 21:13:28 +01:00
root
df6065f4b8 Use of backup helpers 2017-02-17 20:37:28 +00:00
polytan02
59ffb081ad Cleaning 2017-02-17 20:11:10 +00:00
polytan02
07ec5acdb6 Correction 2017-02-17 19:41:19 +00:00
polytan02
a76ac5e346 Make the app retro-compatible 2017-02-17 19:40:27 +00:00
polytan02
b71dc520ab Use of cp sources/. instead of cp sources/* 2017-02-17 19:15:14 +00:00
polytan02
7238b9fc3c Cleaning of unused functions 2017-02-17 19:13:59 +00:00
polytan02
4ee686e02c Reload php-fpm instead of restart 2017-02-17 19:11:21 +00:00
polytan02
6b5af33dd6 Adjust nginx access to 644 2017-02-17 19:09:16 +00:00
polytan02
3074be4fd8 Add sudo yunohost app ssowatconf to restore script 2017-02-17 12:15:46 +00:00
polytan02
986707349f Change database drop parameter to match install script 2017-02-17 12:04:59 +00:00
polytan02
894516c646 Check the sources with sha256 from phpmyadmin.net 2017-02-15 13:57:22 +00:00
polytan02
afc86ae55a Cleaning of sed command 2017-02-15 13:20:01 +00:00
polytan02
91e6f32141 Update on check process 2017-02-15 12:22:36 +00:00
polytan02
ea9174b1e2 Missing retreival of $admin paramater 2017-02-15 01:14:31 +00:00
polytan02
1a1a9407ab Update on .fonctions file 2017-02-15 01:08:31 +00:00
polytan02
481732bb23 service php5-fpm restart instead of reload 2017-02-15 00:53:08 +00:00
polytan02
fda942e9e4 Update to latest 4.6.6 version 2017-02-15 00:50:58 +00:00
polytan02
835c810291 We grant access to ADMIN only 2017-02-15 00:50:32 +00:00
polytan02
787c7aff87 Add missing sudo commands 2017-02-15 00:44:16 +00:00
polytan02
b29555de19 Adjustments on sed commands 2017-02-15 00:39:47 +00:00
polytan02
39f56277a0 Adjust db_user name in create_sql scripts 2017-02-15 00:30:28 +00:00