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 | ||||
* | Prepare 2.3.3 release | Jeremy Benoist | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Allow login by email | Floran Brutel | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.2 release | Jeremy Benoist | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Prepared wallabag 2.3.1 | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+1 |
| | |||||
* | Remove fixed relative path for assets | Kevin Decherf | 2017-12-20 | 1 | -1/+1 |
| | |||||
* | Add missing parameter for test | Jeremy Benoist | 2017-12-18 | 1 | -0/+1 |
| | |||||
* | Add custom driver & schema manager for PostgreSQL 10 | Jeremy Benoist | 2017-12-12 | 6 | -0/+7 |
| | |||||
* | Fix All RSS not accessible if not logged in + Tests | Christophe VERGNE | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Add craue setting to enable sharing of origin url to Shaarli | Kevin Decherf | 2017-11-25 | 1 | -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/patch1 | Jérémy Benoist | 2017-11-25 | 1 | -0/+1 |
|\ | | | | | Add Thai language | ||||
| * | Add all file thai Language for translate | NatPi | 2017-11-24 | 1 | -0/+1 |
| | | |||||
* | | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 1 | -0/+4 |
|/ | |||||
* | webpack & views: replace bundles/wallabagcore with wallassets | Kevin Decherf | 2017-10-24 | 1 | -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.0 | Nicolas Lœuillet | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Update prod assets | Kevin Decherf | 2017-10-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | webpack: handle _global img folder | Kevin Decherf | 2017-10-16 | 1 | -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_dir | Nicolas Hart | 2017-10-14 | 7 | -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.3 | Jérémy Benoist | 2017-10-11 | 1 | -0/+7 |
|\ | | | | | Symfony 3.3 | ||||
| * | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 1 | -0/+7 |
| | | | | | | | | Also update tests urls | ||||
* | | add Russian language | Олег | 2017-10-10 | 1 | -0/+1 |
|/ | |||||
* | 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. | ||||
* | Add css on share public page | Thomas Citharel | 2017-06-22 | 1 | -0/+1 |
| | |||||
* | Fix linter issue on webpack config files | Jeremy Benoist | 2017-06-22 | 3 | -42/+40 |
| | |||||
* | Add RSS tags feeds | Jeremy Benoist | 2017-06-21 | 1 | -0/+1 |
| | |||||
* | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -0/+1 |
| | |||||
* | 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 | 3 | -3/+1 |
| | |||||
* | fix tests | Thomas Citharel | 2017-06-06 | 1 | -0/+1 |
| | |||||
* | add migration | Thomas Citharel | 2017-06-06 | 1 | -4/+0 |
| | |||||
* | remove craueconfig domain name setting and add a proper one in parameters | Thomas Citharel | 2017-06-06 | 2 | -0/+3 |
| | |||||
* | Use a dedicated file for wallabag config | Jeremy Benoist | 2017-06-02 | 2 | -165/+165 |
| | |||||
* | API user creation behing a toggle | Jeremy Benoist | 2017-06-02 | 2 | -0/+130 |
| | | | | | | | | 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. | ||||
* | Merge pull request #2708 from jcharaoui/import-disablecontentupdate | Jérémy Benoist | 2017-06-02 | 1 | -0/+1 |
|\ | | | | | Import disableContentUpdate | ||||
| * | Put default fetching error title in global config | Jerome Charaoui | 2017-06-01 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #3171 from wallabag/drop-fucking-sqlite | Nicolas Lœuillet | 2017-06-01 | 1 | -5/+6 |
|\ \ | |/ |/| | Defined MySQL as the default rdbms for wallabag | ||||
| * | 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 |
| | | |||||
* | | Isolated tests | adev | 2017-05-31 | 5 | -3/+10 |
|/ | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | 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 | 2 | -0/+9 |
| | | |||||
* | | Merge pull request #3022 from wallabag/webpack | Thomas Citharel | 2017-05-09 | 5 | -3/+208 |
|\ \ | | | | | | | 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 | 5 | -3/+207 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |