Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1324 from llune/patch-6 | ArthurHoaro | 2019-07-13 | 1 | -1/+3 |
|\ | | | | | a11y fix add banner mobile version | ||||
| * | a11y fix add banner mobile version | Luce Carević | 2019-07-13 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #1322 from llune/patch-4 | ArthurHoaro | 2019-07-13 | 1 | -2/+2 |
|\ \ | | | | | | | fix a11y label | ||||
| * | | fix a11y label | Luce Carević | 2019-07-13 | 1 | -2/+2 |
| |/ | |||||
* | | fix blank | Luce Carević | 2019-07-12 | 1 | -1/+1 |
| | | |||||
* | | a11y fix: label and tabindex | Luce Carević | 2019-07-12 | 1 | -9/+7 |
|/ | | | | | Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex). Fix inputs without labels (the placeholder attribute is not a proper labelling method) | ||||
* | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302 | ||||
* | Daily - display the current day instead of the previous one | ArthurHoaro | 2019-05-25 | 1 | -1/+6 |
| | | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299 | ||||
* | 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 | 1 | -1/+1 |
| | | | | | | | 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 | 1 | -0/+20 |
|\ | | | | | Add OpenGraph meta tags on permalink page | ||||
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | Fix a bug making thumbnail to request the current page | ||||
| * | | | Fix a bug making thumbnail to request the current page | ArthurHoaro | 2018-08-14 | 3 | -3/+3 |
| |/ / | |||||
* | | | 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 | 2 | -5/+9 |
|/ | | | | | | | | | 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 | 1 | -17/+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 | 6 | -33/+165 |
|\ | | | | | 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 | 1 | -2/+11 |
| | | | | | | | | 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 | 3 | -5/+65 |
| | | |||||
| * | 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 | 4 | -34/+77 |
| | | |||||
* | | tpl: default/vintage: pluginsadmin: fix link to documentation | nodiscc | 2018-07-12 | 1 | -1/+1 |
|/ | | | | Ref #930 | ||||
* | Merge remote-tracking branch 'upstream/master' | Mark Schmitz | 2018-06-07 | 13 | -34/+39 |
|\ | |||||
| * | Login: update PageBuilder and default/vintage templates | VirtualTam | 2018-06-02 | 5 | -15/+15 |
| | | | | | | | | 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 |