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

62 commits

Author SHA1 Message Date
Éric Gaspar
34626b263e Cleaning 2023-11-02 18:44:07 +01:00
Mateusz
7547195957
Packaging v2 (#127)
* Packaging v2

* Updated readme.

* Fixed linter errors.

* Update _common.sh

* Update backup

* Update manifest.toml

* Update manifest.toml

* Update tests.toml

* Update tests.toml

* Fix scripts.

* Another fix.

* Yet another fix.

* Bump to 5.2.1

* Don't use Composer
2023-11-02 18:39:09 +01:00
Éric Gaspar
98a26b7a16
Fix linter (#117)
* Fix linter warnings
2021-11-14 11:46:43 +01:00
ericgaspar
25b3752614 Update install 2021-07-13 07:38:12 +02:00
Éric Gaspar
ba80089c71
5.1.1 (#114)
* 5.1.1
2021-07-10 22:32:23 +02:00
ericgaspar
840c860961 Update install 2021-07-10 08:44:09 +02:00
ericgaspar
5d100f4c98 Upgrade to 5.1.1 2021-07-08 08:42:29 +02:00
ericgaspar
003d1adbaa Update install 2021-07-08 08:26:34 +02:00
Éric Gaspar
3860248a1b
Upgrade to 5.1.0 (#107)
* Upgrade to 5.1.0

* Fix doc links
2021-03-23 19:27:48 +01:00
ericgaspar
3a066a438f
Fix linter warnings 2020-12-06 11:57:14 +01:00
ericgaspar
a813e8c2aa
Small typos 2020-10-04 09:58:12 +02:00
ericgaspar
272b2d6616
Small typos 2020-09-24 13:44:38 +02:00
Jimmy Monin
f888df6083 Upgrade to upstream version 5.0.2 / Use PHP 7.3 2020-06-07 19:24:38 +02:00
Maniack Crudelis
276de5842c Normalization from example_ynh 2019-05-18 14:04:40 +02:00
Maniack Crudelis
fb4cf4efb3 Use new 3.5 helpers 2019-04-13 18:26:29 +02:00
Maniack Crudelis
a2e8d78dd2 Use composer helpers 2019-02-28 00:02:46 +01:00
Maniack Crudelis
086dfd2fe1 Add progression with ynh_print_info 2019-02-17 20:58:14 +01:00
Maniack Crudelis
4d8b2a45c8 Normalization from example_ynh 2019-02-17 15:42:09 +01:00
JimboJoe
e3bd41fd69
Merge pull request #74 from YunoHost-Apps/fix_stretch_compatibility
Fix stretch compatibility by creating and using a dedicated MySQL admin user (fixes #71)
2018-06-02 21:14:23 +02:00
Jimmy Monin
6b9e9deaf3 Avoid error if temporary directory already exists 2018-05-24 22:22:52 +02:00
Jimmy Monin
1b277ad388 Add phpMyAdmin temporary folder with needed rights
(See here: https://stackoverflow.com/questions/49730100/error-in-phpmyadmin-after-updating-to-v4-8-0-the-cfgtempdir-tmp-is-no)
2018-05-24 20:31:58 +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
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
6363d57f84 Refactoring 2017-08-29 02:34:05 +02:00
polytan02
59ffb081ad Cleaning 2017-02-17 20:11:10 +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
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
481732bb23 service php5-fpm restart instead of reload 2017-02-15 00:53:08 +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
polytan02
112c784999 Sed on wrong file .... 2017-02-15 00:15:41 +00:00
polytan02
dd3cfa4d72 Correction of typo 2017-02-15 00:10:46 +00:00
polytan02
2008ab8231 Correction of typo 2017-02-15 00:09:27 +00:00
polytan02
4deaa42b1c Correction on wget parameters 2017-02-15 00:07:27 +00:00
polytan02
46f971043e Update SQL sequence 2017-02-14 23:52:06 +00:00
polytan02
4e364077e8 Initial commit to update script to respect YEP 2017-02-14 23:21:53 +00:00
Julien Malik
5cc733fa07 Fix permissions update, otherwise getting command line too long for chmod 2016-04-03 23:46:13 +02:00
Julien Malik
fd083edc12 [enh] remove cookie-auth-mode specific setting that we don't use (fix #36) 2016-04-03 13:04:43 +02:00
Josue-T
b96002dada SQL files have moved 2016-03-02 11:39:08 +01:00
Julien Malik
ecc81216e7 Remove executable permissions 2015-08-27 00:25:43 +02:00
polytan02
00233e8334 Use of dedicated php-fpm in nginx 2015-07-14 13:05:47 +02:00
polytan02
3e9a202c9b relocation of version into correct folder
cleaning
2015-07-13 00:59:05 +02:00