summaryrefslogtreecommitdiff
path: root/mediafirewall.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+5
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+3
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-1/+1
2015-06-01Fix #592 - missing namespaceGreg Roach1-1/+1
2015-05-31PSR-4Greg Roach1-1/+1
2015-05-30Code styleGreg Roach1-9/+9
2015-04-26Replace Zend_Session with our own classGreg Roach1-4/+0
2015-03-13PunctuationGreg Roach1-2/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-3/+3
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-4/+5
2015-02-09PHPDocGreg Roach1-2/+2
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-2/+2
2015-02-04Missing namespace in mediafirewall.phpGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-2/+2
2015-02-04PHPDoc for globalsGreg Roach1-0/+6
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-30/+25
2015-01-28Use PHP function to set HTTP statusGreg Roach1-1/+0
2015-01-28Use PHP function to set HTTP statusGreg Roach1-3/+2
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+3
2015-01-21Too many 'default:'Greg Roach1-4/+3
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-37/+41
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-3/+3
2014-12-16PHPDoc, unused codeGreg Roach1-1/+1
2014-12-05PHPDoc and tidy upGreg Roach1-121/+162
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-06Missed part of the WT_File::mkdir updateGreg Roach1-3/+1
2014-10-05Cleanup - use WT_File class instead of manipulating filesystemGreg Roach1-1/+1
2014-09-20Code cleanupGreg Roach1-2/+2
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-2/+2
2014-08-29Move global I18N functions to I18N classGreg Roach1-2/+2
2014-08-29Remove function from global scope, and add unit testsGreg Roach1-1/+1
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-2/+4
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-2/+2
2014-04-01Unused variablesGreg Roach1-1/+0
2014-03-31Remove calls to non-existant functionGreg Roach1-2/+2
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-1/+1
2013-02-20Colorbox updatesfisharebest1-4/+1
2013-01-31Access external files via the media-firewall, for consistencyfisharebest1-3/+8
2013-01-24Mediafirewall - 404 message does not work with non-latin textfisharebest1-7/+3
2013-01-23Wrong folder for watermark thumbnailsfisharebest1-1/+5
2013-01-22Remove old/unused codefisharebest1-1/+1
2013-01-18Major refactoring of media code.fisharebest1-94/+34