aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event
Commit message (Collapse)AuthorAgeFilesLines
* WIPfederationThomas Citharel2017-06-2327-54/+747
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Isolated testsadev2017-05-311-3/+2
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* CleanupJeremy Benoist2016-11-031-1/+1
|
* Use custom event instead of Doctrine onesJeremy Benoist2016-11-013-73/+96
| | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
* Add translations & migrationJeremy Benoist2016-10-311-12/+4
|
* Ability to enable/disable downloading imagesJeremy Benoist2016-10-301-0/+8
| | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled
* Add instance url to the downloaded imagesJeremy Benoist2016-10-301-0/+4
|
* Fixing testsJeremy Benoist2016-10-301-7/+24
|
* Use doctrine event to download imagesJeremy Benoist2016-10-301-0/+129
|
* Move related event things in Event folderJeremy Benoist2016-10-304-0/+202
|
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Add test for same day filterJeremy Benoist2015-08-231-5/+5
|
* Fix date filter on same dayJeremy Benoist2015-08-221-0/+38
Fix #1379