Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2022-04-15 | [feature] Web profile pages for accounts (#449) | 1 | ||
* 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-01-24 | update remote account get/deref logic | 1 | ||
2021-12-20 | Extend license notices to 2022 (#354) | 1 | ||
2021-11-13 | move to ssb gofed fork (#298) | 1 | ||
2021-10-24 | Serve `outbox` for Actor (#289) | 1 | ||
* add statusesvisible convenience function * add minID + onlyPublic to account statuses get * move swagger collection stuff to common * start working on Outbox GETting * move functions into federationProcessor * outboxToASCollection * add statusesvisible convenience function * add minID + onlyPublic to account statuses get * move swagger collection stuff to common * start working on Outbox GETting * move functions into federationProcessor * outboxToASCollection * bit more work on outbox paging * wrapNoteInCreate function * test + hook up the processor functions * don't do prev + next links on empty reply * test get outbox through api * don't fail on no status entries * add outbox implementation doc * typo |