aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* toggle archive / fav actionsNicolas Lœuillet2015-01-2312-44/+268
|
* article view, fav list, archive listNicolas Lœuillet2015-01-227-29/+232
|
* migrating legacy to symfonyNicolas Lœuillet2015-01-2231-20/+1825
|
* remove foo testNicolas Lœuillet2015-01-224-39/+29
|
* symfony is thereNicolas Lœuillet2015-01-22291-1300/+10960
|
* move templates into resourcesNicolas Lœuillet2015-01-21229-12/+9
|
* add some documentation at the end of installationNicolas Lœuillet2015-01-212-375/+6
|