]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
5 years agoMerge tag 'v0.9.7' into latest
VirtualTam [Wed, 20 Jun 2018 14:45:08 +0000 (16:45 +0200)] 
Merge tag 'v0.9.7' into latest

Release v0.9.7

5 years agoBump Shaarli version to v0.9.7 v0.9 v0.9.7
VirtualTam [Wed, 20 Jun 2018 14:40:50 +0000 (16:40 +0200)] 
Bump Shaarli version to v0.9.7

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
5 years agoMerge pull request #1157 from virtualtam/v0.9-dockerfile
VirtualTam [Wed, 20 Jun 2018 14:29:27 +0000 (16:29 +0200)] 
Merge pull request #1157 from virtualtam/v0.9-dockerfile

v0.9 - Build the Docker images from the local sources

5 years agodocker: build the images from the local sources 1157/head
VirtualTam [Sat, 16 Jun 2018 21:46:33 +0000 (23:46 +0200)] 
docker: build the images from the local sources

Relates to https://github.com/shaarli/Shaarli/issues/1153

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
5 years agodocker: remove current image build resources
VirtualTam [Sat, 16 Jun 2018 21:29:47 +0000 (23:29 +0200)] 
docker: remove current image build resources

Relates to https://github.com/shaarli/Shaarli/issues/1153

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
5 years agodocker: move testing resources to tests/docker
VirtualTam [Sat, 16 Jun 2018 21:28:55 +0000 (23:28 +0200)] 
docker: move testing resources to tests/docker

Relates to https://github.com/shaarli/Shaarli/issues/1153

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge tag 'v0.9.6' into latest
VirtualTam [Sun, 25 Mar 2018 18:04:42 +0000 (20:04 +0200)] 
Merge tag 'v0.9.6' into latest

Release v0.9.6

6 years agoBump Shaarli version to v0.9.6 v0.9.6
VirtualTam [Sun, 25 Mar 2018 18:00:26 +0000 (20:00 +0200)] 
Bump Shaarli version to v0.9.6

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agohttpd: always forward the 'Authorization' header
VirtualTam [Thu, 22 Mar 2018 21:23:41 +0000 (22:23 +0100)] 
httpd: always forward the 'Authorization' header

On some Apache HTTPD setups where the CGI/FastCGI mode is used, the HTTP header
containing the JWT token is not forwarded, which results in the following error
when attempting to use the REST API:

  "401 Not authorized: JWT token not provided"

This patch allows forwarding the 'Authorization' header. An alternative would
be to use the `CGIPassAuth` directive to allow all authorization headers to be
forwarded.

See:
- https://secure.php.net/manual/en/features.http-auth.php#114877
- https://stackoverflow.com/questions/26475885/authorization-header-missing-in-php-post-request
- https://stackoverflow.com/questions/13387516/authorization-header-missing-in-django-rest-framework-is-apache-to-blame
- https://stackoverflow.com/questions/17018586/apache-2-4-php-fpm-and-authorization-headers
- https://httpd.apache.org/docs/2.4/en/mod/core.html#cgipassauth

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agohtaccess: prevent accessing resources not managed by SCM
VirtualTam [Sat, 20 Jan 2018 15:20:53 +0000 (16:20 +0100)] 
htaccess: prevent accessing resources not managed by SCM

See:
- https://en.internetwache.org/dont-publicly-expose-git-or-how-we-downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28-07-2015/
- https://stackoverflow.com/questions/2530372/how-do-i-disable-directory-browsing
- https://httpd.apache.org/docs/current/mod/mod_rewrite.html

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge tag 'v0.9.5' into latest
ArthurHoaro [Fri, 2 Feb 2018 18:11:29 +0000 (19:11 +0100)] 
Merge tag 'v0.9.5' into latest

Release v0.9.5

6 years agoBump Shaarli version to v0.9.5 v0.9.5
ArthurHoaro [Fri, 2 Feb 2018 18:04:08 +0000 (19:04 +0100)] 
Bump Shaarli version to v0.9.5

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoBump Shaarli version to v0.9.4
ArthurHoaro [Tue, 30 Jan 2018 18:00:33 +0000 (19:00 +0100)] 
Bump Shaarli version to v0.9.4

