]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
8 years agoTypo 1523/head
Thomas Citharel [Thu, 3 Dec 2015 23:17:07 +0000 (00:17 +0100)] 
Typo

8 years agoMerge pull request #1518 from mathbruyen/smtp-from-env
Jeremy Benoist [Thu, 3 Dec 2015 07:43:40 +0000 (08:43 +0100)] 
Merge pull request #1518 from mathbruyen/smtp-from-env

Set SMTP from environment variables

8 years agoSMTP configuration through environment 1518/head
Mathieu Bruyen [Thu, 26 Nov 2015 08:20:23 +0000 (09:20 +0100)] 
SMTP configuration through environment

Configuring SMTP parameters required to be written in files which is not
convenient when using docker containers as the credentials need to be in
the filesystem.

Created environment parameters override for those parameters. A new build
script created in order to generate those parameters right before
launching the application.

8 years agoMerge pull request #1422 from wallabag/v2-ebook
Nicolas Lœuillet [Mon, 9 Nov 2015 15:45:48 +0000 (16:45 +0100)] 
Merge pull request #1422 from wallabag/v2-ebook

V2 – Export entries

8 years agoUpdate deps 1422/head
Jeremy Benoist [Mon, 2 Nov 2015 06:58:31 +0000 (07:58 +0100)] 
Update deps

8 years agoFix tests
Jeremy Benoist [Sat, 31 Oct 2015 08:26:00 +0000 (09:26 +0100)] 
Fix tests

8 years agoFix route parameters
Jeremy Benoist [Fri, 30 Oct 2015 19:57:10 +0000 (20:57 +0100)] 
Fix route parameters

Improve export tests
Improve CSV export

8 years agouse JMS Serializer
Thomas Citharel [Mon, 19 Oct 2015 19:17:30 +0000 (21:17 +0200)] 
use JMS Serializer

8 years agouse the groups annotation instead of setIgnoredAttributes
Thomas Citharel [Mon, 19 Oct 2015 18:31:30 +0000 (20:31 +0200)] 
use the groups annotation instead of setIgnoredAttributes

8 years agoimproved function
Thomas Citharel [Sun, 18 Oct 2015 13:59:15 +0000 (15:59 +0200)] 
improved function

8 years agoadd json & xml
Thomas Citharel [Sun, 18 Oct 2015 13:49:00 +0000 (15:49 +0200)] 
add json & xml

8 years agoFix tests on pgsql
Jeremy Benoist [Fri, 16 Oct 2015 08:56:24 +0000 (10:56 +0200)] 
Fix tests on pgsql

8 years agoRework on export
Jeremy Benoist [Fri, 16 Oct 2015 08:51:53 +0000 (10:51 +0200)] 
Rework on export

- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests

8 years agoStart work on export
Thomas Citharel [Thu, 15 Oct 2015 18:06:59 +0000 (20:06 +0200)] 
Start work on export

For now:
 - ebook
 - mobi
 - pdf
 - csv

8 years agoMerge pull request #1500 from wallabag/v2-quote-pgsql
Nicolas Lœuillet [Mon, 9 Nov 2015 15:31:59 +0000 (16:31 +0100)] 
Merge pull request #1500 from wallabag/v2-quote-pgsql

Fix quote strategy for reserved keyword in Postgres

8 years agoLock DoctrineBundle to 1.5.2 1500/head
Jeremy Benoist [Sun, 8 Nov 2015 09:47:56 +0000 (10:47 +0100)] 
Lock DoctrineBundle to 1.5.2

Because of a bad change, SQLite database cannot be created anymore.

:arrow_right: https://github.com/doctrine/DoctrineBundle/pull/434

8 years agoRemove duplicate comments
Jeremy Benoist [Sat, 7 Nov 2015 13:18:38 +0000 (14:18 +0100)] 
Remove duplicate comments

8 years agoCS
Jeremy Benoist [Fri, 6 Nov 2015 21:15:20 +0000 (22:15 +0100)] 
CS

8 years agoSkipping PostgreSQL test that drop database
Jeremy Benoist [Fri, 6 Nov 2015 21:08:51 +0000 (22:08 +0100)] 
Skipping PostgreSQL test that drop database

For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849).

So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..)

