aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
Commit message (Expand)AuthorAgeFilesLines
* 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