Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1006 from shaarli/doc-cve-2017-15215 | nodiscc | 2017-10-24 | 1 | -1/+1 |
|\ | | | | | Changelog: link to CVE-2017-15215, give attribution | ||||
| * | Changelog: link to CVE-2017-15215, give attribution | nodiscc | 2017-10-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1004 from virtualtam/doc/docker/reverse-proxy | VirtualTam | 2017-10-22 | 1 | -1/+115 |
|\ | | | | | Documentation: add reverse proxy examples for Docker images | ||||
| * | Documentation: add reverse proxy examples for Docker images | VirtualTam | 2017-10-22 | 1 | -1/+115 |
| | | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/888 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #1002 from ArthurHoaro/doc/install-docker | ArthurHoaro | 2017-10-22 | 1 | -3/+11 |
|\ \ | | | | | | | Docs: mention Docker in the download & install page | ||||
| * | | Doc: mention Docker docs in the download & install page | ArthurHoaro | 2017-10-22 | 1 | -3/+11 |
| |/ | |||||
* | | Merge pull request #871 from ArthurHoaro/feature/translation | ArthurHoaro | 2017-10-22 | 68 | -280/+2744 |
|\ \ | | | | | | | Shaarli's translation | ||||
| * | | Translation documentation | ArthurHoaro | 2017-10-22 | 8 | -2/+198 |
| | | | |||||
| * | | Translations : Working demo example of translation extension | ArthurHoaro | 2017-10-22 | 5 | -35/+86 |
| | | | |||||
| * | | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 10 | -222/+382 |
| | | | |||||
| * | | Use makefile target to generate MO file and remove it from git | ArthurHoaro | 2017-10-22 | 6 | -65/+102 |
| | | | |||||
| * | | JS translation | ArthurHoaro | 2017-10-22 | 3 | -6/+20 |
| | | | |||||
| * | | Shaarli's translation | ArthurHoaro | 2017-10-22 | 51 | -246/+2252 |
| |/ | | | | | | | | | | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. | ||||
* | | Merge pull request #1001 from virtualtam/docker/latest | VirtualTam | 2017-10-22 | 3 | -6/+67 |
|\ \ | |/ |/| | docker: add 'latest' image | ||||
| * | docker: add 'latest' image | VirtualTam | 2017-10-21 | 3 | -6/+67 |
|/ | | | | | | | | This implies the following changes: - `shaarli/shaarli:latest` will now point to the `latest` release - `shaarli/shaarli:master` will point to the `master` branch Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Merge pull request #846 from virtualtam/docker/alpine | VirtualTam | 2017-10-21 | 14 | -53/+73 |
|\ | | | | | Docker: switch to Alpine Linux | ||||
| * | docker: rename resources for the stable image | VirtualTam | 2017-10-03 | 4 | -0/+0 |
| | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | docker: switch to Alpine Linux for the master image | VirtualTam | 2017-10-03 | 14 | -53/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/843 Changed: - switch base image from Debian:Jessie to Alpine:3.6 - switch to PHP 7.1 - switch from supervisord to s6 to manage services See: - https://alpinelinux.org/ - https://wiki.alpinelinux.org/wiki/Nginx_with_PHP - http://www.skarnet.org/software/s6/ - http://www.skarnet.org/software/s6/s6-svscan.html - http://www.skarnet.org/software/s6/s6-svc.html - http://www.skarnet.org/software/s6/s6-svstat.html Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #996 from virtualtam/fix/user-css | VirtualTam | 2017-10-17 | 2 | -4/+10 |
|\ \ | | | | | | | Fix: enable access to data/user.css (Apache 2.2 & 2.4) | ||||
| * | | Fix: enable access to data/user.css (Apache 2.2 & 2.4) | VirtualTam | 2017-10-16 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/872 Relates to https://github.com/shaarli/Shaarli/issues/993 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
| * | | EditorConfig: add .htaccess support | VirtualTam | 2017-10-16 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #995 from virtualtam/lint/editorconfig | VirtualTam | 2017-10-16 | 2 | -0/+24 |
|\ \ | | | | | | | Add EditorConfig configuration | ||||
| * | | Add EditorConfig configuration | VirtualTam | 2017-10-11 | 2 | -0/+24 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EditorConfig allows specifying indentation, line feed and encoding properties according to the type of file being edited. Most editors support it out-of-the-box, or can benefit from it through a plugin. See: - http://editorconfig.org/ - https://github.com/editorconfig/editorconfig - https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | | Merge pull request #992 from ArthurHoaro/feature/import-history | VirtualTam | 2017-10-08 | 3 | -48/+65 |
|\ \ | | | | | | | Don't write History for link import | ||||
| * | | Don't write History for link import | ArthurHoaro | 2017-10-07 | 3 | -48/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With large imports it has a large impact on performances and isn't really useful. Instead, write an IMPORT event, which let client using the history service resync its DB. -> 15k link import done in 6 seconds. Fixes #985 | ||||
* | | | Merge pull request #990 from danieljakots/master | VirtualTam | 2017-10-08 | 1 | -5/+5 |
|\ \ \ | |/ / |/| | | Fix link in Upgrade-and-migration.md | ||||
| * | | Fix link in Upgrade-and-migration.md | Daniel Jakots | 2017-10-07 | 1 | -5/+5 |
|/ / | |||||
* | | Badge version | ArthurHoaro | 2017-10-07 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #988 from ArthurHoaro/changelog-0.9.2 | ArthurHoaro | 2017-10-07 | 3 | -3/+46 |
|\ \ | | | | | | | Changelog 0.9.2 + AUTHORS | ||||
| * | | Update AUTHORS | ArthurHoaro | 2017-10-07 | 2 | -3/+8 |
| | | | | | | | | | | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro> | ||||
| * | | Changelog v0.9.2 | ArthurHoaro | 2017-10-07 | 1 | -0/+38 |
|/ / | |||||
* | | Merge pull request #987 from ArthurHoaro/hotfix/security-issue | ArthurHoaro | 2017-10-07 | 2 | -3/+3 |
|\ \ | | | | | | | Fix security issue reported by @chb9 | ||||
| * | | Fix security issue reported by @chbi | ArthurHoaro | 2017-10-07 | 2 | -3/+3 |
| | | | | | | | | | | | | Vulnerability introduced by 6ccd0b218fbd34de750f55b78f3dc43bb3d9fa8e - release with Shaarli v0.9.1. | ||||
* | | | Merge pull request #979 from ArthurHoaro/feature/assets-cache-version | VirtualTam | 2017-10-06 | 6 | -15/+35 |
|\ \ \ | | | | | | | | | Add a version hash for asset loading to prevent browser's cache issue | ||||
| * | | | Rename shaarli_version constant to uppercase | ArthurHoaro | 2017-10-01 | 3 | -5/+5 |
| | | | | |||||
| * | | | Add a version hash for asset loading to prevent browser's cache issue | ArthurHoaro | 2017-10-01 | 4 | -10/+30 |
| |/ / | | | | | | | | | | | | | | | | The hash is generated using the same salt as the one used for credentials (1 salt per instance) in order to avoid exposing the instance version. Fixes #965 | ||||
* | | | Merge pull request #980 from ArthurHoaro/hotfix/textarea-resize-jumpy | VirtualTam | 2017-10-06 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | Fix jumpy textarea with long content in post edit | ||||
| * | | | Fix jumpy textarea with long content in post edit | ArthurHoaro | 2017-10-01 | 1 | -0/+6 |
| |/ / | | | | | | | | | | | | | | | | We manually reset the scroll position, to avoid height = 'auto' jump to the top Fixes #971 | ||||
* | | | Merge pull request #983 from bvberkum/pullrequest/shaarli-docker-quickstart | VirtualTam | 2017-10-06 | 2 | -0/+89 |
|\ \ \ | |_|/ |/| | | Docker quickstart | ||||
| * | | Minor docker-101 doc updates, typos fixed #983 | B. van Berkum | 2017-10-06 | 1 | -11/+9 |
| | | | |||||
| * | | Docker quickstart: one more grammar mistake. Made it a bit more terse. | B. van Berkum | 2017-10-03 | 1 | -1/+1 |
| | | | |||||
| * | | Docker-101: added working systemd config example | B. van Berkum | 2017-10-03 | 1 | -0/+47 |
| | | | |||||
| * | | Typo's, unified structure a bit. | B. van Berkum | 2017-10-03 | 2 | -10/+5 |
| | | | | | | | | | | | | | | | | | | - Fixes inevitable typo that crept in. - Removed some blank lines, newlines, to match established whitespace use better. - Minor grammar improvement. | ||||
| * | | Docker 101: container start and cleanup | B. van Berkum | 2017-10-03 | 1 | -0/+37 |
| | | | |||||
| * | | Added docker quickstart example, with user-data volume | B. van Berkum | 2017-10-03 | 1 | -0/+12 |
| | | | |||||
* | | | Merge pull request #981 from mark-gerarts/default-note-title | VirtualTam | 2017-10-03 | 3 | -1/+3 |
|\ \ \ | |/ / |/| | | Allow setting of a default note title, see #963 | ||||
| * | | Allow setting of a default note title, see #963 | Mark Gerarts | 2017-10-01 | 3 | -1/+3 |
|/ / | |||||
* | | Merge pull request #976 from ArthurHoaro/hotfix/url-parentheses | ArthurHoaro | 2017-09-30 | 2 | -1/+11 |
|\ \ | | | | | | | Fix parsing for description links with parentheses | ||||
| * | | Fix parsing for description links with parentheses | ArthurHoaro | 2017-09-29 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | With markdown plugin disabled relates to #966 | ||||
* | | | Merge pull request #975 from virtualtam/robustness | VirtualTam | 2017-09-30 | 3 | -12/+20 |
|\ \ \ | |_|/ |/| | | Improve robustness for zlib and file operations |