aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
Commit message (Collapse)AuthorAgeFilesLines
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+8
| | | | | | | | | | | | | | | 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 oneArthurHoaro2019-05-251-0/+3
| | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-01-181-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 #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-061-0/+20
|\ | | | | Add OpenGraph meta tags on permalink page
| * Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-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
* | Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-143-3/+3
| |
* | Fix fatal error on daily page: use new thumbnail systemArthurHoaro2018-07-293-12/+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 shaareArthurHoaro2018-07-281-32/+0
| | | | | | Firefox Social support has been dropped in Firefox 57. Related to #1023
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-284-3/+68
|\ | | | | Use web-thumbnailer to retrieve thumbnails
| * Thumbnails: add a common mode to only retrieve thumbs from popular media ↵ArthurHoaro2018-07-051-2/+11
| | | | | | | | websites
| * Add a page to update all thumbnails through AJAX requests in both templatesArthurHoaro2018-07-052-4/+34
| |
| * Update thumbnail integration after rebasing the branchArthurHoaro2018-07-052-1/+2
| |
| * 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-121-1/+1
|/ | | | Ref #930
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-025-7/+7
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* add loading user css at last to vintage tplMark Schmitz2018-04-131-1/+1
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-2810-38/+93
|
* Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ArthurHoaro2018-03-2812-1250/+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-051-1/+1
| | | | | | | | | | | | | | | | | 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>
* Public/private filter: use two separate buttonsArthurHoaro2018-01-241-2/+2
| | | | #1038
* Add a filter to only display public linksArthurHoaro2017-12-161-4/+4
| | | | | | 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
* new setting: default value for 'remember me' checkboxWilli Eggeling2017-08-271-1/+3
| | | | | | - the default state for the login page's 'remember me' checkbox can now be configured - adapted the default and vintage theme to consider the new setting - added documentation for the new setting
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-251-1/+5
|\ | | | | Empty tag search will look for not tagged links
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | | | Fixes #784 From now, searching for tags with an empty value will return only not tagged links, with the search bar showing `x results [not tagged]`. Note that using the api, the searchtags request parameter must be set to `false` to get the same result. - [ ] Update API doc
* | Merge pull request #881 from ArthurHoaro/feature/note-bookmarkletArthurHoaro2017-05-251-1/+9
|\ \ | | | | | | Add Note bookmarklet #580
| * | Add Note bookmarklet #580philipp-r2017-05-251-1/+9
| |/
* | Move tagcloud template file to tag.cloudArthurHoaro2017-05-251-0/+0
| |
* | Adding ability to display subtags in tagcloudLucas Cimon2017-05-241-1/+1
| |
* | Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-032-3/+3
| | | | | | | | Related to #853
* | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-255-4/+85
|\ \ | | | | | | Change timezone data structure send to the templates
| * | Apply the new timezone template variables to the vintage themeArthurHoaro2017-04-045-4/+85
| | |
* | | Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-1/+1
| |/ |/| | | | | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size
* | Add API setting in the new theme during the installationArthurHoaro2017-03-221-2/+2
|/ | | | Also use the same variable name across template files
* Improve datetime displayArthurHoaro2017-03-061-2/+2
| | | | | | | | | | Use php-intl extension to display datetimes a bit more nicely, depending on the locale. What changes: * the day is no longer displayed * day number and month are ordered according to the locale * the timezone is more readable (UTC+1 instead of CET)
* Move default template to vintage folderArthurHoaro2017-02-2738-0/+2513