You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
tobi 365b575341
[feature] add TOTP two-factor authentication (2FA) (#3960)
11 months ago
..
bundb [feature] add TOTP two-factor authentication (2FA) (#3960) 11 months ago
postgres [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2 years ago
sqlite updates exported interface types to match ncruces/go-sqlite3/driver methods (#3440) 1 year ago
test [chore] replace statuses.updated_at column with statuses.edited_at (#3636) 1 year ago
account.go [chore] Migrate accounts to new table, relax uniqueness constraint of actor `url` and collections (#3928) 11 months ago
admin.go [feature] New user sign-up via web page (#2796) 2 years ago
advancedmigration.go [feature] Conversations API (#3013) 2 years ago
application.go [feature] Application creation + management via API + settings panel (#3906) 1 year ago
basic.go [feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783) 2 years ago
conversation.go [feature] Conversations API (#3013) 2 years ago
db.go [feature] Push notifications (#3587) 1 year ago
domain.go [feature] Allow editing domain blocks/allows, fix comment import (#3967) 12 months ago
emoji.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 2 years ago
error.go [chore] Migrate accounts to new table, relax uniqueness constraint of actor `url` and collections (#3928) 11 months ago
filter.go [feature] Implement Filter API v2 (#2936) 2 years ago
headerfilter.go [feature] request blocking by http headers (#2409) 2 years ago
instance.go [feature] New user sign-up via web page (#2796) 2 years ago
interaction.go [feature] Interaction requests client api + settings panel (#3215) 2 years ago
list.go [performance] cache more database calls, reduce required database calls overall (#3290) 2 years ago
marker.go [feature] Implement markers API (#1989) 3 years ago
media.go [bugfix] fix possible infinite loops in media / emoji cleanup (#2590) 2 years ago
mention.go [feature] add support for polls + receiving federated status edits (#2330) 2 years ago
move.go [feature] Process outgoing Move from clientAPI (#2750) 2 years ago
notification.go [bugfix] notification types missing from link header (#3571) 1 year ago
params.go [chore] Improve copyright header handling (#1608) 3 years ago
poll.go [bugfix] update fedi api to support multiple separate votes in same multiple choice poll (#3809) 1 year ago
relationship.go [performance] cache more database calls, reduce required database calls overall (#3290) 2 years ago
report.go [performance] cache more database calls, reduce required database calls overall (#3290) 2 years ago
rule.go [feature] Instance rules (#2125) 3 years ago
search.go [feature] Add from: search operator and account_id query param (#2943) 2 years ago
session.go [performance] retry db queries on busy errors (#2025) 3 years ago
sinbinstatus.go [feature] Process `Reject` of interaction via fedi API, put rejected statuses in the "sin bin" 😈 (#3271) 2 years ago
status.go [feature] add support for clients editing statuses and fetching status revision history (#3628) 1 year ago
statusbookmark.go [feature] do not uncache status / emoji media if attached status is bookmarked (#2956) 2 years ago
statusedit.go [feature] add support for receiving federated status edits (#3597) 1 year ago
statusfave.go [chore] Add interaction policy gtsmodels (#3075) 2 years ago
tag.go [feature] Implement following hashtags (#3141) 2 years ago
thread.go [feature] Status thread mute/unmute functionality (#2278) 2 years ago
timeline.go [feature] Hashtag federation (in/out), hashtag client API endpoints (#2032) 3 years ago
tombstone.go [performance] retry db queries on busy errors (#2025) 3 years ago
user.go [feature] Admin accounts endpoints; approve/reject sign-ups (#2826) 2 years ago
util.go [experiment] add alternative wasm sqlite3 implementation available via build-tag (#2863) 2 years ago
webpush.go [feature] Push notifications (#3587) 1 year ago
workertask.go [feature] persist worker queues to db (#3042) 2 years ago