Commit Graph

40 Commits

Author SHA1 Message Date
Linty c8d7503d4e related to #2165 new add user popin
- add field for add user
- in the `pwg.users.add` method, the params `send_password_by_mail` does nothing anymore. Because we no longer want to send passwords in clear text.
- in the `pwg.users.add` add a new `auto_password` parameter to generate a random password when a user is created
- use this parameter (`auto_password`) in user_list.js
- change mail content et password page on first login
2024-06-28 18:56:28 +02:00
Linty cd8ba0a456 issue #2158 fix duplication of the icon crown and name when saving 2024-06-14 15:28:07 +02:00
Linty 27cd5cde9e related to #2158 update user and guest pop in
- Implementation of a new modal for modifying a user or guest
- Addition of a function to allow plugins to add a tab to the new user modal
- Fix bug: "badger-number" is updated when a user is added or deleted
- Fix bug: When the user who is editing has permissions to delete the user he is modifying, the delete icon is now displayed correctly
- Added a new api method for modifying the main user and generating a link to reset a password
- Passed $conf[‘webmaster_id’] in database configuration
2024-05-31 18:12:52 +02:00
Willy "Linty fbae0b735c fixes #2071 sorts users by date and username 2023-12-18 18:05:09 +01:00
Willy "Linty a267cc022b Issue #2035 Declare new parameters
We change min and max format date, now we expect `YYYY` or `YYYY-mm`or `YYYY-mm-dd`
2023-11-10 14:40:08 +01:00
MatthieuLP 47301fd120 fixed #1903 removed english sentence in user delete confirm 2023-04-24 17:19:29 +02:00
MatthieuLP b4285310e9 fixed #1880 Changing email to a wrong email does not block the user after validation 2023-03-14 10:49:46 +01:00
MatthieuLP 1a62df3251 fixed #1878 added status translation in user manager 2023-03-13 10:28:40 +01:00
MatthieuLP c6ada9b9ac related to #1858 Most recent user first 2023-02-06 15:01:35 +01:00
MatthieuLP 23a8d1d1fe related to #1834 added filtered users sentence and fixed search cancel in search input 2022-12-20 16:33:19 +01:00
MatthieuLP aa4ee2ca89 related to #1834 implemented badge on filter button 2022-12-20 14:21:23 +01:00
MatthieuLP 07ef2e0033 related to #1832 removed console.log 2022-12-20 10:54:38 +01:00
MatthieuLP 4ea57967cd fixed #1832 Number of displayed users in user manager is now saved in user_prefs 2022-12-19 16:35:46 +01:00
MatthieuLP 2a72114377 related to #1826 focus on user input when we create a user 2022-12-14 12:36:33 +01:00
MatthieuLP 6055ea13fc related to #1825 'Select the whole set' button takes in account the filters used 2022-12-14 12:11:23 +01:00
plegall 735cda77a5 fixes #1824 user manager, do not apply filter when closed 2022-12-13 15:34:33 +01:00
Matthieu Leproux 9a4f9272b2 fixed #1784 added button in user edit popin to go on te history page with the user as filter 2022-11-09 15:45:48 +01:00
Matthieu Leproux 74e932a5a9 fix #1699 we use user_prefs for the user view selector now 2022-08-01 15:57:58 +02:00
Matthieu Leproux f7301e5011 related to #1571 moving js to tpl so plugins can modify it 2022-06-27 11:23:00 +02:00
guetz 0b51ba3720 #1467 Plugin download page general redesign
Implements the new general design (thanks to Clement's and Jule's mockup)
Allows the display or the hiding of non-compatible plugins
Add advanced filters in the page (harmonization with the advanced filters in the user manager)
Add the display of a screenshot, the rating and the tags for each plugins
Add Piwigo's Certification levels for each plugins
Add the file admin/themes/default/css/components/general.css to save css compnents that will be used in diffenrent places in the admin
2022-03-05 11:52:53 +01:00
Matthieu Leproux 74153db445 fixes #1557 removed %% in front and escaped groups for mysql8 2021-11-15 13:45:44 +01:00
Matthieu Leproux cd433f40e9 fixes #1539 redirect between GM and UM works now 2021-10-22 10:38:39 +02:00
Matthieu Leproux d8862e43ac related to #1524 Input verification 2021-10-15 14:36:05 +02:00
Matthieu Leproux 20b7790038 fixes #1521 errors are displayed properly now 2021-10-14 11:25:00 +02:00
Matthieu Leproux 5803c76f4d fixes #1505 Smaller add user popin 2021-10-07 13:39:05 +02:00
Matthieu Leproux de8f94d4eb related to #1485 fix edit admin as admin bug 2021-10-04 09:37:14 +02:00
Matthieu Leproux 960f02ab0c fixes #1488 replace guest initial by guest icon in popin 2021-09-28 12:45:18 +02:00
Matthieu Leproux 73ef21ace6 related to #1485 edit own status not allowed and cancel plugin title adaptation 2021-09-28 10:35:45 +02:00
Matthieu Leproux 92dbf4215b related to #1462 Adjustments for disabled fields + fadeout on alert box 2021-09-16 16:32:36 +02:00
Matthieu Leproux 56cefc5750 related to #1462 Status verification before user edition 2021-08-12 15:03: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
Matthieu Leproux f56464d6d0 fixes #1457 first load is done properly 2021-08-03 13:40:43 +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 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 4060183b2d Fixes #1405 Now the password in the input is taken in the user creation 2021-05-07 12:31:27 +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