Commit Graph

10816 Commits

Author SHA1 Message Date
Matthieu Leproux 7132ca6d4f related to #1530 Status verification for languages manager 2021-10-22 11:46:33 +02:00
Matthieu Leproux ac1e91534f related to #1530 Status verification for Configuration > Menus page 2021-10-22 11:18:53 +02:00
Matthieu Leproux cd433f40e9 fixes #1539 redirect between GM and UM works now 2021-10-22 10:38:39 +02:00
Matthieu Leproux 8e944b77bd fixes #1538 no more auto complete by chrome 2021-10-21 17:03:37 +02:00
Matthieu Leproux d0a331a4b5 related to #1530 status verification for option pages in configuration section 2021-10-21 15:27:46 +02:00
Matthieu Leproux 967cbe5e2a related to #1530 status verification for extention updates 2021-10-21 14:08:27 +02:00
Matthieu Leproux 35490ab89a related to #1530 status verification for maintenance : action page 2021-10-20 18:11:11 +02:00
Matthieu Leproux 24e923f971 fixes #1537 Filter is done with ids now and not with usernames. 2021-10-20 15:55:52 +02:00
Matthieu Leproux df11f23a9c fixes #1536 no more redirect on other tab when checking version 2021-10-20 13:53:59 +02:00
Matthieu Leproux 37433d659b fixes #1535 good settings btn color in dark mode now 2021-10-20 12:27:58 +02:00
Matthieu Leproux 8ee04fd872 fixes #1534 translation fix for activity 2021-10-20 12:09:22 +02:00
Matthieu Leproux 4edde6517d fixes #1533 spelling mistake corrected 2021-10-20 11:46:20 +02:00
Matthieu Leproux f5dc1f565a fixes #1532 added specification to guest status 2021-10-20 11:09:25 +02:00
Matthieu Leproux 8856de2b0c fixes #1531 Status select box disabled for guest user 2021-10-20 10:42:03 +02:00
Matthieu Leproux f5d0caedb8 related to #1530 Status vérification in Sync page 2021-10-20 10:09:31 +02:00
plegall 8e2f12fdf0 fixes #1529 rewrite list of filter users for activities
* migration task to update activity.performed_by (with object_id) for logout action (was always user guest instead of the real user)
* activities: use the actual regrouped lines to list filter users (instead of performing a separate SQL query)
2021-10-19 16:28:52 +02:00
Matthieu Leproux f0110cead6 related to #1524 API username variication update 2021-10-19 13:45:32 +02:00
Matthieu Leproux c006b2222e related to ##1521 errors are displayed better in dark mode 2021-10-18 15:03:59 +02:00
Matthieu Leproux 7a22359a14 relatd to #1525 fix undifined variable in picture modif 2021-10-15 16:28:26 +02:00
Matthieu Leproux d8862e43ac related to #1524 Input verification 2021-10-15 14:36:05 +02:00
Matthieu Leproux b409841e0f fixes #1523 Search plugin and status filter compatible + nb search results 2021-10-14 15:22:21 +02:00
Matthieu Leproux 2f70ed923a fixes #1522 no more margin left on sub albums in album mover 2021-10-14 11:43:24 +02:00
Matthieu Leproux 20b7790038 fixes #1521 errors are displayed properly now 2021-10-14 11:25:00 +02:00
Matthieu Leproux 71b122aacc fixes #1519 View manager is the same everywere 2021-10-13 17:09:49 +02:00
Matthieu Leproux aa6c725098 fixes #1518 add album compact is fixed 2021-10-13 16:22:32 +02:00
Matthieu Leproux cdc45dc1a1 fixes #1517 removed placeholer in tile mode 2021-10-13 15:51:38 +02:00
Matthieu Leproux 9b343c687c fixes #1516 better color for links in dark mode 2021-10-13 15:28:47 +02:00
Matthieu Leproux 747870e2e3 fixes #1515 better inputs for add group and add album 2021-10-13 15:02:06 +02:00
Matthieu Leproux 96e7fa466c fixes #1514 Empty rename display error message 2021-10-13 10:27:50 +02:00
Matthieu Leproux 45bab6a9d1 fixes #1512 Permission link is now visible 2021-10-12 16:02:50 +02:00
Matthieu Leproux 89c50efef2 fixes #1511 clear filter btn works fine now 2021-10-12 15:22:14 +02:00
Matthieu Leproux ae0ec434fc fixes #1510 compact mode config btn css is good now 2021-10-12 14:49:26 +02:00
Matthieu Leproux 390f23d275 fixes #1509 if no plugins activated : show all plugins 2021-10-12 11:16:07 +02:00
Matthieu Leproux c3670b80a2 related to #1507 dark mode pluigin alerts 2021-10-12 10:09:16 +02:00
plegall 9c367c66f9 next release is 12.0.0RC2 12.0.0RC2 2021-10-11 11:22:54 +02:00
Matthieu Leproux 16ebb06079 related to #1504 better plugin lines in dark mode 2021-10-11 09:15:42 +02:00
plegall 4289dd8606 fixes #1483 [install] cleanly alert user of PHP required version 2021-10-08 17:24:42 +02:00
Matthieu Leproux fb7aad8340 fixes #1506 changed loader in user manager and icon are fully visible in album manager 2021-10-08 12:38:48 +02:00
Matthieu Leproux e5e1c2697d related to #1505 fixing firefox auto fill input password over show password icon 2021-10-07 16:53:30 +02:00
plegall 85ee92302f issue #1344 revert 917c733 no longer necessary (see 8effbe8) 2021-10-07 16:37:42 +02:00
plegall 8effbe8e95 fixes #1356 pwg.images.uploadAsync, move auth code to inc/user.inc.php
In order to avoid loading user context as "guest" and then wait to be in ws_images_uploadAsync function to authenticate and load a new user context. This way we deal with "automatic" authentication in the same place (as apache auth or url auth) and we use the more common user context loading mecanism. Making Community compatible is now much easier.

To avoid duplicating too many lines of ws.php into inc/user.inc.php, I have moved the init of ws.php into inc/ws_init.inc.php
2021-10-07 14:53:27 +02:00
Matthieu Leproux 5803c76f4d fixes #1505 Smaller add user popin 2021-10-07 13:39:05 +02:00
Matthieu Leproux 2c1b3579ec related to #1503 Translation adjustments, api fonction implementation date 2021-10-07 10:14:24 +02:00
Matthieu Leproux 8c2e6c5eb4 related to #1504 Adjustments for plugin manager 2021-10-06 12:07:31 +02:00
Matthieu Leproux 4600fab331 related to #1503 You cant activate/deactivate plugins as admin now 2021-10-05 15:46:10 +02:00
Matthieu Leproux d2ea8fa3cc fixes #1502 newer favicon 2021-10-04 16:40:29 +02:00
Matthieu Leproux a7bc87fa13 fixes #1501 dark mode hover done like group selection mode colors 2021-10-04 14:49:30 +02:00
Matthieu Leproux 91035ae5b9 related to #1480 switch help icon translated in edit album 2021-10-04 14:24:09 +02:00
Matthieu Leproux f1082e75fe fixes #1500 better positioning for addAlbum content 2021-10-04 13:42:10 +02:00
Matthieu Leproux 9fd5db4f2f fixes #1499 icon color changes properly 2021-10-04 12:31:17 +02:00