aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Prepare 2.3.2 releaseJeremy Benoist2018-01-221-1/+1
|
* Prepared wallabag 2.3.1Nicolas Lœuillet2017-12-261-1/+1
|
* Remove fixed relative path for assetsKevin Decherf2017-12-201-1/+1
|
* Add missing parameter for testJeremy Benoist2017-12-181-0/+1
|
* Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-126-0/+7
|
* Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-1/+1
|
* Add craue setting to enable sharing of origin url to ShaarliKevin Decherf2017-11-251-0/+4
| | | | | | | Also fix the field name used in the query string and add it to baggy theme Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #3419 from NatJNP/patch1Jérémy Benoist2017-11-251-0/+1
|\ | | | | Add Thai language
| * Add all file thai Language for translateNatPi2017-11-241-0/+1
| |
* | Added internal setting to enable/disable headers storageNicolas Lœuillet2017-11-201-0/+4
|/
* webpack & views: replace bundles/wallabagcore with wallassetsKevin Decherf2017-10-241-2/+2
| | | | | | | This change will prevent composer from removing wallabagcore assets when installing assets. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Prepare wallabag 2.3.0Nicolas Lœuillet2017-10-201-1/+1
|
* Update prod assetsKevin Decherf2017-10-161-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* webpack: handle _global img folderKevin Decherf2017-10-161-1/+13
| | | | | | | | Fixes missing image files after composer cleaning assets Source of requireAll(): https://stackoverflow.com/a/30652110 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-147-10/+10
| | | | | 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.
* Merge pull request #3376 from wallabag/symfony-3.3Jérémy Benoist2017-10-111-0/+7
|\ | | | | Symfony 3.3