Age | Commit message (Collapse) | Author | Files |
|
|
|
* add custom css account property + db func to fetch
* allow account to get/set custom css
* serve custom css for an account
* go fmt
* use monospace for customcss, add link
* add custom css to account cache
* fix broken field
* add custom css docs to user guide
* add `accounts-allow-custom-css` config flag
* add allow custom css to /api/v1/instance response
* only show/set custom css if allowed to do so
* only set/serve custom account css if enabled
* update swagger docs
* chain promise
* make bool a bit clearer
* use cache for GetAccountCustomCSSByUsername
|
|
* clarify docs
* tidy up consts, set reserved chars much lower
* update tests
|
|
* use instance account_domain in profile
* add instance account_domain field
|
|
* add configuration object to api instance model
* regenerate swagger docs
* add func to return all supported mimes for media
* add instance configuration to api serialization
* fix json tags
* update instance endpoint tests
* fix typeutils tests
* final regen of swagger docs
* omitempty instance configuration
|
|
|
|
* more swagger fun
* document a whole bunch more stuff
* more swagger yayyyyyyy
* progress + go fmt
|
|
|
|
Allow admins to set instance settings through a PATCH to /api/v1/instance
Update templates to reflect some of the new fields
|
|
|
|
|
|
Big restructuring and initial work on activitypub
|