Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1247 from llune/patch-5 | Aurélien Tamisier | 2018-12-02 | 1 | -1/+2 |
|\ | | | | | add label to form - accessibility issue | ||||
| * | add label to form - accessibility issue | Luce Carević | 2018-11-30 | 1 | -1/+2 |
| | | | | | | Don't use placeholder instead of label for form input. | ||||
* | | fix translation string | Luce Carević | 2018-11-30 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 2 | -0/+40 |
|\ | | | | | Add OpenGraph meta tags on permalink page | ||||
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 2 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #1208 from ArthurHoaro/feature/select-all | ArthurHoaro | 2018-10-06 | 2 | -1/+4 |
|\ \ | | | | | | | Add a button to toggle all checkboxes of displayed links | ||||
| * | | Add a button to toggle all checkboxes of displayed links | ArthurHoaro | 2018-08-13 | 2 | -1/+4 |
| | | | | | | | | | | | | Related to #1160 | ||||
* | | | Merge pull request #1211 from ArthurHoaro/hotfix/img-request | ArthurHoaro | 2018-10-06 | 6 | -6/+6 |
|\ \ \ | | | | | | | | | Fix a bug making thumbnail to request the current page | ||||
| * | | | Fix a bug making thumbnail to request the current page | ArthurHoaro | 2018-08-14 | 6 | -6/+6 |
| |/ / | |||||
* | | | Sticky feature - Add translation and display for logged out users | ArthurHoaro | 2018-10-06 | 1 | -1/+13 |
| | | | |||||
* | | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 1 | -0/+6 |
|/ / | | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186 | ||||
* | | Merge pull request #1195 from llune/patch-3 | ArthurHoaro | 2018-08-10 | 1 | -7/+4 |
|\ \ | | | | | | | Delete redundant titles | ||||
| * | | Delete redundant titles | llune | 2018-08-02 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | Redundant titles are an accessibility issue and should be avoided. See : https://accessibilitytips.com/2008/04/14/avoiding-redundant-title-attributes/ | ||||
* | | | alt should be empty | llune | 2018-08-02 | 1 | -1/+1 |
| | | | |||||
* | | | empty alt on logo image | llune | 2018-08-02 | 1 | -1/+1 |
|/ / | | | | | The alt does not provide any useful information for screenreader users. It just adds noise. | ||||
* / | Fix fatal error on daily page: use new thumbnail system | ArthurHoaro | 2018-07-29 | 5 | -17/+18 |
|/ | | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190 | ||||
* | Remove Firefox Social API shaare | ArthurHoaro | 2018-07-28 | 2 | -49/+0 |
| | | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023 | ||||
* | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 10 | -36/+233 |
|\ | | | | | Use web-thumbnailer to retrieve thumbnails | ||||
| * | Bunch of improvement for thumbnails integration: | ArthurHoaro | 2018-07-17 | 4 | -2/+18 |
| | | | | | | | | | | | | | | | | - 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 | 2 | -4/+22 |
| | | | | | | | | websites | ||||
| * | Bump WT version | ArthurHoaro | 2018-07-05 | 1 | -2/+2 |
| | | |||||
| * | Add a page to update all thumbnails through AJAX requests in both templates | ArthurHoaro | 2018-07-05 | 5 | -9/+99 |
| | | |||||
| * | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -3/+7 |
| | | | | | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
| * | Update thumbnail integration after rebasing the branch | ArthurHoaro | 2018-07-05 | 6 | -35/+79 |
| | | |||||
| * | Use web-thumbnailer to retrieve thumbnails | ArthurHoaro | 2018-07-05 | 3 | -2/+27 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | tpl: default/vintage: pluginsadmin: fix link to documentation | nodiscc | 2018-07-12 | 2 | -2/+2 |
|/ | | | | Ref #930 | ||||
* | Merge remote-tracking branch 'upstream/master' | Mark Schmitz | 2018-06-07 | 18 | -41/+46 |
|\ | |||||
| * | Login: update PageBuilder and default/vintage templates | VirtualTam | 2018-06-02 | 10 | -22/+22 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | Merge pull request #1135 from ArthurHoaro/ci/csslint | ArthurHoaro | 2018-05-29 | 11 | -15/+15 |
| |\ | | | | | | | Reformat SCSS to SASS format and run SASSLint in CI | ||||
| | * | Add classes to default template to avoid using IDs in SCSS | ArthurHoaro | 2018-05-10 | 11 | -15/+15 |
| | | | |||||
| * | | Adds Stakali Android app to 3rd party lists | ArthurHoaro | 2018-05-13 | 1 | -2/+8 |
| |/ | |||||
| * | default/editlink.tpl: title: Shaare -> New Shaare | nodiscc | 2018-04-14 | 1 | -2/+1 |
| | | |||||
* | | also for new default tpl add meta tag to block sending the referrer vintage ↵ | Mark Schmitz | 2018-06-07 | 1 | -0/+1 |
|/ | | | | -> #692 | ||||
* | add loading user css at last to vintage tpl | Mark Schmitz | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | load user css at last, after plugin css to enable changing plugin styles | Mark Schmitz | 2018-04-13 | 1 | -3/+3 |
| | |||||
* | Webpack / Update front paths in template files | ArthurHoaro | 2018-03-28 | 15 | -50/+97 |
| | |||||
* | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-28 | 35 | -10644/+0 |
| | |||||
* | fix: IP ban check for the Vintage theme | VirtualTam | 2018-03-24 | 1 | -1/+1 |
| | | | | | | Introduced by https://github.com/shaarli/Shaarli/pull/1008 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Refactor login / ban authentication steps | VirtualTam | 2018-02-05 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/324 Added: - Add the `LoginManager` class to manage logins and bans Changed: - Refactor IP ban management - Simplify logic - Avoid using globals, inject dependencies Fixed: - Use `ban_duration` instead of `ban_after` when setting a new ban Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #1038 from ArthurHoaro/feature/public-only-filter | ArthurHoaro | 2018-02-02 | 3 | -7/+15 |
|\ | | | | | Add a filter to only display public links | ||||
| * | Public/private filter: use two separate buttons | ArthurHoaro | 2018-01-24 | 2 | -5/+8 |
| | | | | | | | | #1038 | ||||
| * | Add a filter to only display public links | ArthurHoaro | 2017-12-16 | 3 | -6/+11 |
| | | | | | | | | | | | | When the key filter is clicked once, it only displays private link. When it is clicked on again, it becomes red and only public links are displayed. Another click and all links are displayed. The current visibility status is shown in the search banner Fixes #1030 | ||||
* | | Fix an issue preventing the Save button to appear for plugin parameters | ArthurHoaro | 2018-01-01 | 1 | -3/+3 |
| | | | | | | | | is a special variable in RainTPL used in loops | ||||
* | | Add CSS class and IDs in Shaarli's menu | ArthurHoaro | 2017-12-16 | 1 | -26/+26 |
|/ | | | | Fixes #877 | ||||
* | Merge pull request #1017 from ArthurHoaro/feature/mobile-icon | ArthurHoaro | 2017-11-18 | 2 | -1/+2 |
|\ | | | | | Add apple-touch-icon meta tag | ||||
| * | Add apple-touch-icon meta tag | ArthurHoaro | 2017-11-18 | 2 | -1/+2 |
| | | | | | | | | Fixes #997 | ||||
* | | Merge pull request #1014 from ArthurHoaro/feature/no-plugin | ArthurHoaro | 2017-11-12 | 1 | -6/+12 |
|\ \ | | | | | | | Improve messages if there is no plugin or parameter available in the admin page | ||||
| * | | Improve messages if there is no plugin or parameter available in the admin page | ArthurHoaro | 2017-11-11 | 1 | -6/+12 |
| |/ | | | | | | | Fixes #931 | ||||
* / | Fix alignement and better clarity for 'List all links with those tags' button | ArthurHoaro | 2017-11-08 | 3 | -4/+26 |
|/ | | | | | | Fix CSS class typo and display the link as a button Fixes #999 | ||||
* | Remove redirector setting from Configure page | ArthurHoaro | 2017-11-07 | 1 | -15/+0 |
| | | | | | | This feature is pretty much useless these days as browsers have builtin features to support the thag "<meta name='referrer'", so keep the setting page as clean as possible. Also, avoid advertising it too much, because I'm pretty sure it doesn't work very well with markdown descriptions (as Parsedown have some trouble regarding URL detection (without MarkDown link tag)). |