aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Update unit test for RedirectJeremy Benoist2016-11-161-61/+43
| |
* | Tried to fix testsNicolas Lœuillet2016-11-161-5/+60
| |
* | Added testsNicolas Lœuillet2016-11-162-2/+67
| |
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-163-2/+5
| | | | | | | | Fix #496
* | Use more explicit checkJeremy Benoist2016-11-071-2/+2
| |
* | Fix testsJeremy Benoist2016-11-062-2/+2
| |
* | Add Pinboard importJeremy Benoist2016-11-042-0/+202
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-035-838/+856
|\|
| * Fix testsJeremy Benoist2016-10-301-10/+2
| |
| * Added test for export by filtering with tagNicolas Lœuillet2016-10-291-0/+11
| |
| * Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-283-820/+835
| | | | | | | | Fix #2503
* | Add entry.saved event to import & restJeremy Benoist2016-11-029-39/+146
| |
* | Use custom event instead of Doctrine onesJeremy Benoist2016-11-012-18/+37
| | | | | | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* | Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+40
| | | | | | | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* | Add instance url to the downloaded imagesJeremy Benoist2016-10-301-1/+3
| |
* | Fixing testsJeremy Benoist2016-10-304-6/+25
| |
* | Use doctrine event to download imagesJeremy Benoist2016-10-302-0/+123
| |
* | Fixed migration and added testsNicolas Lœuillet2016-10-282-4/+17
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-242-2/+40
|\|
| * Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-211-1/+1
| |\ | | | | | | Some fixes
| | * Fix testJeremy Benoist2016-10-201-1/+1
| | |
| * | This test doesn’t require an internet connectionJeremy Benoist2016-10-201-2/+0
| | |
| * | If reload content failed, don’t update itJeremy Benoist2016-10-201-1/+41
| |/ | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
* | Merge pull request #2401 from wallabag/reset-accountJeremy Benoist2016-10-241-0/+145
|\ \ | | | | | | Reset account
| * | Add ability to reset some datasJeremy Benoist2016-10-221-0/+145
| | | | | | | | | | | | | | | | | | - annotations - tags - entries
* | | Add test on /api/annotationsJeremy Benoist2016-10-221-37/+99
| | | | | | | | | | | | | | | | | | | | | Fix controller forward in WallabagRestController. Update PHPDoc so it is sorted the same way as others one Duplicate all annotations test to use both api & normal way Also, make annotation tests independent to each other
* | | PHP CSNicolas Lœuillet2016-10-221-4/+4
| | |
* | | fix cs and phpdocThomas Citharel2016-10-222-7/+27
|/ /
* | Merge pull request #2372 from pmartin/api-get-entry-as-epubJeremy Benoist2016-10-121-48/+56
|\ \ | | | | | | API: ability to export entry in all available format (epub, pdf, etc...)
| * | Add entry export in APIJeremy Benoist2016-10-081-48/+56
| | | | | | | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead.
* | | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-117-28/+91
|\ \ \ | | |/ | |/|
| * | Lock deps for FOSUserJeremy Benoist2016-10-111-3/+1
| | | | | | | | | | | | | | | We’ll wait until the final release will be out and other related project will be update to support it. Meanwhile we can safely lock to a previous version.
| * | Avoid error when Redis isn't here in testsJeremy Benoist2016-10-102-0/+2
| | |
| * | Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-1/+27
| |\ \ | | | | | | | | Changed relation between API client and refresh token
| | * | Ensure access_token are removedJeremy Benoist2016-10-081-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)