summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-11-06Merge pull request #4218 from schwemmer/developAndrey Andreev1-0/+8
[ci skip] Added MIME types for JPEG2000
2015-11-06Fixed white-space for JPEG2000 MIME typesRafael Schwemmer1-8/+8
Replaced spaces by tabs to be consistent with rest of the code
2015-11-05Added MIME types for JPEG2000Rafael Schwemmer1-0/+8
Added all MIME types and file extensions to support JPEG2000 images as allowed file type.
2015-11-04Merge branch '3.0-stable' into developAndrey Andreev32-453/+494
2015-11-04[ci skip] Start of 3.0.4 developmentAndrey Andreev5-4/+20
2015-10-31[ci skip] Update download linkAndrey Andreev1-1/+1
2015-10-31[ci skip] Update changelog, version & upgrade instructionsAndrey Andreev5-6/+96
2015-10-31Use proper randomness when generating CAPTCHAsAndrey Andreev1-2/+87
2015-10-31Prevent Host header injectionsAndrey Andreev3-38/+29
2015-10-31Harden xss_clean()Andrey Andreev2-42/+59
2015-10-30Fix #4192Andrey Andreev2-5/+9
2015-10-30[ci skip] Fix changelog entry from latest commitAndrey Andreev1-1/+1
#3201 is actually another issue, the bug fixed by a62aa820bdd3e642f44428b27f2c6cde1baf4adc was just reported in the comments there.
2015-10-30Fix #3201Andrey Andreev3-1/+12
2015-10-23[ci skip] Link HackerOne page in the readmeAndrey Andreev1-1/+2
2015-10-23[ci skip] Link HackerOne page in the readmeAndrey Andreev1-1/+2
2015-10-21Merge pull request #4167 from zhanghongyi/fix-pulldownInstructor, Computer Systems Technology2-5/+46
disable pulldown menu on mobile devices
2015-10-21Merge pull request #4167 from zhanghongyi/fix-pulldownInstructor, Computer Systems Technology2-5/+46
disable pulldown menu on mobile devices
2015-10-19rename cookie values to make codes clearHongyi Zhang1-9/+9
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-19Fix #4171 and a number of other transaction bugsAndrey Andreev15-356/+170
2015-10-19Fix #4173Andrey Andreev2-1/+8
This reverts commit 7cc6cea2d421862726081a39e932dbceeefcc775 from PR #3968. At the time this seemed logical, but turns out it breaks the ability to create non-PRIMARY composite keys, so ...
2015-10-19[ci skip] Fix docs about QB cachingAndrey Andreev1-1/+1
It doesn't support set() ... Related: #4175
2015-10-18Fix #4179Andrey Andreev2-0/+5
2015-10-16fix a typo in commentHongyi Zhang1-1/+1
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-16revert img alt changes, fix cookies, and improve pulldown menu in multiple ↵Hongyi Zhang3-9/+43
screen size Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-13[ci skip] Fix #4170Andrey Andreev2-3/+3
2015-10-13[ci skip] Correct version number in user guide confAndrey Andreev1-2/+2
2015-10-12Merge branch '3.0-stable' into developAndrey Andreev35-255/+474
2015-10-12[ci skip] Correct download link for 3.0.3-devAndrey Andreev1-1/+1
2015-10-12[ci skip] This is 3.0.3-devAndrey Andreev5-4/+20
2015-10-12[ci skip] Add changelog entry for PR #4166Andrey Andreev1-0/+12
2015-10-12Optimize csv_from_result speed.Ahmad Anbar1-2/+3
2015-10-12Merge pull request #4166 from aanbar/optimize-csv-exportAndrey Andreev1-2/+3
Optimize DB_utility csv_from_result() for speed
2015-10-12[ci skip] Add more info about security reporting to docsAndrey Andreev2-4/+19
2015-10-12disable pulldown menu on mobile devicesHongyi Zhang2-1/+8
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-10Optimize csv_from_result speed.Ahmad Anbar1-2/+3
2015-10-08[ci skip] Prepare 3.0.2 releaseAndrey Andreev4-5/+9
2015-10-08[ci skip] Fix broken links in user guideAndrey Andreev2-2/+2
2015-10-05Some more intrusive XSS cleaningAndrey Andreev2-7/+18
2015-10-05Close #4155Andrey Andreev1-1/+1
2015-10-02[ci skip] Some consistency in the docs' theme CSSAndrey Andreev1-37/+35
2015-10-02[ci skip] Some consistency in the docs' theme CSSAndrey Andreev1-37/+35
2015-10-02Rearrange the TOC slightly, to support consistency between the side menu and ↵Master Yoda1-10/+10
the sphonx toctree-derived pulldown menu. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-10-02Merge pull request #4153 from jim-parry/doc/tocAndrey Andreev1-10/+10
[ci skip] Adjust user guide TOC
2015-10-02Merge pull request #4148 from zhanghongyi/generate-pulldownAndrey Andreev5-76/+121
[ci skip] Generate docs pulldown menu using sphinx toctree
2015-10-02Merge pull request #4148 from zhanghongyi/generate-pulldownAndrey Andreev5-76/+121
[ci skip] Generate docs pulldown menu using sphinx toctree
2015-10-02Rearrange the TOC slightly, to support consistency between the side menu and ↵Master Yoda1-10/+10
the sphonx toctree-derived pulldown menu. Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-10-02More XSS stuffAndrey Andreev2-2/+7
2015-10-02minor fixes: add back theme codesHongyi Zhang2-2/+3
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-10-02Fix indentationsHongyi Zhang3-21/+19
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>
2015-09-30add end modification message backHongyi Zhang1-0/+2
Signed-off-by: Hongyi Zhang <hongyi73.zhang@gmail.com>