aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage
Commit message (Expand)AuthorAgeFilesLines
* Fix: error when using bulk shaare with a single URLArthurHoaro2021-01-191-1/+1
* Vintage theme: fix routes in daily pageArthurHoaro2020-11-091-4/+4
* Vintage theme: display global messagesArthurHoaro2020-11-091-0/+24
* Vintage theme: support async metadata retrievalArthurHoaro2020-11-091-7/+25
* Tags separator: vintage theme compatibilityArthurHoaro2020-11-053-5/+7
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-201-3/+4
* Fix undefined linkdate variable in vintage themeArthurHoaro2020-09-251-1/+0
* Fix plugin base path in core pluginsArthurHoaro2020-09-221-1/+1
* Move all admin controller into a dedicated groupArthurHoaro2020-08-132-2/+2
* 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 multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-236-16/+16
* Explicitly define base and asset path in templatesArthurHoaro2020-07-2317-56/+57
* 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
* Process session filters through Slim controllersArthurHoaro2020-07-231-3/+8
* Process remove tag endpoint through Slim controllerArthurHoaro2020-07-231-1/+1
* Process OpenSearch controller through SlimArthurHoaro2020-07-233-4/+5
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-233-6/+6
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-232-16/+32
* 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
* Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-121-1/+1
* Fix undefined thumbnail on OpenGraph headersArthurHoaro2019-09-101-1/+1
* ATOM Feed: use instance name as author name instead of URLArthurHoaro2019-07-291-1/+1
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+8
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-251-0/+3
* fix: ensure HTML tags are stripped from OpenGraph descriptionVirtualTam2019-01-181-1/+1
* Merge pull request #1205 from ArthurHoaro/feature/opengraphArthurHoaro2018-10-061-0/+20
|\
| * Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-131-0/+20
* | 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
|/
* Remove Firefox Social API shaareArthurHoaro2018-07-281-32/+0
* Merge pull request #687 from ArthurHoaro/web-thumbArthurHoaro2018-07-284-3/+68
|\