aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1493 from wallabag/v2-pocket-import2.0.0-alpha.1Jeremy Benoist2016-01-079-10/+66
|\
| * updated testsNicolas Lœuillet2016-01-071-1/+1
| * Added french translationsNicolas Lœuillet2016-01-051-0/+12
| * Few phpDoc fixJeremy Benoist2016-01-033-9/+9
| * Add tagged services for importJeremy Benoist2016-01-021-1/+5
| * Rewrote Pocket ImportJeremy Benoist2016-01-021-11/+1
| * Fix the way to check for an existing entryJeremy Benoist2016-01-021-2/+2
| * Update after previous mergeJeremy Benoist2016-01-026-261/+0
| * Change the way to check for an existing entryJeremy Benoist2016-01-023-10/+18
| * - remove importers configurationNicolas Lœuillet2016-01-022-4/+21
| * fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-021-0/+14
| * refactor pocket importNicolas Lœuillet2016-01-021-0/+1
| * 1st draft for Pocket import via APINicolas Lœuillet2016-01-021-1/+10
| * add docs for Import featureNicolas Lœuillet2016-01-021-13/+20
| * form to upload fileNicolas Lœuillet2016-01-026-17/+108
| * create controller to launch import commandNicolas Lœuillet2016-01-023-8/+52
| * userId is now set in parametersNicolas Lœuillet2016-01-021-2/+10
| * first draft for json import, needed for wallabag v1 migrationNicolas Lœuillet2016-01-021-0/+112
* | Hide export button if we are not on entries listNicolas Lœuillet2016-01-061-0/+3
|/
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-029-63/+130
|\
| * Removed commentJeremy Benoist2015-12-291-9/+3
| * Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-291-8/+39
| * Cleanup testsJeremy Benoist2015-12-291-2/+1
| * Remove user reference in tagJeremy Benoist2015-12-2910-66/+109
* | Merge pull request #1546 from wallabag/v2-reload-contentNicolas Lœuillet2016-01-029-36/+109
|\ \
| * | Backport all icomoon from v1Jeremy Benoist2015-12-306-37/+42
| * | Ability to reload an entryJeremy Benoist2015-12-304-0/+68
* | | Fix wrong if when deleting an entryJeremy Benoist2015-12-301-1/+1
|/ /
* / Add custom email for 2FAJeremy Benoist2015-12-294-4/+18
|/
* Don't redirect to the content page after deletionJeremy Benoist2015-12-282-2/+58
* Entry data should have unique urlJeremy Benoist2015-12-281-6/+6
* Add test on tagAllForUserJeremy Benoist2015-12-282-1/+26
* Avoid multiple tag creationJeremy Benoist2015-12-283-0/+69
* add slug for tagsNicolas Lœuillet2015-12-281-0/+12
* php csNicolas Lœuillet2015-12-088-37/+31
* changed table name for tagging ruleNicolas Lœuillet2015-12-081-1/+1
* Merge pull request #1478 from K-Phoen/rule-based-tagsJeremy Benoist2015-12-0621-7/+1118
|\
| * Fix tagging rules orderingKévin Gomez2015-11-291-0/+1
| * Clean the tagging rule creation formKévin Gomez2015-11-162-3/+3
| * Assert that the tag has is the good oneKévin Gomez2015-11-161-1/+4
| * Add a quick testKévin Gomez2015-11-133-1/+44
| * Document the matches operator in the FAQKévin Gomez2015-11-131-2/+7
| * Add phpdoc for all Matches implementationsKévin Gomez2015-11-132-0/+20
| * Add matches operatorKévin Gomez2015-11-134-1/+37
| * Improve the tagging rules documentationKévin Gomez2015-11-111-3/+47
| * Fix the creation of the repository servicesKévin Gomez2015-11-111-4/+2
| * Use Psr\Log\NullLogger instead of creating a mockKévin Gomez2015-11-111-5/+8
| * Fix incorrect comment.Kévin Gomez2015-11-111-1/+1
| * Add a few functional tests for the tagging rules creation formKévin Gomez2015-11-111-0/+55
| * Update baggy themeKévin Gomez2015-11-112-2/+35