Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid multiple tag creation | Jeremy Benoist | 2015-12-28 | 3 | -0/+69 |
| | | | | | | | When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528 | ||||
* | Merge pull request #1488 from wallabag/v2-slug-tags | Jeremy Benoist | 2015-12-28 | 5 | -60/+262 |
|\ | | | | | Slug for tags | ||||
| * | add slug for tags | Nicolas Lœuillet | 2015-12-28 | 5 | -60/+262 |
|/ | |||||
* | Merge pull request #1537 from bdunogier/update_lock | Jeremy Benoist | 2015-12-24 | 3 | -239/+262 |
|\ | | | | | Updated composer.lock | ||||
| * | Updated composer.lock | Bertrand Dunogier | 2015-12-23 | 3 | -239/+262 |
|/ | | | | | | | Had to restrict scheb/two-factor-bundle to ~1.4.0 because of a circular service reference. See https://github.com/scheb/two-factor-bundle/issues/33. Also updated php version requirement to 5.5.0. | ||||
* | Merge pull request #1529 from wallabag/v2-taggingrule-tablename | Jeremy Benoist | 2015-12-08 | 9 | -38/+32 |
|\ | | | | | changed table name for tagging rule | ||||
| * | 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 | 26 | -34/+1888 |
|\ | | | | | Rule based tags | ||||
| * | 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 | 6 | -11/+47 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update rulerz-bundle | Kévin Gomez | 2015-11-11 | 2 | -8/+8 |
| | | |||||
| * | 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 | 9 | -11/+149 |
| | | |||||
| * | Use a tagged version of kphoen/rulerz-bundle | Kévin Gomez | 2015-11-11 | 2 | -10/+9 |
| | | |||||
| * | 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 | 6 | -30/+855 |
| | | |||||
* | | Merge pull request #1523 from wallabag/tcitworld-patch-1 | Jeremy Benoist | 2015-12-04 | 1 | -1/+1 |
|\ \ | | | | | | | Typo | ||||
| * | | Typo | Thomas Citharel | 2015-12-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1518 from mathbruyen/smtp-from-env | Jeremy Benoist | 2015-12-03 | 1 | -1/+10 |
|\ \ | |/ |/| | Set SMTP from environment variables | ||||
| * | SMTP configuration through environment | Mathieu Bruyen | 2015-11-26 | 1 | -1/+10 |
|/ | | | | | | | | | | Configuring SMTP parameters required to be written in files which is not convenient when using docker containers as the credentials need to be in the filesystem. Created environment parameters override for those parameters. A new build script created in order to generate those parameters right before launching the application. | ||||
* | Merge pull request #1422 from wallabag/v2-ebook | Nicolas Lœuillet | 2015-11-09 | 16 | -8/+1138 |
|\ | | | | | V2 – Export entries | ||||
| * | Update deps | Jeremy Benoist | 2015-11-09 | 1 | -15/+15 |
| | | |||||
| * | 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 |
| | |