Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 9 | -154/+221 |
| | | | | | Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it. | ||||
* | Update docker-composer with RabbitMQ configuration | Nicolas Lœuillet | 2016-09-11 | 1 | -0/+4 |
| | |||||
* | Replace RabbitMQ injection with CraueConfiguration | Nicolas Lœuillet | 2016-09-11 | 6 | -4/+13 |
| | |||||
* | Add RabbitMQ service for Travis CI | Nicolas Lœuillet | 2016-09-11 | 1 | -0/+3 |
| | |||||
* | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 9 | -11/+173 |
| | |||||
* | Merge pull request #2279 from wallabag/cleanup-travis | Nicolas Lœuillet | 2016-09-11 | 7 | -50/+80 |
|\ | | | | | Check if asset is enable instead of opposite | ||||
| * | Clearing entities in the loop fail on Postgres | Jeremy Benoist | 2016-09-11 | 3 | -12/+3 |
| | | | | | | | | It looks like when you clear entities on Postgres some references are lost and tags are not saved :-/ | ||||
| * | Fix error on EntityManager clear | Jeremy Benoist | 2016-09-11 | 5 | -26/+76 |
| | | | | | | | | | | Introduced in the recent 2.5.5 release. Also updated deps. | ||||
| * | Update install.sh | Jeremy Benoist | 2016-09-11 | 1 | -15/+4 |
| | | | | | | | | Since $ASSETS can be empty now and only be “build”. | ||||
| * | Check if asset is enable instead of opposite | Jeremy Benoist | 2016-09-09 | 1 | -9/+9 |
|/ | | | | | | Instead of defining ASSETS all the time, just define it when we want to use it Might give us more clearer build | ||||
* | Merge pull request #2275 from wallabag/export-dates | Nicolas Lœuillet | 2016-09-08 | 5 | -4/+61 |
|\ | | | | | Export dates from entries | ||||
| * | Export dates from entries | Jeremy Benoist | 2016-09-08 | 5 | -4/+61 |
| | | |||||
* | | Merge pull request #2274 from wallabag/json-response-created-at | Nicolas Lœuillet | 2016-09-08 | 1 | -40/+27 |
|\ \ | |/ |/| | Re-use JsonResponse | ||||
| * | Re-user JsonResponse | Jeremy Benoist | 2016-09-08 | 1 | -40/+27 |
|/ | | | | Since Symfony 3.1 we can define the json of a JsonResonse using `->setJson()` | ||||
* | Merge pull request #2266 from wallabag/add-tags-counter | Jeremy Benoist | 2016-09-05 | 8 | -41/+63 |
|\ | | | | | Added tags counter in sidebar (material theme) | ||||
| * | Returned 0 instead of returning empty array for Twig Extension | Nicolas Lœuillet | 2016-09-05 | 1 | -2/+2 |
| | | |||||
| * | Remove useless variable | Nicolas Lœuillet | 2016-09-05 | 1 | -2/+0 |
| | | |||||
| * | Switched enableCache visibility to private | Nicolas Lœuillet | 2016-09-04 | 1 | -1/+1 |
| | | |||||
| * | Added tags counter in sidebar (material theme) | Nicolas Lœuillet | 2016-09-04 | 8 | -38/+62 |
| | | |||||
* | | Merge pull request #2267 from wallabag/Quent-in-patch-1 | Jeremy Benoist | 2016-09-05 | 1 | -14/+14 |
|\ \ | |/ |/| | Occitan updated | ||||
| * | Occitan updated | Quent-in | 2016-09-05 | 1 | -14/+14 |
|/ | | | | | Line 347, I'm not sure about what I wrote to avoid and end of string started with " I had to use the simple ' in the sentence. Let me know if it was okay like so. | ||||
* | Merge pull request #2263 from wallabag/speed-up-count | Jeremy Benoist | 2016-09-04 | 3 | -26/+51 |
|\ | | | | | Instead of selecting the whole data, just count it | ||||
| * | CS | Jeremy Benoist | 2016-09-03 | 1 | -3/+3 |
| | | |||||
| * | Remove Twig globals | Jeremy Benoist | 2016-09-03 | 2 | -23/+48 |
| | | | | | | | | | | | | | | | | Twig Global function are called globally. This means even on a query to the api. Using a function we can decide when we want to call it. Also, remove previous `COUNT(e.id)` since it doesn't work on PostgreSQL ... | ||||
| * | Instead of selecting the whole data, just count it | Jeremy Benoist | 2016-09-03 | 2 | -13/+13 |
|/ | | | | | | Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it. Down from ~50ms to ~30ms on the unread page (with 500 items) | ||||
* | Merge pull request #2002 from wallabag/feature-display-itemsNumber | Jeremy Benoist | 2016-09-03 | 10 | -5/+95 |
|\ | | | | | Feature display items number | ||||
| * | Store cache lifetime in config | Nicolas Lœuillet | 2016-09-03 | 6 | -2/+24 |
| | | |||||
| * | Enable cache for queries | Nicolas Lœuillet | 2016-09-01 | 2 | -8/+36 |
| | | |||||
| * | Implement Twig_Extension_GlobalsInterface to remove deprecation | Nicolas Lœuillet | 2016-08-23 | 1 | -1/+1 |
| | | |||||
| * | Display entries number for each category | Nicolas Lœuillet | 2016-08-23 | 4 | -4/+44 |
| | | |||||
* | | Merge pull request #2260 from wallabag/fix-config-fontsize | Nicolas Lœuillet | 2016-09-02 | 2 | -0/+6 |
|\ \ | | | | | | | Fixed different font-size for labels in config screen | ||||
| * | | Fixed different font-size for labels in config screen | Nicolas Lœuillet | 2016-09-02 | 2 | -0/+6 |
|/ / | | | | | | | Fix #1788 | ||||
* | | Merge pull request #2252 from wallabag/fix-last-merge | Nicolas Lœuillet | 2016-09-02 | 6 | -108/+4 |
|\ \ | | | | | | | Fixed last merge who caused CSS/JS bugs | ||||
| * | | Add tinydot to material concat | Jeremy Benoist | 2016-09-02 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed last merge who caused CSS/JS bugs | Nicolas Lœuillet | 2016-08-30 | 5 | -108/+3 |
| | | | |||||
* | | | Merge pull request #2242 from wallabag/fix-minor-css | Jeremy Benoist | 2016-09-01 | 4 | -26/+45 |
|\ \ \ | | | | | | | | | Fix print / article views | ||||
| * | | | CSS indentation | Nicolas Lœuillet | 2016-09-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fixed print view for baggy theme | Nicolas Lœuillet | 2016-08-26 | 2 | -21/+26 |
| | | | | |||||
| * | | | Fix print / article views | Nicolas Lœuillet | 2016-08-26 | 2 | -5/+19 |
| | | | | |||||
* | | | | Merge pull request #2258 from mruminski/2.1 | Nicolas Lœuillet | 2016-09-01 | 1 | -10/+10 |
|\ \ \ \ | | | | | | | | | | | Update messages.pl.yml | ||||
| * | | | | Update messages.pl.yml | Mateusz Rumiński | 2016-09-01 | 1 | -10/+10 |
|/ / / / | | | | | | | | | add missing polish translations | ||||
* | | | | Merge pull request #2255 from wallabag/readability | Jeremy Benoist | 2016-09-01 | 24 | -17/+716 |
|\ \ \ \ | |_|/ / |/| | | | Add Readability import | ||||
| * | | | Added documentation for Readability migration | Nicolas Lœuillet | 2016-09-01 | 2 | -9/+32 |
| | | | | |||||
| * | | | Add Readability to Quickstart page | Jeremy Benoist | 2016-09-01 | 12 | -0/+12 |
| | | | | |||||
| * | | | Add tests on ReadabilityImport | Jeremy Benoist | 2016-09-01 | 4 | -2/+297 |
| | | | | |||||
| * | | | Add missing translations | Jeremy Benoist | 2016-09-01 | 11 | -8/+49 |
| | | | | |||||
| * | | | Fix import count tests | Jeremy Benoist | 2016-09-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add Readability import | Jeremy Benoist | 2016-09-01 | 6 | -0/+328 |
|/ / / | | | | | | | | | | Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016) | ||||
* | | | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-08-28 | 13 | -6/+192 |
|\ \ \ | |||||
| * | | | Occitan version | Quent-in | 2016-08-27 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | Occitan translation, I hope I properly put it where it has to be. If there reminds other textes to translate, please let me know! |