Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The 'framework.trusted_proxies' configuration key has been deprecated in ↵ | Jeremy Benoist | 2018-07-05 | 1 | -1/+0 |
| | | | | Symfony 3.3 | ||||
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 1 | -0/+1 |
| | |||||
* | Replace kernel.root_dir by kernel.project_dir | Nicolas Hart | 2017-10-14 | 1 | -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 deps | Jeremy Benoist | 2017-10-09 | 1 | -0/+7 |
| | | | | Also update tests urls | ||||
* | Disallow html for templating formats | Jeremy Benoist | 2017-07-09 | 1 | -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 config | Jeremy Benoist | 2017-06-02 | 1 | -165/+1 |
| | |||||
* | API user creation behing a toggle | Jeremy Benoist | 2017-06-02 | 1 | -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 config | Jerome Charaoui | 2017-06-01 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-30 | 1 | -1/+1 |
|\ | |||||
| * | Fix documentation URL for "How can I help to fix that?" | Damien Cassou | 2017-05-24 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-19 | 1 | -1/+1 |
|\| | |||||
| * | Prepare wallabag 2.2.3 | Nicolas Lœuillet | 2017-05-17 | 1 | -1/+1 |
| | | |||||
* | | Upgraded CraueConfigBundle to 2.0 | Nicolas Lœuillet | 2017-05-12 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3022 from wallabag/webpack | Thomas Citharel | 2017-05-09 | 1 | -0/+4 |
|\ \ | | | | | | | Adds Webpack support and remove Grunt | ||||
| * | | add comment to config.yml to explain live reload feature | Thomas Citharel | 2017-05-04 | 1 | -0/+1 |
| | | | |||||
| * | | disable default dev server | Thomas Citharel | 2017-05-04 | 1 | -1/+1 |
| | | | |||||
| * | | Adds Webpack support and removes the use for Grunt | Thomas Citharel | 2017-05-04 | 1 | -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 limit | Nicolas Lœuillet | 2017-05-01 | 1 | -0/+1 |
|/ / | |||||
* / | Changed default value for list mode (grid instead of list) | Nicolas Lœuillet | 2017-03-29 | 1 | -1/+1 |
|/ | |||||
* | Changed wallabag version | Nicolas Lœuillet | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | Update RulerZ | Kévin Gomez | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | Prepare wallabag 2.2.1 :rocket: | Nicolas Lœuillet | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | Prepare wallabag 2.2.0 :rocket: | Nicolas Lœuillet | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2017-01-26 | 1 | -1/+1 |
|\ | |||||
| * | Prepare wallabag 2.1.6 :rocket: | Nicolas Lœuillet | 2017-01-17 | 1 | -2/+2 |
| | | |||||
* | | Fixed API error 'No matching accepted Response format could be determined' | Nicolas Lœuillet | 2016-12-30 | 1 | -3/+3 |
| | | |||||
* | | Moved RabbitMQ QoS to parameters | Nicolas Lœuillet | 2016-12-15 | 1 | -8/+8 |
| | | |||||
* | | Added QoS for RabbitMQ | Nicolas Lœuillet | 2016-12-15 | 1 | -0/+8 |
| | | |||||
* | | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 1 | -0/+2 |
| | | |||||
* | | Fixed logout shortcut | Nicolas Lœuillet | 2016-11-23 | 1 | -1/+1 |
| | | |||||
* | | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -2/+3 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-21 | 1 | -2/+4 |
|\| | |||||
| * | Merge pull request #2624 from Rurik19/master | Jeremy Benoist | 2016-11-21 | 1 | -1/+3 |
| |\ | | | | | | | Fix #2056 update config.yml | ||||
| | * | wrong spaces | Yuriy Evdokimov | 2016-11-21 | 1 | -2/+2 |
| | | | |||||
| | * | Fix #2056 update config.yml | Yuriy Evdokimov | 2016-11-21 | 1 | -1/+3 |
| | | | | | | | | | Resolves refresh token lifetime issue | ||||
| * | | Prepare wallabag 2.1.5 :rocket: | Nicolas Lœuillet | 2016-11-21 | 1 | -1/+1 |
| |/ | |||||
* | | Added shortcut | Nicolas Lœuillet | 2016-11-19 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 1 | -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 | ||||
| * | Change version to 2.2.0-dev | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+1 |
| | | |||||
| * | Prepare wallabag 2.1.4 :rocket: | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 |
| | | |||||
| * | Prepare wallabag 2.1.3 :rocket: | Nicolas Lœuillet | 2016-11-04 | 1 | -1/+1 |
| | | |||||
* | | Added new shortcuts | Nicolas Lœuillet | 2016-11-15 | 1 | -1/+0 |
| | | |||||
* | | Changed FOSJSRouting format in config | Nicolas Lœuillet | 2016-11-15 | 1 | -1/+12 |
| | | |||||
* | | Added shortcuts | Nicolas Lœuillet | 2016-11-15 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2548 from wallabag/pinboard | Jeremy Benoist | 2016-11-08 | 1 | -0/+13 |
|\ \ | | | | | | | Add Pinboard import | ||||
| * | | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 1 | -0/+13 |
| | | | |||||
* | | | Removed Maintenance bundle | Nicolas Lœuillet | 2016-11-06 | 1 | -10/+0 |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 1 | -1/+3 |
|\| | |||||
| * | Merge pull request #2473 from pmichelazzo/master | Jeremy Benoist | 2016-10-25 | 1 | -0/+1 |
| |\ | | | | | | | Portuguese (Brazilian) translation | ||||
| | * | Update Portuguese (Brazilian) translation | Paulino Michelazzo | 2016-10-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Adding the config.yml on the package. |