| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
add label to form - accessibility issue
|
| | |
| | |
| | | |
Don't use placeholder instead of label for form input.
|
|\ \ \
| |/ /
|/| | |
fix translation string
|
|/ / |
|
|\ \
| | |
| | | |
Update session start condition
|
|/ /
| |
| |
| |
| | |
Recommended method for PHP >= 5.4.0 as seen here https://stackoverflow.com/questions/6249707/check-if-php-session-has-already-started
Per https://shaarli.readthedocs.io/en/master/Server-configuration/ Shaarli supports PHP >= 5.6
|
|\ \
| | |
| | | |
Dead link on dead link detector tool
|
|/ /
| |
| | |
Author's repo moved to Framagit
|
|\ \
| | |
| | | |
Composer: bump netscape-bookmark-parser to 2.1
|
| | |
| | |
| | |
| | |
| | |
| | | |
Relates to https://github.com/shaarli/Shaarli/issues/1227
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \ \
| | | |
| | | | |
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
|