Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bug making thumbnail to request the current page | ArthurHoaro | 2018-08-14 | 6 | -6/+6 |
| | |||||
* | 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)). | ||||
* | Theme improvements: move thumbnails to the right and reduce margins overall | ArthurHoaro | 2017-10-28 | 3 | -59/+114 |
| | | | | | | | | | | * 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 | ||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 3 | -1/+46 |
| | |||||
* | JS translation | ArthurHoaro | 2017-10-22 | 3 | -6/+20 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 4 | -18/+28 |
| | | | | | | | | | * 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. | ||||
* | Merge pull request #987 from ArthurHoaro/hotfix/security-issue | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
|\ | | | | | Fix security issue reported by @chb9 | ||||
| * | Fix security issue reported by @chbi | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
| | | | | | | | | Vulnerability introduced by 6ccd0b218fbd34de750f55b78f3dc43bb3d9fa8e - release with Shaarli v0.9.1. | ||||
* | | Merge pull request #979 from ArthurHoaro/feature/assets-cache-version | VirtualTam | 2017-10-06 | 2 | -10/+10 |
|\ \ | | | | | | | Add a version hash for asset loading to prevent browser's cache issue | ||||
| * | | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 2 | -10/+10 |
| |/ | | | | | | | | | | | 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 | ||||
* / | Fix jumpy textarea with long content in post edit | ArthurHoaro | 2017-10-01 | 1 | -0/+6 |
|/ | | | | | | We manually reset the scroll position, to avoid height = 'auto' jump to the top Fixes #971 | ||||
* | visited links color: same hue as unvisited links, darkened | nodiscc | 2017-09-04 | 1 | -1/+1 |
| | | | | | 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 |