GoToSocial/web/template
tobi 26683b3d49
[feature] Web profile pages for accounts (#449)
* add default avatars

* allow webModule to error

* return errWithCode from account get

* add AccountGetLocalByUsername

* check nil requesting account

* add timestampShort function for just month/year

* move loading logic to New + add default avatars

* add profile page view

* update swagger docs

* add excludeReblogs to GetAccountStatuses

* ignore casing when selecting local account by username

* appropriate redirects

* css fiddling

* add 'about' heading

* adjust thread page to work with routing

* return AP representation if requested + authorized

* simplify auth check

* go fmt

* golangci-lint ignore math/rand
2022-04-15 14:33:01 +02:00
..
404.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
authorize.tmpl [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00
confirmed.tmpl smtp + email confirmation (#285) 2021-10-31 15:46:23 +01:00
email_confirm_html.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_confirm_text.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_reset_html.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
email_reset_text.tmpl [bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 compliant" (#366) 2022-01-31 11:46:20 +01:00
error.tmpl [feature] add authorization to the already-existing authentication (#365) 2022-02-07 12:04:31 +01:00
footer.tmpl put version in binary properly (#73) 2021-06-28 12:17:20 +02:00
header.tmpl fix viewport scaling for mobile 2021-09-13 17:39:29 +02:00
index.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
profile.tmpl [feature] Web profile pages for accounts (#449) 2022-04-15 14:33:01 +02:00
sign-in.tmpl Use type=email for email input (#400) 2022-02-16 16:16:47 +01:00
status.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00
thread.tmpl Thread views on the web (#207) 2021-09-13 14:45:33 +02:00