Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Jeremy Benoist | 2016-01-31 | 1 | -0/+1 |
* | Add for deleting rule from an other user | Jeremy Benoist | 2016-01-22 | 1 | -6/+49 |
* | Fix bad type after using findByUrlAndUserId | Jeremy Benoist | 2016-01-21 | 1 | -3/+28 |
* | Add tests on TagAllCommand | Jeremy Benoist | 2016-01-21 | 1 | -0/+60 |
* | Merge pull request #1583 from wallabag/v2-fix-delete | Nicolas Lœuillet | 2016-01-15 | 2 | -10/+27 |
|\ | |||||
| * | Fix `findOneByUrl` side effect in tests | Jeremy Benoist | 2016-01-15 | 2 | -10/+27 |
* | | Merge pull request #1524 from wallabag/sf2.8 | Nicolas Lœuillet | 2016-01-15 | 8 | -20/+20 |
|\ \ | |/ |/| | |||||
| * | Symfony Upgrade Fixer FTW | Jeremy Benoist | 2016-01-15 | 8 | -20/+20 |
* | | Quickstart for beginners | Nicolas Lœuillet | 2016-01-15 | 1 | -4/+34 |
|/ | |||||
* | Merge pull request #1545 from wallabag/v2-user-tag | Nicolas Lœuillet | 2016-01-02 | 1 | -5/+4 |
|\ | |||||
| * | Cleanup tests | Jeremy Benoist | 2015-12-29 | 1 | -2/+1 |
| * | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 2 | -8/+8 |
* | | Ability to reload an entry | Jeremy Benoist | 2015-12-30 | 1 | -0/+32 |
* | | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 1 | -2/+2 |
|/ | |||||
* | Don't redirect to the content page after deletion | Jeremy Benoist | 2015-12-28 | 1 | -0/+46 |
* | Add test on tagAllForUser | Jeremy Benoist | 2015-12-28 | 1 | -0/+26 |
* | Avoid multiple tag creation | Jeremy Benoist | 2015-12-28 | 1 | -0/+20 |
* | php cs | Nicolas Lœuillet | 2015-12-08 | 4 | -25/+23 |
* | Assert that the tag has is the good one | Kévin Gomez | 2015-11-16 | 1 | -1/+4 |
* | Add a quick test | Kévin Gomez | 2015-11-13 | 2 | -1/+36 |
* | Use Psr\Log\NullLogger instead of creating a mock | Kévin Gomez | 2015-11-11 | 1 | -5/+8 |
* | Add a few functional tests for the tagging rules creation form | Kévin Gomez | 2015-11-11 | 1 | -0/+55 |
* | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 1 | -5/+14 |
* | Add tests for the RuleBasedTagger class | Kévin Gomez | 2015-11-11 | 1 | -0/+158 |
* | Errors in the automatic tagging do not prevent the entry from being added | Kévin Gomez | 2015-11-11 | 1 | -3/+8 |
* | Add tests for the StringToListTransformer class | Kévin Gomez | 2015-11-11 | 1 | -0/+50 |
* | Fix ContentProxyTest | Kévin Gomez | 2015-11-11 | 1 | -3/+23 |
* | Fix tests | Jeremy Benoist | 2015-11-09 | 1 | -1/+0 |
* | Fix route parameters | Jeremy Benoist | 2015-11-09 | 1 | -4/+89 |
* | add json & xml | Thomas Citharel | 2015-11-09 | 1 | -0/+34 |
* | Fix tests on pgsql | Jeremy Benoist | 2015-11-09 | 1 | -1/+1 |
* | Rework on export | Jeremy Benoist | 2015-11-09 | 1 | -0/+116 |
* | 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 | 2 | -29/+42 |
* | Re-enable test on doctrine command | Jeremy Benoist | 2015-11-07 | 7 | -12/+12 |
* | Add tests on TablePrefixSubscriber | Jeremy Benoist | 2015-11-07 | 1 | -0/+115 |
* | Fix deprecated helper in command | Jeremy Benoist | 2015-11-06 | 1 | -42/+30 |
* | Add tests on listeners | Jeremy Benoist | 2015-10-16 | 2 | -0/+142 |
* | Language selection on config screen | Nicolas Lœuillet | 2015-10-15 | 1 | -7/+2 |
* | move 2factor activation in parameters | Nicolas Lœuillet | 2015-10-15 | 1 | -28/+34 |
* | add tests for 2factor authentication | Nicolas Lœuillet | 2015-10-14 | 1 | -0/+58 |
* | implement bookmarklet | Nicolas Lœuillet | 2015-10-08 | 1 | -0/+25 |
* | fix bug on detect active theme | Nicolas Lœuillet | 2015-10-06 | 1 | -3/+3 |
* | Merge pull request #1436 from wallabag/v2-register | Jeremy Benoist | 2015-10-06 | 6 | -225/+130 |
|\ | |||||
| * | move some files to UserBundle | Nicolas Lœuillet | 2015-10-03 | 2 | -2/+2 |
| * | remove old implementation for login/register/recover | Nicolas Lœuillet | 2015-10-03 | 6 | -339/+20 |
| * | Add test on RegistrationConfirmedListener | Jeremy Benoist | 2015-10-03 | 1 | -0/+92 |
| * | add test for confirmed registration | Nicolas Lœuillet | 2015-10-03 | 1 | -1/+26 |
| * | * rename AuthenticationListener | Nicolas Lœuillet | 2015-10-03 | 1 | -0/+93 |