aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2401 from wallabag/reset-accountJeremy Benoist2016-10-2439-63/+717
|\ | | | | Reset account
| * SQLite should use utf8, not utf8mb4Jeremy Benoist2016-10-242-3/+3
| |
| * Fix migrationsJeremy Benoist2016-10-236-28/+48
| |
| * Lowercase wallabagJeremy Benoist2016-10-221-4/+4
| |
| * Add migration for MySQL utf8mb4Jeremy Benoist2016-10-221-0/+77
| |
| * Add verification check for MySQL versionJeremy Benoist2016-10-223-4/+20
| | | | | | | | Must now be >= 5.5.4
| * 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 #1890 from wallabag/v2-api-annotation-switchedNicolas Lœuillet2016-10-245-88/+248
|\ \ | | | | | | bring annotations to API
| * | Add test on /api/annotationsJeremy Benoist2016-10-223-55/+120
| | | | | | | | | | | | | | | | | | | | | Fix controller forward in WallabagRestController. Update PHPDoc so it is sorted the same way as others one Duplicate all annotations test to use both api & normal way Also, make annotation tests independent to each other
| * | CSJeremy Benoist2016-10-221-1/+0
| | |
| * | Added a missing namespaceNicolas Lœuillet2016-10-221-0/+1
| | |
| * | PHP CSNicolas Lœuillet2016-10-221-4/+4
| | |
| * | fix cs and phpdocThomas Citharel2016-10-224-26/+34
| | |
| * | csThomas Citharel2016-10-222-10/+19
| | |
| * | move codeThomas Citharel2016-10-222-82/+48
| | |
| * | csThomas Citharel2016-10-222-4/+0
| | |
| * | bring annotations to APIThomas Citharel2016-10-222-22/+138
| |/
* | Merge pull request #2456 from wallabag/use-new-pdfJeremy Benoist2016-10-221-1/+1
|\ \ | |/ |/| use new tcpdf library version
| * use new tcpdf library versionThomas Citharel2016-10-221-1/+1
|/
* 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