aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-021-1/+1
|\ \ | | | | | | Changed quickstart layout
| * | Update testJeremy Benoist2016-10-021-1/+1
| |/
* / Add ability to edit a tagging ruleJeremy Benoist2016-10-011-13/+48
|/
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-2/+2
|
* Export dates from entriesJeremy Benoist2016-09-081-1/+5
|
* Add tests for untagged entriesNicolas Lœuillet2016-08-281-0/+10
|
* Merge pull request #1904 from wallabag/feature-public-modeJeremy Benoist2016-08-251-0/+43
|\ | | | | Share entry with a public URL
| * Update testJeremy Benoist2016-08-241-1/+26
| | | | | | | | and some cleanup
| * Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
| |
* | Merge pull request #2186 from wallabag/addRegistrationJeremy Benoist2016-08-241-0/+15
|\ \ | |/ |/| Add option to disable registration
| * Add simple testNicolas Lœuillet2016-08-241-0/+15
| |
* | Add tests for tag list routesNicolas Lœuillet2016-08-231-0/+31
|/
* Added name on clientThomas Citharel2016-08-221-1/+8
| | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* Change the way to login user in testsJeremy Benoist2016-06-242-1/+7
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-229-0/+2025