Commit graph

11 commits

Author SHA1 Message Date
f0x
64ab44b6df remove println 2021-09-13 14:18:34 +02:00
f0x
781d7b8584 fix PR review suggestions 2021-09-13 14:00:39 +02:00
f0x
5977781f17 abstract status from thread to avoid copy-pasting 2021-09-10 23:37:38 +02:00
f0x
4e24b1210d add ForkAwesome and gotosocial-styling into repo 2021-09-10 22:48:47 +02:00
f0x
28d16a9895 fix up templates 2021-09-10 22:47:56 +02:00
f0x
d553b445f5 Webviews for status threads 2021-09-10 22:00:57 +02:00
tobi
2dc9fc1626
Pg to bun (#148)
* start moving to bun

* changing more stuff

* more

* and yet more

* tests passing

* seems stable now

* more big changes

* small fix

* little fixes
2021-08-25 15:34:33 +02:00
f0x52
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
f0x52
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
f0x52
5a2f3b35ba
add 404 handler (#57) 2021-06-21 21:08:02 +02:00
f0x52
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