Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add secure email | Glenn Goffin | 2018-10-11 | 1 | -4/+7 |
| | |||||
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 1 | -0/+2 |
| | |||||
* | Replace kernel.root_dir by kernel.project_dir | Nicolas Hart | 2017-10-14 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Retrieve username/password from database | Jeremy Benoist | 2017-06-20 | 1 | -3/+0 |
| | | | | Inject the current user & the repo to retrieve username/password from the database | ||||
* | Promote https | Jeremy Benoist | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Review | Jeremy Benoist | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | remove craueconfig domain name setting and add a proper one in parameters | Thomas Citharel | 2017-06-06 | 1 | -0/+2 |
| | |||||
* | Changed default database name | Nicolas Lœuillet | 2017-06-01 | 1 | -1/+1 |
| | |||||
* | Fixed @tcitworld 's review | Nicolas Lœuillet | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Defined MySQL as the default rdbms for wallabag | Nicolas Lœuillet | 2017-05-31 | 1 | -4/+5 |
| | |||||
* | Moved RabbitMQ QoS to parameters | Nicolas Lœuillet | 2016-12-15 | 1 | -0/+1 |
| | |||||
* | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 1 | -0/+3 |
| | | | | Fix #438. Thank you so much @bdunogier | ||||
* | Add ability to use Redis with password | Jeremy Benoist | 2016-11-20 | 1 | -0/+1 |
| | |||||
* | Add verification check for MySQL version | Jeremy Benoist | 2016-10-22 | 1 | -2/+2 |
| | | | | Must now be >= 5.5.4 | ||||
* | Use statements & update translation | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | Fix emoji insertion in MySQL | Jeremy Benoist | 2016-10-22 | 1 | -6/+8 |
| | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851 | ||||
* | Add ability to use socket | Jeremy Benoist | 2016-10-07 | 1 | -0/+3 |
| | | | | For Redis & MySQL | ||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 1 | -0/+4 |
| | | | | | | | | - 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` - | ||||
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 1 | -4/+0 |
| | | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it. | ||||
* | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 1 | -0/+12 |
| | |||||
* | Add option to disable registration | Thomas Citharel | 2016-08-23 | 1 | -0/+1 |
| | |||||
* | Move test parameters out of parameters.yml | Jeremy Benoist | 2016-04-12 | 1 | -8/+0 |
| | | | | The end user doesn't care to about the test database. | ||||
* | CS | Nicolas Lœuillet | 2016-02-04 | 1 | -0/+2 |
| | |||||
* | Fix #1622: parameter for FosUser confirmation | Nicolas Lœuillet | 2016-02-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1612 from wallabag/v2-settings-page | Nicolas Lœuillet | 2016-02-04 | 1 | -36/+1 |
|\ | | | | | Settings page | ||||
| * | Fix from_email & fos_user | Jeremy Benoist | 2016-01-31 | 1 | -0/+2 |
| | | |||||
| * | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -27/+1 |
| | | |||||
| * | Always include warning message | Jeremy Benoist | 2016-01-31 | 1 | -4/+0 |
| | | | | | | | | We'll remove it later, on the stable release | ||||
| * | Move default configuration out of parameters | Jeremy Benoist | 2016-01-31 | 1 | -7/+0 |
| | | | | | | | | These default configuration value shouldn't be in parameters.yml. | ||||
* | | Merge pull request #1605 from wallabag/v2-fix-sensiolabsinsight | Jeremy Benoist | 2016-02-01 | 1 | -1/+1 |
|\ \ | |/ |/| | [#1604] First draft to fix SensioLabsInsight report | ||||
| * | SensioLabsInsight fixes | Nicolas Lœuillet | 2016-01-22 | 1 | -2/+0 |
| | | |||||
| * | [#1604] First draft to fix SensioLabsInsight report | Nicolas Lœuillet | 2016-01-22 | 1 | -1/+3 |
| | | |||||
* | | fix #1620 and introduce new parameters to export | Thomas Citharel | 2016-01-24 | 1 | -0/+4 |
|/ | |||||
* | Add Docker configuration for Postgres and MariaDB | Fabien MEURILLON | 2016-01-10 | 1 | -0/+10 |
| | |||||
* | Remove real consumer key | Jeremy Benoist | 2016-01-02 | 1 | -1/+1 |
| | | | | We should never commit them :) | ||||
* | 1st draft for Pocket import via API | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+3 |
| | |||||
* | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 1 | -1/+2 |
| | | | | Related #1490 | ||||
* | Rework on export | Jeremy Benoist | 2015-11-09 | 1 | -0/+1 |
| | | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests | ||||
* | move 2factor activation in parameters | Nicolas Lœuillet | 2015-10-15 | 1 | -0/+2 |
| | |||||
* | Add multiple database tests on Travis | Jeremy Benoist | 2015-09-26 | 1 | -2/+10 |
| | |||||
* | warning bar: add parameter to dis/enable it | Nicolas Lœuillet | 2015-08-19 | 1 | -0/+4 |
| | |||||
* | set material to default theme \o/ | Nicolas Lœuillet | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Ability to prefix tables | Jeremy | 2015-04-01 | 1 | -0/+1 |
| | | | | Will fix #799 | ||||
* | Add rss for entries | Jeremy | 2015-03-31 | 1 | -0/+1 |
| | | | | will fix #1000 | ||||
* | Handle forgot password | Jeremy | 2015-03-08 | 1 | -0/+1 |
| | |||||
* | sqlite doesn't support getListDatabasesSQL | Jeremy | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Handle default value for new user | Jeremy | 2015-02-22 | 1 | -1/+3 |
| | |||||
* | Cleanup | Jeremy | 2015-02-16 | 1 | -1/+1 |
| | |||||
* | forgot one parameter | Nicolas Lœuillet | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | restore full database settings | Nicolas Lœuillet | 2015-02-04 | 1 | -0/+4 |
| |