aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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-223-6/+15
|
* Adding new userJeremy2015-02-225-2/+181
|
* Updating logged in user (email, name, etc ..)Jeremy2015-02-177-20/+185
|
* Handle password changeJeremy2015-02-1710-34/+268
|
* Use a form type for entryJeremy2015-02-163-6/+32
|
* CleanupJeremy2015-02-163-28/+3
|
* 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
| |
| * csNicolas Lœuillet2015-02-111-3/+2
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-111-0/+1
| |
| * add test for api/saltsNicolas Lœuillet2015-02-111-1/+1
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-2/+1
| |
| * first test for API, need refactorNicolas Lœuillet2015-02-112-5/+25
| |
| * add test for api/saltsNicolas Lœuillet2015-02-112-3/+13
| |
| * Test for GET on empty databaseNicolas Lœuillet2015-02-111-0/+22
| |
* | remove docsNicolas Lœuillet2015-02-1185-6427/+0
| |
* | Merge pull request #1072 from wallabag/v2-entry-testNicolas Lœuillet2015-02-117-32/+177
|\ \ | |/ |/| Add more tests to Entry controller + security
| * Quick fix in build.xmlJeremy2015-02-101-1/+0
| | | | | | | | We don't need to purge the database since it was just re-created
| * Avoid user to see other entriesJeremy2015-02-102-11/+63
| | | | | | | | hehe :)
| * Add more tests on Entry controllerJeremy2015-02-105-20/+114
|/ | | | Also add more fixtures
* Merge pull request #1069 from wallabag/v2-fix-return-entriesJeremy2015-02-102-3/+3
|\ | | | | GET /api/entries returns object, no more array
| * 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-1011-55/+94
|\ \ | |/ |/| V2 api authentication
| * 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-103-7/+26
| |
| * 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-097-19/+44
| |
| * authentication on APINicolas Lœuillet2015-02-092-3/+11
| |
* | Merge pull request #1063 from wallabag/v2-rename-tags-entityJeremy2015-02-094-27/+22
|\ \ | |/ |/| Rename Tags entity
| * 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-094-116/+18
| | | | | | | | | | | | | | | | why did I delete this file? rename Tags entity rename Tags entity