aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* doc: fix homepage icondoc-fix-homepage-iconnodiscc2019-01-062-1/+1
| | | | The icon did not display properly on https://shaarli.readthedocs.io/en/master/
* Merge pull request #1234 from virtualtam/lintAurélien Tamisier2018-12-0263-724/+432
|\ | | | | Setup PHPCS and cleanup linter configuration
| * lint: fix line-length warningsVirtualTam2018-12-0213-44/+132
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * lint: apply phpcbf to tests/VirtualTam2018-12-0226-43/+38
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * lint: apply phpcbf to index.phpVirtualTam2018-12-021-116/+115
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * lint: apply phpcbf to plugins/VirtualTam2018-12-026-15/+16
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * lint: apply phpcbf to application/VirtualTam2018-12-0223-93/+98
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
| * lint: setup PHPCS for PSR-1 and PSR-2VirtualTam2018-12-022-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * lint: remove unused toolsVirtualTam2018-12-023-409/+10
|/ | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Merge pull request #1247 from llune/patch-5Aurélien Tamisier2018-12-021-1/+2
|\ | | | | add label to form - accessibility issue
| * add label to form - accessibility issueLuce Carević2018-11-301-1/+2
| | | | | | Don't use placeholder instead of label for form input.
* | Merge pull request #1246 from llune/patch-4Aurélien Tamisier2018-12-021-1/+1
|\ \ | |/ |/| fix translation string
| * fix translation stringLuce Carević2018-11-301-1/+1
|/
* Merge pull request #1236 from bisherbas/patch-1ArthurHoaro2018-11-151-1/+1
|\ | | | | Update session start condition
| * Update session start conditionBish Erbas2018-10-311-1/+1
|/ | | | | 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
* Merge pull request #1235 from ilesinge/patch-2Aurélien Tamisier2018-10-201-1/+1
|\ | | | | Dead link on dead link detector tool
| * Dead link on dead link detector toolAlexandre G.-Raymond2018-10-201-1/+1
|/ | | Author's repo moved to Framagit
* Merge pull request #1230 from virtualtam/composer/netscape-parserAurélien Tamisier2018-10-122-59/+60
|\ | | | | Composer: bump netscape-bookmark-parser to 2.1
| * Composer: bump netscape-bookmark-parser to 2.1VirtualTam2018-10-062-59/+60
| | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1227 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Merge pull request #1232 from shaarli/doc-rm-firefox-sharenodiscc2018-10-111-17/+0
|\ \ | | | | | | remove firefox share documentation
| * | remove firefox share documentationnodiscc2018-10-111-17/+0
| | | | | | | | | | | | | | | 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
* | | Merge pull request #1221 from nodiscc/doc-refactor-index-features2nodiscc2018-10-111-72/+48
|\ \ \ | |/ / |/| | doc: refactor documentation homepage
| * | documentation: refactor documentation homepagenodiscc2018-08-301-72/+48
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | Merge pull request #1231 from shaarli/revert-1220-url-filternodiscc2018-10-111-2/+0
|\ \ \ | |_|/ |/| | Revert part of #1220
| * | Revert part of #1220revert-1220-url-filternodiscc2018-10-091-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/opengraphArthurHoaro2018-10-065-1/+44
|\ \ | | | | | | Add OpenGraph meta tags on permalink page
| * | Add OpenGraph meta tags on permalink pageArthurHoaro2018-08-135-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-allArthurHoaro2018-10-064-6/+28
|\ \ \ | | | | | | | | Add a button to toggle all checkboxes of displayed links
| * | | Add a button to toggle all checkboxes of displayed linksArthurHoaro2018-08-134-6/+28
| | | | | | | | | | | | | | | | Related to #1160
* | | | Merge pull request #1211 from ArthurHoaro/hotfix/img-requestArthurHoaro2018-10-066-6/+6
|\ \ \ \ | | | | | | | | | | Fix a bug making thumbnail to request the current page
| * | | | Fix a bug making thumbnail to request the current pageArthurHoaro2018-08-146-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #1212 from ArthurHoaro/hotfix/hashtag-md-escapeArthurHoaro2018-10-066-6/+47
|\ \ \ \ | | | | | | | | | | Fix hashtags with markdown escape enabled
| * | | | Fix hashtags with markdown escape enabledArthurHoaro2018-08-146-6/+47
| |/ / / | | | | | | | | | | | | | | | | | | | | They're now transformed to markdown syntax links before processing them through Parsedown. Fixes #1210
* | | | Merge pull request #1144 from ArthurHoaro/feature/stickyArthurHoaro2018-10-0613-277/+408
|\ \ \ \ | | | | | | | | | | Add a button to set links as sticky
| * | | | Sticky feature - Add translation and display for logged out usersArthurHoaro2018-10-063-255/+213
| | | | |
| * | | | Add a button to set links as stickyArthurHoaro2018-10-0612-26/+199
|/ / / / | | | | | | | | | | | | | | | | | | | | Meaning that they always appear on top of all links Fixes #186
* | | | Merge pull request #1220 from nodiscc/doc-robots-noindex-nofollownodiscc2018-10-033-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 ↵nodiscc2018-09-091-0/+7
| | | | | | | | | | | | | | | | | | | | control mechanisms
| * | | | add "noindex, nofollow" HTML robots meta-tag to documentation pagesnodiscc2018-09-092-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/corsArthurHoaro2018-09-201-0/+8
|\ \ \ \ | | | | | | | | | | Add CORS headers to REST API responses
| * | | | Add CORS headers to REST API responsesArthurHoaro2018-08-131-0/+8
| | | | | | | | | | | | | | | | | | | | Fixes #1174
* | | | | Merge pull request #1215 from ArthurHoaro/hotfix/tag-deletionArthurHoaro2018-09-202-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix a JS bug preventing AJAX tag deletion to work
| * | | | | Fix a JS bug preventing AJAX tag deletion to workArthurHoaro2018-08-162-2/+3
| | |/ / / | |/| | | | | | | | | | | | | Fixes #1214
* | | | | Merge pull request #1213 from ArthurHoaro/plugins/isso-iconArthurHoaro2018-09-204-8/+44
|\ \ \ \ \ | |/ / / / |/| | | | Isso plugin: add an icon in linklist if enabled
| * | | | Isso plugin: add an icon in linklist if enabledArthurHoaro2018-08-144-8/+44
|/ / / / | | | | | | | | | | | | Fixes #1075
* | | | Merge pull request #1209 from ArthurHoaro/hotfix/history-deleteArthurHoaro2018-08-131-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 registredArthurHoaro2018-08-131-1/+1
|/ / /
* | | Merge pull request #1206 from ArthurHoaro/hotfix/search-input-sizeArthurHoaro2018-08-131-2/+0
|\ \ \ | | | | | | | | Fix input size for dropdown search form
| * | | Fix input size for dropdown search formArthurHoaro2018-08-131-2/+0
| |/ /
* | | Merge pull request #1193 from llune/patch-1ArthurHoaro2018-08-131-31/+31
|\ \ \ | |/ / |/| | Update French translation