aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* NotificationsThomas Citharel2017-06-231-0/+32
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix testsJeremy Benoist2017-06-211-1/+1
|
* Add RSS tags feedsJeremy Benoist2017-06-211-8/+33
|
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-202-0/+192
|\ | | | | Store credentials in DB
| * Fix reviewsThomas Citharel2017-06-202-2/+1
| | | | | | | | | | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Crypt site credential passwordJeremy Benoist2017-06-201-1/+1
| |
| * Add a live test for restricted articleJeremy Benoist2017-06-202-22/+75
| | | | | | | | | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
| * Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+140
| |
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+14
|/
* Merge pull request #3173 from wallabag/domain-name-paramJérémy Benoist2017-06-101-1/+1
|\ | | | | remove craueconfig domain name setting and add a proper one in parame…
| * Promote httpsJeremy Benoist2017-06-091-1/+1
| |
| * ReviewJeremy Benoist2017-06-081-1/+1
| |
* | Cleanup testJeremy Benoist2017-06-091-1/+0
| | | | | | | | | | Looks like we didn't ALWAYS get a value for language from 20minutes. Ahem.
* | Convert - to _ in languageJeremy Benoist2017-06-091-4/+8
| | | | | | | | Mostly to increase language supports
* | Use Locale instead of LanguageJeremy Benoist2017-06-091-14/+78
|/
* Rewrote code & fix testsJeremy Benoist2017-06-011-1/+1
|
* Isolated testsadev2017-05-314-187/+244
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Ensure retrieved data are freshJeremy Benoist2017-05-311-0/+6
|
* TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-311-0/+4
| | | | | | Fixes #2835 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Ensure download_images_enabled is disabledJeremy Benoist2017-05-191-1/+20
| | | | | Even if the tests fail, that config must stay disabled after the test. Otherwise it might timeout on other test (because it'll try to save all other images)
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-0/+20
|\
| * Add some testsJeremy Benoist2017-05-091-0/+20
| |
* | Replaced json_array with arrayNicolas Lœuillet2017-05-111-1/+1
| | | | | | | | And fixed failing test due to @j0k3r :trollface:
* | Added headers field in EntryNicolas Lœuillet2017-05-111-0/+1
| |
* | Changed export testNicolas Lœuillet2017-05-031-3/+1
| |
* | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-203-7/+7
| |
* | Added test for multiple authorsNicolas Lœuillet2017-04-101-8/+39
| |
* | Added author of articleNicolas Lœuillet2017-04-091-1/+4
| |
* | Added publication dateNicolas Lœuillet2017-04-051-0/+1
| |
* | Renamed countAllEntriesByUsername methodNicolas Lœuillet2017-03-311-1/+1
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-311-0/+76
| | | | | | | | | | | | 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>
* | Rename method from *username to *userThomas Citharel2017-03-301-2/+2
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Search by term: extend to entries urlKevin Decherf2017-02-161-0/+24
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix registration.submit testJeremy Benoist2017-01-101-1/+1
|
* Merge pull request #2702 from wallabag/add-index-uuidNicolas Lœuillet2016-12-291-6/+6
|\ | | | | Added index on entry.uuid
| * Renamed uuid to uidNicolas Lœuillet2016-12-291-6/+6
| |
| * Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+0
| |
| * Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-0/+1
| |
* | Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-272-3/+3
|/
* Limit rule to 255Jeremy Benoist2016-12-031-0/+23
| | | | To avoid database error
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-0/+2
|
* Added test for list viewNicolas Lœuillet2016-11-281-1/+18
|
* Enforce lowercase on domain name filterKevin Decherf2016-11-261-0/+9
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Re-use FOSUser master branchJeremy Benoist2016-11-221-4/+4
|
* Fix testsJeremy Benoist2016-11-201-9/+5
|
* Add RSS paginationJeremy Benoist2016-11-201-4/+53
| | | | Following https://tools.ietf.org/html/rfc5005#page-4
* Added shortcutNicolas Lœuillet2016-11-191-2/+2
|
* Added testsNicolas Lœuillet2016-11-191-0/+67
|
* 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
| |