| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/ |
|
|\ \
| | |
| | | |
fix a11y label
|
| |/ |
|
| | |
|
|/
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also mention if it's today or yesterday for clarity using `dayDesc`
variable
Fixes #1299
|
|\
| |
| | |
Add print CSS rules to the default template
|
| |
| |
| |
| |
| |
| |
| | |
Fixes #1291
* Display the header bar only on the first page
* Hide search bars, pagination buttons, filters, and edit/delete buttons
|
| |
| |
| |
| | |
And use the Shaarli icon made by @xuv in the header and footer (default template).
|
|\ \
| |/
|/| |
Hide select all button on mobile view
|
| |
| |
| |
| | |
Bulk actions are not available on mobile view yet
|
|\ \
| |/
|/| |
Display sticky label in linklist
|
| |
| |
| |
| | |
Add sticky label, like private label, in linklist to make it more visible.
|
|\ \
| | |
| | | |
Bulk action: set visibility
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added 2 buttons when link checkboxes are checked to set them either public or private.
Related to #572 #1160
|
| | | |
|
| | | |
|
| |/
|/| |
|
|/
|
|
|
|
| |
The lang is based on the user defined one. If the language is automatic, no language will be specified.
Fixes #1216
|
|
|
|
|
|
|
| |
Fixes https://github.com/shaarli/Shaarli/issues/1250
Relates to https://github.com/shaarli/Shaarli/issues/1242
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
add label to form - accessibility issue
|
| |
| |
| | |
Don't use placeholder instead of label for form input.
|
|/ |
|
|\
| |
| | |
Add OpenGraph meta tags on permalink page
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 toggle all checkboxes of displayed links
|
| | |
| | |
| | |
| | | |
Related to #1160
|
|\ \ \
| | | |
| | | | |
Fix a bug making thumbnail to request the current page
|
| |/ / |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
Meaning that they always appear on top of all links
Fixes #186
|
|\ \
| | |
| | | |
Delete redundant titles
|
| | |
| | |
| | |
| | |
| | | |
Redundant titles are an accessibility issue and should be avoided.
See : https://accessibilitytips.com/2008/04/14/avoiding-redundant-title-attributes/
|
| | | |
|
|/ /
| |
| | |
The alt does not provide any useful information for screenreader users. It just adds noise.
|
|/
|
|
|
|
|
|
|
| |
Also fix:
* include the login manager in the daily RSS feed function
* remove redirector setting in the vintage theme
Fixes #1190
|
|
|
|
|
|
| |
Firefox Social support has been dropped in Firefox 57.
Related to #1023
|
|\
| |
| | |
Use web-thumbnailer to retrieve thumbnails
|
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| | |
websites
|
| | |
|
| | |
|
| |
| |
| |
| | |
Upgrade web-thumbnailer and display thumbs right after download
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|/
|
|
| |
Ref #930
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\
| | |
| | | |
Reformat SCSS to SASS format and run SASSLint in CI
|