aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed @j0k3r's reviewchange-locale-registerNicolas Lœuillet2017-12-121-1/+1
|
* Added possibility to change locale from login/register pagesNicolas Lœuillet2017-12-121-0/+19
|
* CSJeremy Benoist2017-10-091-1/+1
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-71/+69
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-14/+7
|
* remove craueconfig domain name setting and add a proper one in parametersThomas Citharel2017-06-061-1/+1
|
* Isolated testsadev2017-05-311-2/+2
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Renamed methodsNicolas Lœuillet2017-03-311-2/+2
|
* Refactored codeNicolas Lœuillet2017-03-311-24/+16
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-1/+58
| | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix tests & deprecation noticeJeremy Benoist2016-12-151-5/+5
|
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-1/+1
|
* Added list viewNicolas Lœuillet2016-11-281-0/+21
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-0/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Changed behavior when we change languageNicolas Lœuillet2016-11-101-0/+2
| | | | | | | | No need to disconnect to apply the language substitution
* | CleanupJeremy Benoist2016-11-031-2/+0
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+1
| |
* | CSJeremy Benoist2016-10-221-3/+4
| |
* | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| |
* | Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-11/+30
| | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+42
| | | | | | | | | | | | - annotations - tags - entries
* | CSJeremy Benoist2016-10-081-11/+11
| |
* | Logout user before deleting itJeremy Benoist2016-10-081-20/+23
| | | | | | | | And add a smal description
* | Added check if there is only one userNicolas Lœuillet2016-10-081-0/+14
| | | | | | | | Added translations and documentation
* | CSThomas Citharel2016-10-081-7/+7
| |
* | workThomas Citharel2016-10-081-0/+20
|/
* Cleanup & add link on baggy menuJeremy Benoist2016-10-021-2/+0
|
* Add users management UIJeremy Benoist2016-10-021-27/+0
| | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* CSJeremy Benoist2016-10-011-2/+2
|
* Introduce validateRuleActionJeremy Benoist2016-10-011-5/+13
|
* Add ability to edit a tagging ruleJeremy Benoist2016-10-011-1/+33
|
* Create user config in one placeJeremy Benoist2016-09-301-11/+7
| | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Fix reading speed not defined when user was created via config pageNicolas Lœuillet2016-04-301-0/+1
| | | | Fix #2004
* Convert array + phpDocJeremy Benoist2016-04-121-19/+19
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add flashes messagesJeremy Benoist2016-03-201-9/+9
|
* Improve test failure readabilityJeremy Benoist2016-03-201-1/+1
| | | | | If the response content isn't the one expected, instead of checking into the whole DOM (with node tag, etc ..) we only check the text. So if it fails, phpunit will display only the text, not all node tag. It'll be easier to read.
* Improve testsJeremy Benoist2016-03-111-1/+0
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Add testsJeremy Benoist2016-02-221-9/+5
|
* Use internal config instead for demoJeremy Benoist2016-02-221-1/+1
|
* add a username for demonstration modeNicolas Lœuillet2016-02-221-6/+6
|
* typoNicolas Lœuillet2016-02-221-1/+1
|
* Demonstration mode to prevent password changesNicolas Lœuillet2016-02-221-7/+14
|
* CSJeremy Benoist2016-02-121-2/+3
|
* Add missing translationsJeremy Benoist2016-02-121-1/+1
|
* Redirect to the right tab on /configJeremy Benoist2016-02-121-7/+12
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-041-4/+5
|\ | | | | Settings page
| * Use alias to get container parametersJeremy Benoist2016-01-311-4/+4
| |
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-311-0/+1
| |
| * Move default configuration out of parametersJeremy Benoist2016-01-311-4/+4
| | | | | | | | These default configuration value shouldn't be in parameters.yml.
* | SensioLabsInsight fixesNicolas Lœuillet2016-01-221-1/+1
|/