aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2327 from wallabag/user-managementJeremy Benoist2016-10-021-114/+0
|\ | | | | Add users management UI
| * Remove NewUser test from ConfigJeremy Benoist2016-10-021-114/+0
| |
* | Merge pull request #2328 from wallabag/avoid-duplicate-urlNicolas Lœuillet2016-10-021-0/+44
|\ \ | |/ |/| Avoid duplicate url with accents
| * Remove additional entryJeremy Benoist2016-10-021-0/+9
| | | | | | | | After the test is done, cleanup what we’ve done
| * Avoid duplicate url with accentsJeremy Benoist2016-10-011-0/+35
| |
* | Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-021-1/+1
|\ \ | | | | | | Changed quickstart layout
| * | Update testJeremy Benoist2016-10-021-1/+1
| | |
* | | Merge pull request #2324 from wallabag/edit-tagging-ruleJeremy Benoist2016-10-021-13/+48
|\ \ \ | | | | | | | | Add ability to edit a tagging rule
| * | | Add ability to edit a tagging ruleJeremy Benoist2016-10-011-13/+48
| | |/ | |/|
* | | Merge pull request #2323 from wallabag/footer-statsJeremy Benoist2016-10-021-1/+17
|\ \ \ | |/ / |/| | Add simple stats in footer
| * | Add simple stats in footerJeremy Benoist2016-10-011-1/+17
| |/
* | Merge pull request #2322 from wallabag/v2-404Nicolas Lœuillet2016-10-011-5/+3
|\ \ | | | | | | Customize errors templates
| * | Customize errors templatesJeremy Benoist2016-10-011-5/+3
| |/ | | | | | | All error goes to the same template which only display the error message and the status code.
* / Create user config in one placeJeremy Benoist2016-09-301-91/+0
|/ | | | | | | | 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
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-282-3/+3
|
* Use scheduled entity insertions to avoid tag duplicateJeremy Benoist2016-09-251-0/+23
| | | | Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-241-0/+15
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-191-0/+6
|\
| * Update testJeremy Benoist2016-09-031-0/+6
| | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite.
* | 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
| * | Change share entry behaviorNicolas Lœuillet2016-08-231-1/+1
| | |
| * | Add test and fix migrationNicolas Lœuillet2016-08-231-0/+18
| | |
* | | Merge pull request #2186 from wallabag/addRegistrationJeremy Benoist2016-08-242-1/+16
|\ \ \ | |/ / |/| | Add option to disable registration
| * | Add simple testNicolas Lœuillet2016-08-242-1/+16
| | |
* | | Add tests for tag list routesNicolas Lœuillet2016-08-231-0/+31
|/ /
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-2/+18
|\|
| * Fix testsJeremy Benoist2016-08-171-2/+18
| | | | | | | | | | | | | | | | Ensure tests after the InstallCommand test will have a clean database. Previous attempt failed because of a foreign key Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures. And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file.
* | 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
* | Upgrade PHPUnit to version 5Jeremy Benoist2016-08-221-1/+5
| | | | | | | | | | | | | | | | - Fix deprecated getMock - Use PHPUnit 4 for PHP 5.5 build Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2201
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-203-1/+39
|\|
| * Change the way to login user in testsJeremy Benoist2016-06-243-1/+39
| | | | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into 2.1Jeremy Benoist2016-06-231-6/+0
|/
* Add some tests about readingTimeJeremy Benoist2016-06-231-0/+36
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-2223-0/+3653