Commit Graph

10648 Commits

Author SHA1 Message Date
Matthieu Leproux
430caba73c related to #1430 Added tootip for status description, still need to add real desc 2021-06-16 16:49:08 +02:00
Matthieu Leproux
cc2aa2e97d Fixes #1429 Dropdown arrow properly aligned in group manager 2021-06-16 15:46:50 +02:00
Matthieu Leproux
45b460c11f related to #1265 Modified "high definition enabled" to "allow download".
Makes more sense because it is what the checkbox does
2021-06-16 15:24:01 +02:00
Matthieu Leproux
c1c9030e6d Added spinner on modify user btn 2021-06-16 15:03:49 +02:00
Matthieu Leproux
cef967de8e related to #1265 edit guest user popin done properly 2021-06-16 14:06:05 +02:00
Matthieu Leproux
7947a8cf7e Revert commit d2fe08, caused bug in photo editor now fixed 2021-06-16 11:37:19 +02:00
plegall
ac0d1a5b47 fixes #1419 add photos in a lounge as a temporary space
* at the end of the upload of after a maximum duration, move the photos from the lounge to their actual categories.
* do not invalidate user cache when photos are added in the lounge, thus avoiding to rebuild cache on every photo uploaded
* the lounge system activates itself only beyond 50k (by default) photo
2021-06-11 16:42:48 +02:00
Hannah
4aa7a7b9bf missing icon background
after dark mode css fixes, background for add icon got removed in light mode, this adds back that background
2021-05-28 10:29:20 +02:00
Hannah
0744d41bf5 Minor css fixes to dark mode
css fixes to dark mode:
to add group and album icon, made full and not outline
user manager page padding reduce on outline element to take 2px outline into account
Dashboard storage chart made opacity 1
Change color for amount displayed per page
2021-05-28 07:46:29 +02:00
Matthieu Leproux
eef63740f0 related to #1265 Selection mode in darkmode colors adjusted 2021-05-21 16:30:25 +02:00
Matthieu Leproux
e9b9f0eab0 related to #1265 AddUserSuccess validate box aligned better 2021-05-21 15:02:27 +02:00
Matthieu Leproux
291c7786ca GroupManager : changed icon border color when group is selected 2021-05-21 13:00:56 +02:00
Matthieu Leproux
a4eeedae0e related to #1265 Batch manager single mode, image positionned to the rigth 2021-05-21 12:48:54 +02:00
Matthieu Leproux
2abbce677a Setting style of selectize input items like in user popIn (related to #1265) 2021-05-21 12:42:23 +02:00
Matthieu Leproux
a69dc82722 related to #1265 Little style adjutments + translation lines corrected 2021-05-21 12:16:14 +02:00
Matthieu Leproux
bc7117dbd8 related to #1265 Added spinner when modifying user. 2021-05-21 10:44:54 +02:00
Matthieu Leproux
6a486ffbf3 related to #1265 UserPopIn group item colored better 2021-05-21 10:16:19 +02:00
Matthieu Leproux
cfa333a381 related to #1265 resize email, status and registration columns in line mode 2021-05-21 10:02:24 +02:00
Matthieu Leproux
d2fe083494 Fixes #1414 Zoom in area in single mode batch manager smaller 2021-05-20 11:31:33 +02:00
Matthieu Leproux
54d713535c related to #265 Ajusting input size in batch manager when adding tags 2021-05-19 16:12:29 +02:00
Matthieu Leproux
c6acb6d2d0 related to #1265 ajustments on lineView and in user popin (group items) 2021-05-19 15:57:07 +02:00
Matthieu Leproux
71a82bd286 related to #1265 Adapted selection mode css to new icons 2021-05-19 14:53:26 +02:00
Matthieu Leproux
a112b89d79 related to #1265 Checkbox appearance in selection mode + selection box size adjusted 2021-05-19 13:42:29 +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
Hannah
983f72db6a Update dark mode colors
changes full color icons to outlines using same color as icon
2021-05-16 19:06:53 +02:00
Matthieu Leproux
a03e44b572 Revert "Fixes #1403 guest user is removed from selectize user list"
This reverts commit 5792cf6307.
2021-05-14 15:13:05 +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
e5ed68e6a8 Fixes #1399 Added mesage at the end of result list if result limit reached
Related to #1387 changed variables names for more clarity
2021-05-12 16:45:39 +02:00
plegall
1ce38771f5 fixes #1241 do not use no_photo_yet for normal users 2021-05-12 15:42:00 +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
d86e7f6cd2 related to #1396 title of popin when ordering albums is well aligned 2021-05-12 13:32:18 +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
plegall
2b57000980 issue #1396 missing/duplicate translations 2021-05-11 17:19:41 +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
451cbdbbc9 Fixes #1377 Associate / Move album's selectize in batch manager
Selectize for choosing album when associating or moving  has now a place holder and no default value.

Also added translation line for placeholder
2021-05-07 15:33:32 +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
c1b35fd44d Fixes #1404 input for name and password has good hover now. 2021-05-07 11:41:41 +02:00
Matthieu Leproux
5792cf6307 Fixes #1403 guest user is removed from selectize user list 2021-05-07 10:42:26 +02:00
Matthieu Leproux
8dfe65488f Fixes #1402 Dark mode for user edit popIn 2021-05-07 10:04:02 +02:00
Matthieu Leproux
5829d17ee3 Fixes #1401 DarkMode for userManager 2021-05-06 15:37:16 +02:00
Matthieu Leproux
88622c0d91 Fixes #1400 ViewSelector in DarkMode done
ViewSelector for Plugin Manager, User Manager and Album manager.
2021-05-06 14:38:43 +02:00
Matthieu Leproux
0996526e4b Fixes #1399 Search result limit set to 100. + translation lines.
Variable to limit the number of results is set to 100.
Added some translation lines to notice the user that he has ti refine the search.
One translation line corrected because it was in french in the uk_UK file
2021-05-06 12:33:50 +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
plegall
4b6c64be3b fixes #1397 deactivating a user deletes all his sessions 2021-05-05 17:03:19 +02:00
plegall
444c653878 fixes #1368 user with "guest" status get refused connection 2021-05-05 17:03:19 +02:00