Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Displays an error with an annotation with a too long quote | adev | 2017-06-04 | 5 | -21/+107 |
| | | | | Fix #2762 | ||||
* | Renamed methods | Nicolas Lœuillet | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | Added delete button on Baggy theme | Nicolas Lœuillet | 2017-03-31 | 1 | -1/+2 |
| | |||||
* | Allow to remove all archived entries | Thomas Citharel | 2017-03-31 | 1 | -0/+16 |
| | | | | | | Since we still support fucking SQLite, we need to retrieve all tags & annotations for archived entries before deleting them. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #2401 from wallabag/reset-account | Jeremy Benoist | 2016-10-24 | 2 | -1/+15 |
|\ | | | | | Reset account | ||||
| * | Use statements & update translation | Jeremy Benoist | 2016-10-22 | 1 | -1/+2 |
| | | |||||
| * | CS | Jeremy Benoist | 2016-10-22 | 1 | -2/+2 |
| | | |||||
| * | Add custom doctrine subscriber for SQLite | Jeremy Benoist | 2016-10-22 | 1 | -0/+13 |
| | | | | | | | | | | | | Since SQLite doesn’t handle cascade remove by default, we need to handle it manually. Also some refacto | ||||
| * | Add ability to reset some datas | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | - annotations - tags - entries | ||||
* | | Add test on /api/annotations | Jeremy Benoist | 2016-10-22 | 1 | -2/+4 |
| | | | | | | | | | | | | | | 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 | ||||
* | | fix cs and phpdoc | Thomas Citharel | 2016-10-22 | 1 | -1/+1 |
| | | |||||
* | | cs | Thomas Citharel | 2016-10-22 | 1 | -4/+6 |
| | | |||||
* | | move code | Thomas Citharel | 2016-10-22 | 1 | -26/+17 |
| | | |||||
* | | cs | Thomas Citharel | 2016-10-22 | 1 | -1/+0 |
| | | |||||
* | | bring annotations to API | Thomas Citharel | 2016-10-22 | 1 | -22/+6 |
|/ | |||||
* | Fix relations export for Entry | Jeremy Benoist | 2016-10-07 | 1 | -0/+7 |
| | | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests) | ||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 2 | -183/+0 |
| | |||||
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 3 | -18/+18 |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | ||||
* | Some cleanup | Jeremy Benoist | 2016-03-27 | 1 | -3/+3 |
| | | | | | - travis tabulation - extra namespace definition in entities | ||||
* | Fix hazardous bug with Postgres | Jeremy Benoist | 2016-03-12 | 2 | -1/+2 |
| | | | | Instead of retrieving a random annotation, sort them to be sure they are all the same no matter the database used | ||||
* | Improve tests | Jeremy Benoist | 2016-03-11 | 2 | -7/+63 |
| | | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges | ||||
* | Rename CommentBundle with AnnotationBundle | Nicolas Lœuillet | 2016-02-26 | 10 | -0/+747 |