Commit Graph

2169 Commits

Author SHA1 Message Date
plegall bb69269239 fixes #1841 register system activities 2022-12-24 17:36:35 +01:00
plegall b08fd91edc fixes #1839 forget no usernames, not only performed_by 2022-12-21 19:02:52 +01:00
plegall 3b36ff0a91 fixes #1838 ability to hide connections from activities with a config setting 2022-12-21 17:18:43 +01:00
plegall 97b665d8f3 issue #1827 new check on filesystem compared to what is listed in the database
While not fixing issue #1827 it helps users to detect if they have been
affected by the problem.
2022-12-16 15:11:58 +01:00
Matthieu Leproux 099f4c566d related to #1802 removed useless line 2022-11-23 11:48:11 +01:00
Matthieu Leproux 32ea1aef53 fixed #1802 fixed double escape for user creation, album creation and comments 2022-11-22 16:01:43 +01:00
plegall e22a35fac8 issue #1780 only switch to old album manager above 10k albums 2022-11-16 15:28:35 +01:00
Matthieu Leproux 96a4e21a58 fixed #1792 user input escape works for php8 2022-11-16 13:02:03 +01:00
plegall 7f00155ca7 fixes #1780 automatically switch to the old album manager 2022-11-08 12:17:52 +01:00
Matthieu Leproux f7e44cc14e related to #1767 changed the way 9d5cba0 is done 2022-10-26 12:53:35 +02:00
Matthieu Leproux 9d5cba0096 fix #1767 Solved php warning and user creation works as is should 2022-10-25 10:05:23 +02:00
Matthieu Leproux 1110d79e7e fixed #1756 php8 warning with trim() and escape input values 2022-10-18 10:44:03 +02:00
Thibautg16 555133294d fix syntax error
syntax error, unexpected ')' in include/ws_functions/pwg.php
2022-10-17 12:56:36 +02:00
plegall ba08bffcb2 fixes #1750 input parameter check was too strong 2022-10-14 11:00:50 +02:00
Matthieu Leproux f63e6a5c32 related to #1743 better detail section with tiptip and icons and link to cat in gallery 2022-10-10 15:46:26 +02:00
Matthieu Leproux a3b5f26ea0 related to #1703 Added the list of params for history search API method. 2022-10-04 16:57:38 +02:00
Matthieu Leproux 38105aff23 fix #1740 better UI for edit btn when the image is deleted 2022-10-03 14:43:31 +02:00
Matthieu Leproux f4bb3894da fixed #1711 removing start date gives coherent results now 2022-09-28 12:52:39 +02:00
plegall 8efa7af69f next release is 13.0.0RC4 2022-09-27 12:09:16 +02:00
Matthieu Leproux d0e32547db fixed #1701 escaped " ' " for album creation and edit 2022-09-26 14:47:53 +02:00
plegall 4d81d28eca fixes #802 pwg.categories.getImages include all related albums to each photo
... and not only the requested album.
2022-09-26 14:30:42 +02:00
plegall 2e037205ff issue #982 detect HTTPS based on forwarded protocol 2022-09-23 14:09:05 +02:00
plegall a2da870d3a fixes #1715 logger compatibility with PHP 8.1 2022-09-21 16:57:35 +02:00
Arnie97 9b22164adc fixes #680, #875 and #1028: improve detection for browser preferred languages 2022-09-21 16:43:05 +02:00
plegall f95bab9e90 fixes 1720 max upload form max_file_size configurable 2022-09-21 15:28:37 +02:00
Matthieu Leproux b470b2b360 fix #1732 fixing some php8.1 warnings that made the linked album search unusable. 2022-09-19 16:41:40 +02:00
plegall 156825d24d fixes #1697 add checks on chronology URL parameters 2022-09-16 10:37:58 +02:00
plegall 79d56beb8a fixes #1730 replace Smarty getVariable by getTemplateVars 2022-09-16 10:04:02 +02:00
Matthieu Leproux e270e1b957 fixes #1729 fixing php error 2022-09-14 16:36:04 +02:00
plegall 0584425320 fixes #1371 filter related albums with filter "Display only recently posted photos" 2022-09-12 15:19:26 +02:00
plegall 72d3940a40 fixes #1606 filter_var, remove deprecated constants. Requires PHP 5.2+ 2022-09-08 09:47:07 +02:00
plegall cb3e11248b next release is 13.0.0RC3 2022-09-02 16:20:48 +02:00
Matthieu Leproux 77b156df18 fixes #1657 SVG support (both gallery and admin sides) 2022-09-01 15:20:55 +02:00
plegall 002abf87df fixes #911 new method pwg.history.log (to be used by PhotoSwipe, in SmartPocket or BootstrapDarkroom) 2022-08-26 16:58:11 +02:00
plegall 352e256d41 details about the new input parameter position for pwg.categories.add 2022-08-18 11:34:37 +02:00
Patrick Cronin 8f5cac9266 (Fix #359) mysqli docs use empty string for no db name
PHP docs for mysqli's constructor
(https://www.php.net/manual/en/mysqli.construct.php) show that the
default value for $dbname is an empty string. So, if we want to use
parameters after $dbname in the call without specifying a database
name, we should be using an empty string instead of a NULL.
2022-07-29 19:50:23 +02:00
Zacharie Guet 1e7c092770 Merge branch 'master' of github.com:Piwigo/Piwigo 2022-07-29 15:56:58 +02:00
Zacharie Guet 5781810348 Adding a Formats Tab on Edit photo page
* Add 3 new files for the tab creation (php, tpl and js)
* Creation of a new API method : pwg.images.formats.remove
* Adding translation in en_GB and fr_FR for the formats
* Minor change on the head-button css class
2022-07-29 15:56:53 +02:00
balki f5fa2526be Add option to turn off display_errors 2022-07-29 15:52:54 +02:00
plegall cef8221122 next release is 13.0.0RC2 2022-07-28 16:29:05 +02:00
Matthieu Leproux 1e85985a0c related to #1693 php8.1 compat for comments in gallery and album edit in admin 2022-07-27 18:46:17 +02:00
Matthieu Leproux ecfa090d6d related to #1693 changed smarty version to 4.1.0 2022-07-27 18:46:17 +02:00
Eike Rathke 5c0057aa0e Add $conf['sync_chars_regex'] comment about allowed characters (#1269) 2022-07-23 16:47:11 +02:00
Dave Anderson 231d36613c issue #1615 include favorite status in image list API calls 2022-07-23 12:43:02 +02:00
Ludovic Chopin 3239296bf3 issue #1363: Fix crc32 for 32bit processors 2022-07-22 12:36:38 +02:00
Eike Rathke 8889f7ffef issue #1575 PHP 8 compatibility, check for object type
* by using $response instanceof PwgError instead of get_class()
2022-07-21 17:27:37 +02:00
Eike Rathke 8fbc17c392 Add last calculated cache size to Dashboard Storage chart (#1580)
issue #1580 Add last calculated cache size to Dashboard Storage chart

Size of cached files with all derivatives and representatives may be
as large as all image files, actually doubling the needed storage
size. So it may be nice to see it represented in the storage
chart, if one remembers to occasionally recalculate it under
Tools -> Maintenance..

Also make it possible to deactivate this setting.
2022-07-20 16:18:25 +02:00
Thomas Kempf 46954e69d1 some Codestyle changes 2022-07-20 11:29:42 +02:00
Thomas Kempf 7a3d0f2d89 avoid breaking change for other plugins by keeping $search_results 2022-07-20 11:29:42 +02:00
Thomas Kempf c36ca8712d qsearch_results should change the ids of the result set, otherwise the changed_results will be overwritten by the following code during permission checks 2022-07-20 11:29:42 +02:00