| Commit message (Expand) | Author | Age | Files | Lines |
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -2/+2 |
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 17 | -734/+287 |
* | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 20 | -66/+3226 |
* | Run Unit Tests against PHP 7.4 | ArthurHoaro | 2020-01-17 | 2 | -0/+7 |
* | thumbnailer: add soundcloud.com to list of common media domains | nodiscc | 2019-09-21 | 1 | -0/+1 |
* | Fix RSS permalink included in Markdown bloc | ArthurHoaro | 2019-09-12 | 1 | -1/+1 |
* | Make sure that bookmark sort is consistent, even with equal timestamps | ArthurHoaro | 2019-08-07 | 1 | -2/+5 |
* | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 2 | -4/+82 |
* | Merge pull request #1273 from ArthurHoaro/feature/ban-manager | ArthurHoaro | 2019-05-25 | 2 | -86/+227 |
|\ |
|
| * | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 2 | -86/+227 |
* | | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -0/+6 |
|\ \ |
|
| * | | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -0/+6 |
| |/ |
|
* | | Merge pull request #1272 from ArthurHoaro/feature/html-lang | ArthurHoaro | 2019-03-02 | 1 | -0/+2 |
|\ \ |
|
| * | | Accessibility: specify the HTML lang attribute | ArthurHoaro | 2019-02-09 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieve | ArthurHoaro | 2019-03-02 | 4 | -4/+17 |
|\ \ |
|
| * | | Do not try to retrieve thumbnails for internal link | ArthurHoaro | 2019-02-24 | 4 | -4/+17 |
| |/ |
|
* | | Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warning | ArthurHoaro | 2019-02-24 | 1 | -1/+5 |
|\ \ |
|
| * | | Fix a warning if links sticky status isn't set | ArthurHoaro | 2019-02-09 | 1 | -1/+5 |
| |/ |
|
* | | Merge pull request #1269 from ArthurHoaro/feature/remove-redirector | ArthurHoaro | 2019-02-24 | 6 | -64/+22 |
|\ \ |
|
| * | | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 6 | -64/+22 |
| |/ |
|
* / | Fix thumbnails disabling if PHP GD is not installed | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #1182 from ArthurHoaro/feature/session-protection-stay-login | ArthurHoaro | 2019-02-09 | 1 | -0/+3 |
|\ |
|
| * | Do not check the IP address with session protection disabled | ArthurHoaro | 2018-07-17 | 1 | -0/+3 |
* | | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 14 | -20/+12 |
* | | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 2 | -25/+37 |
* | | namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils | VirtualTam | 2019-01-12 | 1 | -11/+16 |
* | | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 1 | -21/+22 |
* | | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 3 | -37/+42 |
* | | namespacing: \Shaarli\Updater | VirtualTam | 2019-01-12 | 4 | -110/+125 |
* | | namespacing: move LinkUtils along \Shaarli\Bookmark classes | VirtualTam | 2019-01-12 | 1 | -2/+2 |
* | | namespacing: \Shaarli\Bookmark\LinkFilter | VirtualTam | 2019-01-12 | 4 | -37/+47 |
* | | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 10 | -38/+57 |
* | | namespacing: \Shaarli\FileUtils | VirtualTam | 2019-01-12 | 3 | -7/+7 |
* | | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} | VirtualTam | 2019-01-12 | 2 | -7/+15 |
* | | namespacing: move HTTP utilities along \Shaarli\Http\ classes | VirtualTam | 2019-01-12 | 3 | -4/+4 |
* | | namespacing: \Shaarli\Http\Url | VirtualTam | 2019-01-12 | 3 | -216/+222 |
* | | namespacing: \Shaarli\Http\Base64Url | VirtualTam | 2019-01-12 | 2 | -4/+4 |
* | | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 3 | -18/+23 |
* | | namespacing: \Shaarli\Exceptions\IOException | VirtualTam | 2019-01-12 | 7 | -4/+13 |
* | | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 3 | -5/+11 |
* | | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 6 | -10/+34 |
* | | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 23 | -93/+98 |
* | | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -1/+1 |
* | | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 3 | -0/+29 |
* | | | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ArthurHoaro | 2018-08-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 5 | -10/+258 |
|\ \
| |/
|/| |
|
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 2 | -1/+4 |
| * | Thumbnails: add a common mode to only retrieve thumbs from popular media webs... | ArthurHoaro | 2018-07-05 | 3 | -5/+60 |
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 4 | -14/+58 |