5bf4fb49e0
Tiny fix ( #114 )
...
* allow custom ports for webserver and le
* fix teensy mistake not setting default port
2021-07-24 19:31:38 +02:00
87d9a06b1a
Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main
2021-07-24 19:30:15 +02:00
bc1d8a9265
allow custom ports for webserver and le ( #111 )
2021-07-24 19:02:41 +02:00
318e377359
allow custom ports for webserver and le
2021-07-24 18:55:24 +02:00
05e9af089c
Oidc ( #109 )
...
* 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
2021-07-23 10:36:28 +02:00
113186ce4e
lil webfingy fix ( #106 )
...
* lil webfingy fix
* return requested content type from fede requests
2021-07-21 17:46:59 +02:00
29bdc41baa
Config bugfix ( #104 )
...
* fix some config bugs
* go fmt
2021-07-19 19:31:47 +02:00
b1a4f38e38
allow different host + accountDomain ( #103 )
...
* allow different host + accountDomain
* use accountDomain in tags
2021-07-19 18:42:08 +02:00
677490bc4e
Db tls ( #102 )
...
* go mod tidy
* complete example config
* add tls support for db connection
* add certpool to tlsConfig
* add some lil docker scripts
2021-07-19 18:03:07 +02:00
bbc2494c58
Static fileserver improvements, optional admin panel route ( #100 )
...
* better asset serving, optional admin panel route
* linting
2021-07-14 17:22:51 +02:00
eef88ae31d
frontpage template tweaks ( #99 )
2021-07-13 18:40:47 +02:00
f05b255511
Noescape ( #88 )
...
* disable html escaping for short description
* provide noescape function for templates
* move template functions before template loading
* go fmt
* linter fixes
2021-07-13 16:05:03 +02:00
bdba3ff9a9
sanitize html for statuses + instance ( #97 )
...
* sanitize html for statuses + instance
* sanitization
2021-07-13 16:03:51 +02:00
846057f0d6
Block/unblock ( #96 )
...
* remote + local block logic, incl. federation
* improve blocking stuff
* fiddle with display of blocked profiles
* go fmt
2021-07-11 16:22:21 +02:00
c7da64922f
favourites GET implementation ( #95 )
2021-07-09 18:32:48 +02:00
c5180b3860
Docs ( #94 )
...
* play around with docs
* add example images
* try some image fiddling
* images
* more detail
* little tweaks
* add licenses
2021-07-09 13:14:34 +02:00
606ee5c615
Css button tweak ( #93 )
...
* css styling tweaks
* bundle
* apply styling to textarea as well
* bundle, whitespace
* generalize .button class styling
* bundle
* give .button a pointer cursor too
* bundle
2021-07-09 10:44:10 +02:00
1dac7eb9e0
readme updating ( #92 )
2021-07-08 18:51:32 +02:00
2cebac592f
Css input/select styling tweak ( #91 )
...
* css styling tweaks
* bundle
* apply styling to textarea as well
* bundle, whitespace
2021-07-08 18:00:23 +02:00
05e62479c8
undo template no escape ( #87 )
2021-07-08 15:11:10 +02:00
c106ce4617
fix up some of the instance patching stuff ( #86 )
2021-07-08 15:06:37 +02:00
fe269cd641
fix up some of the instance patching stuff ( #85 )
2021-07-08 15:05:19 +02:00
fd0714cfde
disable html escaping for short description ( #84 )
2021-07-08 14:57:37 +02:00
5460271bb5
Auth flow fixes ( #82 )
...
* preliminary fixes to broken auth flow
* fix some auth/cookie weirdness
* fmt
2021-07-08 11:32:31 +02:00
c71e55ecc4
clean up some weirdness in the router ( #80 )
2021-07-07 15:46:42 +02:00
3568579218
Blocklist import ( #77 )
...
* first steps on importing blocklists
* unblock domains properly
2021-07-06 13:29:11 +02:00
d389e7b150
Domain block ( #76 )
...
* 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
2021-07-05 13:23:03 +02:00
cf19aaf0df
Fix 404 contact ( #74 )
...
* Fix a little bug in the contact href on 404
2021-06-28 13:52:03 +02:00
4f3b3f5c0b
put version in binary properly ( #73 )
...
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.
2021-06-28 12:17:20 +02:00
87cf621e21
Remote instance dereferencing ( #70 )
...
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;
2021-06-27 16:52:18 +02:00
869a6c111c
Go fmt
2021-06-27 13:58:59 +02:00
3e6aef00b2
fix the annoying infinite handshake bug (tested) ( #69 )
2021-06-27 11:46:07 +02:00
b71bbc86a7
remove regex hostname parsing ( #67 )
...
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!
2021-06-26 20:59:38 +02:00
b6c62309f2
separate public key handler ( #64 )
2021-06-26 16:21:40 +02:00
82d2544d7d
qad getting started guide ( #63 )
2021-06-26 13:06:27 +02:00
c1e107266f
nodeinfo compliance ( #61 )
2021-06-24 14:26:08 +02:00
16e486ad96
Timeline bugfix ( #60 )
...
* fix a stack overflow in the timeline
* go fmt
2021-06-23 18:42:20 +02:00
8c9a853343
Instance settings updates ( #59 )
...
Allow admins to set instance settings through a PATCH to /api/v1/instance
Update templates to reflect some of the new fields
2021-06-23 16:35:57 +02:00
fd57cca437
Opengraph meta tags ( #55 )
...
* add favicon
* add opengraph tags with title and description
2021-06-21 21:09:06 +02:00
5a2f3b35ba
add 404 handler ( #57 )
2021-06-21 21:08:02 +02:00
eaeceb1c67
add favicon ( #54 )
2021-06-21 21:06:47 +02:00
0733aea77d
Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main
2021-06-21 20:43:37 +02:00
de0b7d22c5
add web handler to testrig ( #56 )
2021-06-21 20:43:14 +02:00
38912f5d07
add web handler to testrig
2021-06-21 20:40:56 +02:00
f9bc305aca
new styling for frontpage, update login and authorize templates ( #46 )
...
* new styling for frontpage, update login and authorize templates
* run go fmt
* add AssetBaseDir to command flag parsing
* untested: move landing page to it's own router
* go fmt, fix typo
* fix package, adapt to proper Route structure
2021-06-21 19:46:10 +02:00
a5fd6f427b
Deletes+unboosts ( #52 )
...
* Status deletes properly streamed now.
* Unboosts now work locally and federated.
* Documentation updates.
2021-06-21 15:56:00 +02:00
efbd839181
Testrig fixes ( #50 )
...
* testrig is runnable again
* little fixes, add some more test models
* address https://github.com/superseriousbusiness/gotosocial/issues/44
2021-06-21 12:27:23 +02:00
aa8a0d0850
Streaming ( #49 )
...
Add new status and notification websocket streaming capabilities
2021-06-19 11:18:55 +02:00
ad2e982edc
update CONTRIBUTING with css bundling instructions, and go fmt ( #48 )
2021-06-19 09:29:49 +02:00
82d9f88e42
Timeline improvements ( #41 )
...
Tidying up.
Parent/child statuses now display correctly in status/id/context.
2021-06-17 18:02:33 +02:00