6 years agoBump Shaarli version to v0.9.3
VirtualTam [Thu, 4 Jan 2018 17:13:43 +0000 (18:13 +0100)] 
Bump Shaarli version to v0.9.3

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoBump Shaarli version to v0.9.2
ArthurHoaro [Sat, 7 Oct 2017 10:23:44 +0000 (12:23 +0200)] 
Bump Shaarli version to v0.9.2

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoBump version to v0.9.1
VirtualTam [Tue, 22 Aug 2017 23:15:46 +0000 (01:15 +0200)] 
Bump version to v0.9.1

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoFix version file
ArthurHoaro [Tue, 9 May 2017 16:14:05 +0000 (18:14 +0200)] 
Fix version file

6 years agoBump version to v0.9.0
ArthurHoaro [Sun, 7 May 2017 16:48:39 +0000 (18:48 +0200)] 
Bump version to v0.9.0

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoMerge pull request #1076 from ArthurHoaro/changelog-v0.9.5
ArthurHoaro [Fri, 2 Feb 2018 18:02:51 +0000 (19:02 +0100)] 
Merge pull request #1076 from ArthurHoaro/changelog-v0.9.5

CHANGELOG + AUTHORS (v0.9.5)

6 years agoCHANGELOG + AUTHORS 1076/head
ArthurHoaro [Fri, 2 Feb 2018 17:59:31 +0000 (18:59 +0100)] 
CHANGELOG + AUTHORS

6 years agoMerge pull request #1070 from ArthurHoaro/hotfix/lc-messages-warning
ArthurHoaro [Fri, 2 Feb 2018 17:51:53 +0000 (18:51 +0100)] 
Merge pull request #1070 from ArthurHoaro/hotfix/lc-messages-warning

Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installed

6 years agoMerge pull request #1069 from ArthurHoaro/feature/dependencies
ArthurHoaro [Wed, 31 Jan 2018 15:15:23 +0000 (16:15 +0100)] 
Merge pull request #1069 from ArthurHoaro/feature/dependencies

Update dependencies and include latest version netscape-bookmark-parser

6 years agoUse LC_COLLATE instead of LC_MESSAGES if php-intl is not installed 1070/head
ArthurHoaro [Wed, 31 Jan 2018 11:39:17 +0000 (12:39 +0100)] 
Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installed

As stated in the docs:

> LC_MESSAGES for system responses (available if PHP was compiled with libintl)

Fixes #1067

6 years agoUpdate dependencies and include latest version netscape-bookmark-parser 1069/head
ArthurHoaro [Wed, 31 Jan 2018 11:23:43 +0000 (12:23 +0100)] 
Update dependencies and include latest version netscape-bookmark-parser

6 years agoMerge pull request #1063 from ArthurHoaro/hotfix/legacy-warnings
ArthurHoaro [Wed, 31 Jan 2018 11:18:31 +0000 (12:18 +0100)] 
Merge pull request #1063 from ArthurHoaro/hotfix/legacy-warnings

Fix warnings when upgrading from legacy SebSauvage version

6 years agoMerge tag 'v0.9.4' into latest
ArthurHoaro [Tue, 30 Jan 2018 18:15:30 +0000 (19:15 +0100)] 
Merge tag 'v0.9.4' into latest

Release v0.9.4

6 years agoUpdate badges
ArthurHoaro [Tue, 30 Jan 2018 18:11:17 +0000 (19:11 +0100)] 
Update badges

6 years agoBump Shaarli version to v0.9.4 v0.9.4
ArthurHoaro [Tue, 30 Jan 2018 18:00:33 +0000 (19:00 +0100)] 
Bump Shaarli version to v0.9.4

6 years agoBump Shaarli version to v0.9.3
VirtualTam [Thu, 4 Jan 2018 17:13:43 +0000 (18:13 +0100)] 
Bump Shaarli version to v0.9.3

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoBump Shaarli version to v0.9.2
ArthurHoaro [Sat, 7 Oct 2017 10:23:44 +0000 (12:23 +0200)] 
Bump Shaarli version to v0.9.2

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoBump version to v0.9.1
VirtualTam [Tue, 22 Aug 2017 23:15:46 +0000 (01:15 +0200)] 
Bump version to v0.9.1

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoFix version file
ArthurHoaro [Tue, 9 May 2017 16:14:05 +0000 (18:14 +0200)] 
Fix version file

6 years agoBump version to v0.9.0
ArthurHoaro [Sun, 7 May 2017 16:48:39 +0000 (18:48 +0200)] 
Bump version to v0.9.0

