aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* change database structure for EntriesNicolas Lœuillet2015-02-041-8/+172
|
* forgot one parameterNicolas Lœuillet2015-02-041-0/+1
|
* restore full database settingsNicolas Lœuillet2015-02-042-5/+9
|
* 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-022-29/+39
|
* Installation should be launch manuallyJeremy2015-02-025-7/+34
| | | | Also upadte readme for v2 and define a test database (for the future)
* New wallabag installerJeremy2015-02-013-8/+167
| | | | | | | | 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.
* Merge pull request #1036 from j0k3r/refactor-update-composerNicolas Lœuillet2015-01-314-91/+526
|\ | | | | Update composer
| * Use tagged version in composerJeremy2015-01-314-91/+526
| |
* | Merge pull request #1037 from j0k3r/refactor-csNicolas Lœuillet2015-01-3147-183/+153
|\ \ | |/ |/| CS
| * CSJeremy2015-01-3147-183/+153
|/
* remove Acme and AppBundleNicolas Lœuillet2015-01-3132-788/+0
|
* first implementation of securityNicolas Lœuillet2015-01-3118-69/+469
|
* Merge pull request #1035 from j0k3r/refactorNicolas Lœuillet2015-01-315-31/+67
|\ | | | | Tests are working again
| * Tests are working againJeremy2015-01-314-8/+46
| |
| * Move phpunit into app folderKimtrip2015-01-301-8/+6
|/
* grrr, remove call to bootstrapNicolas Lœuillet2015-01-301-1/+0
|
* finally fix phpunit and travis?Nicolas Lœuillet2015-01-303-31/+31
|
* fix phpunitNicolas Lœuillet2015-01-302-40/+1
|
* fix phpunit configurationNicolas Lœuillet2015-01-301-10/+10
|
* remove bootstrap in phpunitNicolas Lœuillet2015-01-301-1/+0
|
* tell to travis that I code in PHPNicolas Lœuillet2015-01-301-0/+1
|
* create entry via APINicolas Lœuillet2015-01-302-5/+21
|
* add documentation for APINicolas Lœuillet2015-01-303-32/+86
|
* fix config for rest bundleNicolas Lœuillet2015-01-291-1/+1
|
* improve APINicolas Lœuillet2015-01-292-3/+14
|
* routing for API, trying to respect #414Nicolas Lœuillet2015-01-2917-469/+174
|
* disable dev environmentNicolas Lœuillet2015-01-281-7/+7
|
* skeleton for DELETE and PATCH methodsNicolas Lœuillet2015-01-281-2/+36
|
* bundle for APINicolas Lœuillet2015-01-286-29/+44
|
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-2811-16/+1039
|
* add dependencies for APINicolas Lœuillet2015-01-282-28/+651
|
* fix themes symlinksNicolas Lœuillet2015-01-28229-24/+8492
|
* wrong path for database fileNicolas Lœuillet2015-01-281-1/+1
|
* fix config.ymlNicolas Lœuillet2015-01-281-5/+0
|
* fix parameters configNicolas Lœuillet2015-01-282-8/+2
|
* change gitignore, last time, I promisedNicolas Lœuillet2015-01-282-1/+3
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+0
|
* change gitignoreNicolas Lœuillet2015-01-281-0/+0
|
* change gitignoreNicolas Lœuillet2015-01-282-1/+2
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+1
|
* rename test fileNicolas Lœuillet2015-01-271-0/+0
|
* replace legacy calls with new oneNicolas Lœuillet2015-01-274-3/+169
|
* remove legacy codeNicolas Lœuillet2015-01-27259-19500/+0
|
* refactoring for fetching contentNicolas Lœuillet2015-01-266-12/+135
|
* move WallabagBundle into Wallabag:CoreBundleNicolas Lœuillet2015-01-2340-62/+67
|
* some parameters, new entry form, etc.Nicolas Lœuillet2015-01-239-50/+123
|