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-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
2022-01-11
pass a function into the manager, start work on emoji
tsmethurst
19
2022-01-10
test the media manager a bit, add shutdown logic
tsmethurst
32
2022-01-09
add async test
tsmethurst
1
2022-01-09
tests are passing, but there's still much to be done
tsmethurst
17
2022-01-08
compiling now
tsmethurst
17
2022-01-08
further refinements
tsmethurst
4
2022-01-04
start working on thumb + full funcs
tsmethurst
3
2022-01-03
return very partial image on first upload
tsmethurst
5
2022-01-02
fiddle around with workers
tsmethurst
7
2021-12-28
more refactoring, media handler => manager
tsmethurst
25
2021-12-27
start refactor of media package
tsmethurst
6
2021-12-21
[fix] Make postgres connections magically work in common setups (#352)
embr
2
2021-12-20
Extend license notices to 2022 (#354)
tobi
521
2021-12-20
Remove unnecessary storage config variables (#344)
tobi
41
2021-12-20
return first offer when no accept header set (#351)
tobi
1
2021-12-20
Log when listening (#350)
embr
1
2021-12-12
Add optional syslog logrus hook (#343)
tobi
6
[next]