Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jump to Symfony 3.3 & update others deps | Jeremy Benoist | 2017-10-09 | 1 | -7/+7 |
| | | | | Also update tests urls | ||||
* | better entry txt export using html2text | Nicolas Hart | 2017-08-27 | 1 | -1/+2 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -2/+3 |
| | |||||
* | Merge pull request #3137 from aaa2000/isolated-tests | Jérémy Benoist | 2017-06-01 | 1 | -2/+3 |
|\ | | | | | Isolated tests | ||||
| * | Isolated tests | adev | 2017-05-31 | 1 | -2/+3 |
| | | | | | | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation. | ||||
* | | PR has been merged in graby | Jérémy Benoist | 2017-05-31 | 1 | -1/+1 |
| | | |||||
* | | Remove htmlawed and use graby instead | Jeremy Benoist | 2017-05-31 | 1 | -1/+0 |
| | | | | | | | | | | Instead of using htmlawed (which is already used in graby) use graby directly (which require some refacto on graby side). Still needs some tests. | ||||
* | | Use graby ContentExtractor to clean html | Jeremy Benoist | 2017-05-31 | 1 | -1/+1 |
|/ | | | | It might be better to re-use some graby functionalities to clean html instead of building a new system. | ||||
* | Switch back to latest guzzle-site-authenticator | Jeremy Benoist | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-19 | 1 | -1/+1 |
|\ | |||||
| * | Lock guzzle-site-authenticator to avoid error | Jeremy Benoist | 2017-05-16 | 1 | -1/+1 |
| | | |||||
* | | Upgraded CraueConfigBundle to 2.0 | Nicolas Lœuillet | 2017-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 2.3 | Jeremy Benoist | 2017-05-01 | 1 | -1/+1 |
|\| | |||||
| * | Make symfony-assets-install use `relative` symlinks | Olivier Mehani | 2017-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This facilitates packaging, when installing in a different work PREFIX than the final install location. Signed-off-by: Olivier Mehani <shtrom@ssji.net> | ||||
* | | Remove dev FOSUserBundle | Jeremy Benoist | 2017-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2861 from wallabag/2.3-droping-5.5 | Jérémy Benoist | 2017-03-28 | 1 | -2/+2 |
|\ \ | |/ |/| | Dropping PHP 5.5 | ||||
| * | Dropping PHP 5.5 | Jeremy Benoist | 2017-02-11 | 1 | -2/+2 |
| | | |||||
* | | Use wallabag/tcpdf | Jeremy Benoist | 2017-02-24 | 1 | -1/+1 |
|/ | | | | It should restore the PHP 7.1 compatibility | ||||
* | Update RulerZ | Kévin Gomez | 2017-02-05 | 1 | -2/+1 |
| | |||||
* | Restored correct version for framework-extra-bundle | Nicolas Lœuillet | 2017-02-04 | 1 | -1/+1 |
| | | | The bundle was fixed in latest version. | ||||
* | Freezed sensio/framework-extra-bundle version | Nicolas Lœuillet | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Lock kphoen/rulerz to avoid breaking changes | Jeremy Benoist | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | Use latest bdunogier/guzzle-site-authenticator | Jeremy Benoist | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Use simple-phpunit instead of phpunit | Jeremy Benoist | 2016-12-13 | 1 | -1/+0 |
| | | | | | To avoid problem with the Yaml constant http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications | ||||
* | Upgrade to Symfony 3.2 | Nicolas Lœuillet | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Fix MonologBundle deprecation | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | | | | The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead. | ||||
* | Re-use FOSUser master branch | Jeremy Benoist | 2016-11-22 | 1 | -1/+1 |
| | |||||
* | Added authentication for restricted access articles | Bertrand Dunogier | 2016-11-22 | 1 | -1/+2 |
| | | | | Fix #438. Thank you so much @bdunogier | ||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-21 | 1 | -2/+5 |
|\ | |||||
| * | Lock down PHPUnit for PHP 5.5 | Jeremy Benoist | 2016-11-21 | 1 | -1/+1 |
| | | | | | | | | | | Since Composer defined lowest version is now PHP 5.5.9. PHPUnit 5.0 require PHP 5.6. | ||||
| * | Force composer to run as PHP 5.5.9 | Jeremy Benoist | 2016-11-20 | 1 | -1/+4 |
| | | |||||
| * | Fix clear-cache problem using —no-dev | Jeremy Benoist | 2016-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Related to : > PHP Fatal error: Class 'FOS\RestBundle\Serializer\JMSSerializerAdapter' not found in /Users/j0k/Sites/github/wallabag/var/cache/prod/appProdProjectContainer.php on line 9139 | ||||
* | | Install assets for shortcuts | Jeremy Benoist | 2016-11-18 | 1 | -0/+2 |
| | | |||||
* | | Added shortcuts | Nicolas Lœuillet | 2016-11-15 | 1 | -1/+2 |
| | | |||||
* | | Removed Maintenance bundle | Nicolas Lœuillet | 2016-11-06 | 1 | -1/+0 |
| | | |||||
* | | Download pictures successfully | Thomas Citharel | 2016-10-29 | 1 | -1/+2 |
| | | | | | | | | Needs to rewrite them properly (get base url) | ||||
* | | use new tcpdf library version | Thomas Citharel | 2016-10-22 | 1 | -1/+1 |
| | | |||||
* | | ApiDoc & Route annotation were conflicted | Jeremy Benoist | 2016-10-15 | 1 | -2/+2 |
|/ | | | | | | | | | | | | The generated error was “Unable to guess how to get a Doctrine instance from the request information.”. I haven’t checked deeper in Doctrine (I know it was coming from the DoctrineParamConverter). Anyway, I check for FosRest possiblity to add extra format without allowing them for every route (like it was done in the first place). I finally found a way but it then seems all request goes to the FormatListener of FosRest so I needed to add a custom rules to match all request to be sure we don’t get a 406 error from FosRest. Should be ok now … | ||||
* | Lock deps for FOSUser | Jeremy Benoist | 2016-10-11 | 1 | -2/+2 |
| | | | | | 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. | ||||
* | Remove mouf/nodejs-installer from composer | Jeremy Benoist | 2016-10-04 | 1 | -4/+1 |
| | |||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 1 | -2/+5 |
| | | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` - | ||||
* | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 1 | -1/+2 |
| | |||||
* | Upgrade PHPUnit to version 5 | Jeremy Benoist | 2016-08-22 | 1 | -1/+1 |
| | | | | | | | | - Fix deprecated getMock - Use PHPUnit 4 for PHP 5.5 build Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2201 | ||||
* | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-07-20 | 1 | -1/+1 |
|\ | |||||
| * | Run PHP 7.1 on Travis | Jeremy Benoist | 2016-07-18 | 1 | -1/+1 |
| | | | | | | | | | | - Using nightly (as of now it's PHP 7.1 alpha) - Force guzzle to be at least 5.3.1 (which fix some bugs in PHP 7) | ||||
* | | Merge branch 'master' into 2.1 | Jeremy Benoist | 2016-06-23 | 1 | -2/+6 |
|\| | |||||
| * | Fix bad loading fixtures | Jeremy Benoist | 2016-06-22 | 1 | -0/+1 |
| | | | | | | | | | | Since doctrine/data-fixtures 1.2.0 fixtures seems to be badly loaded. No time for investigate but reverting back to 1.1.* is fixing issues. | ||||
| * | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 1 | -2/+5 |
| | | |||||
| * | Use friendsofphp instead of fabpot | Jeremy Benoist | 2016-06-17 | 1 | -1/+1 |
| | | | | | | | | The fabpot's one is now depreacted |