Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
* parse markdown statuses if desired
* add some preliminary docs for writing posts
|
|
|
|
|
|
* allow custom ports for webserver and le
* fix teensy mistake not setting default port
|
|
|
|
|
|
|
|
* add oidc config
* inching forward with oidc idp
* lil webfingy fix
* bit more progress
* further oidc
* oidc now working
* document dex config
* replace broken images
* add additional credits
* tiny doc update
* update
* add oidc config
* inching forward with oidc idp
* bit more progress
* further oidc
* oidc now working
* document dex config
* replace broken images
* add additional credits
* tiny doc update
* update
* document
* docs + comments
|
|
* lil webfingy fix
* return requested content type from fede requests
|
|
* fix some config bugs
* go fmt
|
|
* allow different host + accountDomain
* use accountDomain in tags
|
|
* go mod tidy
* complete example config
* add tls support for db connection
* add certpool to tlsConfig
* add some lil docker scripts
|
|
* better asset serving, optional admin panel route
* linting
|
|
|
|
* disable html escaping for short description
* provide noescape function for templates
* move template functions before template loading
* go fmt
* linter fixes
|
|
* sanitize html for statuses + instance
* sanitization
|
|
* remote + local block logic, incl. federation
* improve blocking stuff
* fiddle with display of blocked profiles
* go fmt
|
|
|
|
* play around with docs
* add example images
* try some image fiddling
* images
* more detail
* little tweaks
* add licenses
|
|
* css styling tweaks
* bundle
* apply styling to textarea as well
* bundle, whitespace
* generalize .button class styling
* bundle
* give .button a pointer cursor too
* bundle
|
|
|
|
* css styling tweaks
* bundle
* apply styling to textarea as well
* bundle, whitespace
|
|
|
|
|
|
|
|
|
|
* preliminary fixes to broken auth flow
* fix some auth/cookie weirdness
* fmt
|
|
|
|
* first steps on importing blocklists
* unblock domains properly
|
|
* start work on admin domain blocking
* move stuff around + further work on domain blocks
* move + restructure processor
* prep work for deleting account
* tidy
* go fmt
* formatting
* domain blocking more work
* check domain blocks way earlier on
* progress on delete account
* delete more stuff when an account is gone
* and more...
* domain blocky block block
* get individual domain block, delete a block
|
|
* Fix a little bug in the contact href on 404
|
|
Addresses #71 :
Set version on the CLI framework.
Add a build.sh script that injects variables into the build tooling using git and a version file.
Set version in config.
|
|
Remote instances are now dereferenced when they post to an inbox on a GtS instance.
Dereferencing will be done first by checking the /api/v1/instance endpoint of an instance.
If that doesn't work, /.well-known/nodeinfo will be checked.
If that doesn't work, only a minimal representation of the instance will be stored.
A new field was added to the Instance database model. To create it:
alter table instances add column contact_account_username text;
|
|
|
|
|
|
Drop regex validation for postgres hostname, because it was breaking when running in a docker-compose stack where hostnames can be just one word.
If necessary this can be added in again later, but it probably won't be necessary because it doesn't actually add anything useful!
|
|
|
|
|
|
|
|
* fix a stack overflow in the timeline
* go fmt
|
|
Allow admins to set instance settings through a PATCH to /api/v1/instance
Update templates to reflect some of the new fields
|
|
* add favicon
* add opengraph tags with title and description
|
|
|
|
|
|
|
|
|
|
|