aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-281-2/+2
| | | | for is_starred and is_archived
* Merge branch 'v2' into v2-edit-titleNicolas Lœuillet2015-06-081-3/+3
|\
| * Update to Symfony 2.7Jeremy Benoist2015-06-021-3/+3
| | | | | | | | And fix some deps instead of using dev tags
* | Add basic title editionJeremy Benoist2015-06-021-0/+48
|/ | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* Fix testsJeremy2015-04-012-6/+6
|
* Move API stuff in ApiBundleJeremy2015-04-016-223/+9
|
* Remove ability to change usernameJeremy2015-04-011-20/+17
| | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* Use lemonde instead of mailjetJeremy2015-03-312-3/+3
| | | | | | Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future. @see https://travis-ci.org/wallabag/wallabag/jobs/56246231
* Update InstallCommand testJeremy2015-03-312-4/+33
| | | | | | | | They are god damn too long to execute because it launch external command (mostly related to doctrine). So I've added a PHPUnit @group (`command-doctrine`) so that we can avoid launching them on a regular basis, like that: `phpunit --exclude-group command-doctrine`
* Add testsJeremy2015-03-313-0/+472
| | | | and fix few mistakes
* Add some testsJeremy2015-03-081-0/+45
|
* Handle forgot passwordJeremy2015-03-081-0/+97
|
* fix testsNicolas Lœuillet2015-03-061-3/+3
|
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-1/+3
|
* remove useless codeNicolas Lœuillet2015-03-061-4/+0
|
* remove debug linesNicolas Lœuillet2015-03-061-2/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-1/+3
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-0/+37
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+26
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-29/+0
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-0/+29
|
* remove isDeleted flagNicolas Lœuillet2015-03-062-12/+13
|
* Add LiipThemeBundleJeremy2015-03-011-4/+4
| | | | | | | | 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 :))
* More tests on the install commandJeremy2015-02-221-3/+216
|
* sqlite doesn't support getListDatabasesSQLJeremy2015-02-221-1/+1
|
* Improve install command & add testJeremy2015-02-221-0/+61
| | | | | | Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
* Adding new userJeremy2015-02-221-1/+88
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-5/+84
|
* Handle password changeJeremy2015-02-173-8/+96
|
* Use a form type for entryJeremy2015-02-161-1/+1
|
* Implement simple configJeremy2015-02-162-1/+97
|
* Merge pull request #1070 from wallabag/v2-api-testsJeremy2015-02-121-0/+149
|\ | | | | 1st draft for testing API
| * remove debug linesNicolas Lœuillet2015-02-121-4/+0
| |
| * test if GET /api/entries returns 1 or more resultsNicolas Lœuillet2015-02-111-0/+9
| |
| * create single test for bad headersNicolas Lœuillet2015-02-111-9/+26
| |
| * test with bad headersNicolas Lœuillet2015-02-111-0/+9
| |
| * add test for empty saltNicolas Lœuillet2015-02-111-0/+1
| |
| * phpdocNicolas Lœuillet2015-02-111-2/+2
| |
| * test line, forgot to remove itNicolas Lœuillet2015-02-111-1/+0
| |
| * DELETE entry and use of query for fetch entriesNicolas Lœuillet2015-02-111-6/+43
| |
| * refactor and test one entryNicolas Lœuillet2015-02-111-14/+43
| |
| * csNicolas Lœuillet2015-02-111-3/+2
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-111-0/+1
| |
| * add test for api/saltsNicolas Lœuillet2015-02-111-1/+1
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-2/+1
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-111-4/+24
| |
| * add test for api/saltsNicolas Lœuillet2015-02-111-2/+13
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-0/+22
| |
* | Avoid user to see other entriesJeremy2015-02-101-0/+21
| | | | | | | | hehe :)
* | Add more tests on Entry controllerJeremy2015-02-102-16/+79
|/ | | | Also add more fixtures