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
/
MediaFile.php
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-04-12
Cannot get image size of non-image
Greg Roach
1
-19
/
+21
2021-03-19
Remove GedcomTag
Greg Roach
1
-3
/
+3
2021-03-15
Filesystem error handling
Greg Roach
1
-6
/
+21
2021-03-11
Remove deprecated code
Greg Roach
1
-12
/
+0
2021-03-11
Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2
Greg Roach
1
-23
/
+14
2021-02-04
Code style
Greg Roach
1
-8
/
+8
2021-01-25
Use https link in copyright header
Greg Roach
1
-2
/
+2
2021-01-04
Fix: #3647 - add support for webp images
Greg Roach
1
-0
/
+1
2020-10-08
Remove unused imports
Greg Roach
1
-2
/
+0
2020-10-08
Typos
Greg Roach
1
-1
/
+1
2020-10-03
#3529 - rename Factory to Registry
Greg Roach
1
-2
/
+2
2020-09-15
Remove league/glide. Use intervention/image directly.
Greg Roach
1
-14
/
+38
2020-09-09
Pre-calculate watermark transparancy
Greg Roach
1
-1
/
+0
2020-07-20
Refactor MediaFileController into request handlers
Greg Roach
1
-20
/
+16
2020-07-04
Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()
Greg Roach
1
-1
/
+2
2020-06-11
Increase JPEG 'q' parameter
Greg Roach
1
-1
/
+1
2020-05-30
#3305 - reduce quality parameter for jpeg thumbnails to improve performance
Greg Roach
1
-0
/
+1
2020-05-01
Move MIME constants to their own class
Greg Roach
1
-30
/
+4
2020-04-28
Watermarks not centered - although should be by default
Greg Roach
1
-0
/
+1
2020-03-22
Disable auto-rotation when EXIF library is missing
Greg Roach
1
-1
/
+5
2020-02-02
Use EXIF data to auto-rotate images
Greg Roach
1
-1
/
+1
2019-12-20
PHPdoc
Greg Roach
1
-0
/
+2
2019-12-11
Add .jpe to list of supported image extensions
Greg Roach
1
-0
/
+1
2019-12-11
Fix: #2866 - allow non-image media files to be displayed in the browser
Greg Roach
1
-5
/
+8
2019-12-01
Escape media titles
Greg Roach
1
-2
/
+2
2019-11-04
Fix: #2479 - admin manage media showing wrong files; Attach filesystems to ↵
Greg Roach
1
-8
/
+13
request
2019-10-25
No need to throw exceptions in assert()
Greg Roach
1
-1
/
+0
2019-10-18
Avoid empty(), as it can be unpredicatable
Greg Roach
1
-1
/
+1
2019-10-18
Strict types
Greg Roach
1
-5
/
+11
2019-10-17
PSR12
Greg Roach
1
-0
/
+1
2019-10-10
Working on routing
Greg Roach
1
-2
/
+2
2019-10-09
Working on routing; Code cleanup
Greg Roach
1
-3
/
+0
2019-10-06
Use aura/router
Greg Roach
1
-9
/
+8
2019-10-02
Use flysystem for report images
Greg Roach
1
-20
/
+11
2019-09-29
PSR12
Greg Roach
1
-0
/
+3
2019-09-24
Use Flysystem for more filesystem operations
Greg Roach
1
-162
/
+120
2019-09-23
Use Flysystem for more filesystem operations
Greg Roach
1
-1
/
+1
2019-05-17
Add support for reverse-proxy configurations
Greg Roach
1
-1
/
+5
2019-03-09
Fix: #2233 some databases cannot index columns longer than 255 chars
Greg Roach
1
-6
/
+2
2019-03-07
Code style and testing
Greg Roach
1
-8
/
+9
2019-02-16
Rename functions getFoo() to foo() and return collections instead of arrays
Greg Roach
1
-2
/
+2
2019-02-09
Fix: #2195 - update mime-type icons
Greg Roach
1
-7
/
+8
2019-01-04
Add visibility to constants
Greg Roach
1
-1
/
+1
2019-01-01
Happy 2019
Greg Roach
1
-1
/
+1
2018-12-08
Move DebugBar code to middleware
Greg Roach
1
-2
/
+0
2018-11-18
Rename GedcomRecord::getFacts() to facts()
Greg Roach
1
-2
/
+2
2018-11-18
Rename GedcomRecord::getTree() to tree()
Greg Roach
1
-5
/
+5
2018-11-18
Rename GedcomRecord::getXref() to xref()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Tree::getTreeName() to name()
Greg Roach
1
-2
/
+2
2018-11-18
Rename Fact::getFactId() to id()
Greg Roach
1
-2
/
+2
[next]