| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- initiate its status to false when the link is created
- if not defined, initiate its status to false (can happen if the updater hasn't run)
This is a backport of https://github.com/shaarli/Shaarli/pull/1270
Original author information:
commit b790f900c937d0d8f6eccc15d2b4c26023f3d276
Author: ArthurHoaro <arthur@hoa.ro>
Date: Sat Feb 9 14:04:16 2019 +0100
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
|
|
| |
Fixes https://github.com/shaarli/Shaarli/issues/1250
Relates to https://github.com/shaarli/Shaarli/issues/1242
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ |
|
| |\
| | |
| | | |
doc: fix homepage icon
|
| | |
| | |
| | |
| | | |
The icon did not display properly on https://shaarli.readthedocs.io/en/master/
|
| |\ \
| | |/
| |/| |
doc: update PHP compatibility table
|
| |/
| |
| | |
Ref https://github.com/shaarli/Shaarli/issues/1249
|
| |\
| | |
| | | |
Setup PHPCS and cleanup linter configuration
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Relates to https://github.com/shaarli/Shaarli/issues/95
See:
- https://github.com/squizlabs/PHP_CodeSniffer
- https://github.com/squizlabs/PHP_CodeSniffer/blob/master/phpcs.xml.dist
- https://www.php-fig.org/psr/psr-1/
- https://www.php-fig.org/psr/psr-2/
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |/
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |\
| | |
| | | |
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
|