Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all existing links and redirection to ?do=login | ArthurHoaro | 2020-01-26 | 1 | -16/+16 |
| | |||||
* | Ulauncher Extension | Sebastien Wains | 2020-01-18 | 1 | -0/+3 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -8/+0 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Merge pull request #1358 from shaarli/doc-add-screenshots | ArthurHoaro | 2020-01-17 | 1 | -1/+12 |
|\ | | | | | Doc: add screenshots of all pages | ||||
| * | Doc: add screenshots of all pages | nodiscc | 2019-08-27 | 1 | -1/+12 |
| | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/598 | ||||
* | | doc: siplify troubleshooting, link to reference docs, reorder | nodiscc | 2020-01-04 | 1 | -66/+15 |
| | | |||||
* | | doc: troubleshooting: add note about error 500/internal server error caused ↵ | nodiscc | 2020-01-04 | 1 | -0/+4 |
| | | | | | | | | by apache 2.2 and no mod_version | ||||
* | | doc: remove obsolete link | nodiscc | 2019-11-27 | 1 | -2/+0 |
| | | |||||
* | | doc: remove obsolete link | nodiscc | 2019-11-27 | 1 | -1/+0 |
| | | |||||
* | | Fix #1382 - update documentation related to docker images base image and PHP ↵ | Guillaume Virlet | 2019-11-26 | 1 | -7/+1 |
| | | | | | | | | version used | ||||
* | | doc: add explanation of php-json requirement | nodiscc | 2019-11-09 | 1 | -1/+1 |
| | | |||||
* | | Added php-json as required PHP module | rfolo9li | 2019-11-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Without php-json the installation stops with a white screen and the following error: > 09-Nov-2019 14:05:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Shaarli\Config\json_encode() in /var/www/html/shaarli/application/config/ConfigJson.php:48 > Stack trace: > #0 /var/www/html/shaarli/application/config/ConfigManager.php(239): Shaarli\Config\ConfigJson->write('data/config.jso...', Array) > #1 /var/www/html/shaarli/index.php(1835): Shaarli\Config\ConfigManager->write(false) > #2 /var/www/html/shaarli/index.php(178): install(Object(Shaarli\Config\ConfigManager), Object(Shaarli\Security\SessionManager), Object(Shaarli\Security\LoginManager)) > #3 {main} > thrown in /var/www/html/shaarli/application/config/ConfigJson.php on line 48 Tested with Shaarli 0.10.4 on CentOS 8 with Httpd 2.4.37 and PHP 7.2.11. | ||||
* | | Merge pull request #1366 from shaarli/doc-setuptools-mkdocs | nodiscc | 2019-10-02 | 1 | -0/+3 |
|\ \ | | | | | | | doc: CI/dev tools: add paragraph about documentation/mkdocs | ||||
| * | | fix typo | nodiscc | 2019-10-02 | 1 | -1/+1 |
| | | | |||||
| * | | doc: CI/dev tools: add paragraph about documentation/mkdocs | nodiscc | 2019-09-19 | 1 | -0/+3 |
| | | | | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1335 | ||||
* | | | emojione & twemoji removed | Neros | 2019-09-25 | 1 | -2/+0 |
|/ / | | | | | Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated. | ||||
* | | doc: update shaarli_poster pelican plugin url | nodiscc | 2019-09-19 | 1 | -1/+1 |
| | | |||||
* | | Add pelican shaarli_poster plugin to list of integrations | Lucas Cimon | 2019-09-04 | 1 | -0/+1 |
|/ | |||||
* | doc: fix broken markdown link | nodiscc | 2019-08-01 | 1 | -1/+1 |
| | | | | fixes https://github.com/shaarli/Shaarli/issues/1330 | ||||
* | Default colors plugin - Documentation | ArthurHoaro | 2019-07-20 | 2 | -0/+21 |
| | |||||
* | Automatically retrieve description for new bookmarks | ArthurHoaro | 2019-07-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302 | ||||
* | Merge pull request #1273 from ArthurHoaro/feature/ban-manager | ArthurHoaro | 2019-05-25 | 1 | -0/+2 |
|\ | | | | | Rewrite IP ban management | ||||
| * | Rewrite IP ban management | ArthurHoaro | 2019-02-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587 | ||||
* | | Update README, CHANGELOG and AUTHORS for v0.10.4 | VirtualTam | 2019-04-16 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #1279 from virtualtam/changelog/v0.10.3 | Aurélien Tamisier | 2019-02-24 | 1 | -3/+3 |
|\ \ | | | | | | | Update badges, changelog and documentation for v0.10.3 | ||||
| * | | Update badges, changelog and documentation for v0.10.3 | VirtualTam | 2019-02-24 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | Merge pull request #1275 from ArthurHoaro/doc/drop-php70 | ArthurHoaro | 2019-02-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.x | ||||
| * | | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.x | ArthurHoaro | 2019-02-09 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | related to #1249 | ||||
* | | | Merge pull request #1269 from ArthurHoaro/feature/remove-redirector | ArthurHoaro | 2019-02-24 | 1 | -11/+0 |
|\ \ \ | |_|/ |/| | | Remove the redirector setting | ||||
| * | | Remove the redirector setting | ArthurHoaro | 2019-02-09 | 1 | -11/+0 |
| |/ | | | | | | | Fixes #1239 | ||||
* / | doc: fix invalid linksdoc-fix-mkdocs-warnings | nodiscc | 2019-01-31 | 1 | -3/+3 |
|/ | | | Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/486928133 | ||||
* | Merge branch 'master' into patch-1 | nodiscc | 2019-01-31 | 1 | -1/+1 |
|\ | |||||
| * | Update Community-&-Related-software.md | trailjeep | 2019-01-26 | 1 | -1/+1 |
| | | |||||
* | | Update Community-&-Related-software.md | trailjeep | 2019-01-26 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #1233 from shaarli/doc-fix-homepage-icon | nodiscc | 2019-01-06 | 2 | -1/+1 |
|\ | | | | | doc: fix homepage icon | ||||
| * | doc: fix homepage icondoc-fix-homepage-icon | nodiscc | 2019-01-06 | 2 | -1/+1 |
| | | | | | | | | The icon did not display properly on https://shaarli.readthedocs.io/en/master/ | ||||
* | | doc: update PHP compatibility tabledoc-update-php-compat | nodiscc | 2018-12-09 | 1 | -1/+1 |
|/ | | | Ref https://github.com/shaarli/Shaarli/issues/1249 | ||||
* | Dead link on dead link detector tool | Alexandre G.-Raymond | 2018-10-20 | 1 | -1/+1 |
| | | | Author's repo moved to Framagit | ||||
* | Merge pull request #1232 from shaarli/doc-rm-firefox-share | nodiscc | 2018-10-11 | 1 | -17/+0 |
|\ | | | | | remove firefox share documentation | ||||
| * | remove firefox share documentation | nodiscc | 2018-10-11 | 1 | -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-features2 | nodiscc | 2018-10-11 | 1 | -72/+48 |
|\ \ | |/ |/| | doc: refactor documentation homepage | ||||
| * | documentation: refactor documentation homepage | nodiscc | 2018-08-30 | 1 | -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 | ||||
* | | doc: server config: basic usage of robots.txt/HTML robots meta-tag/crawler ↵ | nodiscc | 2018-09-09 | 1 | -0/+7 |
|/ | | | | control mechanisms | ||||
* | Merge pull request #687 from ArthurHoaro/web-thumb | ArthurHoaro | 2018-07-28 | 2 | -1/+19 |
|\ | | | | | Use web-thumbnailer to retrieve thumbnails | ||||
| * | Take code review into account | ArthurHoaro | 2018-07-05 | 1 | -1/+1 |
| | | | | | | | | Upgrade web-thumbnailer and display thumbs right after download | ||||
| * | Add Link structure page to the documentation | ArthurHoaro | 2018-07-05 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #1168 from virtualtam/docker/compose | Aurélien Tamisier | 2018-07-27 | 10 | -0/+257 |
|\ \ | | | | | | | Provide a Docker Compose example | ||||
| * | | Docs: Add an installation guide for Debian 9 + Docker | VirtualTam | 2018-07-12 | 8 | -0/+257 |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | Docs: rename 'How-to' section to 'Guides' | VirtualTam | 2018-07-12 | 2 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | | Documentation - REST API - Mention dev.debug mode | ArthurHoaro | 2018-07-17 | 1 | -0/+19 |
| | | |