Commit Graph

2355 Commits

Author SHA1 Message Date
plegall
cc0930e47c (cp 789c06283) fixes #2336 more details in Logger (execution_uuid) 2025-03-01 14:23:51 +01:00
plegall
82b49286ef (cp daef1ed37) fixes #2335 do not rebuild user_cache for Batch Manager Unit Mode 2025-03-01 14:23:37 +01:00
plegall
1254902470 (cp 33b57be50) fixes #2334 wait user_cache rebuild for 20 seconds instead of 10 2025-03-01 14:23:23 +01:00
plegall
2e620dad1e (cp 5eacda0d7) fixes #2333 avoid deadlock while waiting for user_cache rebuild 2025-03-01 14:23:05 +01:00
Linty
f502a8dba9 (cp cc675b712) fixes #2327 standardize password masking length in emails 2025-02-24 13:49:34 +01:00
plegall
e725c78403 next release is 15.4.0 2025-02-19 14:25:10 +01:00
HWFord
bc1625d940 (cp 7f24787b4) fixes #2322 set to 0 if null 2025-02-18 10:26:18 +01:00
Linty
492c3e3a90 (cp a0ea91695) fixes #2323 switch language before generating the link 2025-02-14 12:08:22 +01:00
plegall
4efde00592 (cp 28a676b2d) fixes #2311 single instance of user_cache generation 2025-01-10 14:24:42 +01:00
Linty
396b112049 (cp 8f721fcb8) fixes #2303 replace the password in clear text with asterisks 2025-01-09 10:39:24 +01:00
HWFord
a712201b74 (cp 5b7fffe78) fixes #2308 remove html and use previous redirect 2025-01-08 11:35:41 +01:00
plegall
9f76b669c9 (cp a3833eab9) fixes #2300 search engine robots should not index/follow combined categories 2024-12-31 16:14:38 +01:00
plegall
e0acc59d22 (cp 547c8a9b9) issue #2296 for install.php, we always need class PwgSession defined 2024-12-20 11:06:10 +01:00
plegall
126fec58f6 next release is 15.3.0 2024-12-20 10:55:07 +01:00
Linty
8abea22284 (cp 627aa045e) fixes #2296 include the correct class file depending on the version of php 2024-12-20 10:46:41 +01:00
Linty
44269da1ab (cp 064537257) fixes #2287 add a new language key 2024-12-19 16:41:55 +01:00
plegall
c37ffcf4b5 next release is 15.2.0 2024-12-19 15:57:48 +01:00
plegall
945c0991ef (cp fc5bc47bc) fixes #1960 custom pwg_nl2br to avoid warning on PHP 8.1+ 2024-12-18 12:30:05 +01:00
Linty
ae603c6a1d (cp 047a44758) issue #2294 compatibility with PHP 8.4+ for session handling
PHP7+ to PHP 9 compatibility
2024-12-17 12:17:49 +01:00
plegall
a37490f15e (cp 5081acda9) fixes #2295 send_piwigo_infos, add core updates 2024-12-16 16:48:05 +01:00
plegall
cab1bc9c83 (cp ff5e8e616) fixes #2292 distinguish auth methods 2024-12-06 16:18:46 +01:00
Linty
cafdd0b6ac (cp bb8f3d571) fixes #2287 switch language before sending the email 2024-12-04 15:11:32 +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
582ac12e94 (cp 7bb3994fc) issue #2237 clean user input on custom tag_list 2024-11-11 12:38:53 +01:00
plegall
cfc93b8db6 next release is 15.1.0 2024-11-11 11:43:15 +01:00
HWFord
8399d80254 (cp bf3beb9bd) fixes #2268 add whats new popin 2024-11-08 16:44:00 +01:00
plegall
5a16e53ad6 (cp 3fd287ac2) fixes #2270 compatibility PHP 7.2 2024-11-07 17:46:22 +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
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
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
Linty
480522cca1 fixes #2244 add ignore to prevent errors from duplicate 2024-10-15 11:26:18 +02:00
plegall
b0a5c404e7 default configuration: specific instructions for SVG support 2024-09-27 17:21:58 +02:00
Linty
7424adbe07 fixes #2213 compatibility PHP 8
adding missing class properties
2024-09-23 15:05:39 +02:00
plegall
46dba55d60 next release will be 15.0.0RC1 2024-09-23 14:37:08 +02:00
plegall
a3e9ed23ce issue #2227 like for date_posted, display all presets for date_created 2024-09-20 14:21:28 +02:00
plegall
40947217ac fixes #2230 search filters, always display all date_posted presets 2024-09-19 18:21:53 +02:00
HWFord
2d2baa7052 fixes #2227 add creation date filter
Same logic as date posted
2024-09-17 16:50:38 +02:00
HWFord
921f679bca fixes ##2195 if conf['rate'] show rating filter
only allow rating filter if gallery uses rating
update api, mcs.js and tpl to check if rating
search_filters.inc.php update indentation due to extra if
2024-09-16 10:21:49 +02:00
plegall
685cc00d6a bug fixed: array_intersect preserves keys and it is a problem 2024-09-10 17:22:14 +02:00
Linty
2905623027 fixes #2214 initialize total_count before using it 2024-09-10 14:55:28 +02:00
plegall
5c080bf379 [search] avoid division by zero 2024-09-09 12:13:32 +02:00