Commit graph

  • 0c84a2a5c6 add code comment kim 2024-11-05 14:40:56 +00:00
  • bd6a44ec04 pull in go-ffmpreg v0.6.0 kim 2024-11-05 14:38:37 +00:00
  • 7e1e57321c move forkawesome to vendor css, fonts directory f0x 2024-11-05 15:15:47 +01:00
  • e855a0288b
    [chore] update docs assets path (#3514) tobi 2024-11-05 14:56:37 +01:00
  • 52e2cf8fc0 [chore] update docs assets path tobi 2024-11-05 14:41:52 +01:00
  • 38a08cd25a
    [docs] add zh docs (#3507) CDN 2024-11-05 13:36:43 +00:00
  • e953d80dff
    [bugfix] Fix setting immediate expires_at value on filter endpoints (#3513) v0.17.2 tobi 2024-11-05 13:29:51 +01:00
  • 7641a2c94d oh my tobi 2024-11-05 13:01:12 +01:00
  • bac1a08802 update wording tobi 2024-11-05 13:00:33 +01:00
  • 7159182be3 update wording tobi 2024-11-05 12:58:43 +01:00
  • 5d374113df [bugfix] Fix setting immediate expires_at value on filter endpoints tobi 2024-11-05 12:57:18 +01:00
  • 53aaeb18d4
    previously we were using the ffmpeg runner for ffprobe 🤦 (#3512) kim 2024-11-05 10:50:56 +00:00
  • ab949117a8 previously we were using the ffmpeg runner for ffprobe 🤦 kim 2024-11-05 10:23:26 +00:00
  • 8d05895119
    Merge d8041be23f into f3b2eca8b8 CDN 2024-11-04 14:17:44 +00:00
  • f3b2eca8b8
    [feature] add support for hinting via api/v_/instance preferred image / video max sizes (#3505) kim 2024-11-04 14:00:10 +00:00
  • 8f288f1689
    [bugfix] determine mime-type to use during ffprobe evaluation stage, don't bother checking against file extension (#3506) kim 2024-11-04 13:58:15 +00:00
  • fedb1adb5d fix up tests expecting differing default values kim 2024-11-04 13:18:51 +00:00
  • bb10848c2f fix tests expecting old default values kim 2024-11-04 13:05:42 +00:00
  • d2820a1470
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.79 to 7.0.80 (#3511) dependabot[bot] 2024-11-04 12:03:54 +01:00
  • fbdd4ca7ba
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.79 to 7.0.80 dependabot[bot] 2024-11-04 06:46:59 +00:00
  • d7780fe50b
    [chore]: Bump codeberg.org/gruf/go-ffmpreg from 0.4.2 to 0.5.0 dependabot[bot] 2024-11-04 06:46:39 +00:00
  • 362afe8da3
    [chore]: Bump github.com/uptrace/bun/extra/bunotel from 1.2.1 to 1.2.5 dependabot[bot] 2024-11-04 06:45:50 +00:00
  • c80ef9330a
    Merge a1966f723d into 17fdce268c kim 2024-11-03 15:46:02 +01:00
  • a9d9788f7a
    Merge b620976c0a into 17fdce268c kim 2024-11-03 13:34:05 +01:00
  • 17fdce268c
    [docs] Fix typos (#3498) Jim Tittsler 2024-11-03 19:16:48 +09:00
  • 352eba7ab6
    Merge f5676b47af into 49eb8f602e Jim Tittsler 2024-11-02 23:51:43 +00:00
  • f5676b47af Fix typos Jim Tittsler 2024-10-30 13:08:23 +09:00
  • d8041be23f
    [docs/zh] wording alignment CDN18 2024-11-03 06:03:05 +08:00
  • 9cd53b27db
    [docs] update zh index.md reference CDN18 2024-11-03 05:47:00 +08:00
  • 14712deb39
    [docs] translate remaining repo docs + update reference CDN18 2024-11-03 05:38:03 +08:00
  • 96be78cdd5
    [docs] fix zh readme reference + migrate language-specific repo markdown to docs CDN18 2024-11-03 05:33:35 +08:00
  • 931c131bee
    [docs] add theme.palette.toggle.icon back into mkdocs zh config CDN18 2024-11-02 07:23:11 +08:00
  • dafd9f04f9
    [docs] extra_css change followup CDN18 2024-11-02 07:06:49 +08:00
  • e0b8d72641
    [docs] rename assets to public to avoid conflicting with template CDN18 2024-11-02 07:02:49 +08:00
  • 6089bcfaec
    [docs] exclude locales director in main mkdocs config CDN18 2024-11-02 06:46:12 +08:00
  • 3d65f5e9fb
    [docs] update overrides dir in mkdocs zh config CDN18 2024-11-02 06:44:46 +08:00
  • b8d59a2a0a
    [docs] migrate assets CDN18 2024-11-02 06:36:58 +08:00
  • aa53404a78
    [docs] update mkdocs zh config CDN18 2024-11-02 06:31:00 +08:00
  • b3d75f8512
    [docs] add lang dropdown CDN18 2024-11-02 06:19:43 +08:00
  • df6555446e
    [docs] add zh docs CDN18 2024-11-02 05:58:56 +08:00
  • a1966f723d set mjpeg content-type kim 2024-11-01 21:38:51 +00:00
  • 36409a4ac0 determine mime-type to use during ffprobe evaluation stage, don't bother rechecking by file extension kim 2024-11-01 21:35:11 +00:00
  • b620976c0a add support for hinting via api/v_/instance endpoints a preferred image / video size limit kim 2024-11-01 20:58:29 +00:00
  • c7d7f29417
    Merge c8fb4c17f1 into 49eb8f602e Victor Dyotte 2024-11-01 17:03:26 +08:00
  • 49eb8f602e
    [chore] Fix minor typo in About template (#3502) Sqx. Flann van der Eik 2024-10-31 00:26:26 +01:00
  • 7e1daa7460 Fix minor typo in About template Flann van der Eik 2024-10-30 20:50:08 +01:00
  • cad76b8a25
    [docs] Clarify what Visibility Level means (#3500) Markus Unterwaditzer 2024-10-30 15:28:07 +01:00
  • fef4d7220f attempt to rephrase a bunch more for consistency Markus Unterwaditzer 2024-10-30 13:52:36 +01:00
  • 790b30dfc5
    Merge branch 'main' into visibility Markus Unterwaditzer 2024-10-30 13:45:59 +01:00
  • a9accb1ec0 Clarify what Visibility Level means Markus Unterwaditzer 2024-10-30 13:44:17 +01:00
  • 3b037d165c
    [chore] Bump elliptic from 6.5.7 to 6.6.0 in /web/source (#3495) dependabot[bot] 2024-10-29 15:36:49 +01:00
  • 53e84c14a7
    Merge 18602e7eb3 into c8647f701c dependabot[bot] 2024-10-28 21:29:02 +00:00
  • 18602e7eb3
    Bump elliptic from 6.5.7 to 6.6.0 in /web/source dependabot[bot] 2024-10-28 21:29:00 +00:00
  • c8647f701c
    [chore] Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web/source (#3481) dependabot[bot] 2024-10-28 22:28:03 +01:00
  • 1954ccba50
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.78 to 7.0.79 (#3488) dependabot[bot] 2024-10-28 14:44:04 +01:00
  • 7ec6509e11
    [bugfix] support classifying correct video codec without audio as webm (#3494) kim 2024-10-28 13:09:21 +00:00
  • 529fb77d0a improved unsupported data type error output kim 2024-10-28 12:32:15 +00:00
  • 1cb6b27a90 for webm support video:[vp8,vp9,av1] and audio:[NONE,vorbis,opus] kim 2024-10-28 12:25:35 +00:00
  • e86592bc32
    [chore] pull in go-ffmpreg v0.4.1 (#3485) kim 2024-10-28 10:55:48 +00:00
  • 8f4a96c7cd
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.21.0 to 2.21.1 (#3489) dependabot[bot] 2024-10-28 10:07:58 +00:00
  • 1d00fdb6b0
    [chore]: Bump github.com/uptrace/bun/dialect/pgdialect dependabot[bot] 2024-10-28 06:21:37 +00:00
  • 0b71b74834
    [chore]: Bump github.com/uptrace/bun/dialect/sqlitedialect dependabot[bot] 2024-10-28 06:21:15 +00:00
  • 821d338cce
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.21.0 to 2.21.1 dependabot[bot] 2024-10-28 06:20:49 +00:00
  • 4e6b2ba12b
    [chore]: Bump github.com/minio/minio-go/v7 from 7.0.78 to 7.0.79 dependabot[bot] 2024-10-28 06:20:26 +00:00
  • 2470c8d8a0
    [chore]: Bump github.com/uptrace/bun from 1.2.1 to 1.2.5 dependabot[bot] 2024-10-28 06:20:07 +00:00
  • 7e173a7809
    Merge b554bd6250 into 51cb6cae16 kim 2024-10-27 21:33:29 +00:00
  • b554bd6250 bring back GTS_WAZERO_COMPILATION_CACHE kim 2024-10-27 21:32:20 +00:00
  • 3623f4dd2e pull in go-ffmpreg v0.4.1 kim 2024-10-27 16:19:59 +00:00
  • a7245f4020
    Merge e178ce7822 into 51cb6cae16 dependabot[bot] 2024-10-26 20:16:01 +03:00
  • 51cb6cae16
    update go-sqlite3 => v0.20.0 (#3483) kim 2024-10-25 16:09:18 +00:00
  • 521cab6c59 update go-sqlite3 => v0.20.0 kim 2024-10-25 16:25:10 +01:00
  • e178ce7822
    Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /web/source dependabot[bot] 2024-10-25 11:35:44 +00:00
  • 72af2635b8
    Merge 3464b39d39 into d8a83860bc kim 2024-10-22 18:21:52 +01:00
  • d8a83860bc
    [bugfix] incorrect /api/v_/instance domain uri fields (#3477) kim 2024-10-22 14:47:28 +00:00
  • 4be9e6331b fix tests relying on old instance behaviour kim 2024-10-22 15:21:05 +01:00
  • 3f0b660d3a update instance v1 / v2 endpoints to set uri / domain correctly (i.e. account domain) kim 2024-10-22 15:12:06 +01:00
  • 8a93300ac4
    [feature] Add image descriptions for default avatar + header; don't allow editing default desc (#3473) v0.17.1 tobi 2024-10-21 14:04:50 +02:00
  • 35ac8e459b [feature] Add image descriptions for default avatar + header; don't allow editing default desc tobi 2024-10-21 13:32:01 +02:00
  • e9299e1174
    [chore]: Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#3469) dependabot[bot] 2024-10-21 11:40:19 +02:00
  • f301ec65f1
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.0 (#3468) dependabot[bot] 2024-10-21 11:39:43 +02:00
  • ea1bf5f8a3
    [chore]: Bump github.com/yuin/goldmark from 1.7.6 to 1.7.8 (#3470) dependabot[bot] 2024-10-21 11:37:00 +02:00
  • 24ebc6b0b6
    [chore]: Bump github.com/yuin/goldmark from 1.7.6 to 1.7.8 dependabot[bot] 2024-10-21 06:18:16 +00:00
  • 163a48ca0e
    [chore]: Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 dependabot[bot] 2024-10-21 06:18:04 +00:00
  • e4185064e6
    [chore]: Bump github.com/tdewolff/minify/v2 from 2.20.37 to 2.21.0 dependabot[bot] 2024-10-21 06:17:50 +00:00
  • fab7d17031
    [bugfix] Fix filter title unique constraint (#3458) tobi 2024-10-19 11:04:07 +02:00
  • 175133ae82
    Merge 0e24c0dfdb into 0d0314b98d tobi 2024-10-18 18:02:30 +02:00
  • 0e24c0dfdb [bugfix] Fix filter title unique constraint tobi 2024-10-18 18:01:01 +02:00
  • 0d0314b98d
    [chore] Fix loop issue in streaming 🤦 (#3457) tobi 2024-10-18 16:57:50 +02:00
  • f0cb9d45ab [chore] Fix loop issue in streaming 🤦 tobi 2024-10-18 16:18:37 +02:00
  • 602c858379
    [chore] Thumbnail only first frame of animated media (#3448) tobi 2024-10-18 15:44:08 +02:00
  • ffc86f9092
    [bugfix] Fix occasionally streaming empty messages (#3456) tobi 2024-10-18 15:43:09 +02:00
  • 9b8f5754e1 [bugfix] Fix occasionally streaming empty messages tobi 2024-10-18 15:26:19 +02:00
  • cc63d42a7e
    Merge 290506ea37 into 9f6a1f7e79 tobi 2024-10-17 16:24:13 +00:00
  • 9f6a1f7e79
    [chore] Set some additional git attributes (#3454) Daenney 2024-10-17 18:24:03 +02:00
  • 05df5e1ba5 [chore] Set some additional git attributes Daniele Sluijters 2024-10-17 17:55:17 +02:00
  • 2a437685fc
    [docs/bugfix] Fix access to /dev and /tmp in AppArmor profile (#3444) Sqx. Flann van der Eik 2024-10-16 14:34:08 +02:00
  • a48cce82b9
    [chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420) Markus Unterwaditzer 2024-10-16 14:13:58 +02:00
  • 290506ea37 [chore] Thumbnail only first frame of animated media tobi 2024-10-16 14:06:57 +02:00
  • c4243dab51
    Merge bc1677b7c3 into 3e8c4951e1 Sqx. Flann van der Eik 2024-10-15 18:49:51 +00:00
  • bc1677b7c3 [docs/bugfix] Fix access to /dev and /tmp in AppArmor profile Flann van der Eik 2024-10-15 20:37:01 +02:00