| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
remove firefox share documentation
|
| |
| |
| |
| |
| | |
Firefox Share integration has been removed in https://github.com/shaarli/Shaarli/pull/1026
Firefox Share is not available anymore in any ESR/release versions of Firefox
|
|\ \
| |/
|/| |
doc: refactor documentation homepage
|
| |
| |
| |
| |
| |
| |
| |
| | |
- simplify/organize feature list and contributing section
- move bug reporting/contact information to Contributing section
- unclutter
Ref https://github.com/shaarli/Shaarli/issues/1148#issuecomment-397871451 and https://github.com/shaarli/Shaarli/issues/598
|
|\ \
| | |
| | | |
Revert part of #1220
|
|/ /
| |
| |
| |
| |
| |
| | |
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/
|
|\ \
| | |
| | | |
Add OpenGraph meta tags on permalink page
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | | |
Add a button to toggle all checkboxes of displayed links
|
| | | |
| | | |
| | | |
| | | | |
Related to #1160
|
|\ \ \ \
| | | | |
| | | | | |
Fix a bug making thumbnail to request the current page
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix hashtags with markdown escape enabled
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
They're now transformed to markdown syntax links before processing them through Parsedown.
Fixes #1210
|
|\ \ \ \
| | | | |
| | | | | |
Add a button to set links as sticky
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Meaning that they always appear on top of all links
Fixes #186
|
|\ \ \ \
| | | | |
| | | | | |
add "noindex, nofollow" HTML robots meta-tag to documentation pages
|
| | | | |
| | | | |
| | | | |
| | | | | |
control mechanisms
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
- 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
|
|\ \ \ \
| | | | |
| | | | | |
Add CORS headers to REST API responses
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #1174
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix a JS bug preventing AJAX tag deletion to work
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Fixes #1214
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Isso plugin: add an icon in linklist if enabled
|
|/ / / /
| | | |
| | | |
| | | | |
Fixes #1075
|
|\ \ \ \
| |_|/ /
|/| | | |
History: fix a bug on bulk deletion where only one deletion were regi…
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Fix input size for dropdown search form
|
| |/ / |
|
|\ \ \
| |/ /
|/| | |
Update French translation
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix docker build
|
|/ / /
| | |
| | |
| | | |
WT has php-gd as a requirement, which isn't available in composer docker image
|
| | | |
|
|\ \ \
| | | |
| | | | |
CHANGELOG
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Upgrade composer - web-thumbnailer v1.3.0
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Use version condition in the root .htaccess
|
| | | | |
| | | | |
| | | | |
| | | | | |
Related to #1196
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Fix issue 'You are not authorized to add a link' with thumbnails enabled
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
|/| | | |
Delete redundant titles
|
| |/ /
| | |
| | |
| | |
| | | |
Redundant titles are an accessibility issue and should be avoided.
See : https://accessibilitytips.com/2008/04/14/avoiding-redundant-title-attributes/
|