aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Limit rule to 255Jeremy Benoist2016-12-031-0/+23
| | | | To avoid database error
* 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 #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
* | 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
| |
* | 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
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-0/+11
|\|
| * Added test for export by filtering with tagNicolas Lœuillet2016-10-291-0/+11
| |
* | 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
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-1/+39
|\|
| * 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.
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+145
| | | | | | | | | | | | - annotations - tags - entries
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-114-105/+37
|\|
| * 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.
| * Merge pull request #2351 from wallabag/fix-api-client-deletionNicolas Lœuillet2016-10-081-78/+0
| |\ | | | | | | Changed relation between API client and refresh token
| | * Ensure access_token are removedJeremy Benoist2016-10-081-78/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | Ensure orphan tag are remove in APIJeremy Benoist2016-10-072-24/+36
| | | | | | | | | | | | | | | | | | 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
| | |
* | | 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)
* Merge pull request #2327 from wallabag/user-managementJeremy Benoist2016-10-021-114/+0
|\ | | | | Add users management UI