aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rewrote Pocket ImportJeremy Benoist2016-01-029-210/+357
* Fix the way to check for an existing entryJeremy Benoist2016-01-021-2/+2
* Update after previous mergeJeremy Benoist2016-01-0210-112/+83
* First test on PocketImportJeremy Benoist2016-01-023-77/+202
* Update url & service nameJeremy Benoist2016-01-026-13/+56
* Change the way to check for an existing entryJeremy Benoist2016-01-024-12/+20
* - remove importers configurationNicolas Lœuillet2016-01-026-37/+31
* fix #1502 avoid duplicate entry and store pocket url in configNicolas Lœuillet2016-01-026-36/+79
* assign tags to entries and add lastPocketImport attribute to userNicolas Lœuillet2016-01-023-12/+89
* create ImportController to list importersNicolas Lœuillet2016-01-025-5/+49
* service callNicolas Lœuillet2016-01-021-2/+2
* refactor pocket importNicolas Lœuillet2016-01-027-105/+202
* 1st draft for Pocket import via APINicolas Lœuillet2016-01-024-1/+174
* 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
* Merge pull request #1545 from wallabag/v2-user-tagNicolas Lœuillet2016-01-0213-103/+159
|\
| * Removed commentJeremy Benoist2015-12-291-9/+3
| * Fix the way to remove a tag from all user entriesJeremy Benoist2015-12-293-10/+53
| * Cleanup testsJeremy Benoist2015-12-292-6/+1
| * Fix parameters regarding documentationJeremy Benoist2015-12-291-2/+2
| * Remove user reference in tagJeremy Benoist2015-12-2913-99/+123
* | 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-2911-4/+260
|/
* 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-0622-7/+1133
|\
| * 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