aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Add custom auth encoder & providerJeremy2015-02-085-33/+215
| | | | These custom classes allow Wallabag v2 to be compatible with Wallabag v1 salted password
* create an Entry with a User in parameterNicolas Lœuillet2015-02-081-2/+3
|
* add a real relation between user and entryNicolas Lœuillet2015-02-082-26/+44
|
* Merge pull request #1066 from wallabag/v2-api-tests-entryNicolas Lœuillet2015-02-078-8/+91
|\ | | | | V2 api tests entry
| * Add some tests on EntryControllerJeremy2015-02-073-3/+86
| | | | | | | | Also, create database schema on test initialisation
| * Fix #1057Jeremy2015-02-071-1/+2
| | | | | | | | Unexisting function
| * Avoid raw javascript in templateJeremy2015-02-074-4/+3
|/ | | | It kills the Symfony Crawler :)
* Update depsJeremy2015-02-061-21/+129
|
* Merge pull request #1065 from FabienM/v2-bundles-cleanupJeremy2015-02-063-3/+0
|\ | | | | Cleanup default assets symlinks
| * Cleanup default assets symlinksFabien Meurillon2015-02-063-3/+0
|/
* Do not display download progress in TravisJeremy2015-02-061-0/+1
|
* Merge pull request #1061 from wallabag/v2-cleanup-entitiesNicolas Lœuillet2015-02-067-824/+0
|\ | | | | Remove temporary entities
| * Remove temporary entitiesJeremy2015-02-067-824/+0
|/
* Merge pull request #1060 from wallabag/api-rename-userJeremy2015-02-063-14/+60
|\ | | | | rename User entity
| * rename User entityNicolas Lœuillet2015-02-063-14/+60
|/
* Merge pull request #1059 from wallabag/rename-entryJeremy2015-02-067-91/+88
|\ | | | | Rename entry
| * 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
| |
* | remove unused filesNicolas Lœuillet2015-02-054-242/+0
| |
* | 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
| |/
* | Merge pull request #1048 from wallabag/v2-sort-entriesJeremy2015-02-051-1/+9
|\ \ | | | | | | sort entries in repository
| * | sort entries in repositoryNicolas Lœuillet2015-02-051-1/+9
| | |
* | | Update branch name in READMEJeremy2015-02-051-1/+1
| |/ |/|
* | fix travis configurationNicolas Lœuillet2015-02-051-1/+1
|/
* 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
|