8 years agoRe-enable test on doctrine command
Jeremy Benoist [Sun, 1 Nov 2015 22:42:52 +0000 (23:42 +0100)] 
Re-enable test on doctrine command

It will slow down the whole test suite (because it'll use doctrine command).
Remove unecessary `KernelTestCase`.
Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.

8 years agoAdd tests on TablePrefixSubscriber
Jeremy Benoist [Sun, 25 Oct 2015 14:55:19 +0000 (15:55 +0100)] 
Add tests on TablePrefixSubscriber

8 years agoQuoted entity to avoid reserved keyword
Jeremy Benoist [Sat, 24 Oct 2015 13:28:02 +0000 (15:28 +0200)] 
Quoted entity to avoid reserved keyword

Should fix #1498

8 years agoFix database already exist detection
Jeremy Benoist [Sat, 24 Oct 2015 13:27:34 +0000 (15:27 +0200)] 
Fix database already exist detection

This is not the same message exception from MySQL & SQLite with Postgres.

8 years agoMerge pull request #1510 from wallabag/v2-sf3
Nicolas Lœuillet [Sat, 7 Nov 2015 12:39:30 +0000 (13:39 +0100)] 
Merge pull request #1510 from wallabag/v2-sf3

v2 – Fix some deprecated for Symfony3

8 years agoCS 1510/head
Jeremy Benoist [Fri, 6 Nov 2015 23:27:41 +0000 (00:27 +0100)] 
CS

Also force SYMFONY_DEPRECATIONS_HELPER for travis

8 years agoAvoid other bundle deprecation to cancel the build
Jeremy Benoist [Fri, 6 Nov 2015 23:18:46 +0000 (00:18 +0100)] 
Avoid other bundle deprecation to cancel the build

8 years agoFix form_enctype deprecation
Jeremy Benoist [Fri, 6 Nov 2015 23:18:06 +0000 (00:18 +0100)] 
Fix form_enctype deprecation

Use form_start instead

8 years agoFix security.context deprecation
Jeremy Benoist [Fri, 6 Nov 2015 23:17:37 +0000 (00:17 +0100)] 
Fix security.context deprecation

8 years agoFix pattern deprecation
Jeremy Benoist [Fri, 6 Nov 2015 23:16:26 +0000 (00:16 +0100)] 
Fix pattern deprecation

Replaced by path

8 years agoFix deprecated helper in command
Jeremy Benoist [Fri, 6 Nov 2015 22:39:19 +0000 (23:39 +0100)] 
Fix deprecated helper in command

8 years agoUpdate deps & add PHPUnit Bridge
Jeremy Benoist [Fri, 6 Nov 2015 22:39:14 +0000 (23:39 +0100)] 
Update deps & add PHPUnit Bridge

Changelogs summary:

 - symfony/phpunit-bridge installed in version v2.7.6
   Release notes: https://github.com/symfony/phpunit-bridge/releases/tag/v2.7.6

 - twig/twig updated from v1.23.0 to v1.23.1
   See changes: https://github.com/twigphp/Twig/compare/v1.23.0...v1.23.1
   Release notes: https://github.com/twigphp/Twig/releases/tag/v1.23.1

 - doctrine/inflector updated from v1.0.1 to v1.1.0
   See changes: https://github.com/doctrine/inflector/compare/v1.0.1...v1.1.0
   Release notes: https://github.com/doctrine/inflector/releases/tag/v1.1.0

 - doctrine/cache updated from v1.5.0 to v1.5.1
   See changes: https://github.com/doctrine/cache/compare/v1.5.0...v1.5.1
   Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.1

 - doctrine/doctrine-cache-bundle updated from v1.0.1 to 1.2.1
   See changes: https://github.com/doctrine/DoctrineCacheBundle/compare/v1.0.1...1.2.1
   Release notes: https://github.com/doctrine/DoctrineCacheBundle/releases/tag/1.2.1

 - doctrine/doctrine-bundle updated from v1.5.2 to 1.6.0
   See changes: https://github.com/doctrine/DoctrineBundle/compare/v1.5.2...1.6.0
   Release notes: https://github.com/doctrine/DoctrineBundle/releases/tag/1.6.0

 - friendsofsymfony/user-bundle updated from dev-master to dev-master
   See changes: https://github.com/FriendsOfSymfony/FOSUserBundle/compare/d5b28c3...45d6f40

8 years agoMerge pull request #1505 from wallabag/v2-graby-log
Jeremy Benoist [Mon, 2 Nov 2015 06:52:28 +0000 (07:52 +0100)] 
Merge pull request #1505 from wallabag/v2-graby-log

Add graby log

8 years agoUpdate deps 1505/head
Jeremy Benoist [Fri, 30 Oct 2015 07:00:43 +0000 (08:00 +0100)] 
Update deps

Changelogs summary:

 - twig/twig updated from v1.22.3 to v1.23.0
   See changes: https://github.com/twigphp/Twig/compare/v1.22.3...v1.23.0
   Release notes: https://github.com/twigphp/Twig/releases/tag/v1.23.0

 - doctrine/cache updated from v1.4.2 to v1.5.0
   See changes: https://github.com/doctrine/cache/compare/v1.4.2...v1.5.0
   Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.0

 - symfony/symfony updated from v2.7.5 to v2.7.6
   See changes: https://github.com/symfony/symfony/compare/v2.7.5...v2.7.6
   Release notes: https://github.com/symfony/symfony/releases/tag/v2.7.6

 - sensio/distribution-bundle updated from v3.0.31 to v3.0.33
   See changes: https://github.com/sensiolabs/SensioDistributionBundle/compare/v3.0.31...v3.0.33
   Release notes: https://github.com/sensiolabs/SensioDistributionBundle/releases/tag/v3.0.33

 - nelmio/api-doc-bundle updated from 2.9.0 to 2.10.3
   See changes: https://github.com/nelmio/NelmioApiDocBundle/compare/2.9.0...2.10.3
   Release notes: https://github.com/nelmio/NelmioApiDocBundle/releases/tag/2.10.3

 - lexik/form-filter-bundle updated from v4.0.1 to v4.0.2
   See changes: https://github.com/lexik/LexikFormFilterBundle/compare/v4.0.1...v4.0.2
   Release notes: https://github.com/lexik/LexikFormFilterBundle/releases/tag/v4.0.2

 - j0k3r/graby-site-config updated from 1.0.5 to 1.0.6
   See changes: https://github.com/j0k3r/graby-site-config/compare/1.0.5...1.0.6
   Release notes: https://github.com/j0k3r/graby-site-config/releases/tag/1.0.6

 - j0k3r/graby updated from 1.0.2 to 1.0.4
   See changes: https://github.com/j0k3r/graby/compare/1.0.2...1.0.4
   Release notes: https://github.com/j0k3r/graby/releases/tag/1.0.4

 - phpunit/phpunit updated from 4.8.13 to 4.8.16
   See changes: https://github.com/sebastianbergmann/phpunit/compare/4.8.13...4.8.16
   Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/4.8.16

8 years agoEnable graby log
Jeremy Benoist [Sat, 24 Oct 2015 08:53:55 +0000 (10:53 +0200)] 
Enable graby log

8 years agoMerge pull request #1495 from wallabag/v2-docs
Nicolas Lœuillet [Thu, 22 Oct 2015 15:02:06 +0000 (17:02 +0200)] 
Merge pull request #1495 from wallabag/v2-docs

add docs

8 years agoMerge pull request #1496 from wallabag/v2-redirect-after-deletion
Jeremy Benoist [Thu, 22 Oct 2015 07:28:54 +0000 (09:28 +0200)] 
Merge pull request #1496 from wallabag/v2-redirect-after-deletion

fix #1005 V2 redirect after deletion

8 years agoredirect on last page after deletion 1496/head
Nicolas Lœuillet [Wed, 21 Oct 2015 13:26:37 +0000 (15:26 +0200)] 
redirect on last page after deletion

8 years agoadd docs 1495/head
Nicolas Lœuillet [Wed, 21 Oct 2015 12:14:51 +0000 (14:14 +0200)] 
add docs

8 years agoMerge pull request #1491 from jlnostr/v2-german-translation
Nicolas Lœuillet [Mon, 19 Oct 2015 07:21:43 +0000 (09:21 +0200)] 
Merge pull request #1491 from jlnostr/v2-german-translation

Add german translation.

8 years agoAdd language to config.yml 1491/head
Julian Oster [Sun, 18 Oct 2015 20:04:50 +0000 (22:04 +0200)] 
Add language to config.yml

8 years agoAdd german translation.
Julian Oster [Sun, 18 Oct 2015 19:26:09 +0000 (21:26 +0200)] 
Add german translation.

8 years agoMerge pull request #1446 from wallabag/v2-language-config
Nicolas Lœuillet [Sun, 18 Oct 2015 13:35:42 +0000 (15:35 +0200)] 
Merge pull request #1446 from wallabag/v2-language-config

[WIP] language selection on config screen

8 years agoAdd tests on listeners 1446/head
Jeremy Benoist [Fri, 16 Oct 2015 05:40:09 +0000 (07:40 +0200)] 
Add tests on listeners

8 years agoLanguage selection on config screen
Nicolas Lœuillet [Thu, 1 Oct 2015 14:28:38 +0000 (16:28 +0200)] 
Language selection on config screen

8 years agoMerge pull request #1484 from wallabag/v2-2factor-auth
Jeremy Benoist [Thu, 15 Oct 2015 11:52:52 +0000 (13:52 +0200)] 
Merge pull request #1484 from wallabag/v2-2factor-auth

2factor authentication via email

8 years agoforgot parameters for travis 1484/head
Nicolas Lœuillet [Thu, 15 Oct 2015 11:20:44 +0000 (13:20 +0200)] 
forgot parameters for travis

8 years agomove 2factor activation in parameters
Nicolas Lœuillet [Thu, 15 Oct 2015 11:17:21 +0000 (13:17 +0200)] 
move 2factor activation in parameters

8 years agoadd tests for 2factor authentication
Nicolas Lœuillet [Wed, 14 Oct 2015 15:10:12 +0000 (17:10 +0200)] 
add tests for 2factor authentication

8 years agoMerge pull request #1475 from modos189/v2_material
Nicolas Lœuillet [Wed, 14 Oct 2015 10:01:30 +0000 (12:01 +0200)] 
Merge pull request #1475 from modos189/v2_material

V2 material

8 years ago2factor authentication via email
Nicolas Lœuillet [Tue, 13 Oct 2015 20:43:15 +0000 (22:43 +0200)] 
2factor authentication via email

8 years agoOther improvements 1475/head
Alexandr Danilov [Fri, 9 Oct 2015 10:00:15 +0000 (13:00 +0300)] 
Other improvements

8 years agoIcons in footer
Alexandr Danilov [Fri, 9 Oct 2015 09:43:42 +0000 (12:43 +0300)] 
Icons in footer

8 years agoMerge pull request #1472 from wallabag/v2-clean-views
Jeremy Benoist [Thu, 8 Oct 2015 11:44:04 +0000 (13:44 +0200)] 
Merge pull request #1472 from wallabag/v2-clean-views

fix #1470: clean material theme

8 years agoMerge pull request #1471 from wallabag/v2-bookmarklet
Jeremy Benoist [Thu, 8 Oct 2015 11:43:53 +0000 (13:43 +0200)] 
Merge pull request #1471 from wallabag/v2-bookmarklet

implement bookmarklet

8 years agofix #1470: clean material theme 1472/head
Nicolas Lœuillet [Thu, 8 Oct 2015 11:32:34 +0000 (13:32 +0200)] 
fix #1470: clean material theme

8 years agoimplement bookmarklet 1471/head
Nicolas Lœuillet [Wed, 7 Oct 2015 16:08:51 +0000 (18:08 +0200)] 
implement bookmarklet

8 years agoMerge pull request #1468 from wallabag/v2-fix-detect-theme
Nicolas Lœuillet [Tue, 6 Oct 2015 18:57:54 +0000 (20:57 +0200)] 
Merge pull request #1468 from wallabag/v2-fix-detect-theme

fix bug on detect active theme

8 years agofix bug on detect active theme 1468/head
Nicolas Lœuillet [Tue, 6 Oct 2015 18:51:40 +0000 (20:51 +0200)] 
fix bug on detect active theme

8 years agoMerge pull request #1464 from wallabag/v2-fix-type-hint
Nicolas Lœuillet [Tue, 6 Oct 2015 10:24:18 +0000 (12:24 +0200)] 
Merge pull request #1464 from wallabag/v2-fix-type-hint

fix type hint for User

8 years agofix type hint for User 1464/head
Nicolas Lœuillet [Tue, 6 Oct 2015 10:16:08 +0000 (12:16 +0200)] 
fix type hint for User

8 years agoMerge pull request #1436 from wallabag/v2-register
Jeremy Benoist [Tue, 6 Oct 2015 07:19:06 +0000 (09:19 +0200)] 
Merge pull request #1436 from wallabag/v2-register

Public registration & oAuth2 \o/

8 years agoMerge pull request #1461 from wallabag/v2-test-for-www
Jeremy Benoist [Tue, 6 Oct 2015 07:16:52 +0000 (09:16 +0200)] 
Merge pull request #1461 from wallabag/v2-test-for-www

fix #1433: add test for removeWww Twig Extension

8 years agoMerge pull request #1459 from wallabag/v2-tags-chips
Jeremy Benoist [Tue, 6 Oct 2015 07:09:56 +0000 (09:09 +0200)] 
Merge pull request #1459 from wallabag/v2-tags-chips

fix #1457 & update materialize

8 years agoadd test for removeWww Twig Extension 1461/head
Nicolas Lœuillet [Tue, 6 Oct 2015 04:34:11 +0000 (06:34 +0200)] 
add test for removeWww Twig Extension

8 years agouse form widget for registration 1436/head
Nicolas Lœuillet [Tue, 6 Oct 2015 05:44:10 +0000 (07:44 +0200)] 
use form widget for registration

8 years agorestore blue color 1459/head
Nicolas Lœuillet [Tue, 6 Oct 2015 04:14:54 +0000 (06:14 +0200)] 
restore blue color

8 years agomove css
Nicolas Lœuillet [Mon, 5 Oct 2015 20:49:46 +0000 (22:49 +0200)] 
move css

8 years agolast changes for baggy theme
Nicolas Lœuillet [Mon, 5 Oct 2015 20:45:44 +0000 (22:45 +0200)] 
last changes for baggy theme

8 years agomaterial design for register/login/recover pages
Nicolas Lœuillet [Mon, 5 Oct 2015 20:16:18 +0000 (22:16 +0200)] 
material design for register/login/recover pages

8 years agofix #1457
Thomas Citharel [Mon, 5 Oct 2015 19:37:17 +0000 (21:37 +0200)] 
fix #1457

8 years agoCleanup
Jeremy Benoist [Sat, 3 Oct 2015 11:30:12 +0000 (13:30 +0200)] 
Cleanup

- remove unecessary routing for UserBundle
- remove unused form type

8 years agomove some files to UserBundle
Nicolas Lœuillet [Sat, 3 Oct 2015 04:29:55 +0000 (06:29 +0200)] 
move some files to UserBundle

8 years agoremove old implementation for login/register/recover
Nicolas Lœuillet [Fri, 2 Oct 2015 12:51:41 +0000 (14:51 +0200)] 
remove old implementation for login/register/recover

8 years agoAdd test on RegistrationConfirmedListener
Jeremy Benoist [Thu, 1 Oct 2015 20:25:23 +0000 (22:25 +0200)] 
Add test on RegistrationConfirmedListener

And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.

8 years agoadd test for confirmed registration
Nicolas Lœuillet [Tue, 29 Sep 2015 16:11:57 +0000 (18:11 +0200)] 
add test for confirmed registration

8 years ago* rename AuthenticationListener
Nicolas Lœuillet [Tue, 29 Sep 2015 15:05:17 +0000 (17:05 +0200)] 
* rename AuthenticationListener
* add tests

8 years agocheck authentication on each API route
Nicolas Lœuillet [Tue, 29 Sep 2015 12:57:46 +0000 (14:57 +0200)] 
check authentication on each API route

8 years agoallow API documentation for anonymous
Nicolas Lœuillet [Tue, 29 Sep 2015 12:52:46 +0000 (14:52 +0200)] 
allow API documentation for anonymous

8 years ago* public registration
Nicolas Lœuillet [Tue, 29 Sep 2015 12:31:52 +0000 (14:31 +0200)] 
* public registration
* remove WSSE implementation
* add oAuth2 implementation

8 years agoMerge pull request #1447 from wallabag/v2-typo
Jeremy Benoist [Thu, 1 Oct 2015 17:58:58 +0000 (19:58 +0200)] 
Merge pull request #1447 from wallabag/v2-typo

typo

8 years agotypo 1447/head
Thomas Citharel [Thu, 1 Oct 2015 16:48:38 +0000 (18:48 +0200)] 
typo

8 years agoMerge pull request #1441 from wallabag/v2-french-translation
Jeremy Benoist [Thu, 1 Oct 2015 09:49:13 +0000 (11:49 +0200)] 
Merge pull request #1441 from wallabag/v2-french-translation

Add french translation

8 years agorestore footer 1441/head
Nicolas Lœuillet [Thu, 1 Oct 2015 09:38:59 +0000 (11:38 +0200)] 
restore footer

8 years agofrench translation
Nicolas Lœuillet [Thu, 1 Oct 2015 07:26:52 +0000 (09:26 +0200)] 
french translation

8 years agoflash messages translation
Nicolas Lœuillet [Wed, 30 Sep 2015 16:17:40 +0000 (18:17 +0200)] 
flash messages translation

8 years agofrench translation
Nicolas Lœuillet [Wed, 30 Sep 2015 16:09:18 +0000 (18:09 +0200)] 
french translation

8 years agoadd french translation
Nicolas Lœuillet [Wed, 30 Sep 2015 06:36:30 +0000 (08:36 +0200)] 
add french translation

8 years agoMerge pull request #1437 from wallabag/v2-clean-material
Jeremy Benoist [Wed, 30 Sep 2015 07:05:03 +0000 (09:05 +0200)] 
Merge pull request #1437 from wallabag/v2-clean-material

some cleanup on material theme

8 years agoMerge pull request #1439 from wallabag/v2-fix-deploy
Nicolas Lœuillet [Wed, 30 Sep 2015 06:49:00 +0000 (08:49 +0200)] 
Merge pull request #1439 from wallabag/v2-fix-deploy

fix Capistrano configuration

8 years agoMerge pull request #1440 from wallabag/v2-fix-1433
Thomas Citharel [Tue, 29 Sep 2015 21:23:58 +0000 (23:23 +0200)] 
Merge pull request #1440 from wallabag/v2-fix-1433

fix #1433: remove www. on entries view

8 years agoforgot one file 1440/head
Nicolas Lœuillet [Tue, 29 Sep 2015 21:11:27 +0000 (23:11 +0200)] 
forgot one file

8 years agoremove www. on entries view
Nicolas Lœuillet [Tue, 29 Sep 2015 20:59:44 +0000 (22:59 +0200)] 
remove www. on entries view

8 years agofix Capistrano configuration 1439/head
Nicolas Lœuillet [Tue, 29 Sep 2015 20:13:07 +0000 (22:13 +0200)] 
fix Capistrano configuration

8 years agosome cleanup on material theme 1437/head
Nicolas Lœuillet [Tue, 29 Sep 2015 18:26:32 +0000 (20:26 +0200)] 
some cleanup on material theme

8 years agoMerge pull request #1434 from wallabag/travis-db
Nicolas Lœuillet [Mon, 28 Sep 2015 20:57:11 +0000 (22:57 +0200)] 
Merge pull request #1434 from wallabag/travis-db

Add multiple database tests on Travis

8 years agoEnabled Tidy on travis for HHVM 1434/head
Jeremy Benoist [Mon, 28 Sep 2015 18:35:56 +0000 (20:35 +0200)] 
Enabled Tidy on travis for HHVM

8 years agoFix tests for all
Jeremy Benoist [Mon, 28 Sep 2015 18:26:37 +0000 (20:26 +0200)] 
Fix tests for all

8 years agoFix Postgres tests
Jeremy Benoist [Mon, 28 Sep 2015 17:35:55 +0000 (19:35 +0200)] 
Fix Postgres tests

8 years agoMove readingTime & domainName in ContentProxy
Jeremy Benoist [Mon, 28 Sep 2015 17:35:33 +0000 (19:35 +0200)] 
Move readingTime & domainName in ContentProxy

So, everything is centralized in one place when we save a new entry.

8 years agoMerge pull request #1435 from wallabag/v2-enabled-user
Nicolas Lœuillet [Sat, 26 Sep 2015 18:19:42 +0000 (20:19 +0200)] 
Merge pull request #1435 from wallabag/v2-enabled-user

Enabled created user from Config