aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
| * | | Merge pull request #2393 from wallabag/api-urls-existNicolas Lœuillet2016-10-081-0/+16
| |\ \ \ | | | | | | | | | | Ability to check multiple urls in API
| | * | | Ability to check multiple urls in APIJeremy Benoist2016-10-071-0/+16
| | | |/ | | |/|
| * / | Ensure orphan tag are remove in APIJeremy Benoist2016-10-073-24/+45
| |/ / | | | | | | | | | | | | | | | When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it. Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
* | | Better display and descriptionJeremy Benoist2016-10-081-3/+4
| | | | | | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | | Fix some testsJeremy Benoist2016-10-081-13/+26
| | |
* | | Added a test to check if entries are also deletedNicolas Lœuillet2016-10-081-0/+21
| | |
* | | Changed testsNicolas Lœuillet2016-10-081-2/+2
| | |
* | | Added testsNicolas Lœuillet2016-10-081-0/+85
|/ /
* | Merge pull request #2389 from wallabag/add-info-publich-articlesNicolas Lœuillet2016-10-071-0/+1
|\ \ | | | | | | Added default picture if preview picture is null
| * | Added default picture if preview picture is nullNicolas Lœuillet2016-10-071-0/+1
| | |
* | | Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | | | | | | | | | Fix #2380
* | | Merge pull request #2383 from wallabag/add-info-publich-articlesNicolas Lœuillet2016-10-071-1/+4
|\| | | | | | | | Added OpenGraph support for public articles
| * | Added test for OpenGraphNicolas Lœuillet2016-10-071-1/+4
| | |
* | | Fix tag testJeremy Benoist2016-10-072-12/+16
| | |
* | | Fix relations export for EntryJeremy Benoist2016-10-071-9/+28
|/ / | | | | | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* | Fix typo & add testJeremy Benoist2016-10-051-0/+7
| |
* | Create config even if user is disabledJeremy Benoist2016-10-041-20/+0
|/ | | | | When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event. There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.
* Fix parameters in API _linksJeremy Benoist2016-10-021-1/+99
| | | | We forgot to pass them to the factory
* Merge pull request #2327 from wallabag/user-managementJeremy Benoist2016-10-022-114/+82
|\ | | | | Add users management UI
| * Disabled delete button for the logged userJeremy Benoist2016-10-021-0/+11
| | | | | | | | To avoid some bad things to happen…
| * Remove NewUser test from ConfigJeremy Benoist2016-10-021-114/+0
| |
| * Add users management UIJeremy Benoist2016-10-021-0/+71
| | | | | | | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)
* | Merge pull request #2325 from wallabag/api-entries-existsNicolas Lœuillet2016-10-021-0/+22
|\ \ | | | | | | Add an exists endpoint in API