aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures
Commit message (Collapse)AuthorAgeFilesLines
* Add default system-wide ignore origin rules with install supportKevin Decherf2020-04-251-0/+36
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add new Ignore Origin rules tab, update ConfigControllerKevin Decherf2020-04-251-0/+36
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Rename internal settings tableJeremy Benoist2019-08-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In fact it's not _just_ a rename. We are now able to use our own entity with the CraueConfigBundle which allow us to enforce a custom length on string field and avoid error with utf8mb4 on MySQL. To fix that issue before we were in need to fork CraueConfigBundle to hard apply these length changes. The recent 2.3.0 release fix that issue. That's why we are in need to rename the table (getting rid of the bundle name from it) Also updating deps: - Updating symfony/polyfill-mbstring (v1.11.0 => v1.12.0) - Updating symfony/polyfill-ctype (v1.11.0 => v1.12.0) - Updating symfony/polyfill-php70 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-util (v1.11.0 => v1.12.0) - Updating symfony/polyfill-php56 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-intl-icu (v1.11.0 => v1.12.0) - Updating symfony/polyfill-apcu (v1.11.0 => v1.12.0) - Updating j0k3r/graby-site-config (1.0.88 => 1.0.89) - Updating php-http/message (1.7.2 => 1.8.0) - Updating symfony/polyfill-php73 (v1.11.0 => v1.12.0) - Updating symfony/http-client (v4.3.2 => v4.3.3) - Updating symfony/polyfill-php72 (v1.11.0 => v1.12.0) - Updating symfony/polyfill-intl-idn (v1.11.0 => v1.12.0) - Updating symfony/mime (v4.3.2 => v4.3.3) - Updating craue/config-bundle (dev-utf8mb4 46cfd37 => 2.3.0) - Updating masterminds/html5 (2.6.0 => 2.7.0) - Updating nette/di (v3.0.0 => v3.0.1) - Updating symfony/polyfill-iconv (v1.11.0 => v1.12.0) - Updating wallabag/php-mobi (1.0.1 => 1.1.0)
* Add ability to manually define the reading speedJeremy Benoist2019-07-081-3/+3
| | | | Instead of using a select, let the user decide its own speed.
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-4/+23
|\
| * Adding more tests to cover different scenarioJeremy Benoist2019-04-241-4/+23
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-152-117/+121
|\|
| * fixtures: refactor EntryData, TagData, add a new tagKevin Decherf2018-12-292-118/+122
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | CSJeremy Benoist2018-11-282-2/+0
| |
* | Update fixturesJeremy Benoist2018-11-286-48/+44
| |
* | Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+1
|/
* Add some tests for OriginUrl in EntryRestControllerKevin Decherf2017-11-191-0/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Multiple tag search was broken from APIJeremy Benoist2017-09-061-1/+8
| | | | | | | | | | First, the setParameter() were done on the same parameter which in fact just duplicated the condition in the SQL query (like `where t.label = 'test' and t.label = 'test'`. Changed the parameter doesn't help because the query was then wrong. Changing the way to match associated tags for an entry and it worked.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+34
|
* 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 notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-0/+7
|
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-281-2/+2
|
* Scuttle sharingFrenchHope2017-03-281-0/+10
|
* Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-271-1/+1
|
* Add default value for list_modeJeremy Benoist2016-12-121-0/+3
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+5
|
* Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+3
| | | | Fix #496
* 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
|
* Fix relations export for EntryJeremy Benoist2016-10-071-0/+4
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Moved Pocket token to user configJeremy Benoist2016-09-162-5/+3
|
* 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
|
* Add tests for tag list routesNicolas Lœuillet2016-08-231-0/+7
|
* Change ManyToMany between entry & tagJeremy Benoist2016-06-231-1/+0
| | | | | | | | | | | | Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed
* Move fixtures to the right placeJeremy Benoist2016-06-232-6/+8
|
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix internal settingsNicolas Lœuillet2016-04-091-5/+0
| | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* Fixed fixtures for configNicolas Lœuillet2016-03-141-0/+3
|
* 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
|
* Quickstart for beginnersNicolas Lœuillet2016-01-151-0/+9
|
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-022-15/+45
|\ | | | | v2 – Remove user reference in tag
| * Remove user reference in tagJeremy Benoist2015-12-292-15/+45
| | | | | | | | Fix #1543
* | 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