aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/LinkDB.php
Commit message (Expand)AuthorAgeFilesLines
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-591/+0
* namespacing: \Shaarli\FileUtilsVirtualTam2019-01-121-0/+1
* namespacing: \Shaarli\Exceptions\IOExceptionVirtualTam2019-01-121-0/+3
* lint: fix line-length warningsVirtualTam2018-12-021-4/+11
* lint: apply phpcbf to application/VirtualTam2018-12-021-8/+6
* Add a button to set links as stickyArthurHoaro2018-10-061-0/+3
* Tag sort - UT + comment + fix filter and visibilityArthurHoaro2018-05-291-7/+18
* Fix order of tags with the same number of occurrencesArthurHoaro2018-05-191-2/+4
* Merge pull request #962 from ArthurHoaro/feature/perfs2ArthurHoaro2017-10-281-9/+8
|\
| * Performances: reorder links when they're written instead of readArthurHoaro2017-09-021-9/+8
* | Shaarli's translationArthurHoaro2017-10-221-10/+10
|/
* migrated Github wiki links to readthedocsWilli Eggeling2017-08-261-1/+1
* Merge pull request #887 from ArthurHoaro/hotfix/dash-tag-renameArthurHoaro2017-08-051-0/+33
|\
| * Move tag renaming code to LinkDB and unit test itArthurHoaro2017-08-051-0/+33
* | Using only one form in linklist.html + adding untaggedonly filter - fix #885Lucas Cimon2017-07-301-3/+4
|/
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-22/+5
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-22/+5
* | Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-4/+7
* | Merge pull request #764 from ArthurHoaro/feature/historyArthurHoaro2017-05-061-29/+2
|\ \
| * | Move database read/write to FileUtils class + additional unit testsArthurHoaro2017-03-211-29/+2
| |/
* / Fix offset check with link ID = 0ArthurHoaro2017-04-051-2/+2
|/
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-3/+3
* Add a persistent 'shorturl' key to all linksArthurHoaro2016-12-121-4/+8
* Link ID refactoringArthurHoaro2016-12-121-43/+135
* LinkDB: explicit method visibilityVirtualTam2016-10-201-6/+6
* LinkDB: update datastore method namesVirtualTam2016-10-201-8/+8
* LinkDB: do not prefix privates with an underscoreVirtualTam2016-10-201-67/+67
* Save the update date in LinkDB and pass it to linklist templatesArthurHoaro2016-08-031-1/+2
* Better whitespace handling in tagsArthurHoaro2016-08-021-1/+1
* Better whitespace handling in tags. Fixes #571Chris Kuethe2016-08-021-2/+2
* Hashtag systemArthurHoaro2016-06-061-1/+1
* Merge pull request #583 from ArthurHoaro/enhance/tag-caseArthur2016-06-031-2/+9
|\
| * Fixes #497: ignore case difference between tagsArthurHoaro2016-05-311-2/+9
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-6/+29
|/
* Refactor filter in LinkDBArthurHoaro2016-03-251-5/+59
* Allow crossed search between terms and tagsArthurHoaro2016-02-281-2/+1
* cleanup: use DateTime to format datesVirtualTam2016-02-171-0/+3
* 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