aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Expand)AuthorAgeFilesLines
* Handle default value for new userJeremy2015-02-221-0/+8
* Adding new userJeremy2015-02-221-0/+20
* Updating logged in user (email, name, etc ..)Jeremy2015-02-171-2/+19
* Handle password changeJeremy2015-02-171-7/+32
* Use a form type for entryJeremy2015-02-161-5/+2
* Implement simple configJeremy2015-02-161-0/+58
* Merge pull request #1070 from wallabag/v2-api-testsJeremy2015-02-121-2/+2
|\
| * add test for empty saltNicolas Lœuillet2015-02-111-1/+1
| * phpdocNicolas Lœuillet2015-02-111-1/+1
| * first test for API, need refactorNicolas Lœuillet2015-02-111-1/+1
* | Avoid user to see other entriesJeremy2015-02-101-11/+42
|/
* Merge pull request #1069 from wallabag/v2-fix-return-entriesJeremy2015-02-101-1/+1
|\
| * change test if we have no entry in GET /api/entriesNicolas Lœuillet2015-02-101-1/+1
| * GET /api/entries returns object, no more arrayNicolas Lœuillet2015-02-101-1/+1
* | Merge pull request #1068 from wallabag/v2-api-authenticationJeremy2015-02-102-4/+25
|\ \ | |/ |/|
| * review from @j0k3rNicolas Lœuillet2015-02-101-2/+1
| * getSalt methodNicolas Lœuillet2015-02-101-2/+25
| * fix return on API call and fix id in clear for userNicolas Lœuillet2015-02-091-2/+2
| * log for authentication on APINicolas Lœuillet2015-02-091-1/+0
* | Merge pull request #1063 from wallabag/v2-rename-tags-entityJeremy2015-02-091-4/+4
|\ \ | |/ |/|
| * rename Tags entityNicolas Lœuillet2015-02-091-4/+4
* | Add some fixturesJeremy2015-02-081-12/+10
* | create an Entry with a User in parameterNicolas Lœuillet2015-02-081-2/+3
|/
* rename Entries to EntryNicolas Lœuillet2015-02-062-24/+27
* normalize entries fieldsNicolas Lœuillet2015-02-051-2/+2
* Merge pull request #1055 from wallabag/v2-api-patch-methidJeremy2015-02-051-8/+33
|\
| * 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-051-7/+34
* | 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
|/
* change delete status for GET /api/entries methodNicolas Lœuillet2015-02-041-5/+3
* for GET /api/entries, star, delete and archive status are no more necessaryNicolas Lœuillet2015-02-042-5/+4
* implement delete methodNicolas Lœuillet2015-02-042-1/+15
* disable authentication for the momentNicolas Lœuillet2015-02-021-0/+9
* CSJeremy2015-01-313-31/+21
* first implementation of securityNicolas Lœuillet2015-01-312-4/+32
* create entry via APINicolas Lœuillet2015-01-301-1/+17
* add documentation for APINicolas Lœuillet2015-01-302-32/+73
* improve APINicolas Lœuillet2015-01-291-2/+13
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-292-8/+157
* bundle for APINicolas Lœuillet2015-01-281-21/+0
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-282-0/+29
* replace legacy calls with new oneNicolas Lœuillet2015-01-271-2/+2
* refactoring for fetching contentNicolas Lœuillet2015-01-261-4/+7
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-232-0/+204