index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
media
Age
Commit message (
Expand
)
Author
Files
2023-01-23
[chore] remove funky duplicate attachment in testrig (#1379)
tobi
1
2023-01-16
[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)
tobi
5
2023-01-11
[performance] media processing improvements (#1288)
kim
16
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
20
2022-12-22
[feature] For video attachments, store + return fps, bitrate, duration (#1282)
tobi
9
2022-12-21
[bugfix] Close reader gracefully when streaming recache of remote media to fi...
tobi
1
2022-12-17
[feature] Enable basic video support (mp4 only) (#1274)
tobi
9
2022-12-12
[feature] allow uncaching of other media types (#1234)
kim
6
2022-12-10
[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...
tobi
4
2022-12-06
[feature] media: add webp support (#1155)
Sigrid Solveig Haflínudóttir
4
2022-11-30
[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...
tobi
1
2022-11-25
[feature] Add `admin media prune orphaned` CLI command (#1146)
tobi
3
2022-11-24
[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)
tobi
1
2022-11-24
[chore] cleanup storage implementation, no need for multiple interface types ...
kim
6
2022-11-11
[chore] Fixes + updates in emoji dereferencing logic (#1022)
tobi
2
2022-11-11
[chore] close in-storage media reader _before_ opening write, no need to leav...
kim
2
2022-11-05
[chore] bump gruf/go-store to v2 (#953)
tobi
7
2022-11-03
[bugfix] Wrap media in read closer (#941)
tobi
5
2022-10-13
[feature] Refetch emojis when they change on remote instances (#905)
tobi
7
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
3
2022-09-29
[feature] update config types to use bytesize.Size (#828)
kim
6
2022-09-24
[bugfix] Wrap media reader in length reader to determine length if no `conten...
tobi
6
2022-09-19
don't error out if storage key already exists (#840)
tobi
2
2022-09-19
[bugfix] Server and closer bugfixes (#839)
tobi
2
2022-09-12
[feature] Fetch + display custom emoji in statuses from remote instances (#807)
tobi
1
2022-09-06
[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)
tobi
1
2022-09-04
[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...
tobi
1
2022-08-31
[chore] Test fixes (#788)
tobi
1
2022-08-15
[chore] Update bun / sqlite versions; update gtsmodels (#754)
tobi
7
2022-08-10
[bugfix] Check orientation when reading width/height of images (#749)
tobi
1
2022-08-10
[bugfix] Fix thumbnails not taking exif rotation into account (#746)
tobi
3
2022-07-19
[chore] use our own logging implementation (#716)
kim
8
2022-07-03
[chore] Update pruneOneLocal to use ctx (#684)
tobi
2
2022-07-03
[feature] S3 support (#674)
Dominik Süß
9
2022-06-30
[feature] Cleanup unattached local media (#680)
tobi
5
2022-06-26
[feature] add configuration to `/api/v1/instance` response (#670)
tobi
1
2022-05-30
[chore] Global server configuration overhaul (#575)
kim
1
2022-05-15
[feature] Unused avatar and header cleanup (#574)
tobi
6
2022-05-15
[feature] Media cleanup endpoint (#560)
Sashanoraa
1
2022-05-15
[security] transport.Controller{} and transport.Transport{} security and perf...
kim
1
2022-05-08
[bugfix] Fix remote media pruning failing if media already gone (#548)
tobi
1
2022-05-07
[feature] Update media manager to use internal/worker package (#543)
kim
2
2022-05-03
[chore] Move initial MediaRemotePrune to cmd.server function (#536)
tobi
1
2022-05-03
[feature] Run initial cache cleanup on gotosocial start in case max-age chang...
kim
1
2022-04-25
[bugfix] Allow processing of .png files where checksum is not correct (#487)
tobi
7
2022-04-24
[chore] Add two new test images for media processing (#424)
0hlov3
2
2022-04-02
[chore] Update Go version to 1.18 (#444)
tobi
1
2022-03-22
[bugfix] Fix media uploads blocking after a failed upload #438
tobi
1
2022-03-21
[bugfix] Fix images not being processed correctly sometimes (#437)
tobi
2
2022-03-21
[bugfix] Close ReadClosers properly in the media package (#434)
tobi
2
[next]