Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -0/+6 |
|\ | | | | | Bulk action: set visibility | ||||
| * | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -0/+6 |
| | | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160 | ||||
* | | Merge pull request #1272 from ArthurHoaro/feature/html-lang | ArthurHoaro | 2019-03-02 | 1 | -0/+2 |
|\ \ | | | | | | | Accessibility: specify the HTML lang attribute | ||||
| * | | Accessibility: specify the HTML lang attribute | ArthurHoaro | 2019-02-09 | 1 | -0/+2 |
| |/ | | | | | | | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216 | ||||
* | | 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 | ||||
| * | | Do not try to retrieve thumbnails for internal link | ArthurHoaro | 2019-02-24 | 4 | -4/+17 |
| |/ | | | | | | | Also adds a helper function to determine if a link is a note and apply it across multiple files. | ||||
* | | 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 | ||||
| * | | Fix a warning if links sticky status isn't set | ArthurHoaro | 2019-02-09 | 1 | -1/+5 |
| |/ | | | | | | | | | - initiate its status to false when the link is created - if not defined, initiate its status to false (can happen if the updater hasn't run) | ||||
* | | Merge pull request #1269 from ArthurHoaro/feature/remove-redirector | ArthurHoaro | 2019-02-24 | 6 | -64/+22 |
|\ \ | | | | | | | Remove the redirector setting | ||||
| * | | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 6 | -64/+22 |
| |/ | | | | | | | Fixes #1239 | ||||
* / | 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 | ||||
| * | Do not check the IP address with session protection disabled | ArthurHoaro | 2018-07-17 | 1 | -0/+3 |
| | | | | | | | | | | | | This allows the user to stay logged in if his IP changes. Fixes #1106 | ||||
* | | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 14 | -20/+12 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Plugin\PluginManager | VirtualTam | 2019-01-12 | 2 | -25/+37 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Netscape\NetscapeBookmarkUtils | VirtualTam | 2019-01-12 | 1 | -11/+16 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Router | VirtualTam | 2019-01-12 | 1 | -21/+22 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 3 | -37/+42 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Updater | VirtualTam | 2019-01-12 | 4 | -110/+125 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: move LinkUtils along \Shaarli\Bookmark classes | VirtualTam | 2019-01-12 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Bookmark\LinkFilter | VirtualTam | 2019-01-12 | 4 | -37/+47 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 10 | -38/+57 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\FileUtils | VirtualTam | 2019-01-12 | 3 | -7/+7 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} | VirtualTam | 2019-01-12 | 2 | -7/+15 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: move HTTP utilities along \Shaarli\Http\ classes | VirtualTam | 2019-01-12 | 3 | -4/+4 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Http\Url | VirtualTam | 2019-01-12 | 3 | -216/+222 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Http\Base64Url | VirtualTam | 2019-01-12 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder} | VirtualTam | 2019-01-12 | 3 | -18/+23 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\Exceptions\IOException | VirtualTam | 2019-01-12 | 7 | -4/+13 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 3 | -5/+11 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 6 | -10/+34 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 23 | -93/+98 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 1 | -1/+1 |
|\ \ | | | | | | | Add OpenGraph meta tags on permalink page | ||||
| * | | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - og:title - og:type -> article - og:image -> if there is a thumbnail - og:url -> permalink - og:description -> first 300 chars of raw description - article:published_time - article:modified_time - article:tag -> one OG meta tag for each shaare tag Fixes #258 | ||||
* | | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 3 | -0/+29 |
| | | | | | | | | | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186 | ||||
* | | | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ArthurHoaro | 2018-08-10 | 1 | -1/+1 |
|/ / | | | | | | | | | | | Do not try to alter the datastore by updating thumbnails if the user isn't logged in. Also, do not enable thumbnails if PHP GD extension is not installed/loaded | ||||
* | | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 5 | -10/+258 |
|\ \ | |/ |/| | Use web-thumbnailer to retrieve thumbnails | ||||
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | - add a default thumb size value (125x90px) - improve private vertical bar visual, especially with thumbnails - translations - add a sync thumbs button in tool and empty picwall page - fixes WT download mode in JSON config | ||||
| * | Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ | ArthurHoaro | 2018-07-05 | 3 | -5/+60 |
| | | | | | | | | websites | ||||
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 4 | -14/+58 |
| | | |||||
| * | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -0/+17 |
| | | | | | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
| * | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 2 | -2/+25 |
| | | |||||
| * | ConfigManager: add a method to remove an entry | ArthurHoaro | 2018-07-05 | 1 | -1/+49 |
| | | |||||
| * | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 3 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | * requires PHP 5.6 * use blazy on linklist since a lot more thumbs are retrieved * thumbnails can be disabled * thumbs size is now 120x120 * thumbs are now cropped to fit the expected size Fixes #345 #425 #487 #543 #588 #590 | ||||
* | | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 4 | -4/+213 |
|/ | | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 | ||||
* | Merge pull request #1143 from ArthurHoaro/sort-equal-tags | ArthurHoaro | 2018-06-04 | 1 | -8/+21 |
|\ | | | | | Fix order of tags with the same number of occurrences | ||||
| * | Tag sort - UT + comment + fix filter and visibility | ArthurHoaro | 2018-05-29 | 1 | -7/+18 |
| | | | | | | | | Before this, linksCountPerTag call without would have ignored visibility parameter | ||||
| * | Fix order of tags with the same number of occurrences | ArthurHoaro | 2018-05-19 | 1 | -2/+4 |
| | | | | | | | | Fixes #1142 | ||||
* | | SessionManager+LoginManager: fix checkLoginState logic | VirtualTam | 2018-06-02 | 2 | -2/+5 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Add test coverage for LoginManager methods | VirtualTam | 2018-06-02 | 1 | -5/+4 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> |