Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert part of #1220revert-1220-url-filter | nodiscc | 2018-10-09 | 1 | -2/+0 |
| | | | | | | | Fixes #1177 The `url` template filter is [only supported in Mkdocs 1.0+](https://github.com/mkdocs/mkdocs/blob/master/docs/about/release-notes.md#internal-refactor-of-pages-files-and-navigation) Readthedocs.org uses Mkdocs `0.17.3 ` while `make htmldoc` fetches the [latest version from pypi](https://pypi.org/project/mkdocs/) which is `1.0.4`. Following https://github.com/shaarli/Shaarli/pull/1220, building the docs fails with https://readthedocs.org/projects/shaarli/builds/7886340/ | ||||
* | Merge pull request #1205 from ArthurHoaro/feature/opengraph | ArthurHoaro | 2018-10-06 | 5 | -1/+44 |
|\ | | | | | Add OpenGraph meta tags on permalink page | ||||
| * | Add OpenGraph meta tags on permalink page | ArthurHoaro | 2018-08-13 | 5 | -1/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #1208 from ArthurHoaro/feature/select-all | ArthurHoaro | 2018-10-06 | 4 | -6/+28 |
|\ \ | | | | | | | Add a button to toggle all checkboxes of displayed links | ||||
| * | | Add a button to toggle all checkboxes of displayed links | ArthurHoaro | 2018-08-13 | 4 | -6/+28 |
| | | | | | | | | | | | | Related to #1160 | ||||
* | | | Merge pull request #1211 from ArthurHoaro/hotfix/img-request | ArthurHoaro | 2018-10-06 | 6 | -6/+6 |
|\ \ \ | | | | | | | | | Fix a bug making thumbnail to request the current page | ||||
| * | | | Fix a bug making thumbnail to request the current page | ArthurHoaro | 2018-08-14 | 6 | -6/+6 |
| | | | | |||||
* | | | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escape | ArthurHoaro | 2018-10-06 | 6 | -6/+47 |
|\ \ \ \ | | | | | | | | | | | Fix hashtags with markdown escape enabled | ||||
| * | | | | Fix hashtags with markdown escape enabled | ArthurHoaro | 2018-08-14 | 6 | -6/+47 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | They're now transformed to markdown syntax links before processing them through Parsedown. Fixes #1210 | ||||
* | | | | Merge pull request #1144 from ArthurHoaro/feature/sticky | ArthurHoaro | 2018-10-06 | 13 | -277/+408 |
|\ \ \ \ | | | | | | | | | | | Add a button to set links as sticky | ||||
| * | | | | Sticky feature - Add translation and display for logged out users | ArthurHoaro | 2018-10-06 | 3 | -255/+213 |
| | | | | | |||||
| * | | | | Add a button to set links as sticky | ArthurHoaro | 2018-10-06 | 12 | -26/+199 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186 | ||||
* | | | | Merge pull request #1220 from nodiscc/doc-robots-noindex-nofollow | nodiscc | 2018-10-03 | 3 | -1/+35 |
|\ \ \ \ | | | | | | | | | | | add "noindex, nofollow" HTML robots meta-tag to documentation pages | ||||
| * | | | | doc: server config: basic usage of robots.txt/HTML robots meta-tag/crawler ↵ | nodiscc | 2018-09-09 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | control mechanisms | ||||
| * | | | | add "noindex, nofollow" HTML robots meta-tag to documentation pages | nodiscc | 2018-09-09 | 2 | -1/+28 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | - Customize the "readthedocs" mkdocs theme: https://www.mkdocs.org/user-guide/styling-your-docs/#customizing-a-theme - Adds a '<meta name="robots" content="noindex, nofollow">' HTML tag on each page - Do not include robots directive on readthedocs.org, only in local builds | ||||
* | | | | Merge pull request #1207 from ArthurHoaro/feature/cors | ArthurHoaro | 2018-09-20 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Add CORS headers to REST API responses | ||||
| * | | | | Add CORS headers to REST API responses | ArthurHoaro | 2018-08-13 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | Fixes #1174 | ||||
* | | | | | Merge pull request #1215 from ArthurHoaro/hotfix/tag-deletion | ArthurHoaro | 2018-09-20 | 2 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix a JS bug preventing AJAX tag deletion to work | ||||
| * | | | | | Fix a JS bug preventing AJAX tag deletion to work | ArthurHoaro | 2018-08-16 | 2 | -2/+3 |
| | |/ / / | |/| | | | | | | | | | | | | | Fixes #1214 | ||||
* | | | | | Merge pull request #1213 from ArthurHoaro/plugins/isso-icon | ArthurHoaro | 2018-09-20 | 4 | -8/+44 |
|\ \ \ \ \ | |/ / / / |/| | | | | Isso plugin: add an icon in linklist if enabled | ||||
| * | | | | Isso plugin: add an icon in linklist if enabled | ArthurHoaro | 2018-08-14 | 4 | -8/+44 |
|/ / / / | | | | | | | | | | | | | Fixes #1075 | ||||
* | | | | Merge pull request #1209 from ArthurHoaro/hotfix/history-delete | ArthurHoaro | 2018-08-13 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | History: fix a bug on bulk deletion where only one deletion were regi… | ||||
| * | | | History: fix a bug on bulk deletion where only one deletion were registred | ArthurHoaro | 2018-08-13 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1206 from ArthurHoaro/hotfix/search-input-size | ArthurHoaro | 2018-08-13 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | Fix input size for dropdown search form | ||||
| * | | | Fix input size for dropdown search form | ArthurHoaro | 2018-08-13 | 1 | -2/+0 |
| |/ / | |||||
* | | | Merge pull request #1193 from llune/patch-1 | ArthurHoaro | 2018-08-13 | 1 | -31/+31 |
|\ \ \ | |/ / |/| | | Update French translation | ||||
| * | | update translation | llune | 2018-08-02 | 1 | -26/+26 |
| | | | |||||
| * | | fix boutton | llune | 2018-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Maj French translation | llune | 2018-08-02 | 1 | -4/+4 |
| | | | |||||
* | | | badge | ArthurHoaro | 2018-08-11 | 1 | -1/+1 |
| | | | |||||
* | | | CHANGELOG | ArthurHoaro | 2018-08-11 | 2 | -1/+7 |
| | | | |||||
* | | | Merge pull request #1204 from ArthurHoaro/hotfix/docker-build-failure | ArthurHoaro | 2018-08-11 | 1 | -7/+5 |
|\ \ \ | | | | | | | | | Fix docker build | ||||
| * | | | Fix docker build | ArthurHoaro | 2018-08-11 | 1 | -7/+5 |
|/ / / | | | | | | | | | | WT has php-gd as a requirement, which isn't available in composer docker image | ||||
* | | | Badge | ArthurHoaro | 2018-08-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1203 from ArthurHoaro/changelog | ArthurHoaro | 2018-08-11 | 2 | -1/+22 |
|\ \ \ | | | | | | | | | CHANGELOG | ||||
| * | | | Update AUTHORS | ArthurHoaro | 2018-08-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
| * | | | CHANGELOG | ArthurHoaro | 2018-08-11 | 1 | -0/+20 |
|/ / / | |||||
* | | | Merge pull request #1202 from ArthurHoaro/composer | ArthurHoaro | 2018-08-11 | 1 | -59/+64 |
|\ \ \ | | | | | | | | | Upgrade composer - web-thumbnailer v1.3.0 | ||||
| * | | | Upgrade composer - web-thumbnailer v1.3.0 | ArthurHoaro | 2018-08-11 | 1 | -59/+64 |
| | | | | |||||
* | | | | Merge pull request #1200 from ArthurHoaro/hotfix/htaccess-version | ArthurHoaro | 2018-08-11 | 1 | -0/+25 |
|\ \ \ \ | | | | | | | | | | | Use version condition in the root .htaccess | ||||
| * | | | | Use version condition in the root .htaccess | ArthurHoaro | 2018-08-10 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | Related to #1196 | ||||
* | | | | | Merge pull request #1199 from ArthurHoaro/hotfix/thumbnails-edit-link | ArthurHoaro | 2018-08-11 | 2 | -3/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ||||
| * | | | | Fix issue 'You are not authorized to add a link' with thumbnails enabled | ArthurHoaro | 2018-08-10 | 2 | -3/+3 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Do not try to alter the datastore by updating thumbnails if the user isn't logged in. Also, do not enable thumbnails if PHP GD extension is not installed/loaded | ||||
* | | | | Merge pull request #1195 from llune/patch-3 | ArthurHoaro | 2018-08-10 | 1 | -7/+4 |
|\ \ \ \ | |/ / / |/| | | | Delete redundant titles | ||||
| * | | | Delete redundant titles | llune | 2018-08-02 | 1 | -7/+4 |
| |/ / | | | | | | | | | | | | | Redundant titles are an accessibility issue and should be avoided. See : https://accessibilitytips.com/2008/04/14/avoiding-redundant-title-attributes/ | ||||
* | | | Merge pull request #1194 from llune/patch-2 | ArthurHoaro | 2018-08-06 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | empty alt on logo image | ||||
| * | | alt should be empty | llune | 2018-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | empty alt on logo image | llune | 2018-08-02 | 1 | -1/+1 |
|/ / | | | | | The alt does not provide any useful information for screenreader users. It just adds noise. | ||||
* | | Merge pull request #1191 from ArthurHoaro/hotfix/daily-thumb | ArthurHoaro | 2018-07-30 | 6 | -20/+24 |
|\ \ | | | | | | | Fix fatal error on daily page: use new thumbnail system | ||||
| * | | Fix fatal error on daily page: use new thumbnail system | ArthurHoaro | 2018-07-29 | 6 | -20/+24 |
| |/ | | | | | | | | | | | | | | | | | Also fix: * include the login manager in the daily RSS feed function * remove redirector setting in the vintage theme Fixes #1190 |