aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository/EntryRepository.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Sort by id is fasterJeremy2015-03-311-4/+4
| | | | Since it's the primary key
* Return pager into EntryRepository (for entries only)William Durand2015-03-061-3/+5
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-061-3/+5
|
* remove debug linesNicolas Lœuillet2015-03-061-4/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+5
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-0/+5
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-0/+11
|
* remove isDeleted flagNicolas Lœuillet2015-03-061-9/+1
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-2/+1
|
* Add more tests on Entry controllerJeremy2015-02-101-1/+0
| | | | Also add more fixtures
* Merge pull request #1069 from wallabag/v2-fix-return-entriesJeremy2015-02-101-2/+2
|\ | | | | GET /api/entries returns object, no more array
| * findEntries returns arrayNicolas Lœuillet2015-02-101-1/+1
| |
| * change phpdocNicolas Lœuillet2015-02-101-1/+1
| |
| * GET /api/entries returns object, no more arrayNicolas Lœuillet2015-02-101-1/+1
| |
* | log for authentication on APINicolas Lœuillet2015-02-091-6/+6
|/
* Add some fixturesJeremy2015-02-081-23/+40
| | | | | | Improve test, so user can login Fix some leftJoin Cleanup EntryController
* rename Entries to EntryNicolas Lœuillet2015-02-061-0/+114