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
/
db
Age
Commit message (
Expand
)
Author
Files
2022-12-02
[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...
tobi
1
2022-12-02
[bugfix] Add missing continues in emoji get funcs (#1200)
tobi
1
2022-12-01
[bugfix] Use case-insensitive selects when getting remote accounts by usernam...
v0.6.0-rc2
tobi
2
2022-11-30
[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...
tobi
1
2022-11-30
[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...
tobi
1
2022-11-27
fix missing lookup cache key for invalid domain block (#1158)
kim
1
2022-11-22
[feature] Prune timelines once per hour to plug memory leak (#1117)
tobi
1
2022-11-20
[chore] improve errors returned fetching account/statues from DB (#1084)
kim
2
2022-11-20
[performance] add account block DB cache and remove block query joins (#1085)
kim
4
2022-11-18
[performance] replace account emojis relational query with separate calls to ...
kim
2
2022-11-18
[performance] replace status query relationals with separate calls in order t...
kim
2
2022-11-18
[performance] don't use relations to select notification structs, use caches ...
tobi
2
2022-11-16
[chore] reversion: use specific columns for updating user again (#1059)
tobi
2
2022-11-15
[chore] update database caching library (#1040)
kim
17
2022-11-14
[feature] Allow newly uploaded emojis to be placed in categories (#939)
tobi
5
2022-11-14
[feature] add instance-expose-public-timeline flag (#1039)
Rob Sargant
3
2022-11-13
[chore] bump go-cache to v3.1.7 to fix possible issues with zero value keys (...
kim
1
2022-11-11
[feature] Read + Write tombstones for deleted Actors (#1005)
tobi
5
2022-11-05
[chore] bump gruf/go-store to v2 (#953)
tobi
1
2022-11-01
[bugfix] create admin_account_actions table in tx (#940)
Terin Stock
1
2022-10-29
[bugfix] Prevent future statuses showing in timelines (#932)
tobi
2
2022-10-14
[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)
tobi
4
2022-10-13
[feature] Refetch emojis when they change on remote instances (#905)
tobi
4
2022-10-12
[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)
tobi
3
2022-10-08
[feature] Add opt-in RSS feed for account's latest Public posts (#897)
tobi
4
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
28
2022-10-06
[bugfix] Fix new domain block date (#893)
tobi
3
2022-10-03
[performance] add user cache and database (#879)
tobi
6
2022-10-01
[chore] Normalize domain blocks to punycode (#873)
tobi
2
2022-09-29
[bugfix] Fix incorrect use of bun.Ident (#866)
tobi
1
2022-09-28
[chore] update dependencies, bump to Go 1.19.1 (#826)
kim
5
2022-09-26
[performance] Update indexes that were causing slow db queries (#855)
v0.5.0-rc3
tobi
2
2022-09-26
[feature] Show + federate emojis in accounts (#837)
tobi
5
2022-09-23
[feature] Allow delivery to sharedInboxes where possible (#847)
tobi
1
2022-09-21
[chore] Tidy up status deletion, remove from cache too (#845)
tobi
3
2022-09-17
[bugfix] Fix domains not being unblockable, log internal server errors from A...
tobi
1
2022-09-12
[bug] fix unique constraint conflict (#820)
v0.5.0-rc1
tobi
1
2022-09-12
[feature] Allow users to set custom css for their profiles + threads (#808)
tobi
3
2022-09-12
[feature] Fetch + display custom emoji in statuses from remote instances (#807)
tobi
5
2022-09-06
[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)
tobi
6
2022-09-04
[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...
tobi
1
2022-09-02
[performance] cache recently allowed/denied domains to cut down on db calls (...
kim
4
2022-09-02
[performance] cache account db lookups by public key URI (#795)
kim
2
2022-09-02
[performance] use GetAccountByUsernameDomain() for local account lookups to r...
kim
2
2022-08-31
[feature] Add support for the exclude_types[] parameter on the notifications ...
Blackle Morisanchetto
3
2022-08-31
[feature] Sort follow requests, followers, and following by updated_at (#774)
Blackle Morisanchetto
2
2022-08-27
[bugfix] Status visibility + `excludeReplies` fixes (#769)
Blackle Morisanchetto
2
2022-08-22
[bugfix] Fix loss of account info on export/import, add tests (#759)
tobi
1
2022-08-20
[bugfix] Fix potential dereference of accounts on own instance (#757)
tobi
3
2022-08-15
[chore] Update bun / sqlite versions; update gtsmodels (#754)
tobi
10
[next]