Commit Graph

174 Commits

Author SHA1 Message Date
Matthieu Leproux 56cefc5750 related to #1462 Status verification before user edition 2021-08-12 15:03:20 +02:00
Matthieu Leproux 849c344010 related to #1459 Translating MB to Mo 2021-08-09 15:07:57 +02:00
Matthieu Leproux 0386d0cd52 fixes #1459 animation works fine now 2021-08-09 12:00:20 +02:00
Matthieu Leproux 13143602b6 fixes #1458 hidde delete user btn is the selected user is connected 2021-08-09 11:14:00 +02:00
plegall a0be45af34 issue #1309 compatibility PHP 8 2021-08-06 15:57:14 +02:00
Matthieu Leproux f56464d6d0 fixes #1457 first load is done properly 2021-08-03 13:40:43 +02:00
Matthieu Leproux f032a9f244 fixes #1433 saving the tags per page value in cookie + finxing some bugs in tag page 2021-07-23 13:03:45 +02:00
Matthieu Leproux f48ae4a5ef related to #1245 circled the badge 2021-07-23 10:43:12 +02:00
Matthieu Leproux 4a56b871d0 related to #1245 removed console.log 2021-07-23 09:34:59 +02:00
Matthieu Leproux 7d67afcb6a related to #1245 Added badge with number of plugin and it now handles errors 2021-07-23 09:34:12 +02:00
Matthieu Leproux bde0a246ea related #1245 displaying the activated plugin list in environnement section 2021-07-22 17:07:02 +02:00
Matthieu Leproux f4612bc6e6 related to #1451 adjuted card heigth in tile mode 2021-07-16 09:38:10 +02:00
Matthieu Leproux f1ea76242b fixes #1451 Can now open move album from album manager 2021-07-15 13:05:45 +02:00
Matthieu Leproux fc7fb1b7d7 Fixes #1446 Dark mode for add user popin done + focus on input 2021-07-09 11:38:07 +02:00
Matthieu Leproux b64b7ea168 fixed #1441 2021-07-08 10:38:07 +02:00
Matthieu Leproux 286e8ad5b1 related to #1316 Calculates cache size and cache size derivatives 2021-07-07 18:14:00 +02:00
Matthieu Leproux 932439b94c related to #1316 method cache size added, data fetched from php not js
Real data need to be created now
2021-06-24 17:12:09 +02:00
Matthieu Leproux 05ca000f78 related to #1415 Adjustments for new plugin manager
Removed "!" from alerts better hover on lines
2021-06-23 14:54:58 +02:00
Matthieu Leproux a86684ebc4 issue #1415 plugin manager redesigned
* actions on plugins are down in AJAX (no more page reload)
* plugins can be filtered but plugins do not move from a section (active) to another (inactive)
2021-06-22 18:35:46 +02:00
MatthieuLP 9656d0459e Push before checkout
Only indents
2021-06-22 14:59:12 +02:00
MatthieuLP 6fbb6a22fc Getting "fake" cache size from getInfos.
Displaying infos in maintenance page
2021-06-22 14:59:12 +02:00
Matthieu Leproux 8561d48f69 related to #1434 quit edition mode when changin page 2021-06-18 15:23:04 +02:00
Matthieu Leproux ca588168f6 related to #1265 update user in not clickable until ajax call ends 2021-06-17 10:21:02 +02:00
Matthieu Leproux c1c9030e6d Added spinner on modify user btn 2021-06-16 15:03:49 +02:00
Matthieu Leproux eef63740f0 related to #1265 Selection mode in darkmode colors adjusted 2021-05-21 16:30:25 +02:00
Matthieu Leproux bc7117dbd8 related to #1265 Added spinner when modifying user. 2021-05-21 10:44:54 +02:00
Matthieu Leproux f494b05718 related to #1265 Email hidden in selection mode in line view 2021-05-19 12:23:11 +02:00
Matthieu Leproux 1a5d08f242 related to #1403 removing guest from associable users in group manager 2021-05-17 23:47:22 +02:00
Matthieu Leproux 9838c1955c Related to #1323 changeRank is called after the end of ajax call
Before the changeRank function was called in then() after changeParent.
Now it is called in case of success in the changeParent ajax call
2021-05-14 14:43:01 +02:00
Matthieu Leproux ee38fbe4ce Fixes #1412 Plugin view selector's bug on first reload fixed 2021-05-14 10:01:04 +02:00
Matthieu Leproux b6a6227210 related to #1387 3 sec delay before auto openning albums
The variable is given in php files and used in js
2021-05-12 15:07:10 +02:00
Matthieu Leproux 66a2d546e8 related to #1362 removing console.log 2021-05-12 12:04:17 +02:00
Matthieu Leproux 4156702b51 Fixes #1369 correct number of photos on filtered tags 2021-05-12 10:29:00 +02:00
plegall 308f7109b4 issue #1306 also close bracket for deleteOrphans and setMd5sum 2021-05-11 17:53:05 +02:00
7tonin e16368982d Batchmanager metadata sync bug (#1306)
* closing square brakets is better
2021-05-11 17:51:38 +02:00
Matthieu Leproux f14f10f4a4 Fixes #1362 If duplicated group has little star the new group has the star too. 2021-05-07 16:41:48 +02:00
Matthieu Leproux 4060183b2d Fixes #1405 Now the password in the input is taken in the user creation 2021-05-07 12:31:27 +02:00
Matthieu Leproux c38ceb9b7f Fixes #1398 Fixed dot size of plugin manager when in line display
Now the size of the dots to display the plugin informations is the same size in compact display and in tile display.
2021-05-06 09:26:07 +02:00
Matthieu Leproux 37575395ab Fixes #1395
Translation line added and message displayed properly.
2021-05-05 15:34:48 +02:00
Matthieu Leproux eaa007b458 Fixes issue #1394
Now the focus is made on the input for the name of the new group.
2021-05-05 14:29:53 +02:00
plegall fe3147d601 issue #1265 user manager new design by @GitBluub and @MatthieuLP
Because we had a ghost page user_list_new, I didn't simply merged the feature branch, but I reproduced the new code in a single commit on master.
2021-05-05 13:49:17 +02:00
Matthieu Leproux ea39b734fa Fixes #1387
Albums with sub-albums don't open when dragging albums over them
2021-04-28 12:17:34 +02:00
MatthieuLP 1fce0f7c97 Fixes #1382 gracefully recovers from local storage write error 2021-04-14 16:12:29 +02:00
MatthieuLP 3a91c30e1e Fix title lenght in album manager (line) 2021-04-02 16:14:42 +02:00
MatthieuLP 54320d4043 fixes #1355 alternative view for plugin manager 2021-03-18 15:29:56 +01:00
plegall 9cebf85c82 fixes #1336 alternate views for album manager
* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views
* implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master
2021-03-04 14:42:06 +01:00
MatthieuLP 1233694048 Issue #1323: Fixing random album ranking in album manager.
Fixed when moving ONE album but moving 4+ sub-albums to root still makes random result :/
2021-02-26 15:37:45 +01:00
MatthieuLP 86c5611562 fixes #1319
* Fixing parent definition when moving sub-album "Before" other album
2021-02-05 18:00:41 +01:00
plegall 9c1f6c0c04 fixes #1322 class attributes must be defined in contructor 2021-02-05 11:36:56 +01:00
plegall 82f6371955 fixes #1315 filter on tags no longer cares about case
* searching "Pa" will find both "Pasta" and "pasta"
* the searched word can be "included" in the result, not only "starting with". "ta" will find "pasta".

Thanks to @dawsk-2021 in issue #1320
2021-02-05 09:39:14 +01:00