about summary refs log tree commit diff
path: root/src/lib/media/video
Commit message (Expand)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-095-12/+12
* [APP-1318] `SelectMediaButton` (#8828)Eric Bailey2025-08-181-3/+10
* Update `VideoTooLargeError` strings (#7923)surfdude292025-03-121-1/+1
* tweak ci (#7916)Samuel Newman2025-03-061-3/+2
* Add gif support to web (#6433)Samuel Newman2024-11-221-0/+4
* use megabytes rather than mebibytes for video limit (#6117)Samuel Newman2024-11-051-1/+1
* Sort imports (#6009)dan2024-10-291-1/+1
* [Sheets] [Pt. 1] Root PR (#5557)Hailey2024-10-042-2/+2
* Rename some files and variables (#5587)dan2024-10-035-1/+289
* fix min size for compression (#5272)Samuel Newman2024-09-111-9/+10
* [Video] TEMP disable skip compression (#5271)Samuel Newman2024-09-111-9/+9
* [Video] use correct max size (#5245)Samuel Newman2024-09-092-3/+3
* [Video] Upload tweaks (#5228)Samuel Newman2024-09-081-1/+2
* [Video] Fix type on web (#5211)Hailey2024-09-071-2/+4
* [Video] Check upload limits before uploading (#5153)Samuel Newman2024-09-071-0/+7
* [Video] Only compress if >25mb or unknown format (#5187)Samuel Newman2024-09-071-2/+15
* fix mime checks (#5118)Samuel Newman2024-09-031-1/+1
* [Video] Upload errors and UI improvements (#5092)Samuel Newman2024-09-034-1/+11
* [Videos] avoid using fetch for blob handling where possible (#5041)Samuel Newman2024-08-303-12/+40
* [Video] Make compress/upload cancelable (#4996)Samuel Newman2024-08-292-5/+12
* [Video] Add uploaded video to post (#4884)Samuel Newman2024-08-291-36/+0
* [Video] Uploads (#4754)Hailey2024-07-301-0/+36
* Video compression in composer (#4638)Samuel Newman2024-07-053-0/+64