aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
Commit message (Collapse)AuthorAgeFilesLines
* Update fixturesJeremy Benoist2018-11-281-47/+0
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* API user creation behing a toggleJeremy Benoist2017-06-021-160/+14
| | | | | | | | I've added a toggle feature (in internal settings) so that user api creation can be disabled while form registration still can be enabled. Also, the /api/user endpoint shouldn't require authentication. Even if we check the authentication when sending a GET request, to retrieve current user information. I've moved all the internal settings definition to config to avoid duplicated place to define them. I don't know why we didn't did that earlier.
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-281-2/+2
|
* Scuttle sharingFrenchHope2017-03-281-0/+10
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+5
|
* Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+10
| | | | Fix #668
* Add translations & migrationJeremy Benoist2016-10-311-11/+1
|
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+15
| | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* Move settings before EntryJeremy Benoist2016-10-301-1/+1
| | | | Because we need wallabag_url to be defined when we’ll insert entries
* Update translation for piwik_hostJeremy Benoist2016-10-211-1/+1
|
* Moved Pocket token to user configJeremy Benoist2016-09-161-5/+0
|
* Enable Redis async importJeremy Benoist2016-09-111-1/+6
| | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -
* Replace RabbitMQ injection with CraueConfigurationNicolas Lœuillet2016-09-111-0/+5
|
* Add migrationNicolas Lœuillet2016-08-231-0/+5
|
* Fix internal settingsNicolas Lœuillet2016-04-091-5/+0
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Use internal config instead for demoJeremy Benoist2016-02-221-0/+10
|
* Fix #1137: implemented PiwikNicolas Lœuillet2016-02-191-0/+15
|
* Add new export configJeremy Benoist2016-01-311-0/+20
|
* CSJeremy Benoist2016-01-311-1/+1
|
* Create internal setting on install & fixturesJeremy Benoist2016-01-311-0/+113