aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation URL for "How can I help to fix that?"Damien Cassou2017-05-241-1/+1
|
* Merge pull request #3095 from aaa2000/api-error-on-fail-fetch-contentThomas Citharel2017-05-101-0/+34
|\ | | | | Create a new entry via API even when its content can't be retrieved
| * Remove the created entry to avoid side effects on other testsadev2017-05-091-8/+18
| |
| * Create a new entry via API even when its content can't be retrievedadev2017-05-081-0/+24
| | | | | | | | Fix #2988
* | Merge pull request #3076 from wallabag/hotfix/2979Nicolas Lœuillet2017-05-091-0/+20
|\ \ | | | | | | Disable negative numbers in filters
| * | Add some testsJeremy Benoist2017-05-091-0/+20
| |/
* / Fix API pagination is broken if perPage is custom valueadev2017-05-081-0/+16
|/ | | | Fix #2720
* Import: we now skip messages when user is nullNicolas Lœuillet2017-02-202-2/+4
|
* 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
| |
* | Fixed export by tags with a tag which contains spaceNicolas Lœuillet2016-12-272-3/+3
|/
* Add default value for list_modeJeremy Benoist2016-12-121-0/+2
|
* Merge pull request #2680 from wallabag/taggingrule-255Nicolas Lœuillet2016-12-061-0/+23
|\ | | | | Limit rule to 255
| * Limit rule to 255Jeremy Benoist2016-12-031-0/+23
| | | | | | | | To avoid database error
* | Revert switch to KernelTestCase for ContentProxyTestJerome Charaoui2016-12-032-20/+4
| | | | | | | | | | Define the error string manually inside the test class instead of fetching it from app config.
* | Add missing CoreKernelTestCase classJerome Charaoui2016-12-031-0/+17
| |
* | Fix WallabagV1Controller testJerome Charaoui2016-12-031-4/+4
| | | | | | | | Account for URL redirection in refreshed entry.
* | Fix ContentProxy testsJerome Charaoui2016-12-031-17/+18
|/
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-0/+2
|
* Added test for list viewNicolas Lœuillet2016-11-281-1/+18
|
* Merge pull request #2663 from wallabag/remove-fosuser-attributesNicolas Lœuillet2016-11-281-1/+0
|\ | | | | Removed FOSUser attributes removed in alpha4
| * Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-1/+0
| | | | | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* | Merge pull request #2659 from ↵Nicolas Lœuillet2016-11-284-0/+53
|\ \ | |/ |/| | | | | akovalyov/bugfix/non-latin-characters-in-reading-time-calculation Fix incorrect reading time calculation for entries in non-latin languages.
| * Fix incorrect reading time calculation for entries in languages withAndrew Kovalyov2016-11-284-0/+53
| | | | | | | | non-latin chars subset.
* | Enforce lowercase on domain name filterKevin Decherf2016-11-261-0/+9
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Re-use FOSUser master branchJeremy Benoist2016-11-221-4/+4
| |
* | Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+85
| | | | | | | | Fix #438. Thank you so much @bdunogier
* | Return 304 when content isn't reloaded using the APIJeremy Benoist2016-11-221-5/+1
| | | | | | | | | | | | Previously it was a 400 but this is more related to a real error. Using the API user should only know the content got reloaded or not. If reloaded: 200 otherwise: 304.
* | Return an explicit error if reload failJeremy Benoist2016-11-201-1/+5
| |
* | Fixing testsJeremy Benoist2016-11-201-3/+2
| |
* | Add ability to reload entry from APIJeremy Benoist2016-11-201-0/+37
| |
* | Fix testsJeremy Benoist2016-11-201-9/+5
| |
* | Add RSS paginationJeremy Benoist2016-11-201-4/+53
| | | | | | | | Following https://tools.ietf.org/html/rfc5005#page-4
* | Added shortcutNicolas Lœuillet2016-11-191-2/+2
| |
* | Added testsNicolas Lœuillet2016-11-191-0/+67
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-171-1/+1
| |
* | Check if status code is OKNicolas Lœuillet2016-11-181-0/+11
| |
* | Added http_status in Entry entityNicolas Lœuillet2016-11-182-0/+50
| |
* | Fix testsJeremy Benoist2016-11-171-5/+5
| |
* | Put log in the most common failure testsJeremy Benoist2016-11-177-26/+26
| | | | | | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis
* | CSJeremy Benoist2016-11-161-3/+0
| |