xsteadfastx
0fe227a0cc
Merge pull request #36 from jsshandle/master
...
Add .s6-svscan/finish.
2016-11-28 12:27:22 +01:00
jsshandle
d42d34cdac
Add .s6-svscan/finish.
2016-11-26 20:35:51 +01:00
Nicolas Lœuillet
58cc845c75
Dockerfile for 2.1.5
2016-11-21 10:54:30 +01:00
xsteadfastx
c553787564
Merge pull request #31 from wallabag/docker-214
...
Dockerfile for 2.1.4
2.1.4
2016-11-20 08:37:45 +01:00
Nicolas Lœuillet
73187d7ce1
Dockerfile for 2.1.4
2016-11-18 11:33:36 +01:00
Marvin Steadfast
f7bd58c73a
fixed location of php configuration to /etc/php7
2.1.3
2016-11-07 13:20:39 +01:00
Marvin Steadfast
ba8f6ec5d3
limit upload size to 100M
2016-11-07 13:20:39 +01:00
xsteadfastx
68db53e09c
Merge pull request #28 from wallabag/release-213
...
Update Dockerfile for wallabag 2.1.3
2016-11-05 15:13:27 +01:00
Nicolas Lœuillet
530e59329a
Update Dockerfile for wallabag 2.1.3
2016-11-04 15:40:24 +01:00
Marvin Steadfast
2ae7dee8af
fixed typo in README
2016-11-02 11:57:04 +01:00
Marvin Steadfast
c2052c2681
env variable to disable user registration
2016-11-02 11:52:22 +01:00
xsteadfastx
310d55bdea
Merge pull request #27 from xsteadfastx/master
...
set email settings through ansible template
2016-10-31 09:29:08 +01:00
Marvin Steadfast
76f5ecb61e
set email settings through ansible template
2016-10-28 13:06:52 +02:00
Marvin Steadfast
92f5db7ba9
added test for default configuration
2.1.2
2016-10-24 09:53:42 +02:00
Marvin Steadfast
ee4a7e4a46
defaults for environment variable lookup for parameters.yml template
...
fixes #26
2016-10-21 14:48:32 +02:00
xsteadfastx
e0bc4e895d
Merge pull request #25 from xsteadfastx/master
...
version 2.1.2 and some cleanups
2016-10-19 11:30:00 +02:00
Marvin Steadfast
ed6b4437b8
version 2.1.2 and some cleanups
2016-10-19 11:17:24 +02:00
Marvin Steadfast
af2fb30389
fixed docs to get redis working
...
thanks to @bobberb for pointing in the right direction.
2016-10-13 11:18:24 +02:00
xsteadfastx
af6c68a312
Merge pull request #21 from xsteadfastx/master
...
2.1.1 image
2.1.1
2016-10-12 15:26:12 +02:00
Marvin Steadfast
1f4d9af316
added db migration part to the docs
2016-10-11 16:18:52 +02:00
Marvin Steadfast
6a5ab7c126
added new dependencies and added redis support
...
somehow there is a problem with the parameters.yml and environment
variables. ansible templates are now used.
database migration is still a big problem.
2016-10-11 16:18:52 +02:00
Nicolas Lœuillet
f66d2aeab0
Merge pull request #20 from tomsquest/patch-1
...
Fix typo `the a volume` -> `a volume`
2016-10-11 12:16:32 +02:00
Thomas Queste
0d2bf2999a
Fix typo the a volume -> a volume
2016-10-11 12:08:50 +02:00
Jeremy Benoist
8bd298316a
Merge pull request #18 from m0/m0-fixRunCommandInExample
...
fixes example run-commands in README
2016-09-17 07:53:59 +02:00
Moritz Maisel
d9f9efcf13
fixes example run-commands in README
2016-09-17 01:04:01 +02:00
Nicolas Lœuillet
cccc5fb91e
Merge pull request #17 from wallabag/wllbg-208
...
wallabag 2.0.8
2.0.8
2016-09-07 15:36:33 +02:00
Nicolas Lœuillet
79ae48bfac
wallabag 2.0.8
2016-09-07 14:38:00 +02:00
xsteadfastx
d0691598b6
Merge pull request #16 from xsteadfastx/master
...
Login testing works now
2016-09-02 10:24:10 +02:00
Marvin Steadfast
28b4b03b21
readme: added badges
2016-09-01 12:04:11 +02:00
Marvin Steadfast
c65be008ec
tests: some pep8 and real failing if csrf dont match
2016-09-01 09:33:17 +02:00
xsteadfastx
63ee463365
Merge pull request #1 from Strubbl/test_login
...
test_login: add login with csrf token and check if it was successful
2016-09-01 09:15:18 +02:00
Sven Fischer
efbcf75701
test_login: add login with csrf token and check if it was successful
2016-08-31 23:13:32 +02:00
Marvin Steadfast
b4b1469215
try to test login
...
i use requests to test login. the session should be saved and this
should work. but i get a error that th session expired. to run this
start wallabag and run it with pytest: `py.test -s tests/`. it will
output the html of the response.
2016-08-31 16:38:13 +02:00
Marvin Steadfast
4a81bc45db
added travis testing
...
travis builds and spins up containers for sqlite, mariadb and postgres
and runs a simple python test script for accessing the wallabag.
2016-08-29 13:51:14 +02:00
Jeremy Benoist
107beb115c
Merge pull request #14 from mmounirou/feature/allow-db-root-user-config
...
allow overwrite of the root postgres username
2016-08-25 11:02:11 +02:00
Mohamed MOUNIROU
67030c1c36
remove an unnecessary white space
2016-08-25 10:23:31 +02:00
Mohamed MOUNIROU
255fe53dfc
set the default value for POSTGRES_USER to postgres
...
This is done in order to ensure backward compatibility
2016-08-24 18:28:34 +02:00
Mohamed MOUNIROU
4094d3c9ff
give the ability to change postgres root user
...
This can be acheived by setting the environment variable POSTGRES_USER
2016-08-24 18:25:03 +02:00
Jeremy Benoist
93651c95f5
Fix bad SQLite title
...
and update few others titles
2016-08-24 15:17:36 +02:00
Marvin Steadfast
97783ac312
fixed README
2016-08-24 12:33:22 +02:00
Marvin Steadfast
b165d3c14f
Update Dockerfile for 2.0.7 release
2.0.7
2016-08-23 09:34:30 +02:00
Nicolas Lœuillet
8ce69e0d48
Merge pull request #13 from nsteinmetz/patch-1
...
Update Dockerfile for 2.0.6 release
2.0.6
2016-08-10 17:57:56 +02:00
Nicolas Steinmetz
3c96d9d6d9
Update Dockerfile for 2.0.6 release
2016-08-10 17:55:39 +02:00
xsteadfastx
fdffa0f9ec
Merge pull request #11 from sheeprine/fix/body_size_limit
...
Increase max body size from nginx
2016-07-21 13:56:48 +02:00
Stéphane Albert
6a67881572
Increase max body size from nginx
...
With the default client_max_body_size (1M), import cannot be used.
Raise the limit to 50M.
2016-07-21 13:38:03 +02:00
xsteadfastx
038bef09cd
Merge pull request #10 from davidmehren/master
...
Make email settings configurable
2016-06-13 09:27:43 +02:00
David Mehren
26b75eee75
made email server settings configurable
2016-06-11 15:43:04 +02:00
Marvin Steadfast
025c51422e
new version 2.0.4
2.0.5
2016-06-01 09:42:10 +02:00
Marvin Steadfast
5f6a948f98
new version 2.0.4
2.0.4
2016-05-08 12:08:42 +02:00
Marvin Steadfast
06af340123
Added Postgres support
...
Now its possible to use a Postgres container as database backend.
2.0.3
2016-04-25 12:33:57 +02:00