Commit Graph

1923 Commits

Author SHA1 Message Date
plegall
86c34737ba fixes #877, avoid conflict with custom user table 2018-07-11 11:48:20 +02:00
plegall
23fa4c1a73 fixes #871, CVE-2018-7722 strip tags on methods pwg.categories.add, pwg.categories.setInfo, pwg.images.setInfo
Adding pwg_token would be a better solution but would break remote applications (like the iOS app)
2018-07-06 18:29:41 +02:00
Bartosz Korczak
7e41e21af4 Fix issue #844 2018-07-05 15:50:38 +02:00
plegall
8a57d777aa fixes #596, compatibility with PHP 7.1 2018-02-27 12:01:45 +01:00
plegall
63932b9390 fixes #735, add API method pwg.users.getAuthKey 2018-02-22 13:26:31 +01:00
modus75
b9f0f22395 Merge branch 'master' of https://github.com/Piwigo/Piwigo 2017-11-12 10:31:46 +01:00
modus75
1e87cc8596 fixes #777 WS categories getImages, TotalCount for correct pagination builder (fix #2) 2017-11-12 10:30:56 +01:00
Cosmin Stroe
ee4aae7e74 Fixes #767 - Return a 500 HTTP status when a file upload error occurs. (#768)
* Return a 500 HTTP status when a file upload error occurs.
2017-10-05 15:35:24 +02:00
modus75
164b59588c fixes #777 WS categories getImages, TotalCount for correct pagination builder 2017-09-30 16:19:35 +02:00
MaximeBOURMAUD
c4af38fe48 Fixes issue 723 now when requesting an private id, permalink isn't re… (#771)
* Fixes issue 723 now when requesting an private id, permalink isn't revealed

* remove newline at end of files and one useless line

* remove newline at end of files and one useless line

