aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
Commit message (Collapse)AuthorAgeFilesLines
* Move all admin controller into a dedicated groupArthurHoaro2020-08-132-2/+2
| | | | Also handle authentication check in a new middleware for the admin group.
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-2612-29/+30
|
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process plugins administration page through Slim controllersArthurHoaro2020-07-232-3/+3
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-232-2/+2
|
* Process bookmark exports through Slim controllersArthurHoaro2020-07-232-3/+2
|
* Fix bookmarklet with new routesArthurHoaro2020-07-232-5/+2
| | | | | * Use the new shaare route * Add source hidden input in editlink template to close the popup after saving
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-236-16/+16
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-2317-56/+57
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-232-3/+3
|
* Process manage tags page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process configure page through Slim controllerArthurHoaro2020-07-232-2/+2
|
* Process tools page through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Initialize admin Slim controllersArthurHoaro2020-07-232-3/+3
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* 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
|