Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 1 | -0/+13 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 2 | -9/+4 |
|\ | |||||
| * | Updated Capistrano configuration | Nicolas Lœuillet | 2016-10-29 | 1 | -8/+1 |
| | | |||||
| * | Merge pull request #2473 from pmichelazzo/master | Jeremy Benoist | 2016-10-25 | 1 | -0/+1 |
| |\ | | | | | | | Portuguese (Brazilian) translation | ||||
| | * | Update Portuguese (Brazilian) translation | Paulino Michelazzo | 2016-10-19 | 1 | -0/+1 |
| | | | | | | | | | | | | Adding the config.yml on the package. | ||||
| * | | Removed the email part | Nicolas Lœuillet | 2016-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add relevant links to fetch content error pages. | Baptiste Mille-Mathias | 2016-10-23 | 1 | -1/+2 |
| | | | | | | | | | | | | We link to the troubleshooting guide and give the mail link. | ||||
* | | | Move related event things in Event folder | Jeremy Benoist | 2016-10-30 | 1 | -2/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-10-24 | 1 | -1/+2 |
|\| | | |||||
| * | | If reload content failed, don’t update it | Jeremy Benoist | 2016-10-20 | 1 | -0/+1 |
| |/ | | | | | | | 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. | ||||
| * | Update wallabag version for master branch | Nicolas Lœuillet | 2016-10-17 | 1 | -1/+1 |
| | | |||||
| * | Prepare wallabag 2.1.2 :rocket: | Nicolas Lœuillet | 2016-10-17 | 1 | -1/+1 |
| | | |||||
* | | SQLite should use utf8, not utf8mb4 | Jeremy Benoist | 2016-10-24 | 1 | -1/+1 |
| | | |||||
* | | Add verification check for MySQL version | Jeremy Benoist | 2016-10-22 | 2 | -3/+3 |
| | | | | | | | | Must now be >= 5.5.4 | ||||
* | | Use statements & update translation | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | | |||||
* | | Cleanup subscriber / listener definition | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | | |||||
* | | Fix emoji insertion in MySQL | Jeremy Benoist | 2016-10-22 | 7 | -8/+14 |
| | | | | | | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851 | ||||
* | | ApiDoc & Route annotation were conflicted | Jeremy Benoist | 2016-10-15 | 2 | -5/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 … | ||||
* | | Merge pull request #2372 from pmartin/api-get-entry-as-epub | Jeremy Benoist | 2016-10-12 | 1 | -0/+2 |
|\ \ | |/ |/| | API: ability to export entry in all available format (epub, pdf, etc...) | ||||
| * | Add entry export in API | Jeremy Benoist | 2016-10-08 | 1 | -0/+2 |
| | | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead. | ||||
* | | Define a dev version for the master | Jeremy Benoist | 2016-10-10 | 1 | -1/+1 |
| | | | | | | This is to be sure that user testing wallabag from the master will have the version defined as dev. | ||||
* | | Merge pull request #2351 from wallabag/fix-api-client-deletion | Nicolas Lœuillet | 2016-10-08 | 1 | -0/+5 |
|\ \ | |/ |/| | Changed relation between API client and refresh token | ||||
| * | Ensure access_token are removed | Jeremy Benoist | 2016-10-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | 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) | ||||
* | | Use default locale for user config | Jeremy Benoist | 2016-10-08 | 1 | -1/+1 |
| | | | | | | | | When creating a user, we set the language config “en” by default. We should use the defined locale (from `parameters.yml`) instead | ||||
* | | Add ability to use socket | Jeremy Benoist | 2016-10-07 | 2 | -0/+4 |
| | | | | | | | | For Redis & MySQL | ||||
* | | Prepare wallabag 2.1.1 | Nicolas Lœuillet | 2016-10-04 | 1 | -1/+1 |
| | | |||||
* | | Update doc | Jeremy Benoist | 2016-10-04 | 1 | -1/+1 |
|/ | | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis) | ||||
* | Add users management UI | Jeremy Benoist | 2016-10-02 | 2 | -0/+6 |
| | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation) | ||||
* | Merge pull request #2323 from wallabag/footer-stats | Jeremy Benoist | 2016-10-02 | 1 | -0/+1 |
|\ | | | | | Add simple stats in footer | ||||
| * | Add simple stats in footer | Jeremy Benoist | 2016-10-01 | 1 | -0/+1 |
| | | |||||
* | | Customize errors templates | Jeremy Benoist | 2016-10-01 | 1 | -0/+1 |
|/ | | | | All error goes to the same template which only display the error message and the status code. | ||||
* | Add controller test for Instapaper | Jeremy Benoist | 2016-09-27 | 1 | -0/+13 |
| | |||||
* | Add Instapaper import | Jeremy Benoist | 2016-09-27 | 1 | -1/+1 |
| | | | | Also update ImportController with latest import (chrome, firefox & instapaper). | ||||
* | cs & fixes | Thomas Citharel | 2016-09-25 | 1 | -0/+26 |
| | |||||
* | Fixed version in documentation | Nicolas Lœuillet | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Add documentation about article sharing | Nicolas Lœuillet | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.1 | Jeremy Benoist | 2016-09-19 | 1 | -1/+1 |
|\ | |||||
| * | Prepare wallabag 2.0.8 | Nicolas Lœuillet | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 1 | -4/+4 |
| | | |||||
* | | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 2 | -4/+8 |
| | | | | | | | | | | | | | | | | - 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` - | ||||
* | | Add test for RabbitMQ | Jeremy Benoist | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | Also update Symfony deps | ||||
* | | Convert other imports to Rabbit | Jeremy Benoist | 2016-09-11 | 1 | -2/+41 |
| | | |||||
* | | Send every imported item to the queue | Jeremy Benoist | 2016-09-11 | 2 | -15/+11 |
| | | | | | | | | | | 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. | ||||
* | | 1st draft for rabbitMQ | Nicolas Lœuillet | 2016-09-11 | 2 | -0/+37 |
| | | |||||
* | | Added tags counter in sidebar (material theme) | Nicolas Lœuillet | 2016-09-04 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2002 from wallabag/feature-display-itemsNumber | Jeremy Benoist | 2016-09-03 | 3 | -0/+12 |
|\ \ | | | | | | | Feature display items number | ||||
| * | | Store cache lifetime in config | Nicolas Lœuillet | 2016-09-03 | 2 | -0/+9 |
| | | | |||||
| * | | Display entries number for each category | Nicolas Lœuillet | 2016-08-23 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #1904 from wallabag/feature-public-mode | Jeremy Benoist | 2016-08-25 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Share entry with a public URL | ||||
| * | | | Share entry with a public URL | Nicolas Lœuillet | 2016-08-23 | 1 | -0/+1 |
| |/ / |