summaryrefslogtreecommitdiff
path: root/internal/typeutils
AgeCommit message (Expand)AuthorFiles
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi1
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi3
2022-11-29[bugfix] don't return error during account serialize on deleted emoji (#1177)Libravatar kim1
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi1
2022-11-15[feature] Serialize local account role via API, and show it via web view (#1045)Libravatar tobi2
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi3
2022-11-13[bugfix] Fix login on Mastodon iOS app for users with no statuses (#1042)Libravatar David Baker2
2022-11-08[feature] Make instance thumbnail configurable via admin panel (#973)Libravatar tobi1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi2
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi3
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi6
2022-10-06[feature] Add emoji image size to instance response (#892)Libravatar tobi1
2022-10-03[performance] add user cache and database (#879)Libravatar tobi1
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi6
2022-09-23[feature] Allow delivery to sharedInboxes where possible (#847)Libravatar tobi4
2022-09-15[bugfix] Fix emojis, attachments, and mentions not being serialized correctly...v0.5.0-rc2Libravatar tobi2
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi1
2022-09-08[bugfix] Fix preposterous characters reserved per URL amount (#809)Libravatar tobi1
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi4
2022-09-02[bugfix] Fix status fields `in_reply_to_id` and `in_reply_to_account_id` not ...Libravatar tobi3
2022-09-02[feature] Federate custom emoji (outbound) (#791)Libravatar Blackle Morisanchetto3
2022-08-30[bugfix] Fix issue where the 'favourited' field of a notification's status is...Libravatar Blackle Morisanchetto1
2022-08-29[bugfix] Use reblogged status in notification, instead of wrapper status (#775)Libravatar Blackle Morisanchetto1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi5
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi2
2022-07-22[bugfix] Make `/api/v2/media` more compatible with masto API (#724)Libravatar tobi2
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim4
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim2
2022-07-05[bugfix] Fix incorrect domain showing in profiles (#693)Libravatar tobi1
2022-07-04[bugfix] Visibility fixes (#687)Libravatar tobi2
2022-06-26[feature] Use default instance thumbnail if instance account header not set (...Libravatar tobi1
2022-06-26[feature] add configuration to `/api/v1/instance` response (#670)Libravatar tobi1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi1
2022-06-11[chore] Fix testrig emoji bug (#646)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi3
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim2
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi3
2022-05-27[chore] Add test for dereferencing Owncast service account (#613)Libravatar tobi2
2022-05-24[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)Libravatar tobi1
2022-05-24[bugfix] Don't serialize instance account if not set (#603)Libravatar tobi2
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi3
2022-05-23[bugfix] Fix `error extracting status content: no content found` (#598)Libravatar tobi1
2022-05-23[bugfix] If status URL is empty, use URI instead and don't log unnecessary er...Libravatar tobi3
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim1
2022-04-26[bugfix] Fix CWs not showing sometimes (#488)Libravatar tobi2
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi1