aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Utils.php
Commit message (Expand)AuthorAgeFilesLines
* Fix startsWith and endsWith caseArthurHoaro2016-05-101-2/+14
* Makes escape a recursive function which handle array of stringsArthurHoaro2016-03-251-3/+11
* Refactor showAtom, and make it use the ATOM templateArthurHoaro2016-03-181-1/+1
* Merge pull request #491 from ArthurHoaro/markdown-escape2Arthur2016-02-251-1/+17
|\
| * Markdown: don't escape content + sanitize sensible tagsArthurHoaro2016-02-191-1/+17
* | Apply the locale to all categories and move autolocale to Utils.phpArthurHoaro2016-02-191-0/+25
|/
* Merge pull request #379 from ArthurHoaro/plugin-markdownArthur2016-01-311-8/+0
|\
| * PLUGIN MarkdownArthurHoaro2016-01-031-8/+0
* | fix: use PHP_EOL for carriage returns in file logsVirtualTam2016-01-181-1/+1
* | Logging: improve formatting to enable fail2ban parsingVirtualTam2016-01-161-2/+7
* | Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-0/+13
* | Link filter refactoringArthurHoaro2016-01-061-5/+7
|/
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-0/+53
* application: move checkPHPVersion from Utils to ApplicationUtilsVirtualTam2015-11-241-20/+0
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
* Fixes #356ArthurHoaro2015-11-041-5/+6
* Session ID: extend the regex to match possible hash representationsVirtualTam2015-09-061-1/+6
* Allow uppercase letters in PHP sessionid formatArthurHoaro2015-09-021-1/+1
* Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-1/+25
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-1/+22
* Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-1/+33
* LinkDB::filterDay(): check input date formatVirtualTam2015-07-091-0/+15
* move escape() and sanitizeLink() to application/Utils.phpnodiscc2015-06-241-0/+27
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-111-0/+45