Commit Graph

2232 Commits

Author SHA1 Message Date
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
OSWorX
e69a496ae7 Update cssmin.class.php
Fix php 8.2.x error:
Deprecated: Creation of dynamic property CssAtMediaStartToken::$MediaTypes is deprecated in /srv/www/piwigo/include/cssmin.class.php on line 34

While I do not really understand why this old library is further used .. ?!
2023-08-02 11:50:19 +02:00
MatthieuLP
b5dc413b40 related to #1931 & #1946 Added Posted date filter 2023-07-25 16:47:25 +02:00
plegall
87c4fad23e issue #1946 implement backend for search by date_posted 2023-07-24 16:49:53 +02:00
plegall
145b686a0d issue #1917 provide download_url to pwg.images.getInfo 2023-07-17 18:05:29 +02:00
plegall
2d46924bf6 issue #1941 search, implement filter by file type 2023-07-10 15:17:46 +02:00
plegall
382884836a issue #916 and issue #1917 increment images.hit when calling pwg.history.log 2023-07-10 14:49:36 +02:00
Pierrick Le Gall
978425527d Merge pull request from GHSA-934w-qj9p-3qcx 2023-07-07 16:23:49 +02:00
Teatek
639c9d96fa Issue #917 album photo sort order (#955)
* returns an image_order for API methods pwg.categories.getList and pwg.categories.getAdminList
2023-07-05 11:06:31 +02:00
plegall
c469f5142c fixes #1937 quick search redirects to normal search 2023-07-03 15:22:52 +02:00
plegall
324e0549be fixes #1933 reorganize SQL generated query for search by words on album name/desc 2023-06-29 17:36:17 +02:00
plegall
fdabd4a988 fixes #1929 add parameter search on pwg.categories.getList (and use it) 2023-06-27 14:41:28 +02:00
plegall
c01ec38bc4 issue #1869 search filters, optimize filter data loading and match permissions
* only load list of authors if this filter is active (same for tags, added_by...)
* if the search_rules include album 123 but this album is not available to current user, remove it from search_rules before sending it to template
2023-06-22 12:00:43 +02:00
Pierrick Le Gall
60363ecd42 Issue #1869 multi-criteria search (#1927)
* First implementation of the new multi-criteria search. It replaces the old search.php form.
* Displays live search criteria above search results. Each change reloads the list of results (displayed as thumbnails).
* New API method pwg.images.filteredSearch.update called in AJAX to live change the filters.
* New kind of filter: added_by
2023-06-21 16:11:08 +02:00
plegall
0649ad3245 fixes #1924 protect API user input from SQL injections 2023-05-29 12:25:03 +02:00
plegall
0a2d0a92ca next release is 14.0.0beta1 2023-05-15 15:56:05 +02:00
plegall
4b33001c15 fixes #1902 ability to set a specific group to notify user registrations 2023-04-22 17:21:29 +02:00
plegall
daf2478dff issue #1845 remove docs directory from Smarty 2023-04-17 10:54:32 +02:00