Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1301 from ArthurHoaro/template/print-css | ArthurHoaro | 2019-05-25 | 1 | -2/+2 |
|\ | | | | | Add print CSS rules to the default template | ||||
| * | Add print CSS rules to the default template | ArthurHoaro | 2019-05-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Fixes #1291 * Display the header bar only on the first page * Hide search bars, pagination buttons, filters, and edit/delete buttons | ||||
* | | Switch from FontAwesome v4.x to ForkAwesome | ArthurHoaro | 2019-05-19 | 2 | -2/+3 |
| | | | | | | | | And use the Shaarli icon made by @xuv in the header and footer (default template). | ||||
* | | Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all | ArthurHoaro | 2019-05-08 | 1 | -1/+1 |
|\ \ | |/ |/| | Hide select all button on mobile view | ||||
| * | Hide select all button on mobile view | ArthurHoaro | 2019-04-22 | 1 | -1/+1 |
| | | | | | | | | Bulk actions are not available on mobile view yet | ||||
* | | Merge pull request #1296 from ArthurHoaro/feature/sticky-label | ArthurHoaro | 2019-05-08 | 1 | -7/+8 |
|\ \ | |/ |/| | Display sticky label in linklist | ||||
| * | Display sticky label in linklist | ArthurHoaro | 2019-04-22 | 1 | -7/+8 |
| | | | | | | | | Add sticky label, like private label, in linklist to make it more visible. | ||||
* | | Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility | ArthurHoaro | 2019-04-22 | 1 | -1/+12 |
|\ \ | | | | | | | Bulk action: set visibility | ||||
| * | | Bulk action: set visibility | ArthurHoaro | 2019-02-09 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | Added 2 buttons when link checkboxes are checked to set them either public or private. Related to #572 #1160 | ||||
* | | | delete useless titles | Luce Carević | 2019-03-02 | 1 | -3/+3 |
| | | | |||||
* | | | fix empty links and hide <i> for screenreaders | Luce Carević | 2019-03-02 | 3 | -32/+32 |
| | | | |||||
* | | | footer and contentinfo | Luce Carević | 2019-03-02 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Accessibility: specify the HTML lang attribute | ArthurHoaro | 2019-02-09 | 18 | -18/+18 |
|/ | | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216 | ||||
* | fix: ensure HTML tags are stripped from OpenGraph description | VirtualTam | 2019-01-18 | 2 | -2/+2 |
| | | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1250 Relates to https://github.com/shaarli/Shaarli/issues/1242 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | 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 |
| |