aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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!)
* | 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
| * | Add test when url doesn’t existJeremy Benoist2016-10-011-0/+11
| | |
| * | Add an exists endpoint in APIJeremy Benoist2016-10-011-0/+11
| | | | | | | | | | | | It should allow third party to check if an url was already saved by a user
* | | Merge pull request #2328 from wallabag/avoid-duplicate-urlNicolas Lœuillet2016-10-021-0/+44
|\ \ \ | |_|/ |/| | Avoid duplicate url with accents
| * | Remove additional entryJeremy Benoist2016-10-021-0/+9
| | | | | | | | | | | | After the test is done, cleanup what we’ve done
| * | Avoid duplicate url with accentsJeremy Benoist2016-10-011-0/+35
| |/
* | Merge pull request #2326 from wallabag/update-quickstartJeremy Benoist2016-10-021-1/+1
|\ \ | | | | | | Changed quickstart layout
| * | Update testJeremy Benoist2016-10-021-1/+1
| | |
* | | Merge pull request #2324 from wallabag/edit-tagging-ruleJeremy Benoist2016-10-021-13/+48
|\ \ \ | | | | | | | | Add ability to edit a tagging rule
| * | | Add ability to edit a tagging ruleJeremy Benoist2016-10-011-13/+48
| | |/ | |/|
* | | Merge pull request #2323 from wallabag/footer-statsJeremy Benoist2016-10-021-1/+17
|\ \ \ | |/ / |/| | Add simple stats in footer
| * | Add simple stats in footerJeremy Benoist2016-10-011-1/+17
| |/
* | Merge pull request #2322 from wallabag/v2-404Nicolas Lœuillet2016-10-011-5/+3
|\ \ | | | | | | Customize errors templates
| * | Customize errors templatesJeremy Benoist2016-10-011-5/+3
| |/ | | | | | | All error goes to the same template which only display the error message and the status code.
* / Create user config in one placeJeremy Benoist2016-09-301-7/+9
|/ | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-283-4/+4
|
* Add controller test for InstapaperJeremy Benoist2016-09-271-0/+196
|
* Add Instapaper importJeremy Benoist2016-09-273-1/+238
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Merge pull request #2192 from wallabag/import-browser-bookmarksJeremy Benoist2016-09-2610-4/+884
|\ | | | | Import Firefox & Chrome bookmarks into wallabag
| * Added tags for Firefox importNicolas Lœuillet2016-09-262-1/+2
| |
| * Update Firefox fileJeremy Benoist2016-09-253-66/+67
| | | | | | | | | | With real data, the previous looks more than a Chrome converted file. Also, fix date conversion (hope so).
| * Fix bad date format in Browser importJeremy Benoist2016-09-252-0/+8
| |
| * Fix bad parameter for testsJeremy Benoist2016-09-251-1/+1
| |
| * fix testsThomas Citharel2016-09-253-28/+27
| |
| * bring chrome and firefox as separate importsThomas Citharel2016-09-256-35/+679
| |
| * Added tests for Chrome bookmarks importNicolas Lœuillet2016-09-254-3/+75
| |
| * Indentation and renamed fixtures fileNicolas Lœuillet2016-09-252-1/+1
| |
| * Add Chrome path for Mac OSNicolas Lœuillet2016-09-251-1/+1
| |
| * Import Firefox & Chrome bookmarks into wallabagThomas Citharel2016-09-252-0/+155
| |