plegall
08124d10f7
fixes #2100 do not send save_visits to PiwigoRemoteSync
2024-01-31 11:14:27 +01:00
plegall
e59b5282d5
fixes #2096 keep list of search filters in memory
2024-01-24 17:26:51 +01:00
plegall
62835f1804
fixes #2091 search for words, no longer remove _ and -
2024-01-24 13:47:55 +01:00
plegall
e3cda5108a
fixes #2088 case-insensitive check for history.section autofill
2024-01-18 11:26:10 +01:00
plegall
6bbf137e50
issue #2057 forgot to add a comment in the code
2024-01-10 14:23:22 +01:00
HWFord
9fd4026a97
issue #1845 register another PHP function(stristr)
...
Used in new PEM
2024-01-03 15:26:21 +01:00
Willy "Linty
fbae0b735c
fixes #2071 sorts users by date and username
2023-12-18 18:05:09 +01:00
plegall
bf9a48f63d
fixes #2066 keep Smarty compatible with PHP 7.0
2023-12-13 15:06:46 +01:00
Willy "Linty
38004d5d93
issue #1845 Theme SimpleNG requires str_ireplace php function
2023-12-11 11:26:00 +01:00
plegall
f41ae45b87
next release is 14.0.0
2023-12-08 18:25:22 +01:00
plegall
a01831b3d8
fixes #2057 register core autoupdate in system activities
2023-12-07 11:29:32 +01:00
plegall
85a6b11dec
fixes #1970 Undefined array key comments
2023-12-04 19:14:59 +01:00
plegall
9af2ba648f
next release will be 14.0.0RC2
2023-11-28 13:18:50 +01:00
plegall
09d30129cd
fixes #2050 provide a default user_name for pwg.history.search
2023-11-27 16:02:01 +01:00
plegall
445cc4ec14
fixes #1982 only fetch the list of albums we want to display
...
... not the full list. Makes huge difference when you have thousands of albums at the same level.
2023-11-24 18:08:52 +01:00
plegall
eb0759ef12
fixes #2046 avoid strip_tags if pwg_token is provided
...
* pwg.categories.setInfo
* pwg.categories.add
* pwg.images.setInfo
2023-11-23 19:46:46 +01:00
Willy "Linty
a267cc022b
Issue #2035 Declare new parameters
...
We change min and max format date, now we expect `YYYY` or `YYYY-mm`or `YYYY-mm-dd`
2023-11-10 14:40:08 +01:00
plegall
dfbe5b7e00
next release will be 14.0.0RC1
2023-11-06 15:17:01 +01:00
Willy "Linty
732c4b2a60
Issue #2001 Compatibility PHP 8.2
2023-11-06 11:37:34 +01:00
plegall
4c734bedd8
issue #1991 make sure requested albums exist on pwg.categories.getImages
2023-10-29 14:48:37 +01:00
Damien Sorel
85db5eb9d1
Fix warning in pwg.categories.php
...
"Undefined variable: total_images" message when request category does not exist
2023-10-29 14:25:43 +01:00
plegall
13ea43e2ef
[search] avoid errors when a filter returns no item
2023-10-28 18:35:20 +02:00
plegall
8aa597cd95
issue #2027 search with contextual values in filters
...
* valide for all filters, except "album" (for now)
2023-10-22 21:03:53 +02:00
plegall
c904d536a5
fixes #2025 add author field in search by words filter
2023-10-18 18:19:30 +02:00
plegall
14e8ba664b
fixes #1735 new API method pwg.images.setCategory to associate/dissociate/move a list of images
2023-10-11 16:58:14 +02:00
plegall
d050573d83
fixes #1897 use preg_match instead of deprecated strptime
2023-10-05 15:37:48 +02:00
plegall
b01bf6ef3d
fixes #2018 prevent matching tags/albums to show private content
2023-10-05 12:12:41 +02:00
plegall
426c20d46b
fixes #2016 remove search.last_seen, never really used
2023-10-02 14:55:33 +02:00
plegall
b5c9ca4819
issue #2016 save search in history
2023-10-02 12:31:33 +02:00
plegall
eafa700723
search: prevent using search id if the search uuid is available
2023-09-27 19:23:38 +02:00
plegall
fdd2177e78
fixes #2007 no longer possible to update a filteredSearch
...
* Piwigo will create a new search for any modification in the filters
* we keep the "origin" of the new search with piwigo_search.forked_from field
2023-09-27 16:30:05 +02:00
plegall
61492d092e
fixes #2003 search in tags no longer overides global result.
...
* Piwigo only tries to match tags "within" the search by word block, before combining with other filters
2023-09-25 17:12:12 +02:00
plegall
f625fd0a0b
next release is 14.0.0beta3
2023-09-19 16:46:12 +02:00
Phlogi
79e91e3296
Support webp format ( #1785 )
...
* consider webP as an input and output format, meaning a derivative from webp is still a webp
2023-09-11 17:10:52 +02:00
plegall
e0a82909fa
fixes #1968 new values for date_posted filter
...
* add 24h, 3m and yNNNN (year 2023 or 2022...)
* remove 1y
* provide labels from backend instead of managing it in javascript
2023-08-26 12:55:12 +02:00
plegall
ab111cdbe2
fixes #1967 POST/GET input are already escaped
2023-08-23 18:56:08 +02:00
plegall
407cabcbe9
fixes #1966 support for EPS files (copied from Piwigo.com)
2023-08-21 19:00:01 +02:00
plegall
73a77fed6c
fixes #1963 use specific translation string instead of re-using another one + lowercase
2023-08-21 16:45:17 +02:00
plegall
06f6d97e0d
fixes #1964 make sure token exists before using it
2023-08-21 15:43:50 +02:00
plegall
4ac772224f
issue #1959 support for HEIC file format
...
* Piwigo produces an image.jpg as representative of image.heic
* optimized pixels dimensions of the representative, based on the XXL derivative width*height
2023-08-18 14:15:08 +02:00
plegall
52969a7708
issue #1957 albums/tags found now correctly filled
2023-08-17 11:12:56 +02:00
plegall
da7fa96033
fixes #1956 array_pop only takes input variable by reference
2023-08-17 10:55:51 +02:00
He Yifei 何一非
e011e3b4de
Issue 1195: Add $info as the second parameter for trigger_change 'render_element_name' ( #1196 )
...
Add `$info` as second parameter to `trigger_change` for `render_element_name`
2023-08-17 10:46:34 +02:00
plegall
b787dfd291
issue #1953 improved privacy on searches and associate each search to its creator
...
* remove temporary functions ws_gallery_getSearch and ws_gallery_updateSearch
* split get_search_array into sub-functions to use them in web API
* use search_uuid as search_id instead of the numeric search.id : better privacy
* only the creator of the search can update it
* if a visitors tries to open the search of another user, it (the search) gets forked into a new search
2023-08-09 19:18:30 +02:00
Eike Rathke
a665efb4e0
Fix typo in description for php_extension_in_urls, false vs true
...
Obviously the default is true for with .php extension and if false
without.
2023-08-08 10:44:53 +02:00
HWFord
c88ca1ed0f
issue #1845 register another PHP function(strstr)
2023-08-07 17:12:59 +02:00
plegall
29ccabc89f
next release is 14.0.0beta2
2023-08-03 13:09:48 +02:00
plegall
d92986a13d
fixes #1920 new output parameter save_visits for pwg.session.getStatus
2023-08-03 11:19:44 +02:00
plegall
7d73935323
issue #1917 add parameter is_download to pwg.history.log
2023-08-03 10:52:20 +02:00
plegall
da559de7aa
fixes #1939 update phpmailer from 6.5.1 to 6.8.0 (PHP 8.2 compatibility)
2023-08-02 12:46:34 +02:00