2079 Commits

Author SHA1 Message Date
plegall
5a731837b4 (cp ba08bff) fixes #1750 input parameter check was too strong 2022-10-14 11:03:51 +02:00
plegall
effce04258 (cp 156825d2) fixes #1697 add checks on chronology URL parameters 2022-09-28 14:41:22 +02:00
plegall
67f3283416 next release is 12.3.0 2022-06-30 12:17:08 +02:00
Matthieu Leproux
1fbd7bd0a1 (cp 0e0ab49fa) related to #1672 Quick fix for activity unserializing $details 2022-06-20 14:51:29 +02:00
plegall
570a0b73a7 (cp 78e9d51) fixes #1616 handle backticked rank column in conf.order_by setting 2022-02-25 14:23:27 +01:00
Matthieu Leproux
691f3fc84d (cp 1e8b4c747) fixes #1604 moved activity download API method to activity php file 2022-02-02 14:45:34 +01:00
Matthieu Leproux
95428233b6 (cp ffa4519da) related to #1595 Temporary fix before pagination 2022-01-10 10:11:46 +01:00
plegall
4f9d3c40b7 (cp 303f8b8) fixes #1594 in guest_access=false mode, hide menus for guests 2022-01-04 16:33:31 +01:00
plegall
7c27f9624a next release is 12.2.0 2022-01-01 19:00:30 +01:00
plegall
ee17cf3525 (cp 0c6866c) fixes #1591 specific processing for piwigo-openstreetmap and piwigo-videojs 2021-12-30 16:57:07 +01:00
plegall
6ac9c73243 (cp 7d3fc1e) fixes #1587 do not register a login activity for pwg.images.uploadAsync 2021-12-23 17:56:27 +01:00
plegall
b6354420b0 (cp ce7de25) fixes #1570 render parent album name in related albums menu 2021-11-25 12:41:11 +01:00
Matthieu Leproux
52a30cb1d3 (cp 0ad1d2894) fixes #1569 No more infinite spin when unseting default groups 2021-11-24 11:14:50 +01:00
plegall
836d1ddaf0 (cp 74153db) fixes #1557 removed %% in front and escaped groups for mysql8 2021-11-15 14:58:29 +01:00
plegall
209be4f87f next release is 12.1.0 2021-11-11 15:35:10 +01:00
plegall
8d53eda576 (cp 8ef50d8) fixes #1553 pwg.images.uploadCompleted details about updated album 2021-11-09 16:23:24 +01:00
plegall
3e9842a70a (cp f9b80b4) fixes #1552 pwg.images.upload correct number of photos in output
We need to take into account the number of photos in the lounge for this album.
2021-11-09 16:23:07 +01:00
plegall
c4ef02ae59 (cp 97fce5d) fixes #1545 avoid fatal error during upgrade from 11 to 12 2021-11-03 19:14:00 +01:00
plegall
240e3d0f08 (cp a58d87e) change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 39d3c6883b
2021-11-03 15:10:27 +01:00
plegall
c7214a33fb next release is 12.0.0 2021-11-03 15:02:50 +01:00
plegall
7417d974b0 keep compatibility with PHP 5 on this one 2021-11-02 15:41:46 +01:00
Matthieu Leproux
f0608bb9fa related to #1537 Php filterable_users list made better 2021-10-22 15:30:39 +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
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
d8862e43ac related to #1524 Input verification 2021-10-15 14:36:05 +02:00
plegall
9c367c66f9 next release is 12.0.0RC2 2021-10-11 11:22:54 +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
2c1b3579ec related to #1503 Translation adjustments, api fonction implementation date 2021-10-07 10:14:24 +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
4cdca54223 fixes #1491 better user filter for activity tab 2021-09-29 16:19:22 +02:00
plegall
39cd73bf08 next release is 12.0.0RC1 2021-09-23 11:42:29 +02:00
plegall
fb84527e3b issue #164 add new API method pwg.images.uploadCompleted
+ trigger ws_images_uploadCompleted when this API method is called
+ trigger empty_lounge (can be called at another moment with different effect)
2021-09-15 13:50:15 +02:00
plegall
731fd2b4e4 issue #1417 update PHPMailer from 5.2.21 to 6.5.1
Requires PHP 5.5, but Piwigo 12 is now requiring PHP 7 so it's fine.
2021-08-22 19:56:32 +02:00
plegall
61bda9ba8d issue #1378 pwg.activity.getList add list of users in details 2021-08-10 16:01:28 +02:00
plegall
94806d3dd5 next release is 12beta2 2021-08-06 16:50:17 +02:00
plegall
a0be45af34 issue #1309 compatibility PHP 8 2021-08-06 15:57:14 +02:00
Matthieu Leproux
e537eac9dd smarty 3.1.39 upgrade 2021-08-06 15:57:14 +02:00
Matthieu Leproux
adba2def7e related to #1381 changed name of the api function that calculates orphans 2021-08-04 12:35:55 +02:00
plegall
1ec5a2933c fixes #1343 remove auto-escape of reserved keywords on MySQL 8
ie no more adding backticks around "rank" and "groups". Too many collateral damages.
2021-08-03 19:27:31 +02:00
Ana Els
65acb988db A couple of minor PHP 8 fixes that can be applied now 2021-08-03 10:54:52 +02:00
plegall
c64efe6ecb fixes #951 update JShrink to version 1.4.0
compatibility with PHP 8.0 but no longer to <5.6 (even if it still work on a 5.4 installation)
2021-08-02 19:16:50 +02:00
plegall
a516a5e945 fixes #867 increase required PHP version to 7.0 2021-08-02 19:16:50 +02:00
Matthieu Leproux
ddbdbd93bb fixes #1381 orphans calculation is done only when needed by ajax call 2021-07-28 16:52:44 +02:00
Matthieu Leproux
157ab47bec fixes #1454 the template tab is hiden with a configuration variable 2021-07-21 15:57:16 +02:00
Matthieu Leproux
286e8ad5b1 related to #1316 Calculates cache size and cache size derivatives 2021-07-07 18:14:00 +02:00
plegall
2e741d98d4 bug fixed: use variable for table and column names 2021-06-29 17:58:47 +02:00
plegall
6d7855cd10 remove debug trace 2021-06-29 17:18:39 +02:00
plegall
4aa76fe320 next version is 12.0.0beta1 2021-06-29 17:05:38 +02:00