aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Config.php
Commit message (Collapse)AuthorAgeFilesLines
* Be consistent between migration & schema definitionJeremy Benoist2016-12-191-1/+1
|
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-7/+7
|
* Added list viewNicolas Lœuillet2016-11-281-0/+27
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-171-1/+1
| |
* | Added constants for redirection valuesNicolas Lœuillet2016-11-161-0/+3
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+27
|/ | | | Fix #496
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+31
|
* 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