Signed-off-by: ArthurHoaro <arthur@hoa.ro>
6 years agoMerge pull request #1065 from ArthurHoaro/release-v9.0.4
ArthurHoaro [Tue, 30 Jan 2018 17:51:52 +0000 (18:51 +0100)] 
Merge pull request #1065 from ArthurHoaro/release-v9.0.4

pre release v0.9.4

6 years agoUpdate AUTHORS 1065/head
ArthurHoaro [Tue, 30 Jan 2018 17:49:51 +0000 (18:49 +0100)] 
Update AUTHORS

6 years agoUpdate CHANGELOG
ArthurHoaro [Tue, 30 Jan 2018 17:49:22 +0000 (18:49 +0100)] 
Update CHANGELOG

6 years agoFix warnings when upgrading from legacy SebSauvage version 1063/head
ArthurHoaro [Thu, 25 Jan 2018 18:55:31 +0000 (19:55 +0100)] 
Fix warnings when upgrading from legacy SebSauvage version

Fixes #1040

6 years agoMerge pull request #977 from ArthurHoaro/feature/dl-filter
ArthurHoaro [Tue, 23 Jan 2018 17:41:38 +0000 (18:41 +0100)] 
Merge pull request #977 from ArthurHoaro/feature/dl-filter

Extract the title/charset during page download, and check content type

6 years agoMerge pull request #1058 from FranckKe/patch-1
nodiscc [Thu, 18 Jan 2018 19:49:29 +0000 (20:49 +0100)] 
Merge pull request #1058 from FranckKe/patch-1

doc: bookmarklet: fix link to issue 196

6 years agoMerge pull request #1057 from shaarli/doc-derefind
nodiscc [Thu, 18 Jan 2018 19:49:20 +0000 (20:49 +0100)] 
Merge pull request #1057 from shaarli/doc-derefind

doc: import: add link to derefind conversion tool

6 years agoMerge pull request #1049 from shaarli/doc-docker-arm
nodiscc [Thu, 18 Jan 2018 19:48:46 +0000 (20:48 +0100)] 
Merge pull request #1049 from shaarli/doc-docker-arm

doc: add arm32v7 docker build documentation

6 years agoFix link to issue 196 1058/head
Franck Kerbiriou [Thu, 18 Jan 2018 13:10:48 +0000 (14:10 +0100)] 
Fix link to issue 196

6 years agodoc: import: add link to derefind conversion tool 1057/head
nodiscc [Wed, 17 Jan 2018 20:47:13 +0000 (21:47 +0100)] 
doc: import: add link to derefind conversion tool

As mentioned on gitter

6 years agodoc: fix link to dockerfiles 1049/head
nodiscc [Sat, 13 Jan 2018 10:48:42 +0000 (11:48 +0100)] 
doc: fix link to dockerfiles

6 years agoMerge pull request #1055 from virtualtam/changelog
VirtualTam [Sat, 13 Jan 2018 10:31:07 +0000 (11:31 +0100)] 
Merge pull request #1055 from virtualtam/changelog

Update CHANGELOG for the next v0.9.x

6 years agodoc: docker: add links to docker build and qemu documentation
nodiscc [Fri, 12 Jan 2018 22:06:30 +0000 (23:06 +0100)] 
doc: docker: add links to docker build and qemu documentation

6 years agodoc: docker: remove armhf tags, add link to Dockerfiles
nodiscc [Fri, 12 Jan 2018 22:00:20 +0000 (23:00 +0100)] 
doc: docker: remove armhf tags, add link to Dockerfiles

6 years agoUpdate CHANGELOG for the next v0.9.x 1055/head
VirtualTam [Wed, 10 Jan 2018 19:42:05 +0000 (20:42 +0100)] 
Update CHANGELOG for the next v0.9.x

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge pull request #1054 from shaarli/doc-mbstring-webhosts
nodiscc [Tue, 9 Jan 2018 22:15:29 +0000 (23:15 +0100)] 
Merge pull request #1054 from shaarli/doc-mbstring-webhosts

doc: Server Requirements: php-mbstring: add 'hosting providers'

6 years agoMerge pull request #1050 from virtualtam/changelog/cve
VirtualTam [Tue, 9 Jan 2018 20:15:34 +0000 (21:15 +0100)] 
Merge pull request #1050 from virtualtam/changelog/cve

