aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2015-05-302-5/+5
|
* Sort by id is fasterJeremy2015-03-311-4/+4
| | | | Since it's the primary key
* Add rss for entriesJeremy2015-03-311-0/+26
| | | | will fix #1000
* Return pager into EntryRepository (for entries only)William Durand2015-03-061-3/+5
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-062-17/+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
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+13
|
* remove dumb codeNicolas Lœuillet2015-03-061-112/+1
|
* remove GET /tags/idNicolas Lœuillet2015-03-061-0/+121
|
* remove isDeleted flagNicolas Lœuillet2015-03-061-9/+1
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-2/+1
|
* Implement simple configJeremy2015-02-161-0/+9
|
* 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-2/+1
|
* normalize entries fieldsNicolas Lœuillet2015-02-051-8/+8
|
* sort entries in repositoryNicolas Lœuillet2015-02-051-1/+9
|
* change delete status for GET /api/entries methodNicolas Lœuillet2015-02-041-2/+5
|
* for GET /api/entries, star, delete and archive status are no more necessaryNicolas Lœuillet2015-02-041-6/+12
|
* implement delete methodNicolas Lœuillet2015-02-041-0/+4
|
* CSJeremy2015-01-311-4/+3
|
* first implementation of securityNicolas Lœuillet2015-01-311-0/+3
|
* add documentation for APINicolas Lœuillet2015-01-301-0/+13
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-231-0/+79