aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Handle forgot passwordJeremy2015-03-0811-5/+468
|
* Use pager in getEntries() and return Hateoas collectionWilliam Durand2015-03-061-5/+16
|
* Return pager into EntryRepository (for entries only)William Durand2015-03-061-3/+5
|
* add getUser on Tag entityNicolas Lœuillet2015-03-061-0/+8
|
* add more log on AccessDeniedExceptionNicolas Lœuillet2015-03-061-9/+13
|
* fix testsNicolas Lœuillet2015-03-061-3/+3
|
* remove JsonResponseNicolas Lœuillet2015-03-061-10/+9
|
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-063-4/+24
|
* remove useless codeNicolas Lœuillet2015-03-061-4/+0
|
* commit bug with getSaltNicolas Lœuillet2015-03-061-7/+3
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-063-34/+32
|
* remove debug linesNicolas Lœuillet2015-03-063-8/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-067-31/+131
|
* POST entries/tags with testNicolas Lœuillet2015-03-063-1/+69
|
* relation between tags and entriesNicolas Lœuillet2015-03-067-148/+60
|
* fixtures for tagNicolas Lœuillet2015-03-062-0/+100
|
* fix GET /api/entries/{entry}/tagsNicolas Lœuillet2015-03-061-1/+1
|
* add relation between entry and tagNicolas Lœuillet2015-03-066-122/+53
|
* remove dumb codeNicolas Lœuillet2015-03-063-139/+6
|
* remove GET /tags/idNicolas Lœuillet2015-03-061-0/+121
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-064-4/+86
|
* remove isDeleted flagNicolas Lœuillet2015-03-066-62/+23
|
* improve hateoas implementationNicolas Lœuillet2015-03-061-6/+5
|
* returns serialzed object for GET /entriesNicolas Lœuillet2015-03-061-1/+1
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-064-4/+19
|
* Only one pattern for LiipThemeJeremy2015-03-011-1/+0
| | | | Others patterns aren't required (but I think it's still important to have them around)
* Cleanup & simplify themeJeremy2015-03-0129-491/+158
|
* Remove old themesJeremy2015-03-01159-2668/+0
|
* Add LiipThemeBundleJeremy2015-03-01233-123/+838
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* More tests on the install commandJeremy2015-02-221-3/+216
|
* sqlite doesn't support getListDatabasesSQLJeremy2015-02-222-1/+12
|
* Improve install command & add testJeremy2015-02-224-64/+314
| | | | | | Also add fixtures for Config InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
* Handle default value for new userJeremy2015-02-222-5/+12
|
* Adding new userJeremy2015-02-225-2/+181
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-177-20/+185
|
* Handle password changeJeremy2015-02-179-34/+267
|
* Use a form type for entryJeremy2015-02-163-6/+32
|
* Implement simple configJeremy2015-02-1610-156/+347
|
* Fix indentation in templatesJeremy2015-02-165-55/+55
|
* Update UserConfig schemaJeremy2015-02-163-35/+35
|
* Merge pull request #1070 from wallabag/v2-api-testsJeremy2015-02-122-2/+151
|\ | | | | 1st draft for testing API
| * remove debug linesNicolas Lœuillet2015-02-121-4/+0
| |
| * test if GET /api/entries returns 1 or more resultsNicolas Lœuillet2015-02-111-0/+9
| |
| * create single test for bad headersNicolas Lœuillet2015-02-111-9/+26
| |
| * test with bad headersNicolas Lœuillet2015-02-111-0/+9
| |
| * add test for empty saltNicolas Lœuillet2015-02-112-1/+2
| |
| * phpdocNicolas Lœuillet2015-02-112-3/+3
| |
| * test line, forgot to remove itNicolas Lœuillet2015-02-111-1/+0
| |
| * DELETE entry and use of query for fetch entriesNicolas Lœuillet2015-02-111-6/+43
| |
| * refactor and test one entryNicolas Lœuillet2015-02-111-14/+43
| |