aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/AnnotationBundle/Repository
Commit message (Collapse)AuthorAgeFilesLines
* AnnotationRepository: rename getBuilderByUserKevin Decherf2018-09-051-2/+2
| | | | | | | We rename getBuilderByUser to getSortedQueryBuilderByUser as long as the method currently returns a QueryBuilder with an orderBy() Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix some namespaces and phpdocNicolas Hart2017-07-291-0/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-16/+16
|
* 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-241-0/+14
|\ | | | | 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 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 hazardous bug with PostgresJeremy Benoist2016-03-121-0/+1
| | | | 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-111-0/+17
| | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-0/+91