Age | Commit message (Expand) | Author | Files |
2023-11-30 | [bugfix] return 400 Bad Request on more cases of malformed AS data (#2399) | kim | 1 |
2023-11-30 | [bugfix] Update exif-terminator (fix png issue) (#2391) | tobi | 1 |
2023-11-10 | [feature] Media attachment placeholders (#2331) | tobi | 1 |
2023-10-25 | [bugfix] allow store smaller PNG image than 261 bytes (#2263) (#2298) | KEINOS | 1 |
2023-06-22 | [bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853) | kim | 1 |
2023-05-28 | [chore] tidy up media manager, add calling func to errors, build-script impro... | kim | 1 |
2023-05-12 | [feature] status refetch support (#1690) | kim | 1 |
2023-04-29 | [performance] tweak http client error handling (#1718) | kim | 1 |
2023-03-12 | [chore] Improve copyright header handling (#1608) | Daenney | 1 |
2023-03-03 | [performance] cache media attachments (#1525) | kim | 1 |
2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | Daenney | 1 |
2023-02-13 | [performance] processing media and scheduled jobs improvements (#1482) | kim | 1 |
2023-02-11 | [chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2 | tobi | 1 |
2023-01-11 | [performance] media processing improvements (#1288) | kim | 1 |
2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | tobi | 1 |
2022-12-22 | [feature] For video attachments, store + return fps, bitrate, duration (#1282) | tobi | 1 |
2022-12-17 | [feature] Enable basic video support (mp4 only) (#1274) | tobi | 1 |
2022-12-12 | [feature] allow uncaching of other media types (#1234) | kim | 1 |
2022-12-06 | [feature] media: add webp support (#1155) | Sigrid Solveig Haflínudóttir | 1 |
2022-11-24 | [chore] cleanup storage implementation, no need for multiple interface types ... | kim | 1 |
2022-11-11 | [chore] Fixes + updates in emoji dereferencing logic (#1022) | tobi | 1 |
2022-11-11 | [chore] close in-storage media reader _before_ opening write, no need to leav... | kim | 1 |
2022-11-03 | [bugfix] Wrap media in read closer (#941) | tobi | 1 |
2022-10-08 | [chore] Standardize database queries, use `bun.Ident()` properly (#886) | tobi | 1 |
2022-09-29 | [feature] update config types to use bytesize.Size (#828) | kim | 1 |
2022-09-24 | [bugfix] Wrap media reader in length reader to determine length if no `conten... | tobi | 1 |
2022-09-19 | don't error out if storage key already exists (#840) | tobi | 1 |
2022-09-19 | [bugfix] Server and closer bugfixes (#839) | tobi | 1 |
2022-09-04 | [bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments... | tobi | 1 |
2022-08-15 | [chore] Update bun / sqlite versions; update gtsmodels (#754) | tobi | 1 |
2022-07-19 | [chore] use our own logging implementation (#716) | kim | 1 |
2022-07-03 | [feature] S3 support (#674) | Dominik Süß | 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 | 1 |
2022-03-21 | [bugfix] Close ReadClosers properly in the media package (#434) | tobi | 1 |
2022-03-07 | [feature] Clean up/uncache remote media (#407) | tobi | 1 |
2022-02-22 | [feature] Add postDataCallbackFunc to allow cleanup (#408) | tobi | 1 |
2022-02-21 | [bugfix] Fix thumbnail image type (#406) | tobi | 1 |
2022-02-08 | store and retrieve processState atomically | tsmethurst | 1 |
2022-01-23 | rework data function to provide filesize | tsmethurst | 1 |
2022-01-16 | pass reader around instead of []byte | tsmethurst | 1 |
2022-01-15 | lint, fmt | tsmethurst | 1 |
2022-01-15 | emoji code passing muster | tsmethurst | 1 |
2022-01-15 | start fixing up emoji processing code | tsmethurst | 1 |
2022-01-11 | pass a function into the manager, start work on emoji | tsmethurst | 1 |