Linty
cafdd0b6ac
(cp bb8f3d571) fixes #2287 switch language before sending the email
2024-12-04 15:11:32 +01:00
Linty
bc46d69ff7
(cp e2fbf45cd) fixes #2288 display the correct mail after changed it
2024-12-04 15:10:42 +01:00
Linty
a6d98dfb4d
(cp 1525f9ced) fixes #2283 reduce font-size for initials
...
...and add no wrap for username
2024-11-25 11:33:37 +01:00
Linty
89f5f8326d
(cp 24293ef7c) issue #2234 continue colour updates for dark mode
2024-11-25 11:32:40 +01:00
Linty
d1fe9f8d49
(cp 465e6eced) fixes #2281 rewording set and reset mail content
2024-11-25 11:32:01 +01:00
Linty
4be028023c
(cp 6e45a8f42) fixes #2281 use template for reset/activation mail
...
and change is_first_connection to has_already_logged_in for better naming
2024-11-25 11:31:22 +01:00
Linty
d16380c3fa
(cp f6a3d0749) fixes #2281 rename function for better clarity
...
first_connexion to is_first_connection
2024-11-25 11:30:28 +01:00
Linty
502ef05df4
(cp 34296598d) fixes #2281 add two default conf for reset and activation link
...
When a password activation or reset link is generated, the link expiry time is now defined in two conf: $conf[’password_reset_duration‘] with a default time of one hour and $conf[’password_activation_duration‘] with a default time of 72 hours.
2024-11-25 11:29:39 +01:00
Linty
668104d1c7
(cp 431cb4b7b) fixes #1152 unset last_visit columns from default_user
2024-11-19 17:19:23 +01:00
HWFord
b92a8b3f2b
(cp 4124a858f) fixes #2279 sort list of dates by array key
2024-11-15 15:29:23 +01:00
plegall
7271633858
(cp d0fafcfc1) fixes #2269 typo in template for language key
2024-11-15 10:56:59 +01:00
HWFord
c0bf27f3c6
(cp 74f606e4a) fixes #2277 add links on whats new popin images
2024-11-14 10:20:06 +01:00
plegall
201d9663d3
(cp 906daa9b7) fixes #2159 avoid calling addslashes on null value (compat PHP 8.x)
2024-11-13 12:31:52 +01:00
Linty
1f1f0d3623
(cp 0cee86997) fixes #2275 wrap the category name in another span
...
...with a plaintext style
2024-11-12 14:45:59 +01:00
Linty
d982ecb2dc
(cp 25b919390) fixes #2274 load node when moving album in another one
2024-11-12 11:18:55 +01:00
plegall
582ac12e94
(cp 7bb3994fc) issue #2237 clean user input on custom tag_list
15.1.0
2024-11-11 12:38:53 +01:00
plegall
41ba5a5684
(cp 32b3eaf08) incorrect function called
2024-11-11 12:05:19 +01:00
plegall
cfc93b8db6
next release is 15.1.0
2024-11-11 11:43:15 +01:00
plegall
d6c16de0ef
copy all languages from translation@4189b36fe
2024-11-11 11:40:13 +01:00
plegall
55404f49ae
copy all languages from translation@68eaa10b7
2024-11-08 18:33:36 +01:00
plegall
8af6524813
copy all languages from translation@7ca95c1ce
2024-11-08 18:10:54 +01:00
HWFord
8399d80254
(cp bf3beb9bd) fixes #2268 add whats new popin
2024-11-08 16:44:00 +01:00
HWFord
5f1bc8e394
(cp f18f117d8) issue #2268 fix previous fontello commit changes to icon plus
2024-11-08 16:43:18 +01:00
HWFord
cbd9d7dbd2
(cp a7f83d2db) issue #2268 update fontello add thumbs up
2024-11-08 16:42:31 +01:00
HWFord
53fb45eb81
(cp 65bc7285a) issue #2268 rename whats_new lang file to add 15
2024-11-08 16:41:33 +01:00
HWFord
19037904d7
(cp 119b397c1) issue #2268 remove unecessary comments
2024-11-08 16:40:24 +01:00
HWFord
63cc722d79
(cp 10e455473) issue #2268 add sentences for translation
2024-11-08 16:38:59 +01:00
plegall
eeea2e9b09
(cp 277d51931) fixes #2271 more robust get_installation_date
2024-11-07 22:34:43 +01:00
plegall
5a16e53ad6
(cp 3fd287ac2) fixes #2270 compatibility PHP 7.2
2024-11-07 17:46:22 +01:00
plegall
e34e9f74e4
(cp 860dbde7a) fixes #2267 remove undisplayable characters
2024-11-06 11:06:01 +01:00
plegall
b4b966397b
(cp bc0a4bb10) fixes #2237 added a temporary parameter to pwg.images.setInfo
...
it's also adapted in the batch manager unit js file
2024-11-06 10:48:34 +01:00
plegall
becd62b311
(cp a6446be4b) fixes #2265 no longer truncate IP at 15 chars
2024-11-04 20:03:49 +01:00
Linty
e39956906e
(cp 95e85f264) fixes #2253 use only bulk_manager_filter category for album selection
...
I've also adapted the tpl and js files
2024-10-31 12:16:47 +01:00
Linty
5cb2585be9
(cp 78769be78) fixes #2259 order by activity_id instead of occured_on
2024-10-30 10:45:16 +01:00
Linty
d78cae9d51
(cp 99a3592ea) fixes #2258 add invalidate_user_cache in ws_images_deleteOrphans method
2024-10-30 10:30:32 +01:00
plegall
23bd228af2
(cp 05f70930e) fixes #2256 make search on deleted albums more robust
...
* old links search.php?cat_id=123 will now check the album id
* existing search including a filter on an album will check the album is still available
2024-10-28 19:43:43 +01:00
plegall
5335e8ee9f
(cp 724a40f31) fixes #2197 pwg.users.getList check user input min_register/max_register
2024-10-28 18:45:35 +01:00
Linty
dd95c2ffe3
(cp 65dce73ef) fixes #2254 adjust placement of int casting
...
...for SVG width and height values
2024-10-25 14:32:55 +02:00
Linty
ddb009f019
(cp 29b1c32fb) fixes #2252 add null check for parent_node
...
...before accessing properties
2024-10-25 11:47:14 +02:00
plegall
34d0b3f788
(cp eeef62378) Correct way to check file type
2024-10-25 10:26:07 +02:00
plegall
fdefcffe0e
(cp cdd4d3d2b) Only count PDF pages for PDF files
...
Fixes #2239
2024-10-25 10:25:47 +02:00
Linty
fe18b49a85
(cp 75da48dad) fixes #2252 hide pencil icon during upload
...
...to prevent opening the album selector
2024-10-24 17:08:19 +02:00
Linty
6eb01c9c4a
(cp 3a9e5f7df) fixes #2251 add en_UK and fr_FR translation
2024-10-24 16:09:24 +02:00
Linty
2f4cea7c95
(cp e53d7332d) fixes #2250 add tooltip on main user icon
2024-10-24 16:08:51 +02:00
HWFord
08f448929c
(cp 91ba4d94) issue #2234 continue colour updates for dark mode
2024-10-24 16:01:46 +02:00
Linty
b38aad5b7b
(cp 4f07c75b8) fixes #2247 load child nodes and open the node
...
...before adding a new one
2024-10-24 15:22:15 +02:00
plegall
8f04d24a1d
(cp a36a0aca8) typo fixed
15.0.0
2024-10-21 15:43:49 +02:00
plegall
57c2f1e921
next release is 15.0.0
2024-10-21 15:30:58 +02:00
plegall
24313771bf
change default configuration settings for a stable branch.
...
Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 5bef5645d1
2024-10-21 15:29:11 +02:00
plegall
afd57cee1a
copy all languages from translation@3e6c0f676
2024-10-21 15:24:26 +02:00