| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
| | | |
|
| |/ |
|
| | |
|
|/
|
|
| |
-> #692
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Introduced by https://github.com/shaarli/Shaarli/pull/1008
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Add a filter to only display public links
|
| |
| |
| |
| | |
#1038
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
is a special variable in RainTPL used in loops
|
|/
|
|
| |
Fixes #877
|
|\
| |
| | |
Add apple-touch-icon meta tag
|
| |
| |
| |
| | |
Fixes #997
|
|\ \
| | |
| | | |
Improve messages if there is no plugin or parameter available in the admin page
|
| |/
| |
| |
| | |
Fixes #931
|
|/
|
|
|
|
| |
Fix CSS class typo and display the link as a button
Fixes #999
|
|
|
|
|
|
| |
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)).
|
|
|
|
|
|
|
|
|
|
| |
* Reduce multiple margins (markdown, space between block, etc.)
* Move thumbnails to the right in the same line as the title
* Move edit button as floating to the left
* Move fold/collapse and checkbox buttons as floating to the right
* Add a bunch of HTML ID in the linklist template
Relates to #877
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* translation system and unit tests
* Translations everywhere
Dont use translation merge
It is not available with PHP builtin gettext, so it would have lead to inconsistency.
|
|\
| |
| | |
Fix security issue reported by @chb9
|
| |
| |
| |
| | |
Vulnerability introduced by 6ccd0b218fbd34de750f55b78f3dc43bb3d9fa8e - release with Shaarli v0.9.1.
|
|\ \
| | |
| | | |
Add a version hash for asset loading to prevent browser's cache issue
|
| |/
| |
| |
| |
| |
| | |
The hash is generated using the same salt as the one used for credentials (1 salt per instance) in order to avoid exposing the instance version.
Fixes #965
|
|/
|
|
|
|
| |
We manually reset the scroll position, to avoid height = 'auto' jump to the top
Fixes #971
|
|
|
|
|
| |
Related to https://github.com/shaarli/Shaarli/issues/877
Plain grey links would lead to think that the link is somehow disabled/inaccessible/private
This slightly improves clarity/usability
|
|\
| |
| | |
Firefox Social title: Use document.title instead of RainTPL variable
|