Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing tagging rule repository | Kévin Gomez | 2015-11-11 | 1 | -0/+9 |
| | |||||
* | Add a form to create tagging rules | Kévin Gomez | 2015-11-11 | 4 | -1/+138 |
| | |||||
* | Add TaggingRule entity | Kévin Gomez | 2015-11-11 | 3 | -16/+164 |
| | |||||
* | PoC of rule-based tagging | Kévin Gomez | 2015-11-11 | 3 | -2/+102 |
| | |||||
* | Fix tests | Jeremy Benoist | 2015-11-09 | 2 | -1/+6 |
| | |||||
* | Fix route parameters | Jeremy Benoist | 2015-11-09 | 3 | -8/+108 |
| | | | | | Improve export tests Improve CSV export | ||||
* | use JMS Serializer | Thomas Citharel | 2015-11-09 | 2 | -13/+6 |
| | |||||
* | use the groups annotation instead of setIgnoredAttributes | Thomas Citharel | 2015-11-09 | 2 | -4/+42 |
| | |||||
* | improved function | Thomas Citharel | 2015-11-09 | 1 | -10/+6 |
| | |||||
* | add json & xml | Thomas Citharel | 2015-11-09 | 4 | -11/+102 |
| | |||||
* | Fix tests on pgsql | Jeremy Benoist | 2015-11-09 | 1 | -1/+1 |
| | |||||
* | Rework on export | Jeremy Benoist | 2015-11-09 | 4 | -133/+324 |
| | | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests | ||||
* | Start work on export | Thomas Citharel | 2015-11-09 | 6 | -4/+361 |
| | | | | | | | | For now: - ebook - mobi - pdf - csv | ||||
* | Remove duplicate comments | Jeremy Benoist | 2015-11-07 | 1 | -7/+1 |
| | |||||
* | CS | Jeremy Benoist | 2015-11-07 | 2 | -5/+5 |
| | |||||
* | Skipping PostgreSQL test that drop database | Jeremy Benoist | 2015-11-07 | 3 | -30/+48 |
| | | | | | | For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849). So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..) | ||||
* | Re-enable test on doctrine command | Jeremy Benoist | 2015-11-07 | 10 | -17/+17 |
| | | | | | | It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency. | ||||
* | Add tests on TablePrefixSubscriber | Jeremy Benoist | 2015-11-07 | 2 | -2/+121 |
| | |||||
* | Quoted entity to avoid reserved keyword | Jeremy Benoist | 2015-11-07 | 7 | -89/+55 |
| | | | | Should fix #1498 | ||||
* | Fix database already exist detection | Jeremy Benoist | 2015-11-07 | 1 | -0/+6 |
| | | | | This is not the same message exception from MySQL & SQLite with Postgres. | ||||
* | CS | Jeremy Benoist | 2015-11-07 | 1 | -2/+2 |
| | | | | Also force SYMFONY_DEPRECATIONS_HELPER for travis | ||||
* | Fix form_enctype deprecation | Jeremy Benoist | 2015-11-07 | 3 | -19/+21 |
| | | | | Use form_start instead | ||||
* | Fix security.context deprecation | Jeremy Benoist | 2015-11-07 | 4 | -12/+12 |
| | |||||
* | Fix deprecated helper in command | Jeremy Benoist | 2015-11-06 | 2 | -63/+54 |
| | |||||
* | Enable graby log | Jeremy Benoist | 2015-10-24 | 1 | -0/+4 |
| | |||||
* | redirect on last page after deletion | Nicolas Lœuillet | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | Add german translation. | Julian Oster | 2015-10-18 | 1 | -0/+130 |
| | |||||
* | Add tests on listeners | Jeremy Benoist | 2015-10-16 | 4 | -0/+147 |
| | |||||
* | Language selection on config screen | Nicolas Lœuillet | 2015-10-15 | 9 | -12/+119 |
| | |||||
* | Merge pull request #1484 from wallabag/v2-2factor-auth | Jeremy Benoist | 2015-10-15 | 7 | -1/+217 |
|\ | | | | | 2factor authentication via email | ||||
| * | move 2factor activation in parameters | Nicolas Lœuillet | 2015-10-15 | 3 | -28/+38 |
| | | |||||
| * | add tests for 2factor authentication | Nicolas Lœuillet | 2015-10-14 | 2 | -19/+58 |
| | | |||||
| * | 2factor authentication via email | Nicolas Lœuillet | 2015-10-13 | 7 | -1/+168 |
| | | |||||
* | | Other improvements | Alexandr Danilov | 2015-10-09 | 2 | -1/+9 |
| | | |||||
* | | Icons in footer | Alexandr Danilov | 2015-10-09 | 6 | -17/+109 |
|/ | |||||
* | Merge pull request #1472 from wallabag/v2-clean-views | Jeremy Benoist | 2015-10-08 | 4 | -211/+0 |
|\ | | | | | fix #1470: clean material theme | ||||
| * | fix #1470: clean material theme | Nicolas Lœuillet | 2015-10-08 | 4 | -211/+0 |
| | | |||||
* | | implement bookmarklet | Nicolas Lœuillet | 2015-10-08 | 6 | -9/+65 |
|/ | |||||
* | fix bug on detect active theme | Nicolas Lœuillet | 2015-10-06 | 2 | -4/+10 |
| | |||||
* | fix type hint for User | Nicolas Lœuillet | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1436 from wallabag/v2-register | Jeremy Benoist | 2015-10-06 | 72 | -1295/+964 |
|\ | | | | | Public registration & oAuth2 \o/ | ||||
| * | use form widget for registration | Nicolas Lœuillet | 2015-10-06 | 2 | -18/+16 |
| | | |||||
| * | move css | Nicolas Lœuillet | 2015-10-05 | 2 | -5/+6 |
| | | |||||
| * | last changes for baggy theme | Nicolas Lœuillet | 2015-10-05 | 2 | -9/+18 |
| | | |||||
| * | material design for register/login/recover pages | Nicolas Lœuillet | 2015-10-05 | 28 | -335/+384 |
| | | |||||
| * | Cleanup | Jeremy Benoist | 2015-10-03 | 2 | -89/+0 |
| | | | | | | | | | | - remove unecessary routing for UserBundle - remove unused form type | ||||
| * | move some files to UserBundle | Nicolas Lœuillet | 2015-10-03 | 14 | -6/+267 |
| | | |||||
| * | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 34 | -758/+72 |
| | | |||||
| * | Add test on RegistrationConfirmedListener | Jeremy Benoist | 2015-10-03 | 3 | -11/+115 |
| | | | | | | | | And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service. | ||||
| * | add test for confirmed registration | Nicolas Lœuillet | 2015-10-03 | 2 | -3/+26 |
| | |