gotosocial/internal
vdyotte c8fb4c17f1
Feat: Add global instance CSS customization setting
Allow instance admins to add custom CSS that will affect
every page of their instance.

This is done with a new CustomCSS instance setting that
works pretty much exactly like the Users CustomCSS property.
This custom CSS is then requested for every page load.
User styles/themes take precedence over this CSS.
2024-09-25 00:26:56 -04:00
..
ap [bugfix] Fix incorrect policy value parsing (#3315) 2024-09-17 21:22:45 +02:00
api Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
cache [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) 2024-09-23 11:53:42 +00:00
cleaner [bugfix] fix emoji recaching operations (#3167) 2024-08-03 19:05:38 +02:00
config [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
db Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
email [bugfix/email] Don't use plainAuth when no smtp username/password provided (#3332) 2024-09-23 16:07:13 +02:00
federation [chore] improved federatingdb logging in cases of unknown iri / types (#3313) 2024-09-17 21:35:47 +02:00
filter [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) 2024-09-23 11:53:42 +00:00
gtscontext [bugfix] httpclient not signing subsequent redirect requests (#2798) 2024-04-02 13:12:26 +02:00
gtserror [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2024-05-27 17:46:15 +02:00
gtsmodel Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
headerfilter [feature] request blocking by http headers (#2409) 2023-12-18 14:18:25 +00:00
httpclient [chore] local instance count query caching, improved status context endpoint logging, don't log ErrHideStatus when timelining (#3330) 2024-09-23 11:53:42 +00:00
id [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
iotools [performance] update storage backend and make use of seek syscall when available (#2924) 2024-05-22 11:46:24 +02:00
language [feature] Set/show instance language(s); show post language on frontend (#2362) 2023-11-17 11:35:28 +01:00
log [chore] ensure consistent caller name fetching regardless of compiler inlining (#3323) 2024-09-20 13:30:33 +00:00
media [bugfix] add support for media with rotation contained in stream side data (#3335) 2024-09-23 15:13:01 +00:00
messages [bugfix] incorrect AP serialize function used serializing worker data (#3196) 2024-08-12 18:23:24 +02:00
metrics [chore] Update usage of OTEL libraries (#2725) 2024-03-11 15:34:34 +01:00
middleware [chore] header filter improvements (#3329) 2024-09-23 11:36:56 +00:00
oauth [chore] Upgrade our Go version to 1.22 (#2862) 2024-04-26 10:40:29 +02:00
oidc [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
paging [bugfix] flaky paging test (#2888) 2024-05-01 13:29:42 +02:00
processing Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
queue [performance] update go-structr and go-mutexes with memory usage improvements (#2909) 2024-05-13 08:05:46 +00:00
regexes [feature] Federate interaction policies + Accepts; enforce policies (#3138) 2024-07-26 12:04:28 +02:00
router [chore] ensure consistent caller name fetching regardless of compiler inlining (#3323) 2024-09-20 13:30:33 +00:00
scheduler [feature] add support for polls + receiving federated status edits (#2330) 2023-11-08 14:32:17 +00:00
state [bugfix] Lock when checking/creating notifs to avoid race (#2890) 2024-05-02 13:43:00 +01:00
storage [feature] Object store custom URL (S3) (#3046) 2024-07-31 13:44:18 +01:00
stream [feature] Conversations API (#3013) 2024-07-23 20:44:31 +01:00
text [feature/frontend] Respect prefers-reduced-motion for avatars, headers, and emojis (#3118) 2024-07-21 14:22:08 +02:00
timeline [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
tracing [chore] Update usage of OTEL libraries (#2725) 2024-03-11 15:34:34 +01:00
trans [feature] Allow users to export data via the settings panel (#3140) 2024-07-31 15:03:34 +01:00
transport [chore] Close copied request body in SignDelivery (#3254) 2024-08-30 17:00:55 +00:00
typeutils Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
uris [feature] Interaction requests client api + settings panel (#3215) 2024-08-24 11:49:37 +02:00
util [performance] cache more database calls, reduce required database calls overall (#3290) 2024-09-16 16:46:09 +00:00
validate Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
web Feat: Add global instance CSS customization setting 2024-09-25 00:26:56 -04:00
workers [feature] Allow import of following and blocks via CSV (#3150) 2024-08-02 12:41:46 +01:00