Reference CVE-2018-5249 in CHANGELOG

6 years agodoc: Server Requirements: php-mbstring: add 'hosting providers' 1054/head
nodiscc [Tue, 9 Jan 2018 19:13:05 +0000 (20:13 +0100)] 
doc: Server Requirements: php-mbstring: add 'hosting providers'

6 years agoReference CVE-2018-5249 in CHANGELOG 1050/head
VirtualTam [Sat, 6 Jan 2018 14:31:25 +0000 (15:31 +0100)] 
Reference CVE-2018-5249 in CHANGELOG

Relates to https://github.com/shaarli/Shaarli/pull/1046

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge pull request #1043 from immanuelfodor/improvement/shaarli-markdown-toolbar
ArthurHoaro [Sat, 6 Jan 2018 10:27:53 +0000 (11:27 +0100)] 
Merge pull request #1043 from immanuelfodor/improvement/shaarli-markdown-toolbar

Adding 3rd party plugin 'markdown-toolbar' to docs

6 years agodoc: add armhf docker images
nodiscc [Fri, 5 Jan 2018 18:41:24 +0000 (19:41 +0100)] 
doc: add armhf docker images

6 years agoMerge pull request #1047 from virtualtam/changelog
VirtualTam [Thu, 4 Jan 2018 18:00:48 +0000 (19:00 +0100)] 
Merge pull request #1047 from virtualtam/changelog

Update changelog, documentation and authors

6 years agoUpdate AUTHORS and contributor mailmap 1047/head
VirtualTam [Thu, 4 Jan 2018 17:52:52 +0000 (18:52 +0100)] 
Update AUTHORS and contributor mailmap

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoUpdate CHANGELOG, README badges and installation instructions
VirtualTam [Thu, 4 Jan 2018 17:49:05 +0000 (18:49 +0100)] 
Update CHANGELOG, README badges and installation instructions

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge tag 'v0.9.3' into latest
VirtualTam [Thu, 4 Jan 2018 17:35:22 +0000 (18:35 +0100)] 
Merge tag 'v0.9.3' into latest

Release v0.9.3

6 years agoBump Shaarli version to v0.9.3 v0.9.3
VirtualTam [Thu, 4 Jan 2018 17:13:43 +0000 (18:13 +0100)] 
Bump Shaarli version to v0.9.3

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoFix XSS vulnerability
VirtualTam [Thu, 4 Jan 2018 14:53:48 +0000 (15:53 +0100)] 
Fix XSS vulnerability

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoMerge pull request #1046 from virtualtam/security/login-xss
VirtualTam [Thu, 4 Jan 2018 17:04:34 +0000 (18:04 +0100)] 
Merge pull request #1046 from virtualtam/security/login-xss

Fix XSS vulnerability

