aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue with private tags and fix nomarkdown tag (#1399)ArthurHoaro2020-01-181-15/+24
|\
| * Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-15/+24
* | Fix an issue with bookmark visibility filterArthurHoaro2020-01-181-1/+1
|/
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-3/+3
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-277/+278
* Bump PHP version check in index.phpArthurHoaro2019-08-101-3/+1
* Fixes a Undefined index: thumbnail in daily page.kalvn2019-08-041-1/+1
* Persist sticky status on bookmark updateArthurHoaro2019-07-271-14/+10
* WIP - Plugin to override default template colorsArthurHoaro2019-07-081-0/+1
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-1/+4
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-251-1/+8
* Merge pull request #1273 from ArthurHoaro/feature/ban-managerArthurHoaro2019-05-251-1/+1
|\
| * Rewrite IP ban managementArthurHoaro2019-02-091-1/+1
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibilityArthurHoaro2019-04-221-0/+45
|\ \
| * | Bulk action: set visibilityArthurHoaro2019-02-091-0/+45
| |/
* | Hotfix: History controller for the REST API has been renamed in a previous co...ArthurHoaro2019-04-151-1/+1
* | Merge pull request #1272 from ArthurHoaro/feature/html-langArthurHoaro2019-03-021-1/+0
|\ \
| * | Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+0
| |/
* | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieveArthurHoaro2019-03-021-3/+5
|\ \
| * | Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-241-3/+5
| |/
* | Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warningArthurHoaro2019-02-241-0/+2
|\ \
| * | Fix a warning if links sticky status isn't setArthurHoaro2019-02-091-0/+2
| |/
* / Remove the redirector settingArthurHoaro2019-02-091-22/+5
|/
* namespacing: \Shaarli\Plugin\PluginManagerVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Netscape\NetscapeBookmarkUtilsVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\RouterVirtualTam2019-01-121-2/+1
* namespacing: \Shaarli\ApplicationUtilsVirtualTam2019-01-121-2/+2
* namespacing: \Shaarli\UpdaterVirtualTam2019-01-121-1/+2
* namespacing: move LinkUtils along \Shaarli\Bookmark classesVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-1/+2
* namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils}VirtualTam2019-01-121-2/+2
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-2/+2
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-121-4/+4
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-0/+1
* lint: fix line-length warningsVirtualTam2018-12-021-11/+38
* lint: apply phpcbf to index.phpVirtualTam2018-12-021-116/+115
* Update session start conditionBish Erbas2018-10-311-1/+1
* Add a button to set links as stickyArthurHoaro2018-10-061-0/+19
* Merge pull request #1207 from ArthurHoaro/feature/corsArthurHoaro2018-09-201-0/+8
|\
| * Add CORS headers to REST API responsesArthurHoaro2018-08-131-0/+8
* | Fix a JS bug preventing AJAX tag deletion to workArthurHoaro2018-08-161-1/+2
* | History: fix a bug on bulk deletion where only one deletion were registredArthurHoaro2018-08-131-1/+1
|/
* Fix issue 'You are not authorized to add a link' with thumbnails enabledArthurHoaro2018-08-101-2/+2
* Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-291-3/+6
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-281-429/+98
|\
| * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-171-3/+6
| * Thumbnails: add a common mode to only retrieve thumbs from popular media webs...ArthurHoaro2018-07-051-10/+12
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-051-30/+51
| * Take code review into accountArthurHoaro2018-07-051-1/+3