aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Utils.php
Commit message (Expand)AuthorAgeFilesLines
* format_date: include timezone in IntlDateFormatter objectArthurHoaro2021-01-191-0/+1
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-0/+2
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-6/+8
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-6/+27
* Merge pull request #1601 from ArthurHoaro/feature/psr3ArthurHoaro2020-10-241-11/+13
|\
| * Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-11/+13
* | Dislay an error if an exception occurs in the error handlerArthurHoaro2020-10-201-0/+9
|/
* Security: fix multiple XSS vulnerabilities + fix search tags with special charsArthurHoaro2020-10-061-2/+2
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-0/+4
* Process daily page through Slim controllerArthurHoaro2020-07-231-4/+4
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-1/+1
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-1/+1
* lint: apply phpcbf to application/VirtualTam2018-12-021-6/+10
* Move session ID check to SessionManagerVirtualTam2017-10-221-30/+0
* Translations : Working demo example of translation extensionArthurHoaro2017-10-221-1/+1
* Shaarli's translationArthurHoaro2017-10-221-1/+16
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-0/+4
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-0/+4
* | Adds a taglist view with edit/delete buttonsArthurHoaro2017-05-251-0/+31
* | Use raw bytes for upload size hidden inputArthurHoaro2017-04-101-5/+6
* | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-0/+89
* | Theme: use format_date function for daily dateArthurHoaro2017-03-281-3/+5
|/
* Fix autoLocale error and cover it with unit testsArthurHoaro2017-03-071-13/+21
* Improve datetime displayArthurHoaro2017-03-061-20/+52
* Improve autoLocale() detectionArthurHoaro2017-03-061-9/+42
* Fixes presence of empty tags for private tags and in search resultsArthurHoaro2017-01-031-0/+13
* Prepare settings for the API in the admin page and during the installArthurHoaro2016-12-121-0/+26
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-1/+5
* Minor code cleanup: PHPDoc, spelling, unused variables, etc.ArthurHoaro2016-10-201-1/+7
* Hashtag systemArthurHoaro2016-06-061-54/+1
* 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