6 years agoFix XSS vulnerability 1046/head
VirtualTam [Thu, 4 Jan 2018 14:53:48 +0000 (15:53 +0100)] 
Fix XSS vulnerability

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
6 years agoFeature: Docker armhf support (#1041)
Immánuel! [Thu, 4 Jan 2018 11:38:38 +0000 (12:38 +0100)] 
Feature: Docker armhf support (#1041)

Docker: add Alpine Linux ARM HF latest and master images

See:
- http://www.armhf.com/
- https://wiki.alpinelinux.org/wiki/Alpine_on_ARM
- https://hub.docker.com/r/lsiobase/alpine.armhf/

6 years agoMerge pull request #1044 from ArthurHoaro/hotfix/plugins-parameter-button
ArthurHoaro [Mon, 1 Jan 2018 14:46:04 +0000 (15:46 +0100)] 
Merge pull request #1044 from ArthurHoaro/hotfix/plugins-parameter-button

Fix an issue preventing the Save button to appear for plugin parameters

6 years agoFix an issue preventing the Save button to appear for plugin parameters 1044/head
ArthurHoaro [Mon, 1 Jan 2018 14:40:51 +0000 (15:40 +0100)] 
Fix an issue preventing the Save button to appear for plugin parameters

 is a special variable in RainTPL used in loops

6 years agoMerge pull request #1037 from ArthurHoaro/theme/improvements2
ArthurHoaro [Mon, 1 Jan 2018 13:32:02 +0000 (14:32 +0100)] 
Merge pull request #1037 from ArthurHoaro/theme/improvements2

Add CSS classes and IDs in Shaarli's menu

6 years agoMerge pull request #1042 from immanuelfodor/improvement/shaarli-descriptor
ArthurHoaro [Mon, 1 Jan 2018 13:31:20 +0000 (14:31 +0100)] 
Merge pull request #1042 from immanuelfodor/improvement/shaarli-descriptor

Adding 3rd party plugin 'shaarli-descriptor' to docs

6 years agoadding 3rd party plugin markdown-toolbar to docs 1043/head
immanuelfodor [Sat, 30 Dec 2017 12:45:08 +0000 (13:45 +0100)] 
adding 3rd party plugin markdown-toolbar to docs

6 years agomodifying plugin description to be easy to understand 1042/head
immanuelfodor [Wed, 27 Dec 2017 16:01:08 +0000 (17:01 +0100)] 
modifying plugin description to be easy to understand

6 years agoMerge pull request #1036 from shaarli/doc-overhaul
nodiscc [Wed, 27 Dec 2017 13:48:56 +0000 (14:48 +0100)] 
Merge pull request #1036 from shaarli/doc-overhaul

[WIP] Improve documentation

6 years agoadding 3rd party plugin shaarli-descriptor to docs
immanuelfodor [Wed, 27 Dec 2017 07:47:15 +0000 (08:47 +0100)] 
adding 3rd party plugin shaarli-descriptor to docs

6 years agomkdocs.yml: move FAQ to top level, reorder, Move Community/related software to Usage 1036/head
nodiscc [Tue, 26 Dec 2017 17:44:14 +0000 (18:44 +0100)] 
mkdocs.yml: move FAQ to top level, reorder, Move Community/related software to Usage

6 years agofix heading level
nodiscc [Tue, 26 Dec 2017 17:41:38 +0000 (18:41 +0100)] 
fix heading level

6 years agoUpdate Community-&-Related-software.md
nodiscc [Tue, 26 Dec 2017 17:39:27 +0000 (18:39 +0100)] 
Update Community-&-Related-software.md

reorganize sections

6 years agoMerge remote-tracking branch 'nerostie/patch-2' into doc-overhaul
nodiscc [Sun, 17 Dec 2017 22:43:03 +0000 (23:43 +0100)] 
Merge remote-tracking branch 'nerostie/patch-2' into doc-overhaul

6 years agominor fixes, ref #998
nodiscc [Sun, 17 Dec 2017 22:40:52 +0000 (23:40 +0100)] 
minor fixes, ref #998

6 years agoMerge remote-tracking branch 'origin/doc-tagcloud' into doc-overhaul
nodiscc [Sun, 17 Dec 2017 22:39:20 +0000 (23:39 +0100)] 
Merge remote-tracking branch 'origin/doc-tagcloud' into doc-overhaul

6 years agoNew plugin: Twemoji 1039/head
Neros [Sun, 17 Dec 2017 18:34:15 +0000 (19:34 +0100)] 
New plugin: Twemoji

6 years agoAdd CSS class and IDs in Shaarli's menu 1037/head
ArthurHoaro [Sat, 16 Dec 2017 12:51:55 +0000 (13:51 +0100)] 
Add CSS class and IDs in Shaarli's menu

Fixes #877

6 years agodoc: remove docker autobuild doc from index.md
nodiscc [Sat, 9 Dec 2017 14:34:06 +0000 (15:34 +0100)] 
doc: remove docker autobuild doc from index.md

6 years agodoc: move docker autobuild from index.md to shaarli-images.md
nodiscc [Sat, 9 Dec 2017 14:33:49 +0000 (15:33 +0100)] 
doc: move docker autobuild from index.md to shaarli-images.md

6 years agomove docker-101 reference from index.md to docker-images.md
nodiscc [Sat, 9 Dec 2017 14:31:45 +0000 (15:31 +0100)] 
move docker-101 reference from index.md to docker-images.md

6 years agodoc: fix docker documentation link
nodiscc [Sat, 9 Dec 2017 14:28:34 +0000 (15:28 +0100)] 
doc: fix docker documentation link

6 years agoremove Features.md entry in mkdocs.yml
nodiscc [Sat, 9 Dec 2017 14:21:10 +0000 (15:21 +0100)] 
remove Features.md entry in mkdocs.yml

6 years agoDelete Features.md
nodiscc [Sat, 9 Dec 2017 14:20:30 +0000 (15:20 +0100)] 
Delete Features.md

6 years agomove features.md info to index.md
nodiscc [Sat, 9 Dec 2017 14:20:14 +0000 (15:20 +0100)] 
move features.md info to index.md

Ref https://github.com/shaarli/Shaarli/issues/598

6 years agodoc: add browser addons/shaarli-web-extension
nodiscc [Sat, 9 Dec 2017 14:11:57 +0000 (15:11 +0100)] 
doc: add browser addons/shaarli-web-extension

cleanup shaarliOs link
shorten awesome-selfhosted entry

6 years agodoc: note about firefox share compatibility
nodiscc [Sat, 9 Dec 2017 14:04:44 +0000 (15:04 +0100)] 
doc: note about firefox share compatibility

6 years agoMerge pull request #1034 from durcheinandr/fixlink
VirtualTam [Thu, 7 Dec 2017 13:00:21 +0000 (14:00 +0100)] 
Merge pull request #1034 from durcheinandr/fixlink

Fix internal markdown link in documentation

6 years agoFix internal markdown link in documentation 1034/head
durcheinandr [Thu, 7 Dec 2017 12:25:13 +0000 (13:25 +0100)] 
Fix internal markdown link in documentation

6 years agoMerge pull request #1025 from ArthurHoaro/hotfix/proxy-443
ArthurHoaro [Sun, 3 Dec 2017 11:46:43 +0000 (12:46 +0100)] 
Merge pull request #1025 from ArthurHoaro/hotfix/proxy-443

Force HTTPS if the original port is 443 behind a reverse proxy

6 years agoForce HTTPS if the original port is 443 behind a reverse proxy 1025/head
ArthurHoaro [Fri, 17 Nov 2017 18:04:14 +0000 (19:04 +0100)] 
Force HTTPS if the original port is 443 behind a reverse proxy

Fixes #1022

6 years agoMerge pull request #1020 from ArthurHoaro/feature/curl-chunk
ArthurHoaro [Sun, 26 Nov 2017 10:34:44 +0000 (11:34 +0100)] 
Merge pull request #1020 from ArthurHoaro/feature/curl-chunk

Increase buffer size for cURL download

6 years agoMerge pull request #1016 from virtualtam/refactor/session
VirtualTam [Fri, 24 Nov 2017 22:53:15 +0000 (23:53 +0100)] 
Merge pull request #1016 from virtualtam/refactor/session

Improve SessionManager constructor and tests

6 years agoMerge pull request #1028 from shaarli/doc-cleanup-930
nodiscc [Tue, 21 Nov 2017 21:46:52 +0000 (22:46 +0100)] 
Merge pull request #1028 from shaarli/doc-cleanup-930

documentation cleanup

6 years agodocumentation cleanup 1028/head
nodiscc [Sat, 18 Nov 2017 15:22:43 +0000 (16:22 +0100)] 
documentation cleanup
 * In preparation of #930 work
 * Remove/reorder duplicate documentation from Makefile/Unit-tests.md/Download-and-Installation.md (composer information is now in Unit-tests.md)
 * Installation using git: add composer requirement to all git installation procedures, add python3-virtualenv requirement
 * Styling (horizontal rulers, spacing, descriptive headers)

6 years agoMerge pull request #1017 from ArthurHoaro/feature/mobile-icon
ArthurHoaro [Sat, 18 Nov 2017 13:01:02 +0000 (14:01 +0100)] 
Merge pull request #1017 from ArthurHoaro/feature/mobile-icon

Add apple-touch-icon meta tag

6 years agoAdd apple-touch-icon meta tag 1017/head
ArthurHoaro [Wed, 8 Nov 2017 18:27:22 +0000 (19:27 +0100)] 
Add apple-touch-icon meta tag

Fixes #997

6 years agoMerge pull request #1014 from ArthurHoaro/feature/no-plugin
ArthurHoaro [Sun, 12 Nov 2017 10:03:40 +0000 (11:03 +0100)] 
Merge pull request #1014 from ArthurHoaro/feature/no-plugin

Improve messages if there is no plugin or parameter available in the admin page

6 years agoMerge pull request #1019 from ArthurHoaro/hotfix/complete-update
ArthurHoaro [Sat, 11 Nov 2017 15:51:38 +0000 (16:51 +0100)] 
Merge pull request #1019 from ArthurHoaro/hotfix/complete-update

Return true after update ReorderDatastore to complete it