aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/LinkDB.php
Commit message (Expand)AuthorAgeFilesLines
* Private/Hidden tagsArthurHoaro2016-02-151-0/+7
* Add exclusion in tag searchArthurHoaro2016-02-151-1/+1
* Introduce the Updater class whichArthurHoaro2016-02-151-6/+4
* Bugfix: prevent LinkFilter to work on outdated data.ArthurHoaro2016-01-201-8/+4
* Fixes #426 - Do not filter with blank tags.ArthurHoaro2016-01-061-1/+1
* Link filter refactoringArthurHoaro2016-01-061-105/+15
* QRCode plugin: use url instead of real_urlArthurHoaro2015-12-221-1/+3
* URL encode links when a redirector is set.ArthurHoaro2015-11-261-3/+17
* install: check file/directory permissions for Shaarli resourcesVirtualTam2015-11-241-9/+26
* Url: introduce global helper functions for cleanup and scheme detectionGuillaume Virlet2015-09-081-0/+4
* CachedPage: move to a proper file, add testsVirtualTam2015-08-131-3/+4
* LinkDB: prefix private members with an underscoreVirtualTam2015-07-091-62/+62
* LinkDB::filterDay(): check input date formatVirtualTam2015-07-091-1/+4
* 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
|/
* 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-111-0/+412