aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
Commit message (Collapse)AuthorAgeFilesLines
* Process session filters through Slim controllersArthurHoaro2020-07-231-3/+8
| | | | | | | Including: - visibility - links per page - untagged only
* Process remove tag endpoint through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process OpenSearch controller through SlimArthurHoaro2020-07-233-4/+5
| | | | Also it was missing on the default template feeds
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-233-6/+6
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-232-16/+32
| | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine.
* Few optimizations and code readability for tag cloud controllerArthurHoaro2020-07-231-1/+1
|
* Working version before optimizationArthurHoaro2020-07-231-2/+2
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Slim router: handle add tag routeArthurHoaro2020-07-232-2/+2
|
* Process logout through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-237-21/+21
|
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-1/+1
|
* Render login page through Slim controllerArthurHoaro2020-01-262-25/+44
|
* Fix deprecated use of implodeArthurHoaro2020-01-231-1/+1
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-183-2/+26
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-121-1/+1
|
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-101-1/+1
| | | | Fixes #1362
* ATOM Feed: use instance name as author name instead of URLArthurHoaro2019-07-291-1/+1
| | | | Related FreshRSS/FreshRSS#2466
* 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