index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
Files
2022-03-29
[feature] Dereference remote mentions when the account is not already known (...
v0.2.2
tobi
16
2022-03-22
[bugfix] Fix media uploads blocking after a failed upload #438
tobi
1
2022-03-21
[bugfix] Fix images not being processed correctly sometimes (#437)
tobi
4
2022-03-21
don't error if content property is nil (#436)
tobi
1
2022-03-21
[bugfix] Close ReadClosers properly in the media package (#434)
tobi
4
2022-03-19
[feature] Admin account actions (#432)
tobi
13
2022-03-15
[feature] Federate local account deletion (#431)
tobi
13
2022-03-15
[performance] Add dereference shortcuts to avoid making http calls to self (#...
tobi
4
2022-03-13
[bugfix] Fix bug where admin panel could not be accessed at `/admin` (#427)
tobi
2
2022-03-13
[bugfix] Fix html-escaped characters in content warnings (#426)
tobi
2
2022-03-07
[performance] Database optimizations (#419)
v0.2.1
tobi
5
2022-03-07
[feature] Clean up/uncache remote media (#407)
tobi
30
2022-02-22
[feature] Add postDataCallbackFunc to allow cleanup (#408)
tobi
10
2022-02-21
[bugfix] Fix thumbnail image type (#406)
tobi
3
2022-02-19
[feature] Gin enable gzip encoding (#405)
tobi
2
2022-02-19
[feature] Stream files via reader (#404)
tobi
3
2022-02-15
[bugfix] Only mark cookies as Secure on https (#398)
Shadowfacts
1
2022-02-08
store and retrieve processState atomically
tsmethurst
3
2022-02-08
hopefully fix potential race condition
tsmethurst
1
2022-02-08
log error on header/avatar fetch fail
tsmethurst
2
2022-02-08
go fmt
tsmethurst
1
2022-02-08
merge fixup
tsmethurst
3
2022-02-08
Merge branch 'main' into media_refactor
tsmethurst
54
2022-02-08
update outdated comment
tsmethurst
1
2022-02-07
[feature] add authorization to the already-existing authentication (#365)
Forest Johnson
14
2022-02-06
don't bother negotiating Accept for webfinger (#381)
tobi
1
2022-02-06
if accountDomain isn't set, use Host value instead (#380)
tobi
2
2022-02-05
[feature] Rework timeline code to make it useful for more than just statuses ...
tobi
23
2022-01-31
[bug] Fix OIDC users requiring second approval (#371)
tobi
2
2022-01-31
[bug] Send plaintext emails to fix "message refused: Message is not RFC 2822 ...
Forest Johnson
7
2022-01-30
[bug] Fix sqlite empty address issue (#370)
tobi
2
2022-01-30
[bug] Fix minimum description length check (#369)
tobi
3
2022-01-30
[feature] Make Let's Encrypt integration an opt-in feature (#368)
tobi
1
2022-01-29
put store lock file in base of storage
tsmethurst
1
2022-01-25
ensure blocking calls to getRemoteAccount before showing stuff to client
tsmethurst
2
2022-01-25
fix up some account conversion logic
tsmethurst
3
2022-01-25
only update account in db if changed
tsmethurst
1
2022-01-24
change getaccount function signature
tsmethurst
1
2022-01-24
ctx => innerctx
tsmethurst
1
2022-01-24
use background context w/deadline
tsmethurst
1
2022-01-24
start trying to figure out why this test is failing
tsmethurst
1
2022-01-24
test with disk storage as well
tsmethurst
1
2022-01-24
update remote account get/deref logic
tsmethurst
17
2022-01-23
add file size checks
tsmethurst
1
2022-01-23
rework data function to provide filesize
tsmethurst
12
2022-01-16
pass reader around instead of []byte
tsmethurst
13
2022-01-15
lint, fmt
tsmethurst
2
2022-01-15
emoji code passing muster
tsmethurst
9
2022-01-15
start fixing up emoji processing code
tsmethurst
8
2022-01-11
pin instanceAccountID to in-process emoji
tsmethurst
1
[next]