aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
Commit message (Collapse)AuthorAgeFilesLines
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-02-232-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-5Aurélien Tamisier2018-12-021-1/+2
|\ | | | | add label to form - accessibility issue
| * add label to form - accessibility issueLuce Carević2018-11-301-1/+2
| | | | | | Don't use placeholder instead of label for form input.
* | fix translation stringLuce Carević2018-11-301-1/+1
|/
* Merge pull request #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-062-0/+40
|\ | | | | Add OpenGraph meta tags on permalink page
| * Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-132-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-allArthurHoaro2018-10-062-1/+4
|\ \ | | | | | | Add a button to toggle all checkboxes of displayed links
| * | Add a button to toggle all checkboxes of displayed linksArthurHoaro2018-08-132-1/+4
| | | | | | | | | | | | Related to #1160
* | | Merge pull request #1211 from ArthurHoaro/hotfix/img-requestArthurHoaro2018-10-066-6/+6
|\ \ \ | | | | | | | | Fix a bug making thumbnail to request the current page
| * | | Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-146-6/+6
| |/ /
* | | Sticky feature - Add translation and display for logged out usersArthurHoaro2018-10-061-1/+13
| | |
* | | Add a button to set links as stickyArthurHoaro2018-10-061-0/+6
|/ / | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186
* | Merge pull request #1195 from llune/patch-3ArthurHoaro2018-08-101-7/+4
|\ \ | | | | | | Delete redundant titles
| * | Delete redundant titlesllune2018-08-021-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 emptyllune2018-08-021-1/+1
| | |
* | | empty alt on logo imagellune2018-08-021-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 systemArthurHoaro2018-07-295-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 shaareArthurHoaro2018-07-282-49/+0
| | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-2810-36/+233
|\ | | | | Use web-thumbnailer to retrieve thumbnails
| * Bunch of improvement for thumbnails integration:ArthurHoaro2018-07-174-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 ↵ArthurHoaro2018-07-052-4/+22
| | | | | | | | websites
| * Bump WT versionArthurHoaro2018-07-051-2/+2
| |
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-055-9/+99
| |
| * Take code review into accountArthurHoaro2018-07-051-3/+7
| | | | | | | | Upgrade web-thumbnailer and display thumbs right after download
| * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-056-35/+79
| |
| * Use web-thumbnailer to retrieve thumbnailsArthurHoaro2018-07-053-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 documentationnodiscc2018-07-122-2/+2
|/ | | | Ref #930
* Merge remote-tracking branch 'upstream/master'Mark Schmitz2018-06-0718-41/+46
|\
| * Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-0210-22/+22
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * Merge pull request #1135 from ArthurHoaro/ci/csslintArthurHoaro2018-05-2911-15/+15
| |\ | | | | | | Reformat SCSS to SASS format and run SASSLint in CI
| | * Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-1011-15/+15
| | |
| * | Adds Stakali Android app to 3rd party listsArthurHoaro2018-05-131-2/+8
| |/
| * default/editlink.tpl: title: Shaare -> New Shaarenodiscc2018-04-141-2/+1
| |
* | also for new default tpl add meta tag to block sending the referrer vintage ↵Mark Schmitz2018-06-071-0/+1
|/ | | | -> #692
* add loading user css at last to vintage tplMark Schmitz2018-04-131-1/+1
|
* load user css at last, after plugin css to enable changing plugin stylesMark Schmitz2018-04-131-3/+3
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-2815-50/+97
|
* Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-2835-10644/+0
|
* fix: IP ban check for the Vintage themeVirtualTam2018-03-241-1/+1
| | | | | | Introduced by https://github.com/shaarli/Shaarli/pull/1008 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Refactor login / ban authentication stepsVirtualTam2018-02-052-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-filterArthurHoaro2018-02-023-7/+15
|\ | | | | Add a filter to only display public links
| * Public/private filter: use two separate buttonsArthurHoaro2018-01-242-5/+8
| | | | | | | | #1038
| * Add a filter to only display public linksArthurHoaro2017-12-163-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 parametersArthurHoaro2018-01-011-3/+3
| | | | | | | | is a special variable in RainTPL used in loops
* | Add CSS class and IDs in Shaarli's menuArthurHoaro2017-12-161-26/+26
|/ | | | Fixes #877
* Merge pull request #1017 from ArthurHoaro/feature/mobile-iconArthurHoaro2017-11-182-1/+2
|\ | | | | Add apple-touch-icon meta tag
| * Add apple-touch-icon meta tagArthurHoaro2017-11-182-1/+2
| | | | | | | | Fixes #997
* | Merge pull request #1014 from ArthurHoaro/feature/no-pluginArthurHoaro2017-11-121-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 pageArthurHoaro2017-11-111-6/+12
| |/ | | | | | | Fixes #931
* / Fix alignement and better clarity for 'List all links with those tags' buttonArthurHoaro2017-11-083-4/+26
|/ | | | | | Fix CSS class typo and display the link as a button Fixes #999