aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-112-0/+0
* Merge pull request #275 from shaarli/plugin-propositionArthur2015-11-083-129/+423
|\
| * Template upgrade to handle plugin zonesArthurHoaro2015-11-071-1/+1
| * Plugin system - COREArthurHoaro2015-11-073-129/+423
* | Fixes #356ArthurHoaro2015-11-041-5/+6
|/
* HTTP: move server URL functions to `HttpUtils.php`VirtualTam2015-09-141-0/+80
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-082-2/+32
* HTTP: move utils to a proper file, add testsVirtualTam2015-09-061-0/+52
* 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
* Merge pull request #326 from ArthurHoaro/bug-urlVirtualTam2015-08-311-0/+16
|\
| * Fixes #325 - Shaarli does not recognize saved linksArthurHoaro2015-08-311-0/+16
* | Avoid Full Path Disclosure error on session error.ArthurHoaro2015-08-221-1/+25
|/
* Links: refactor & improve URL cleanupVirtualTam2015-08-151-0/+150
* Cache: simplify cached content cleanup, improve testsVirtualTam2015-08-131-14/+6
* CachedPage: move to a proper file, add testsVirtualTam2015-08-133-3/+113
* Installation: default to the server's timezoneVirtualTam2015-08-041-30/+32
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-133-4/+135
* Merge pull request #257 from ArthurHoaro/tag-http-refererVirtualTam2015-07-121-1/+33
|\
| * Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-121-1/+33
* | LinkDB: prefix private members with an underscoreVirtualTam2015-07-091-62/+62
* | Merge pull request #255 from ArthurHoaro/configVirtualTam2015-07-091-0/+129
|\ \ | |/ |/|
| * All settings are now stored in config.phpArthurHoaro2015-07-091-0/+129
* | LinkDB::filterDay(): check input date formatVirtualTam2015-07-092-1/+19
|/
* Merge remote-tracking branch 'ArthurHoaro/default-links'nodiscc2015-06-261-6/+10
|\
| * Change fresh install default linkArthurHoaro2015-06-241-6/+10
* | Merge remote-tracking branch 'virtualtam/linkdb/remove-globals'nodiscc2015-06-261-12/+19
|\ \
| * | LinkDB: do not access global variablesVirtualTam2015-06-241-12/+19
| |/
* / Restore compatability with php 5.3Felix Bartels2015-06-261-1/+1
|/
* move escape() and sanitizeLink() to application/Utils.phpnodiscc2015-06-241-0/+27
* Merge remote-tracking branch 'ArthurHoaro/input-escape' into nextnodiscc2015-06-241-0/+5
|\
| * Working on shaarli/Shaarli#224ArthurHoaro2015-06-231-0/+5
* | LinkDB: add 'hidePublicLinks' parameter to the constructorVirtualTam2015-06-241-2/+6
|/
* re-add readDb() missing from previous mergenodiscc2015-06-231-0/+7
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-113-0/+459