Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Removed comment | Jeremy Benoist | 2015-12-29 | 1 | -9/+3 | |
| * | Fix the way to remove a tag from all user entries | Jeremy Benoist | 2015-12-29 | 3 | -10/+53 | |
| * | Cleanup tests | Jeremy Benoist | 2015-12-29 | 2 | -6/+1 | |
| * | Fix parameters regarding documentation | Jeremy Benoist | 2015-12-29 | 1 | -2/+2 | |
| * | Remove user reference in tag | Jeremy Benoist | 2015-12-29 | 13 | -99/+123 | |
* | | Merge pull request #1546 from wallabag/v2-reload-content | Nicolas Lœuillet | 2016-01-02 | 9 | -36/+109 | |
|\ \ | ||||||
| * | | Backport all icomoon from v1 | Jeremy Benoist | 2015-12-30 | 6 | -37/+42 | |
| * | | Ability to reload an entry | Jeremy Benoist | 2015-12-30 | 4 | -0/+68 | |
* | | | Fix wrong if when deleting an entry | Jeremy Benoist | 2015-12-30 | 1 | -1/+1 | |
|/ / | ||||||
* / | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 11 | -4/+260 | |
|/ | ||||||
* | Don't redirect to the content page after deletion | Jeremy Benoist | 2015-12-28 | 2 | -2/+58 | |
* | Entry data should have unique url | Jeremy Benoist | 2015-12-28 | 1 | -6/+6 | |
* | Add test on tagAllForUser | Jeremy Benoist | 2015-12-28 | 2 | -1/+26 | |
* | Avoid multiple tag creation | Jeremy Benoist | 2015-12-28 | 3 | -0/+69 | |
* | add slug for tags | Nicolas Lœuillet | 2015-12-28 | 1 | -0/+12 | |
* | php cs | Nicolas Lœuillet | 2015-12-08 | 8 | -37/+31 | |
* | changed table name for tagging rule | Nicolas Lœuillet | 2015-12-08 | 1 | -1/+1 | |
* | Merge pull request #1478 from K-Phoen/rule-based-tags | Jeremy Benoist | 2015-12-06 | 22 | -7/+1133 | |
|\ | ||||||
| * | Fix tagging rules ordering | Kévin Gomez | 2015-11-29 | 1 | -0/+1 | |
| * | Clean the tagging rule creation form | Kévin Gomez | 2015-11-16 | 2 | -3/+3 | |
| * | 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 | 3 | -1/+44 | |
| * | Document the matches operator in the FAQ | Kévin Gomez | 2015-11-13 | 1 | -2/+7 | |
| * | Add phpdoc for all Matches implementations | Kévin Gomez | 2015-11-13 | 2 | -0/+20 | |
| * | Add matches operator | Kévin Gomez | 2015-11-13 | 4 | -1/+37 | |
| * | Improve the tagging rules documentation | Kévin Gomez | 2015-11-11 | 1 | -3/+47 | |
| * | Fix the creation of the repository services | Kévin Gomez | 2015-11-11 | 1 | -4/+2 | |
| * | Use Psr\Log\NullLogger instead of creating a mock | Kévin Gomez | 2015-11-11 | 1 | -5/+8 | |
| * | Fix incorrect comment. | Kévin Gomez | 2015-11-11 | 1 | -1/+1 | |
| * | Add a few functional tests for the tagging rules creation form | Kévin Gomez | 2015-11-11 | 1 | -0/+55 | |
| * | Update baggy theme | Kévin Gomez | 2015-11-11 | 2 | -2/+35 | |
| * | Provide a way to delete tagging rules | Kévin Gomez | 2015-11-11 | 2 | -0/+30 | |
| * | Add a command to automatically tag all entries for a user | Kévin Gomez | 2015-11-11 | 6 | -8/+142 | |
| * | Validate used operators when creating tagging rules | Kévin Gomez | 2015-11-11 | 1 | -1/+4 | |
| * | 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 | 3 | -5/+21 | |
| * | Also validate used variables when creating tagging rules | Kévin Gomez | 2015-11-11 | 1 | -1/+1 | |
| * | Add naïve validation for tagging rules (only checks the syntax) | Kévin Gomez | 2015-11-11 | 1 | -0/+2 | |
| * | Rename the « Tags » tab to « Tagging rules » | Kévin Gomez | 2015-11-11 | 1 | -1/+1 | |
| * | Add tests for the StringToListTransformer class | Kévin Gomez | 2015-11-11 | 2 | -2/+62 | |
| * | Fix ContentProxyTest | Kévin Gomez | 2015-11-11 | 1 | -3/+23 | |
| * | Add missing use statement | Kévin Gomez | 2015-11-11 | 1 | -0/+1 | |
| * | Add a table explaining the available variables | Kévin Gomez | 2015-11-11 | 1 | -1/+56 | |
| * | Display the tagging rules in the config | Kévin Gomez | 2015-11-11 | 1 | -0/+12 | |
| * | 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 | |
* | | Typo | Thomas Citharel | 2015-12-04 | 1 | -1/+1 | |
|/ | ||||||
* | Fix tests | Jeremy Benoist | 2015-11-09 | 2 | -1/+6 |