* Fixes if condition
2017-09-19 11:31:17 +02:00
MaximeBOURMAUD
b585f5bcc3 Removing Deprecated error message for PHP 7 (#764) 2017-09-18 17:20:45 +02:00
flop25
a29c967d34 Merge branch 'master' of https://github.com/Piwigo/Piwigo 2017-09-05 14:47:32 +02:00
flop25
06a50ca8b0 Feature #759, choose to display all Tags and/or current ones
This commit introduces a new config var and a minor change in a tpl
(language key switch)
It also change the default behaviour; can be set back to the previous
one with $conf['menubar_tag_cloud_content'] = 'current_only'
Potential Performance issue; test needed
2017-09-05 14:47:27 +02:00
MaximeBOURMAUD
a1fc05c586 Fixes #714 - doesn't exist (#758) 2017-09-05 11:20:26 +02:00
flop25
47164bc737 fixes #603 no more use of include in tpl for comment_list
so comment_list can be replaced via template extension or extensions
No HTML changes just tpl and php
2017-09-01 17:39:26 +02:00
plegall
028c4ee2d5 fixes #739, make sure keys are reset in the "uniquified" array
... for a regular search, when different set of photos matches the search.
2017-07-25 18:25:36 +02:00
plegall
a3cf80c77c fixes #732, avoid conflict with PHP function "transliterate" 2017-07-13 11:29:27 +02:00
plegall
6126a09604 fixes #725, protect pwg.images.setInfo from HTML 2017-07-03 13:56:10 +02:00
plegall
9fa8f3069c fixes #696, invalidate user cache when deleting an album via API 2017-05-31 15:24:49 +02:00
plegall
1c71e59303 fixes #674, by default user groups should be an empty array, not an empty string 2017-05-05 11:00:53 +02:00
plegall
bafdcf52da next version is 2.9.0 2017-04-24 15:14:55 +02:00
plegall
0044aff983 next version is 2.9.0RC2 2017-04-10 13:46:12 +02:00
plegall
1a348ab30b fixes #224, batch manager, ability to configure default number of images per page 2017-04-10 13:38:47 +02:00
plegall
f2ac983891 issue #302, simplify list of picture_ext 2017-04-07 15:27:40 +02:00
plegall
d58a24c882 fixes #302, file extension case insensitive for sync
if $conf['picture_ext'] contains "jpg", Piwigo sync will accept {jpg,JPG,Jpg,jPg,jpG,...}
2017-04-07 15:25:10 +02:00
plegall
1d5279e4a8 fixes #647, use the constant instead of hard coded table name 2017-04-04 15:19:24 +02:00
plegall
df1c665e62 fixes #309, ability to show album descriptions on all pages
(not just the first page)
2017-04-02 17:36:00 +02:00
plegall
e249232684 new version is 2.9.0RC1 2017-03-31 15:34:43 +02:00
plegall
2ef52d20b5 filter search on albums with permissions 2017-03-30 16:10:18 +02:00
plegall
f0195903c2 typo: fill $qsr->cat_iids and not tag_iids 2017-03-30 16:04:31 +02:00
plegall
c5cd5cd216 issue #343, quick search takes album into account
I basically duplicated qsearch_get_tags as qsearch_get_categories and replaced
"tag" by "cat" + obvious changes like table name to query. I also used the
resulting $qsr->cat_iids for merging with other results.
2017-03-30 15:27:20 +02:00
plegall
d50aa7476c fixes #191, auto reset $_SESSION['need_update'] on new version
To avoid saying the user a new version is available after a manual upgrade
(which didn't reset the $_SESSION['need_update'] variable)
2017-03-30 11:41:01 +02:00
plegall
37c7902879 fixes #471, launch check for new version on page_tail 2017-03-29 15:44:07 +02:00
plegall
5d5e6e2b59 pwg_mail_admins: ability to include current user + filter on webmasters 2017-03-29 15:07:34 +02:00
plegall
e62f90fe4c issue #420, remove pLoader from list of applications 2017-03-06 15:32:02 +01:00
plegall
4d800292c2 fixes #178, hide menu identification on identification page
+ redirect to gallery root when opening idenfication page while identified
2017-03-02 14:25:01 +01:00
plegall
c594112746 fixes #424, update mdetect.php to version 2015.05.13 2017-03-02 11:15:52 +01:00
plegall
812892e6be next version is 2.9.0beta2 2017-01-28 19:52:47 +01:00
plegall
309b2f4476 feature #606, check pwg_token and display error (if any) 2017-01-24 17:29:28 +01:00
plegall
3466c432e1 feature #606, backend API method pwg.images.deleteOrphans
This method will delete a block of orphans and return the number of remaining orphans.
2017-01-24 15:09:52 +01:00
modus75
828bb42ce3 Fix quick search (in php 0=='' but 0!=='') !!! 2017-01-13 21:22:20 +01:00
modus75
37fc55e6b6 issue 593 - batch manager block deletion; simpler php code + exact progress feed back ... 2017-01-10 21:24:25 +01:00
plegall
bf5b50c979 Merge branch 'feature/593-delete-by-blocks' 2017-01-10 16:15:11 +01:00
plegall
743bbb61f4 feature #593, simplify detailed output for pwg.images.delete 2017-01-09 14:33:26 +01:00
Thomas Kuther
c2b456ba0f fix PHPMailer smtp class loading when using SMTP transport (['smtp_host'] set) (#599) 2017-01-04 14:30:03 +01:00
Thomas Kuther
beee647b74 update PHPMailer to 5.2.21 (#595) 2016-12-29 16:09:39 +01:00
Thomas Kuther
d94e9b6cde update PHPMailer to 5.2.19 (#594) 2016-12-27 15:29:16 +01:00
plegall
e6e7465b9d fixes #593, delete by blocks of 100 photos, with a progress bar 2016-12-26 23:24:29 +01:00
modus75
af3472324b fixes #586 session_start() error with PHP 7.1 Windows/IIS10 2016-12-26 17:23:01 +01:00
modus75
9b6ec85f09 Merge branch 'master' of https://github.com/Piwigo/Piwigo 2016-12-09 22:01:41 +01:00