aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests following rebaseJeremy Benoist2017-05-311-2/+2
|
* CSJeremy Benoist2017-05-311-3/+3
|
* Forced date can now be a timestamp tooJeremy Benoist2017-05-311-0/+81
| | | | Add adding more tests for forced content
* Remove htmlawed and use graby insteadJeremy Benoist2017-05-311-13/+13
| | | | | Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side). Still needs some tests.
* Use graby ContentExtractor to clean htmlJeremy Benoist2017-05-311-0/+55
| | | | It might be better to re-use some graby functionalities to clean html instead of building a new system.
* Merge pull request #3168 from wallabag/instapaper-tags-importNicolas Lœuillet2017-05-314-4/+3
|\ | | | | Add support for tag in Instapaper import
| * CS & improve tags assertionsJeremy Benoist2017-05-314-4/+3
| |
* | Merge pull request #3138 from Kdecherf/2835-tagsNicolas Lœuillet2017-05-312-0/+28
|\ \ | | | | | | Ignore ActionMarkAsRead when removing tag from entry
| * | Ensure retrieved data are freshJeremy Benoist2017-05-311-0/+6
| | |
| * | TagController: ignore ActionMarkAsRead when removing tag from entryKevin Decherf2017-05-312-0/+22
| |/ | | | | | | | | | | Fixes #2835 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* / Use a better way to set input for commandJeremy Benoist2017-05-301-76/+30
|/ | | | | | Actually use the correct to way handle that http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input
* Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-301-1/+1
|\
| * Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
| |
* | CSThomas Citharel2017-05-281-6/+0
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Move Tags assigner to a separate fileThomas Citharel2017-05-272-129/+124
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Ensure download_images_enabled is disabledJeremy Benoist2017-05-191-1/+20
| | | | | | | | | | Even if the tests fail, that config must stay disabled after the test. Otherwise it might timeout on other test (because it'll try to save all other images)
* | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-191-0/+20
|\|
| * Add some testsJeremy Benoist2017-05-091-0/+20
| |
* | Added tests on logs recordsNicolas Lœuillet2017-05-121-3/+22
| |
* | Fixed testsNicolas Lœuillet2017-05-121-1/+7
| |
* | Replaced json_array with arrayNicolas Lœuillet2017-05-111-1/+1
| | | | | | | | And fixed failing test due to @j0k3r :trollface:
* | Added headers field in EntryNicolas Lœuillet2017-05-111-0/+1
| |
* | Skip auth when no credentials are foundJeremy Benoist2017-05-091-13/+27
| | | | | | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* | Merge pull request #2751 from bdunogier/2.2-guzzle_subscribers_improvementJérémy Benoist2017-05-091-1/+1
|\ \ | | | | | | Improved Guzzle subscribers extensibility
| * | Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+1
| | |
* | | Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-051-3/+9
|\ \ \ | | | | | | | | Added migrations execution after fresh install
| * | | Added migrations execution after fresh installNicolas Lœuillet2017-05-053-5/+11
| |/ /
* | | Merge pull request #2920 from wallabag/cleanduplicatescommandJérémy Benoist2017-05-053-2/+110
|\ \ \ | |/ / |/| | Clean Duplicates Command
| * | Fixed testNicolas Lœuillet2017-05-051-0/+4
| | |
| * | Fixed @j0k3r reviewNicolas Lœuillet2017-05-051-3/+3
| | |
| * | Added test for deduplicationNicolas Lœuillet2017-05-053-3/+48
| | |
| * | Add basic testsThomas Citharel2017-05-011-0/+59
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Changed export testNicolas Lœuillet2017-05-031-3/+1
| | |
* | | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-203-7/+7
|/ /
* | Added test for multiple authorsNicolas Lœuillet2017-04-101-8/+39
| |
* | Added author of articleNicolas Lœuillet2017-04-091-1/+4
| |
* | Added publication dateNicolas Lœuillet2017-04-051-0/+1
| |
* | Renamed countAllEntriesByUsername methodNicolas Lœuillet2017-03-311-1/+1
| |
* | Allow to remove all archived entriesThomas Citharel2017-03-311-0/+76
| | | | | | | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Rename method from *username to *userThomas Citharel2017-03-301-2/+2
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Search by term: extend to entries urlKevin Decherf2017-02-161-0/+24
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix phpcs and testsThomas Citharel2017-01-241-0/+1
|
* add filepath testThomas Citharel2017-01-221-0/+17
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add cli exportThomas Citharel2017-01-221-0/+60
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix registration.submit testJeremy Benoist2017-01-101-1/+1
|
* Avoid false preview imageJeremy Benoist2017-01-101-0/+41
| | | | | If the website doesn't provide an og_image, the value will be false and so it'll be saved like that in the database. We prefer to leave it as null instead of false.
* Merge pull request #2702 from wallabag/add-index-uuidNicolas Lœuillet2016-12-291-6/+6
|\ | | | | Added index on entry.uuid
| * Renamed uuid to uidNicolas Lœuillet2016-12-291-6/+6
| |
| * Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+0
| |
| * Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-0/+1
| |