aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller
Commit message (Collapse)AuthorAgeFilesLines
* add filter on domain nameNicolas Lœuillet2015-08-191-1/+23
|
* add testNicolas Lœuillet2015-08-181-1/+30
|
* add testNicolas Lœuillet2015-08-171-0/+22
|
* Merge pull request #1312 from wallabag/v2-fix-1311Jeremy Benoist2015-08-121-0/+19
|\ | | | | fix #1311, redirect after login
| * add testNicolas Lœuillet2015-08-121-0/+19
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-0/+19
|/
* Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-101-0/+28
|\ | | | | add howto page
| * remove useless lineNicolas Lœuillet2015-08-101-1/+0
| |
| * add tests for static pagesNicolas Lœuillet2015-08-101-0/+29
| |
* | unit testNicolas Lœuillet2015-08-071-0/+19
|/
* set material to default theme \o/Nicolas Lœuillet2015-08-042-2/+2
|
* 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-014-220/+6
|
* 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
* Add testsJeremy2015-03-312-0/+252
| | | | 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 :))
* Adding new userJeremy2015-02-221-1/+88
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-5/+84
|
* Handle password changeJeremy2015-02-172-7/+95
|
* Use a form type for entryJeremy2015-02-161-1/+1
|
* Implement simple configJeremy2015-02-161-0/+96
|
* 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
| |