aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
Commit message (Collapse)AuthorAgeFilesLines
* Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-251-0/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add default system-wide ignore origin rules with install supportKevin Decherf2020-04-251-0/+8
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add ability to define lifetime token for the APIJeremy Benoist2020-04-082-1/+7
| | | | | It'll allow admin of a wallabag instance to define its own lifetime for the refresh token and the access token. The default value are the recommended one from the wallabag team.
* Merge pull request #4274 from AKKED/add_jaJérémy Benoist2020-03-281-0/+1
|\ | | | | add Japanese translation
| * Add Japanese translationAKKED2020-03-281-0/+1
| |
* | Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-existsJérémy Benoist2020-03-281-0/+1
|\ \ | |/ |/| Load custom.css only if exists
| * Load custom.css only if existsSimounet2020-02-071-0/+1
| |
* | Merge pull request #4281 from lizyn/zh_translationJérémy Benoist2020-03-281-0/+1
|\ \ | | | | | | Added language support for Simplified Chinese(简体中文)
| * | Added Simplified Chinese as a language optionlizyn2020-02-251-0/+1
| |/
* / Remove capistrano-related filesKevin Decherf2020-03-083-21/+0
|/ | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* fixed annoying typoSebastian Riehm2020-01-261-3/+3
|
* Update wallabag.ymlSebastian Riehm2020-01-261-3/+3
| | | reverted generic urls
* cosmetic changes:Sebastian Riehm2020-01-252-5/+5
| | | | | | - http to https - replaced generic .com by specific TLD - updated some dead urls
* Added elCurator importNicolas Lœuillet2019-11-151-0/+14
|
* Fixed default value for reading speedNicolas Lœuillet2019-09-191-1/+1
|
* 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)
* Merge pull request #3990 from wallabag/feature/sentryJérémy Benoist2019-06-052-0/+6
|\ | | | | Add Sentry support
| * Add Sentry supportJeremy Benoist2019-06-052-0/+6
| | | | | | | | Only enable in production
* | Try to force people to update the secretJérémy Benoist2019-06-051-1/+1
|/
* Keep composer.lockJeremy Benoist2019-05-291-1/+1
| | | | | | | | We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too. Now we have less contributions (sadly) so I think we won't run against that problem. Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install. It'll also be much easier to make release. Scrutinizer & Travis will be faster too.
* Configure timeoutadev2019-05-281-0/+3
|
* Use httplugadev2019-05-281-0/+19
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-1/+1
|\
| * Prepare 2.3.8 releaseJeremy Benoist2019-05-141-1/+1
| |
* | Handle redirection from previous feedsJeremy Benoist2019-04-261-0/+36
| |
* | Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-012-5/+5
|\|
| * Jump to 2.3.8-devJeremy Benoist2019-03-041-1/+1
| |
| * Prepare 2.3.7 releaseJeremy Benoist2019-03-041-1/+1
| |
| * CORS repare for apiRurik192019-02-111-4/+4
| |
* | Add backup codesJeremy Benoist2019-01-231-0/+3
| |
* | Enable OTP 2FAJeremy Benoist2019-01-233-2/+23
| | | | | | | | | | | | | | | | | | - 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
| |
* | Add a new endpoint to retrieve information from the wallabag instanceJeremy Benoist2019-01-151-3/+1
| | | | | | | | | | | | | | Useful for api client which required some information. We might add more inside them in the future. The endpoint /api/version should be avoided now as it contains not so much information rather the version.
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-1/+1
|\|
| * Jump to 2.3.7-devJérémy Benoist2019-01-111-1/+1
| |
| * Prepare 2.3.6 releaseJeremy Benoist2019-01-111-1/+1
| |
| * Jump to 2.3.6-dev and update release processJeremy Benoist2018-12-151-1/+1
| | | | | | | | Fix release archive in `release.sh` and also fix a typo in the release process
| * Prepare 2.3.5 releaseJeremy Benoist2018-12-141-1/+1
| |
| * Jump to 2.3.5-dev and update release processJeremy Benoist2018-11-251-1/+1
| | | | | | | | After the latest release, I update the documentation about it so it’s more clear
* | Remove custom Postgres classJeremy Benoist2018-11-287-8/+0
| | | | | | | | Because PG > 10 is now supported by DBAL >= 2.6.0
* | Update fixturesJeremy Benoist2018-11-281-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-251-1/+1
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * Prepare 2.3.4 releaseJeremy Benoist2018-11-231-1/+1
| |
* | Added possibility to change locale from login/register pagesNicolas Lœuillet2018-10-131-0/+1
| |
* | Add secure emailGlenn Goffin2018-10-112-8/+14
| |
* | Jump to Symfony 3.4Jeremy Benoist2018-10-045-6/+47
|/ | | | | | | 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
* Prepare 2.3.3 releaseJeremy Benoist2018-06-191-1/+1
|
* Allow login by emailFloran Brutel2018-04-011-1/+1
|