aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use statements & update translationJeremy Benoist2016-10-227-34/+28
|
* CSJeremy Benoist2016-10-224-9/+10
|
* Add baggy reset partJeremy Benoist2016-10-221-0/+22
|
* Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
|
* Cleanup subscriber / listener definitionJeremy Benoist2016-10-223-13/+2
|
* Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-225-11/+144
| | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto
* Fix emoji insertion in MySQLJeremy Benoist2016-10-228-9/+15
| | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
* Add ability to reset some datasJeremy Benoist2016-10-2218-22/+406
| | | | | | - annotations - tags - entries
* Merge pull request #2453 from wallabag/fix-api-exportNicolas Lœuillet2016-10-214-10/+29
|\ | | | | Fix API export
| * CSJeremy Benoist2016-10-151-1/+0
| |
| * ApiDoc & Route annotation were conflictedJeremy Benoist2016-10-154-9/+29
|/ | | | | | | | | | | | 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 #2438 from wallabag/mruminski-patch-1Jeremy Benoist2016-10-121-4/+4
|\ | | | | Update messages.pl.yml
| * Update messages.pl.ymlMateusz Rumiński2016-10-121-4/+4
|/ | | translate delete section to polish
* Merge pull request #2372 from pmartin/api-get-entry-as-epubJeremy Benoist2016-10-124-54/+89
|\ | | | | API: ability to export entry in all available format (epub, pdf, etc...)
| * Add entry export in APIJeremy Benoist2016-10-084-64/+90
| | | | | | | | | | Export isn't available for json & xml because user can use the default entry endpoint instead.
| * API: getEntry can return EPUBPascal MARTIN2016-10-081-1/+8
| |
| * Routing: epub format is allowed for APIPascal MARTIN2016-10-081-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-1174-1325/+1401
|\ \
| * \ Merge pull request #2429 from wallabag/lock-fos-userNicolas Lœuillet2016-10-112-5/+3
| |\ \ | | | | | | | | Lock deps for FOSUser
| | * | Lock deps for FOSUserJeremy Benoist2016-10-112-5/+3
| |/ / | | | | | | | | | | | | 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.
| * | Merge pull request #2422 from wallabag/typo-docNicolas Lœuillet2016-10-113-3/+6
| |\ \ | | | | | | | | Fixed display for note in installation page
| | * | Fixed display for note in installation pageNicolas Lœuillet2016-10-103-3/+6
| | | |
| * | | Merge pull request #2426 from wallabag/fix-docNicolas Lœuillet2016-10-111-2/+2
| |\ \ \ | | | | | | | | | | Fix links on english documentation homepage
| | * | | Fix links on english documentation homepageNicolas Lœuillet2016-10-111-2/+2
| |/ / /
| * | | Merge pull request #2420 from wallabag/redis-testsNicolas Lœuillet2016-10-102-0/+2
| |\ \ \ | | |/ / | |/| | Avoid error when Redis isn't here in tests
| | * | Avoid error when Redis isn't here in testsJeremy Benoist2016-10-102-0/+2
| | | |
| * | | Merge pull request #2403 from wallabag/cleanup-install-process-in-docJeremy Benoist2016-10-1024-125/+325
| |\ \ \ | | |/ / | |/| | Cleaned up documentation for installation process
| | * | Added steps about Redis/RabbitMQ activationNicolas Lœuillet2016-10-106-0/+24
| | | |
| | * | Fixed links on import pageNicolas Lœuillet2016-10-102-4/+4
| | | |
| | * | Use table for parameters.ymlJeremy Benoist2016-10-101-46/+48
| | | |
| | * | Added page about parameters.ymlNicolas Lœuillet2016-10-104-5/+53
| | | |
| | * | Add -dev versionJeremy Benoist2016-10-101-0/+1
| | | | | | | | | | | | Following https://github.com/wallabag/wallabag/pull/2417
| | * | Typos in upgrade docNicolas Lœuillet2016-10-101-3/+29
| | | |
| | * | Update upgrade documentationNicolas Lœuillet2016-10-102-21/+11
| | | |
| | * | Update documentationNicolas Lœuillet2016-10-109-28/+30
| | | |
| | * | Added documentation about testsuiteNicolas Lœuillet2016-10-108-5/+46
| | | | | | | | | | | | | | | | Fix #2415
| | * | Update RELEASE_PROCESS.mdJeremy Benoist2016-10-101-13/+13
| | | |
| | * | Update README.mdJeremy Benoist2016-10-101-4/+4
| | | |
| | * | Changed the default command when we launch makeNicolas Lœuillet2016-10-091-0/+2
| | | |
| | * | Created scripts folder to store update/install/release processNicolas Lœuillet2016-10-094-26/+39
| | | |
| | * | Update MakefileNicolas Lœuillet2016-10-091-23/+14
| | | |
| | * | Update MakefileNicolas Lœuillet2016-10-091-11/+34
| | | |
| | * | First draft for MakefileNicolas Lœuillet2016-10-092-6/+47
| | | |
| | * | update German installation.rstStrubbl2016-10-081-2/+2
| | | |
| | * | update German installation.rstStrubbl2016-10-081-4/+3
| | | |
| | * | Chmoded install.shNicolas Lœuillet2016-10-081-0/+0
| | | |
| | * | Cleaned up documentation for installation processNicolas Lœuillet2016-10-087-80/+77
| | | |
| * | | Merge pull request #2419 from wallabag/fix-twitter-cardsNicolas Lœuillet2016-10-101-0/+1
| |\ \ \ | | | | | | | | | | Fixed Twitter Cards by adding a description tag
| | * | | Fixed Twitter Cards by adding a description tagNicolas Lœuillet2016-10-101-0/+1
| |/ / /
| * | | Merge pull request #2418 from wallabag/add-twitter-cardsNicolas Lœuillet2016-10-101-3/+7
| |\ \ \ | | | | | | | | | | Added support of Twitter Cards for public articles