aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Expand)AuthorAgeFilesLines
* Add more tests on Entry controllerJeremy2015-02-105-20/+114
* Merge pull request #1069 from wallabag/v2-fix-return-entriesJeremy2015-02-102-3/+3
|\
| * findEntries returns arrayNicolas Lœuillet2015-02-101-1/+1
| * change test if we have no entry in GET /api/entriesNicolas 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-102-2/+2
* | Merge pull request #1068 from wallabag/v2-api-authenticationJeremy2015-02-109-52/+83
|\ \ | |/ |/|
| * move dir check into constructorNicolas Lœuillet2015-02-101-5/+5
| * review from @j0k3rNicolas Lœuillet2015-02-101-2/+1
| * getSalt methodNicolas Lœuillet2015-02-101-2/+25
| * replace services.xml into services.ymlNicolas Lœuillet2015-02-093-32/+18
| * PSR 3Nicolas Lœuillet2015-02-091-1/+1
| * fix return on API call and fix id in clear for userNicolas Lœuillet2015-02-092-7/+4
| * log for authentication on APINicolas Lœuillet2015-02-096-19/+39
| * authentication on APINicolas Lœuillet2015-02-091-0/+6
* | Merge pull request #1063 from wallabag/v2-rename-tags-entityJeremy2015-02-093-22/+22
|\ \ | |/ |/|
| * change settings for TagsEntries modelNicolas Lœuillet2015-02-091-4/+4
| * restore TagsEntriesNicolas Lœuillet2015-02-091-0/+93
| * rename Tags entityNicolas Lœuillet2015-02-093-111/+18
* | Add some fixturesJeremy2015-02-087-44/+222
* | Add custom auth encoder & providerJeremy2015-02-083-1/+182
* | create an Entry with a User in parameterNicolas Lœuillet2015-02-081-2/+3
* | add a real relation between user and entryNicolas Lœuillet2015-02-082-26/+44
|/
* Add some tests on EntryControllerJeremy2015-02-071-1/+78
* Fix #1057Jeremy2015-02-071-1/+2
* Avoid raw javascript in templateJeremy2015-02-074-4/+3
* Remove temporary entitiesJeremy2015-02-067-824/+0
* rename User entityNicolas Lœuillet2015-02-063-14/+60
* rename Entries to EntryNicolas Lœuillet2015-02-065-61/+58
* normalize entries fieldsNicolas Lœuillet2015-02-055-34/+34
* Merge pull request #1055 from wallabag/v2-api-patch-methidJeremy2015-02-052-14/+39
|\
| * remove persist() for PATCH and DELETENicolas Lœuillet2015-02-051-2/+0
| * PATCH method, boolean for some parameters and change entity methods nameNicolas Lœuillet2015-02-052-13/+40
* | Merge pull request #1054 from wallabag/v2-api-set-title-postJeremy2015-02-051-4/+1
|\ \
| * | simplify codeNicolas Lœuillet2015-02-051-1/+1
| * | we can now set a title to the article when we use POST /api/entriesNicolas Lœuillet2015-02-051-4/+1
| |/
* / sort entries in repositoryNicolas Lœuillet2015-02-051-1/+9
|/
* change database structure for EntriesNicolas Lœuillet2015-02-041-8/+172
* change type for isRead, isFav and isDeleted fields, as said @j0k3rNicolas Lœuillet2015-02-041-13/+13
* change delete status for GET /api/entries methodNicolas Lœuillet2015-02-042-7/+8
* for GET /api/entries, star, delete and archive status are no more necessaryNicolas Lœuillet2015-02-043-11/+16
* implement delete methodNicolas Lœuillet2015-02-044-1/+42
* disable authentication for the momentNicolas Lœuillet2015-02-021-0/+9
* New wallabag installerJeremy2015-02-011-0/+165
* CSJeremy2015-01-3147-183/+153
* first implementation of securityNicolas Lœuillet2015-01-3116-31/+417
* Tests are working againJeremy2015-01-311-2/+1
* create entry via APINicolas Lœuillet2015-01-301-1/+17
* add documentation for APINicolas Lœuillet2015-01-303-32/+86
* improve APINicolas Lœuillet2015-01-291-2/+13