aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add verification check for MySQL versionJeremy Benoist2016-10-222-3/+3
| | | | | | | | Must now be >= 5.5.4
* | Use statements & update translationJeremy Benoist2016-10-221-1/+1
| |
* | Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
| |
* | Fix emoji insertion in MySQLJeremy Benoist2016-10-227-8/+14
| | | | | | | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
* | ApiDoc & Route annotation were conflictedJeremy Benoist2016-10-152-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-epubJeremy Benoist2016-10-121-0/+2
|\ \ | |/ |/| API: ability to export entry in all available format (epub, pdf, etc...)
| * Add entry export in APIJeremy Benoist2016-10-081-0/+2
| | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead.
* | Define a dev version for the masterJeremy Benoist2016-10-101-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-deletionNicolas Lœuillet2016-10-081-0/+5
|\ \ | |/ |/| Changed relation between API client and refresh token
| * Ensure access_token are removedJeremy Benoist2016-10-081-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 configJeremy Benoist2016-10-081-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 socketJeremy Benoist2016-10-072-0/+4
| | | | | | | | For Redis & MySQL
* | Prepare wallabag 2.1.1Nicolas Lœuillet2016-10-041-1/+1
| |
* | Update docJeremy Benoist2016-10-041-1/+1
|/ | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
* Add users management UIJeremy Benoist2016-10-022-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-statsJeremy Benoist2016-10-021-0/+1
|\ | | | | Add simple stats in footer
| * Add simple stats in footerJeremy Benoist2016-10-011-0/+1
| |
* | Customize errors templatesJeremy Benoist2016-10-011-0/+1
|/ | | | All error goes to the same template which only display the error message and the status code.
* Add controller test for InstapaperJeremy Benoist2016-09-271-0/+13
|
* Add Instapaper importJeremy Benoist2016-09-271-1/+1
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* cs & fixesThomas Citharel2016-09-251-0/+26
|
* Fixed version in documentationNicolas Lœuillet2016-09-191-1/+1
|
* Add documentation about article sharingNicolas Lœuillet2016-09-191-1/+1
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-191-1/+1
|\
| * Prepare wallabag 2.0.8Nicolas Lœuillet2016-09-071-1/+1
| |
* | AMPQ -> AMQPJeremy Benoist2016-09-141-4/+4
| |
* | Enable Redis async importJeremy Benoist2016-09-112-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 RabbitMQJeremy Benoist2016-09-111-1/+1
| | | | | | | | Also update Symfony deps
* | Convert other imports to RabbitJeremy Benoist2016-09-111-2/+41
| |
* | Send every imported item to the queueJeremy Benoist2016-09-112-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 rabbitMQNicolas Lœuillet2016-09-112-0/+37
| |
* | Added tags counter in sidebar (material theme)Nicolas Lœuillet2016-09-041-0/+2
| |
* | Merge pull request #2002 from wallabag/feature-display-itemsNumberJeremy Benoist2016-09-033-0/+12
|\ \ | | | | | | Feature display items number
| * | Store cache lifetime in configNicolas Lœuillet2016-09-032-0/+9
| | |
| * | Display entries number for each categoryNicolas Lœuillet2016-08-231-0/+3
| | |
* | | Merge pull request #1904 from wallabag/feature-public-modeJeremy Benoist2016-08-251-0/+1
|\ \ \ | | | | | | | | Share entry with a public URL
| * | | Share entry with a public URLNicolas Lœuillet2016-08-231-0/+1
| |/ /
* | | Proper parameter name, simplify logic & phpdocThomas Citharel2016-08-231-1/+1
| | |
* | | Add option to disable registrationThomas Citharel2016-08-232-0/+4
|/ /
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-1/+6
|\|
| * Prepare wallabag 2.0.7Nicolas Lœuillet2016-08-221-1/+1
| |
| * Merge pull request #2220 from Rurik19/masterJeremy Benoist2016-08-181-1/+1
| |\ | | | | | | Enable PATCH method for CORS in API part
| | * Enable PATCH method for CORS in API partRurik192016-08-181-1/+1
| | |
| * | Merge pull request #2216 from Rurik19/masterNicolas Lœuillet2016-08-161-0/+5
| |\| | | | | | | Enable CORS headers for OAUTH part
| | * Enable CORS headers for OAUTH partRurik192016-08-121-0/+5
| | |
| * | Prepare release 2.0.6Nicolas Lœuillet2016-08-101-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-07-206-42/+48
|\| |
| * | Change the way to login user in testsJeremy Benoist2016-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
| * | Remove useless spacesJeremy Benoist2016-06-246-42/+48
| | |
* | | Merge branch 'master' into 2.1Jeremy Benoist2016-06-233-9/+9
|\| |