aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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 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 #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.