aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle
Commit message (Collapse)AuthorAgeFilesLines
* Displays an error with an annotation with a too long quoteadev2017-06-045-21/+107
| | | | Fix #2762
* Renamed methodsNicolas Lœuillet2017-03-311-1/+1
|
* Added delete button on Baggy themeNicolas Lœuillet2017-03-311-1/+2
|
* Allow to remove all archived entriesThomas Citharel2017-03-311-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-accountJeremy Benoist2016-10-242-1/+15
|\ | | | | Reset account
| * Use statements & update translationJeremy Benoist2016-10-221-1/+2
| |
| * CSJeremy Benoist2016-10-221-2/+2
| |
| * Add custom doctrine subscriber for SQLiteJeremy Benoist2016-10-221-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 datasJeremy Benoist2016-10-221-1/+1
| | | | | | | | | | | | - annotations - tags - entries
* | Add test on /api/annotationsJeremy Benoist2016-10-221-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 phpdocThomas Citharel2016-10-221-1/+1
| |
* | csThomas Citharel2016-10-221-4/+6
| |
* | move codeThomas Citharel2016-10-221-26/+17
| |
* | csThomas Citharel2016-10-221-1/+0
| |
* | bring annotations to APIThomas Citharel2016-10-221-22/+6
|/
* Fix relations export for EntryJeremy Benoist2016-10-071-0/+7
| | | | | Tags & Annotations weren’t really well exported. This is now fixed (+ tests)
* Jump to Symfony 3.1Jeremy Benoist2016-06-222-183/+0
|
* Convert array + phpDocJeremy Benoist2016-04-123-18/+18
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Some cleanupJeremy Benoist2016-03-271-3/+3
| | | | | - travis tabulation - extra namespace definition in entities
* Fix hazardous bug with PostgresJeremy Benoist2016-03-122-1/+2
| | | | Instead of retrieving a random annotation, sort them to be sure they are all the same no matter the database used
* Improve testsJeremy Benoist2016-03-112-7/+63
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-2610-0/+747