Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process plugins administration page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Use multi-level routes for existing controllers instead of 1 level everywhere | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -5/+5 |
| | | | | | | | 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. | ||||
* | Process OpenSearch controller through Slim | ArthurHoaro | 2020-07-23 | 1 | -1/+2 |
| | | | | Also it was missing on the default template feeds | ||||
* | RSS/ATOM feeds: process through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -0/+3 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Avoiding warning 'PHP Notice: Undefined index: updated' | Lucas Cimon | 2020-01-12 | 1 | -1/+1 |
| | |||||
* | Fix undefined thumbnail on OpenGraph headers | ArthurHoaro | 2019-09-10 | 1 | -1/+1 |
| | | | | Fixes #1362 | ||||
* | fix: ensure HTML tags are stripped from OpenGraph description | VirtualTam | 2019-01-18 | 1 | -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> | ||||
* | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 1 | -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 | ||||
* | also for new default tpl add meta tag to block sending the referrer vintage ↵ | Mark Schmitz | 2018-06-07 | 1 | -0/+1 |
| | | | | -> #692 | ||||
* | 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 | 1 | -6/+1 |
| | |||||
* | Add apple-touch-icon meta tag | ArthurHoaro | 2017-11-18 | 1 | -1/+2 |
| | | | | Fixes #997 | ||||
* | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 1 | -7/+7 |
| | | | | | | 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 | ||||
* | Fixes file existence check for user.css | kalvn | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | Multiple minor improvements and bugfixes regarding the new templates: | ArthurHoaro | 2017-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Add API settings in `configure.html` * Fix textarea autoresize * Load user.css from data folder * Move fold/expand all button to the right and fix an issue with already folded items * Reset datetime display to international datetime * Temporarilly remove JS login panel (need improvement and integration with the plugin system) * Body background is slightly lighter * Fix an issue where thumbnails were hidden by description * Fix an issue where private orange bar wasn't displayed with thumbnails * Remove the gradient bar behind titles * Fix empty bookmarklet name in Firefox | ||||
* | Introduce the new default Shaarli template | ArthurHoaro | 2017-02-27 | 1 | -0/+20 |
| | |||||
* | Move default template to vintage folder | ArthurHoaro | 2017-02-27 | 1 | -15/+0 |
| | |||||
* | Move user.css to data folder | ArthurHoaro | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Minor improvements regarding #705 (coding style, unit tests, etc.) | ArthurHoaro | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -0/+15 |