aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add custom email for 2FAJeremy Benoist2015-12-291-2/+2
| | | | Related #1490
* Entry data should have unique urlJeremy Benoist2015-12-281-6/+6
|
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+41
| | | | | | | When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528
* Add a quick testKévin Gomez2015-11-131-0/+8
|
* Fix testsJeremy Benoist2015-11-091-0/+6
|
* move some files to UserBundleNicolas Lœuillet2015-10-031-50/+0
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+2
|
* * public registrationNicolas Lœuillet2015-10-031-2/+3
| | | | | * remove WSSE implementation * add oAuth2 implementation
* Fix tests for allJeremy Benoist2015-09-281-0/+1
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-0/+12
| | | | So, everything is centralized in one place when we save a new entry.
* Entries filter on languageJeremy Benoist2015-09-231-0/+6
| | | | + updated deps
* implement FosUserNicolas Lœuillet2015-09-111-0/+2
|
* CSJeremy Benoist2015-08-203-6/+6
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* set material to default theme \o/Nicolas Lœuillet2015-08-041-1/+1
|
* CSJeremy Benoist2015-05-301-4/+4
|
* Add testsJeremy2015-03-311-0/+20
| | | | and fix few mistakes
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-2/+19
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-2/+2
|
* relation between tags and entriesNicolas Lœuillet2015-03-062-61/+9
|
* fixtures for tagNicolas Lœuillet2015-03-061-0/+19
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-0/+42
|
* Improve install command & add testJeremy2015-02-222-1/+46
| | | | | | 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 password changeJeremy2015-02-171-2/+2
|
* Add more tests on Entry controllerJeremy2015-02-102-3/+35
| | | | Also add more fixtures
* Add some fixturesJeremy2015-02-082-0/+69
Improve test, so user can login Fix some leftJoin Cleanup EntryController