Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #1620 and introduce new parameters to export | Thomas Citharel | 2016-01-24 | 5 | -0/+20 |
| | |||||
* | [#1621] Add default address for FosUser | Nicolas Lœuillet | 2016-01-23 | 1 | -1/+3 |
| | |||||
* | Update HTML 2FA template | Jeremy Benoist | 2016-01-21 | 1 | -3/+0 |
| | | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value) | ||||
* | Merge pull request #1584 from wallabag/v2-cleanup | Jeremy Benoist | 2016-01-15 | 3 | -0/+25 |
|\ | | | | | some cleanup | ||||
| * | some cleanup: | Nicolas Lœuillet | 2016-01-15 | 3 | -0/+25 |
| | | | | | | | | | | * move capistrano config files * remove useless files | ||||
* | | remove flattr on about page | Nicolas Lœuillet | 2016-01-15 | 1 | -1/+0 |
|/ | |||||
* | Add assets config | Jeremy Benoist | 2016-01-15 | 1 | -0/+1 |
| | | | | | To avoid : > Twig_Error_Syntax: Unknown "asset" function in | ||||
* | Switch to Symfony 3 structure | Jeremy Benoist | 2016-01-15 | 2 | -3/+5 |
| | |||||
* | Remove some commented code | Jeremy Benoist | 2016-01-15 | 2 | -14/+0 |
| | |||||
* | Update bundle & stock file | Jeremy Benoist | 2016-01-15 | 4 | -11/+11 |
| | | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler | ||||
* | Add Docker configuration for Postgres and MariaDB | Fabien MEURILLON | 2016-01-10 | 1 | -0/+10 |
| | |||||
* | Installation & configuration of Doctrine Migrations | Nicolas Lœuillet | 2016-01-08 | 1 | -0/+6 |
| | |||||
* | Remove real consumer key | Jeremy Benoist | 2016-01-02 | 4 | -4/+4 |
| | | | | We should never commit them :) | ||||
* | Add tagged services for import | Jeremy Benoist | 2016-01-02 | 1 | -1/+1 |
| | | | | | | | | | - list services in /import - add url to import service - ImportBundle routing are now prefixed by /import - optimize flush in each import (flushing each 20 contents) - improve design of each import - add more tests | ||||
* | Rewrote Wallabag v1 import | Jeremy Benoist | 2016-01-02 | 1 | -0/+1 |
| | |||||
* | Update after previous merge | Jeremy Benoist | 2016-01-02 | 1 | -2/+3 |
| | | | | PR #1443 was merged into this branch to handle all import type in the same place. | ||||
* | - remove importers configuration | Nicolas Lœuillet | 2016-01-02 | 1 | -8/+0 |
| | | | | - add check on userId for findOneByURL for entries | ||||
* | fix #1502 avoid duplicate entry and store pocket url in config | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+8 |
| | |||||
* | forgot test parameters | Nicolas Lœuillet | 2016-01-02 | 3 | -0/+9 |
| | |||||
* | 1st draft for Pocket import via API | Nicolas Lœuillet | 2016-01-02 | 2 | -0/+8 |
| | |||||
* | form to upload file | Nicolas Lœuillet | 2016-01-02 | 1 | -0/+2 |
| | |||||
* | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 5 | -1/+6 |
| | | | | Related #1490 | ||||
* | add slug for tags | Nicolas Lœuillet | 2015-12-28 | 1 | -0/+9 |
| | |||||
* | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 1 | -0/+4 |
| | |||||
* | Rework on export | Jeremy Benoist | 2015-11-09 | 4 | -0/+4 |
| | | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests | ||||
* | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 1 | -1/+0 |
| | | | | Should fix #1498 | ||||
* | Fix pattern deprecation | Jeremy Benoist | 2015-11-07 | 1 | -5/+5 |
| | | | | Replaced by path | ||||
* | Add language to config.yml | Julian Oster | 2015-10-18 | 1 | -0/+1 |
| | |||||
* | Language selection on config screen | Nicolas Lœuillet | 2015-10-15 | 2 | -0/+17 |
| | |||||
* | forgot parameters for travis | Nicolas Lœuillet | 2015-10-15 | 3 | -0/+6 |
| | |||||
* | move 2factor activation in parameters | Nicolas Lœuillet | 2015-10-15 | 2 | -2/+5 |
| | |||||
* | add tests for 2factor authentication | Nicolas Lœuillet | 2015-10-14 | 1 | -2/+1 |
| | |||||
* | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 1 | -0/+13 |
| | |||||
* | material design for register/login/recover pages | Nicolas Lœuillet | 2015-10-05 | 1 | -2/+0 |
| | |||||
* | Cleanup | Jeremy Benoist | 2015-10-03 | 2 | -5/+1 |
| | | | | | - remove unecessary routing for UserBundle - remove unused form type | ||||
* | move some files to UserBundle | Nicolas Lœuillet | 2015-10-03 | 1 | -10/+0 |
| | |||||
* | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 3 | -12/+17 |
| | |||||
* | allow API documentation for anonymous | Nicolas Lœuillet | 2015-10-03 | 2 | -2/+4 |
| | |||||
* | * public registration | Nicolas Lœuillet | 2015-10-03 | 5 | -20/+31 |
| | | | | | * remove WSSE implementation * add oAuth2 implementation | ||||
* | forgot one file | Nicolas Lœuillet | 2015-09-29 | 1 | -0/+6 |
| | |||||
* | Add multiple database tests on Travis | Jeremy Benoist | 2015-09-26 | 5 | -5/+192 |
| | |||||
* | implement FosUser | Nicolas Lœuillet | 2015-09-11 | 2 | -23/+11 |
| | |||||
* | fix #1357, truncate domain name if it's too loooong | Nicolas Lœuillet | 2015-08-24 | 1 | -0/+5 |
| | |||||
* | Fix date filter on same day | Jeremy Benoist | 2015-08-22 | 1 | -0/+1 |
| | | | | Fix #1379 | ||||
* | CS | Jeremy Benoist | 2015-08-20 | 1 | -0/+1 |
| | |||||
* | warning bar: add parameter to dis/enable it | Nicolas Lœuillet | 2015-08-19 | 2 | -0/+5 |
| | |||||
* | Merge pull request #1323 from wallabag/v2-1302-checkbox | Jeremy Benoist | 2015-08-12 | 1 | -0/+6 |
|\ | | | | | fix #1302: add 'stay connected' checkbox | ||||
| * | add 'stay connected' checkbox | Nicolas Lœuillet | 2015-08-12 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #1312 from wallabag/v2-fix-1311 | Jeremy Benoist | 2015-08-12 | 1 | -2/+2 |
|\ \ | |/ |/| | fix #1311, redirect after login | ||||
| * | fix #1311, redirect after login | Nicolas Lœuillet | 2015-08-10 | 1 | -2/+2 |
| | |