aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
Commit message (Collapse)AuthorAgeFilesLines
* Added elCurator importNicolas Lœuillet2019-11-151-0/+14
|
* Rename internal settings tableJeremy Benoist2019-08-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Configure timeoutadev2019-05-281-0/+3
|
* Use httplugadev2019-05-281-0/+19
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-011-4/+4
|\
| * CORS repare for apiRurik192019-02-111-4/+4
| |
* | Add backup codesJeremy Benoist2019-01-231-0/+3
| |
* | Enable OTP 2FAJeremy Benoist2019-01-231-2/+6
| | | | | | | | | | | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* | Removed hardcoded database versionJeremy Benoist2019-01-221-1/+0
| |
* | Remove custom Postgres classJeremy Benoist2018-11-281-1/+0
| | | | | | | | Because PG > 10 is now supported by DBAL >= 2.6.0
* | Add secure emailGlenn Goffin2018-10-111-4/+7
| |
* | Jump to Symfony 3.4Jeremy Benoist2018-10-041-0/+5
|/ | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* The 'framework.trusted_proxies' configuration key has been deprecated in ↵Jeremy Benoist2018-07-051-1/+0
| | | | Symfony 3.3
* Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-121-0/+1
|
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-3/+3
| | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* Jump to Symfony 3.3 & update others depsJeremy Benoist2017-10-091-0/+7
| | | | Also update tests urls
* Disallow html for templating formatsJeremy Benoist2017-07-091-1/+1
| | | | Using html template format will then put the html format in the allowed list for the api doc which we don’t want since the api doesn’t response for html format.
* Use a dedicated file for wallabag configJeremy Benoist2017-06-021-165/+1
|
* API user creation behing a toggleJeremy Benoist2017-06-021-0/+129
| | | | | | | | 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.
* Put default fetching error title in global configJerome Charaoui2017-06-011-0/+1
|
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-301-1/+1
|\
| * Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-1/+1
|\|
| * Prepare wallabag 2.2.3Nicolas Lœuillet2017-05-171-1/+1
| |
* | Upgraded CraueConfigBundle to 2.0Nicolas Lœuillet2017-05-121-0/+1
| |
* | Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-091-0/+4
|\ \ | | | | | | Adds Webpack support and remove Grunt
| * | add comment to config.yml to explain live reload featureThomas Citharel2017-05-041-0/+1
| | |
| * | disable default dev serverThomas Citharel2017-05-041-1/+1
| | |
| * | Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | | Added limitNicolas Lœuillet2017-05-011-0/+1
|/ /
* / Changed default value for list mode (grid instead of list)Nicolas Lœuillet2017-03-291-1/+1
|/
* Changed wallabag versionNicolas Lœuillet2017-03-021-1/+1
|
* Update RulerZKévin Gomez2017-02-051-1/+1
|
* Prepare wallabag 2.2.1 :rocket:Nicolas Lœuillet2017-01-311-1/+1
|
* Prepare wallabag 2.2.0 :rocket:Nicolas Lœuillet2017-01-271-1/+1
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-261-1/+1
|\
| * Prepare wallabag 2.1.6 :rocket:Nicolas Lœuillet2017-01-171-2/+2
| |
* | Fixed API error 'No matching accepted Response format could be determined'Nicolas Lœuillet2016-12-301-3/+3
| |
* | Moved RabbitMQ QoS to parametersNicolas Lœuillet2016-12-151-8/+8
| |
* | Added QoS for RabbitMQNicolas Lœuillet2016-12-151-0/+8
| |
* | Add default value for list_modeJeremy Benoist2016-12-121-0/+2
| |
* | Fixed logout shortcutNicolas Lœuillet2016-11-231-1/+1
| |
* | Re-use FOSUser master branchJeremy Benoist2016-11-221-2/+3
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-211-2/+4
|\|
| * Merge pull request #2624 from Rurik19/masterJeremy Benoist2016-11-211-1/+3
| |\ | | | | | | Fix #2056 update config.yml
| | * wrong spacesYuriy Evdokimov2016-11-211-2/+2
| | |
| | * Fix #2056 update config.ymlYuriy Evdokimov2016-11-211-1/+3
| | | | | | | | | Resolves refresh token lifetime issue
| * | Prepare wallabag 2.1.5 :rocket:Nicolas Lœuillet2016-11-211-1/+1
| |/
* | Added shortcutNicolas Lœuillet2016-11-191-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js