aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Config.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert english translation fileJeremy Benoist2016-03-201-2/+2
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Improved testsNicolas Lœuillet2016-03-181-2/+2
|
* Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+31
|
* Few phpDoc fixJeremy Benoist2016-01-031-4/+5
| | | | And some little mistakes
* Fix tagging rules orderingKévin Gomez2015-11-291-0/+1
|
* Add missing use statementKévin Gomez2015-11-111-0/+1
|
* Add TaggingRule entityKévin Gomez2015-11-111-0/+26
|
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-1/+1
| | | | Should fix #1498
* fix type hint for UserNicolas Lœuillet2015-10-061-1/+1
|
* move some files to UserBundleNicolas Lœuillet2015-10-031-1/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-5/+5
|
* CSJeremy Benoist2015-05-301-25/+31
|
* Ability to prefix tablesJeremy2015-04-011-1/+1
| | | | Will fix #799
* Add testsJeremy2015-03-311-0/+10
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-311-8/+66
| | | | will fix #1000
* Add LiipThemeBundleJeremy2015-03-011-1/+1
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Implement simple configJeremy2015-02-161-18/+89
|
* Update UserConfig schemaJeremy2015-02-161-3/+5
|
* CSJeremy2015-01-311-7/+5
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-231-0/+95