aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | PATCH method, boolean for some parameters and change entity methods name
| * 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
|\ \ | | | | | | we can now set a title to the article when we use POST /api/entries
| * | 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
| | | | | | | | Instead of the legacy bin/install here is a symfony command that can initialize wallabag. There are still work to do on the requirements part (to be sure that wallabag can run like a charm). I've also added (but commented) the fixtures load part (which will need an extra doctrine package). We'll see that point later.
* 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
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-2912-391/+161
|
* bundle for APINicolas Lœuillet2015-01-281-21/+0
|
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-282-0/+29
|
* fix themes symlinksNicolas Lœuillet2015-01-28222-17/+8485
|
* rename test fileNicolas Lœuillet2015-01-271-0/+0
|
* replace legacy calls with new oneNicolas Lœuillet2015-01-274-3/+169
|
* refactoring for fetching contentNicolas Lœuillet2015-01-263-4/+133
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-2335-0/+2313