index
:
webtrees
firebird
webtrees suite with firebird driver
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Http
/
Controllers
/
MediaFileController.php
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-20
Refactor MediaFileController into request handlers
Greg Roach
1
-332
/
+0
2020-07-04
Change variable names
Greg Roach
1
-2
/
+2
2020-06-16
Make cache-control headers consistent
Greg Roach
1
-5
/
+2
2020-05-12
Update code to use new Factory objects
Greg Roach
1
-3
/
+3
2020-05-01
Move MIME constants to their own class
Greg Roach
1
-6
/
+10
2020-05-01
CodeStyle
Greg Roach
1
-8
/
+8
2019-12-11
Typo
Greg Roach
1
-1
/
+1
2019-12-11
Fix: #2866 - allow non-image media files to be displayed in the browser
Greg Roach
1
-1
/
+4
2019-11-23
Remove dependency on symfony httpfoundation/kernel
Greg Roach
1
-4
/
+4
2019-11-22
Use a template to generate SVG error images
Greg Roach
1
-2
/
+2
2019-11-13
Unused imports
Greg Roach
1
-1
/
+0
2019-11-06
Fix: #2751 - missing filesystem parameter for non-image downloads
Greg Roach
1
-1
/
+1
2019-11-04
Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...
Greg Roach
1
-32
/
+32
2019-10-30
Add assertions for route parameters
Greg Roach
1
-2
/
+8
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-11
Fix: pretty URLs break thumbnail signatures
Greg Roach
1
-0
/
+1
2019-10-09
Working on routing; Code cleanup
Greg Roach
1
-4
/
+0
2019-10-06
Use aura/router
Greg Roach
1
-6
/
+4
2019-09-29
PSR12
Greg Roach
1
-0
/
+3
2019-09-29
Add tree to request; preparing for router
Greg Roach
1
-5
/
+4
2019-09-25
Fix: #1675 - Workaround for https://github.com/thephpleague/glide/issues/227
Greg Roach
1
-1
/
+8
2019-09-24
Typehint against interfaces instead of concrete classes
Greg Roach
1
-1
/
+1
2019-09-24
Use Flysystem for more filesystem operations
Greg Roach
1
-68
/
+92
2019-07-17
Use Query Expression class directly, remove unused imports
Greg Roach
1
-1
/
+0
2019-05-17
Add support for reverse-proxy configurations
Greg Roach
1
-1
/
+4
2019-05-17
Cache-control headers
Greg Roach
1
-3
/
+4
2019-05-09
PSR-7 requests
Greg Roach
1
-6
/
+9
2019-04-12
Fix: #2378 - undefined property error when downloading media
Greg Roach
1
-1
/
+1
2019-04-11
Replace standalone emitter with middleware
Greg Roach
1
-11
/
+14
2019-04-10
Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17
Greg Roach
1
-53
/
+48
2019-03-07
Code style and testing
Greg Roach
1
-2
/
+1
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-08
Restructure resources folder to match changes in laravel 5.7
Greg Roach
1
-1
/
+1
2018-12-01
PHP 7.1: Multiple types in catch block
Greg Roach
1
-3
/
+1
2018-10-28
Strict types
Greg Roach
1
-4
/
+4
2018-10-28
Strict types
Greg Roach
1
-1
/
+1
2018-09-22
Reduced if/else complexity, removed not require else conditions (#1866)
Rico Sonntag
1
-6
/
+6
2018-08-27
Fixed case mismatches (#1865)
Rico Sonntag
1
-2
/
+2
2018-08-19
CodeStyle
Greg Roach
1
-3
/
+3
2018-08-10
Create system for dependency injection and apply it to controllers and middle...
Greg Roach
1
-6
/
+4
2018-07-16
Use PSR2 code style
Greg Roach
1
-205
/
+217
2018-07-14
Use more specific exceptions
Greg Roach
1
-1
/
+2
2018-03-30
Fix: #1670 - log errors when thumbnails cannot be created
Greg Roach
1
-0
/
+3
2018-02-23
Rename BaseController to AbstractBaseController
Greg Roach
1
-1
/
+1
2018-02-19
Fix: #1618 - add handler for media files that are not images
Greg Roach
1
-0
/
+51
2018-01-18
Replace PHP5 ErrorException with PHP7 Throwable
Greg Roach
1
-3
/
+3
2018-01-13
Use views for genealogy objects
Greg Roach
1
-0
/
+228