summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2021-09-30allow dereferencing of groups (#256)Libravatar tobi4
2021-09-30Golint (#255)Libravatar tobi7
2021-09-30handle remote account deletion more systematically (#254)Libravatar tobi7
2021-09-29upstep bun to v1.0.9 (#252)Libravatar tobi53
2021-09-28skip account on error instead of returning error (#251)Libravatar tobi2
* skip account on error instead of returning error * still return error on a real error
2021-09-28Account update issue (#250)Libravatar tobi5
* start poking around * tests * notes and fiddling
2021-09-27Weird notif issue (#248)Libravatar tobi4
* start working on weird issue * go fmt ./... * more tests
2021-09-24Unblock fix (#247)Libravatar tobi16
* start tests for inbox posts * go mod tidy * rename transferContext * test block/unblock * improve logging * improve logging * fix comment typo
2021-09-24Goreleaser (#241)Libravatar tobi14
* add goreleaser tooling * add files + hook * update hooks * allow passing build-dir using cli args * build tweaks * tweak more * update drone and goreleaser * chill out tests * remove postgres * docker push on snapshot * update releaser
2021-09-23upstep bun version (#243)Libravatar tobi23
2021-09-23update media processing (#244)Libravatar tobi8
2021-09-21remove hardcoded friendica user agent block (#239)Libravatar tobi1
2021-09-20tweak db settings slightly (#238)Libravatar tobi1
2021-09-20use timestamptz instead of timestamp (#237)Libravatar tobi21
2021-09-20Update webfingering a little, add tests (#236)Libravatar tobi9
* Update webfingering a little, add tests * fix broken tests oops
2021-09-16federated authentication better logging + tidying (#232)Libravatar tobi13
* change trace logging in authenticator * messing about * lil changes * go fmt * error fix * Fix broken test
2021-09-14Fix mentions not notifying (#230)Libravatar tobi16
* set default privacy for new accounts * teshts * found it * tiny change * aaaa
2021-09-13add ap logo to readme (#228)Libravatar tobi2
2021-09-13Merge pull request #227 from f0x52/meta-vp-fixLibravatar f0x521
fix viewport scaling for mobile
2021-09-13fix viewport scaling for mobileLibravatar f0x1
2021-09-13set default privacy for new accounts (#225)Libravatar tobi1
2021-09-13include Fork-Awesome files in-repo (#222)Libravatar f0x5214
2021-09-13Thread views on the web (#207)Libravatar f0x5229
* Webviews for status threads * fix up templates * add ForkAwesome and gotosocial-styling into repo * clean up gotosocial-styling, old styling * update CONTRIBUTING with new css building, and nodemon recommendation * update Dockerfile with new css bundling * those weren't supposed to make it in * upgrade gotosocial-styling deps * update authorize template with main wrapper * update css pipeline * abstract status from thread to avoid copy-pasting * basic CW implementation * fix PR review suggestions * fix no-image-desc icon alignment * remove template loading println * remove println * remove changes to testmodels * reset changes to testmodels
2021-09-13update my personal library versions (#220)Libravatar kim6
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-12Merge pull request #214 from NyaaaWhatsUpDoc/improvement/update-storage-libraryLibravatar kim89
add git.iim.gay/grufwub/go-store for storage backend, replacing blob.Storage
2021-09-12Merge pull request #213 from superseriousbusiness/alpine+node_upstepLibravatar kim2
update container versions
2021-09-11fix keys used to access storage itemsLibravatar kim (grufwub)3
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-11rename KVStore uses as storage to differentiate between upcoming store packageLibravatar kim (grufwub)9
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)89
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-11disable cgo for testsLibravatar tsmethurst1
2021-09-11documentation updates (#211)Libravatar tobi5
2021-09-11update container versionsLibravatar tsmethurst2
2021-09-11only store statuses in the AS cache, not accounts (#210)Libravatar tobi1
2021-09-11update bun library to latest commit (#206)Libravatar kim10
* update bun library to latest commit Signed-off-by: kim (grufwub) <grufwub@gmail.com> * update to latest bun release Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-11fix broken build (#209)Libravatar tobi1
2021-09-11kim is a reply guy (#208)Libravatar tobi20
* bun debug * bun trace logging hooks * more tests * fix up some stuffffff * drop the frontend cache until a proper fix is made * go fmt
2021-09-10Test both dbs (#205)Libravatar tobi16
* move scripts, allow testing both dbs with one cmd * tidy + vendor * update test.sh to ignore cache * put test commands directly in drone.yml * change CONTRIBUTING slightly * go ham on the readme
2021-09-10migrate go version to 1.17 (#203)Libravatar tobi282
* migrate go version to 1.17 * update contributing
2021-09-10fixes + db changes (#204)Libravatar tobi16
* fixes + db changes * make duration more lenient
2021-09-10remove boosted statuses from public (federated timeline) (#201)Libravatar kim1
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-10Prune unnecessary nullzeros, fixup db tags (#200)Libravatar kim12
* prune gtsmodel.Account bun tags, add note to gtsmodel dir Signed-off-by: kim (grufwub) <grufwub@gmail.com> * further database tag fixes Signed-off-by: kim (grufwub) <grufwub@gmail.com> * more db tag fixups Signed-off-by: kim (grufwub) <grufwub@gmail.com> * fix removing nullzero for account timestamps... Signed-off-by: kim (grufwub) <grufwub@gmail.com> * add nullzero back to accountid tag Signed-off-by: kim (grufwub) <grufwub@gmail.com> * rename gtsmodel readme Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-10fix up status inreplyto visibility, + small format improvements (#199)Libravatar kim1
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-09Import export (#194)Libravatar tobi61
* start with export/import code * messing about with decoding/encoding * some more fiddling * stuff is WORKING * working pretty alright! * go fmt * fix up tests, add docs * start backup/restore doc * tweaks * credits * update advancedVisibility settings * update bun library -> v1.0.4 Signed-off-by: kim (grufwub) <grufwub@gmail.com> * update oauth library -> v4.3.1-SSB Signed-off-by: kim (grufwub) <grufwub@gmail.com> * handle oauth token scope, fix user.SigninCount + token.UserID Signed-off-by: kim (grufwub) <grufwub@gmail.com> * update oauth library --> v4.3.2-SSB Signed-off-by: kim (grufwub) <grufwub@gmail.com> * update sqlite library -> v1.13.0 Signed-off-by: kim (grufwub) <grufwub@gmail.com> * review changes * start with export/import code * messing about with decoding/encoding * some more fiddling * stuff is WORKING * working pretty alright! * go fmt * fix up tests, add docs * start backup/restore doc * tweaks * credits * update advancedVisibility settings * review changes Co-authored-by: kim (grufwub) <grufwub@gmail.com> Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
2021-09-08Merge pull request #198 from NyaaaWhatsUpDoc/update/sqlite-libraryLibravatar kim104
Update/sqlite library
2021-09-08Merge pull request #196 from NyaaaWhatsUpDoc/update/oauth-libraryLibravatar kim35
Update oauth library -> v4.3.2-SSB
2021-09-08Merge remote-tracking branch 'upstream/main' into update/sqlite-libraryLibravatar kim (grufwub)33
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-08update sqlite library -> v1.13.0Libravatar kim (grufwub)158
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-08Merge remote-tracking branch 'upstream/main' into update/oauth-libraryLibravatar kim (grufwub)87
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-08update oauth library --> v4.3.2-SSBLibravatar kim (grufwub)4
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2021-09-08handle oauth token scope, fix user.SigninCount + token.UserIDLibravatar kim (grufwub)3
Signed-off-by: kim (grufwub) <grufwub@gmail.com>