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
Matthieu Leproux
932439b94c
related to #1316 method cache size added, data fetched from php not js
...
Real data need to be created now
2021-06-24 17:12:09 +02:00
Matthieu Leproux
1c29b84932
related to #1378 language mistakes + csv error + changed logout icon
2021-06-23 13:57:06 +02:00
MatthieuLP
ec4d677cf7
issue #1378 add Activity tab in user manager
2021-06-22 18:15:17 +02:00
MatthieuLP
9656d0459e
Push before checkout
...
Only indents
2021-06-22 14:59:12 +02:00
MatthieuLP
6fbb6a22fc
Getting "fake" cache size from getInfos.
...
Displaying infos in maintenance page
2021-06-22 14:59:12 +02:00
Matthieu Leproux
cef967de8e
related to #1265 edit guest user popin done properly
2021-06-16 14:06:05 +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
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
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
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
plegall
3e5acb7b6e
fixes #1392 improve performances to find related albums
...
* new conf setting related_albums_maximum_items_to_compute (1000 by default). Beyond this number of photos in current set, do not try to find related albums.
* new conf setting related_albums_display_limit : only display the heaviest (most related) albums.
2021-05-04 17:17:05 +02:00
plegall
5bc04d1143
issue #1118 missing code in d0497f0
2021-03-09 11:52:33 +01:00
plegall
d0497f035c
fixes #1118 competition between regexp models
2021-03-09 11:32:36 +01:00
plegall
649e73c89b
fixes #1334 change syntax to be compatible with PHP 5.3
2021-03-08 14:27:35 +01:00
plegall
26cc5d130f
fixes #1361 check related albums against permissions
2021-03-08 12:55:56 +01:00
plegall
917c733092
fixes #1344 add auth exception for pwg.images.uploadAsync
...
This method handles its own authentication and can be called by an anonymous request. Thus it should not be blocked by a $conf[guest_access] setting set to false.
2021-03-05 16:35:09 +01:00
plegall
e64acd03c5
fixes #1358 automatic call to pwg.extensions.checkUpdates can be deactivated
2021-03-05 12:19:56 +01:00
plegall
86047e2280
fixes #1307 render album name on 11.x new features
...
* related albums
* move albums
* search albums
2021-01-31 14:00:08 +01:00
plegall
86d212f4f1
fixes #1292 ability to avoid the reserved words escape in pwg_query
...
Useful for conf_update_param because we don't want any modification in the config.value and we know we won't use the reserved words in the SQL.
2021-01-21 16:10:36 +01:00
Thibautg16
17f4b8dbd6
fix issue 1284
2021-01-21 10:02:24 +01:00
Thibautg16
355e05adff
fix issue 1284
2021-01-21 10:02:24 +01:00
plegall
411ddc553f
next release will be 11.0.0
2021-01-08 12:07:06 +01:00
plegall
7d7943b3ed
fixes #1275 delete password reset key when email address is changed
2020-12-22 15:04:30 +01:00
plegall
a641b9eb08
fixes #1266 improve url parsing after bugs introduced for #626
...
* /categories/123-album/start-10 now works
* /categories/permalink1/permalink2/start-20 now works (each permalink can contain several "/")
2020-12-17 16:31:51 +01:00
plegall
af7e4028b0
fixes #1203 add API method pwg.images.uploadAsync
...
Available as a plugin for Piwigo 2.10, this method is now embedded in Piwigo 11. Designed to work with iOS app, can be used by any remote application.
2020-11-19 18:14:05 +01:00
plegall
ebab72b539
next version is 11.0.0beta5 (and not 2.11.0beta5)
2020-11-12 11:29:08 +01:00
plegall
56fd5dccd2
The branch is now only the first digits before the first dot in version number.
...
In order to change from versions 2.10.x to 11.x.y, Piwigo needs to only consider 11 as the branch, and not 11.x. Or else it will mess up with minor and major updates.
2020-11-12 11:29:08 +01:00
plegall
4f3880af89
fixes #626 related albums (menu, combine, url)
...
* ability to combine albums in URL index.php?/category/1/2/3 will consider 1 as $page['category'] and {2,3} as $page['combined_categories']
* new menu block "related albums" which displays only the hierarchy of albums related to the current set of photos, excluding current album(s). In the hierarchy, only the related albums have a link, not ancestors
2020-11-09 14:28:55 +01:00
plegall
1be34f33a4
fixes #1221 optionnaly include photos from sub-albums of an album matching the search request.
...
* use configuration setting quick_search_include_sub_albums (default=false) to activate this feature.
* the list of sub-albums is not displayed in the list of album results (to avoid too long lists).
2020-10-30 18:01:10 +01:00
plegall
d06637b755
fixes #1192 use HTTPS to call piwigo.org
2020-10-28 17:05:00 +01:00
plegall
6111b9a99c
fixes #1247 remove hu.piwigo.org
2020-10-28 16:13:11 +01:00
plegall
6756838c0f
next release is 2.11.0beta4
2020-10-02 11:21:53 +02:00