aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle
Commit message (Collapse)AuthorAgeFilesLines
* Use only one method to randomizeJeremy Benoist2019-01-191-0/+26
| | | | Instead of one per type, one for all is ok.
* Enable PHPStanJeremy Benoist2019-01-186-10/+12
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-159-9/+68
|\
| * EntriesExport: sanitize filename and fix testsKevin Decherf2019-01-081-3/+8
| | | | | | | | | | | | | | | | Filename will now only use a-zA-Z0-9-' and space. Fixes remaining filename issue on #3811 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Counting two characters together as a word in CJKlizyn2019-01-063-4/+4
| |
| * Improve reading time testsJeremy Benoist2019-01-048-6/+39
| |
| * fix incorrect reading time calculation for entries with CJK characterslizyn2018-12-253-0/+21
| |
* | Fix utf8mb4 on vendor tablesJeremy Benoist2018-11-281-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
* | Use our own fork for CraueConfigBundleJeremy Benoist2018-11-281-0/+1
| | | | | | | | Mostly to fix utf8mb4 issue
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-252-3/+373
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * Prepare 2.3.4 releaseJeremy Benoist2018-11-231-3/+2
| |
| * updateOriginUrl: remove 'query string' case from ignore listKevin Decherf2018-10-241-10/+2
| | | | | | | | | | | | | | Two urls with a different query string may refer to two different pages so keep them both. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * ignoreOriginUrl: add initial support of ignore listsKevin Decherf2018-10-221-1/+33
| | | | | | | | | | | | | | | | | | | | | | Add the ability to specify hosts and patterns lists to ignore the given entry url and replace it with the fetched content url without touching to origin_url. This initial support should be reworked in the following months to move the hardcoded ignore lists in the database. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * updateOriginUrl: add behavior when diff is fragment and queryKevin Decherf2018-10-221-0/+8
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Refactor updateOriginUrl to include new behaviors behaviorsKevin Decherf2018-10-221-26/+95
| | | | | | | | | | | | | | | | - Leave origin_url unchanged if difference is an ending slash - Leave origin_url unchanged if difference is scheme - Ignore (noop) if difference is query string or fragment Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * ContentProxy: swap entry url to origin_url and set new url according to ↵Kevin Decherf2018-10-211-0/+26
| | | | | | | | | | | | | | | | graby content Closes #3529 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * Run php-cs-fixer for fixing coding standard issues (on ContentProxyTest)Tobi8232018-09-231-11/+19
| |
| * Make helper methods strToHex and hexToStr in ContentProxyTest.php privateTobi8232018-09-211-2/+2
| | | | | | | | to prevent misusage (from outside this class)
| * Add tests for logicTobi8232018-09-211-0/+236
| | | | | | | | Try to translate the title of a PDF from UTF-8 (then UTF-16BE, then WINDOWS-1252) to UTF-8
* | Merge pull request #3574 from shulard/feature/rename-tagsJérémy Benoist2018-10-151-0/+45
|\ \ | | | | | | Allow to rename tags from the web interface.
| * | Add tests about the tag renaming process.Stéphane HULARD2018-09-251-0/+45
| | |
* | | Ensure language is validJeremy Benoist2018-10-132-0/+58
| | | | | | | | | | | | | | | - Do not override locale if user has choosen a locale from the login screen. - Add some tests about locale url
* | | Jump to Symfony 3.4Jeremy Benoist2018-10-043-10/+12
|/ / | | | | | | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* / Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-212-5/+5
|/
* Liberation goes httpsJeremy Benoist2018-09-211-1/+2
|
* Fix testsJeremy Benoist2018-09-071-4/+4
|
* php-cs-fixerKevin Decherf2018-09-053-4/+4
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Removing failing test from TravisJeremy Benoist2018-08-191-4/+0
|
* More robust srcset image attribute handlingSimounet2018-07-121-0/+25
| | | | Linked to HTMLawed PR https://github.com/kesar/HTMLawed/pull/17
* Fix image downloading on null image pathSimounet2018-07-051-0/+23
|
* Fix testsJeremy Benoist2018-06-065-12/+11
|
* Fix srcset attribute on images downloadedSimounet2018-06-011-0/+21
|
* Allow login by emailFloran Brutel2018-04-011-1/+11
|
* Fix CS in UtilsTest.phpFloran Brutel2018-03-311-1/+1
|
* Replace zataz urlFloran Brutel2018-03-301-3/+3
|
* Use https instead of http for bild.de to fix testsFloran Brutel2018-03-291-1/+1
|
* Fixed testsNicolas Lœuillet2018-01-121-2/+2
|
* php-csKevin Decherf2017-12-311-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add test to prevent regression for #3534Kevin Decherf2017-12-311-0/+20
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix countable in testsJeremy Benoist2017-12-181-4/+12
|
* Add missing TestCase namespaceJeremy Benoist2017-12-185-5/+10
|
* Fix typoJeremy Benoist2017-12-181-3/+3
|
* Use namespaced PHPUnit classesJeremy Benoist2017-12-189-9/+18
|
* Add test on EntryControllerTest for #3442Kevin Decherf2017-12-132-0/+54
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix All RSS not accessible if not logged in + TestsChristophe VERGNE2017-12-111-0/+25
|
* Merge pull request #3401 from aaa2000/migration-initialJérémy Benoist2017-11-251-6/+2
|\ | | | | Add an initial doctrine migration
| * Fix installation commandadev2017-11-211-6/+2
| |
* | Merge pull request #3431 from wallabag/disable-site-credentialsJérémy Benoist2017-11-221-0/+14
|\ \ | |/ |/| Disable controller access if feature disabled
| * Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+14
| | | | | | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* | Merge pull request #3425 from wallabag/add-setting-for-headersNicolas Lœuillet2017-11-212-1/+5
|\| | | | | Added internal setting to enable/disable headers storage