9922 Commits

Author SHA1 Message Date
plegall
3a28620a8b next version is 2.8.6 2.8.6 2017-01-27 11:36:44 +01:00
plegall
6f53e8a68f fixes #600, avoid html in web uploaded filenames
git cherry-pick --no-commit 6ec3f2d
2017-01-27 11:18:07 +01:00
plegall
7db34b4bc1 fix PHPMailer smtp class loading when using SMTP transport (['smtp_host'] set) (#599)
git cherry-pick --no-commit c2b456b
2017-01-04 18:12:04 +01:00
plegall
e309cfdc8a bug #602, less strict check on section url parameter
git cherry-pick f93a312e08
2017-01-04 14:21:42 +01:00
plegall
239cb04181 next version is 2.8.5 2.8.5 2017-01-01 19:46:42 +01:00
plegall
8796e43aa3 fixes #574, new checks on plugin section in URL
git cherry-pick 9004fdfc0b
2017-01-01 19:42:04 +01:00
plegall
8596c7de90 fixes #573, check $_GET['tab'] against hacking attempt
git cherry-pick 4b33a0fd19
2017-01-01 19:04:18 +01:00
plegall
ec4cbb0464 fixes #572, check $_GET['mode'] against hacking attempt
git cherry-pick 9dd92959f6
2017-01-01 19:03:20 +01:00
plegall
54f3ba2a6b fixes #575, sanitize user input before display on die()
git cherry-pick 7df3830c81 (from master)
2017-01-01 18:54:03 +01:00
Thomas Kuther
255c8a7447 update PHPMailer to 5.2.21 (#595) 2017-01-01 18:48:20 +01:00
plegall
22ba322baa next version is 2.8.4 2.8.4 2016-12-27 16:55:51 +01:00
Thomas Kuther
22168c8076 update PHPMailer to 5.2.19 (#594) 2016-12-27 16:20:46 +01:00
plegall
bbae78ca3d cherry-pick 52 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" 39ad66c..3ebc9fb | bash
2.8.3
2016-11-22 11:50:33 +01:00
plegall
906f8d57b8 fixes #306, operator precedence issue in load_language 2016-11-21 15:20:36 +01:00
flop25
5dcd1b276d fixes #546 get_root_url() instead of get_gallery_home_url() 2016-11-17 16:08:38 +01:00
Marc Poulhiès
e35a560759 fix single_insert when a field is null (#477)
fix #449

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-11-17 14:26:46 +01:00
plegall
9a93d1f44b fixes #548, escape HTML chars from search expression
before sending them to HTML comment on frontend
2016-11-17 14:10:27 +01:00
plegall
b3157cbfd8 fixes #547, strong checks on url format 2016-11-17 13:43:40 +01:00
plegall
25d2305839 fixes #542, do not always use browser language on register 2016-10-20 10:14:28 +02:00
plegall
a09d6e0623 Merge branch 'bug/376-mysql-5.7-order_by' into 2.8 2016-08-29 14:14:35 +02:00
plegall
10da5801ef next version is 2.8.3 2016-08-29 13:55:03 +02:00
plegall
78bf53f45a typo fixed in comment 2016-07-26 16:02:01 +02:00
plegall
b87094ac2f fixes #376, remove option ONLY_FULL_GROUP_BY in sql_mode
based on solution provided by Mercury_LABBS on piwigo.org forums
2016-07-26 15:54:22 +02:00
plegall
374f341d0b next release is 2.8.2 2.8.2 2016-07-07 18:27:11 +02:00
plegall
c72a414a48 cheery-pick 8 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" c7465d6..39ad66c | bash
2016-07-05 14:02:01 +02:00
plegall
cfb62ec79b fixes #270 add password reset form to smartpocket 2016-07-05 13:37:51 +02:00
plegall
1f0e95c22c bug #476, set http code to 401 only when not redirecting 2016-07-05 12:17:28 +02:00
jeremydurand
e580e7d31f Bug/430 placeholder (#494)
fixes #430 placeholder
2016-06-03 14:51:46 +02:00
plegall
db0e02b5d4 fixes #476, in case of guest_access=false, redirect_http instead of redirect_html 2016-05-30 10:53:29 +02:00
plegall
bf81ba0315 fixes #479, fallback on srand.php to generate random bytes
when random_compat does not find a suitable random generator.

srand.php comes from https://github.com/GeorgeArgyros/Secure-random-bytes-in-PHP
2016-05-13 10:25:03 +02:00
plegall
a684afbdc3 fixes #415, even if non-picture file, force download with action.php 2016-05-10 11:37:35 +02:00
plegall
f0d29d9134 cherry-pick 50 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" a452994..c7465d6 | bash
2.8.1
2016-05-03 15:55:16 +02:00
plegall
c5af8c4922 Merge branch 'bug/466-move-photos-on-new-album' into 2.8 2016-05-03 15:14:18 +02:00
plegall
b544ee3948 fixes #440, update search page on SmartPocket theme
... to include new features of Piwigo 2.7 and 2.8
2016-05-03 15:02:29 +02:00
plegall
d1cb1f86a8 bug #466 fixed, new album listed when moving photos
In the batch manager, merge action blocks "associate" and "move" because they
follow the same pattern (list of albums + create new).
2016-05-02 16:09:50 +02:00
Cosmin Stroe
89e0eed10a Dates start from 1970 onward. 2016-05-02 13:09:38 +02:00
plegall
f51ee90c66 bug #470, use a dedicated lib to generate random bytes 2016-04-26 11:07:44 +02:00
plegall
a3c46de751 fixes #439, describe multiple format in embedded doc 2016-03-25 15:32:10 +01:00
plegall
c9c10bd524 fixes #442, forgot to include admin functions 2016-03-24 09:52:40 +01:00
plegall
9f15161b62 next version is 2.8.1 2016-03-10 20:41:30 +01:00
mistic100
eb1fb63128 Fix #436 Call to undefined method Logger::warning in i.php
Change log_lvl for release branch
2016-03-10 19:33:57 +01:00
mistic100
de99e91b40 Fix #434 Deprecated constructor for LocalSiteReader 2016-03-09 22:07:32 +01:00
plegall
507c932db9 next version is 2.8.0 2.8.0 2016-03-08 15:32:30 +01:00
plegall
d72e8256a1 change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 39d3c6883b
2016-03-08 15:31:07 +01:00
plegall
234c132a1f cherry-pick 5 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" f9fecd0..a452994 | bash
2016-03-08 15:27:52 +01:00
plegall
2e071ba4a1 merge --squash from translation up to f9fecd0be0
git merge --squash is simpler for the first time, then we plan to do cherry-pick
2016-03-08 10:51:10 +01:00
plegall
d80d853a23 fixes #431, all themes/languages get version "auto" 2016-03-08 10:13:13 +01:00
plegall
7f672711a0 new release script, which sets versions for extensions 2016-03-07 20:59:19 +01:00
plegall
e2bf31e482 bug fixed, escape language string before insert 2016-03-04 15:26:16 +01:00
plegall
91276709b4 bug fixed: wrong version number at the end of upgrade 2016-03-04 14:27:20 +01:00