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
/
processing
/
status
/
create.go
Age
Commit message (
Expand
)
Author
Files
2025-02-17
adds more code comments and some small code formatting tweaks (#3799)
kim
1
2025-02-12
[feature] Implement backfilling statuses thru scheduled_at (#3685)
Vyr Cossont
1
2025-01-08
[chore] replace statuses.updated_at column with statuses.edited_at (#3636)
kim
1
2024-12-23
[feature] add support for clients editing statuses and fetching status revisi...
kim
1
2024-12-04
[feature] unending polls (#3592)
kim
1
2024-11-25
[performance] convert enum strings to ints (#3558)
kim
1
2024-11-11
[performance] minimise log field allocations (#3529)
kim
1
2024-10-11
[bugfix] Ensure `pending_approval` set on statuses + status faves (#3415)
tobi
1
2024-09-23
[feature] Show info for pending replies, allow implicit accept of pending rep...
tobi
1
2024-09-18
[feature] Allow users to submit `interaction_policy` on new statuses (#3314)
tobi
1
2024-09-16
[bugfix/chore] Always set the status sensitive if media + content-warning pre...
kim
1
2024-08-22
[feature] Use `local_only` field, deprecate `federated` field (#3222)
tobi
1
2024-07-26
[feature] Federate interaction policies + Accepts; enforce policies (#3138)
tobi
1
2024-07-24
[chore] Add interaction filter to complement existing visibility filter (#3111)
tobi
1
2024-07-17
[chore] Fix typo (#3113)
tobi
1
2024-07-17
[feature] Allow users to set default interaction policies per status visibili...
tobi
1
2024-07-11
[chore] Add interaction policy gtsmodels (#3075)
tobi
1
2024-04-26
[performance] update remaining worker pools to use queues (#2865)
kim
1
2024-03-22
[chore] Move local account settings to separate db table (#2770)
tobi
1
2024-02-29
[bugfix] unwrap boosts when checking in-reply-to status (#2702)
kim
1
2024-02-19
[bugfix] Ensure local statuses always get a threadID so they can be muted (#2...
tobi
1
2024-01-19
[performance] overhaul struct (+ result) caching library for simplicity, perf...
kim
1
2023-11-08
[feature] add support for polls + receiving federated status edits (#2330)
kim
1
2023-10-25
[feature] Status thread mute/unmute functionality (#2278)
tobi
1
2023-10-04
[feature] tentatively start adding polls support (#2249)
kim
1
2023-09-29
[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)
tobi
1
2023-08-11
[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)
tobi
1
2023-08-07
[feature] Allow full BCP 47 in language inputs (#2067)
Vyr Cossont
1
2023-03-28
[performance] refactoring + add fave / follow / request / visibility caching ...
kim
1
2023-03-20
[chore] Refactor account deleting/block logic, tidy up some other processing ...
tobi
1
2023-03-12
[chore] Improve copyright header handling (#1608)
Daenney
1
2023-03-02
[feature] Advertise rich text formats, support content_type field (#1370)
Vyr Cossont
1
2023-03-01
[chore] move client/federator workerpools to Workers{} (#1575)
kim
1
2023-02-22
[chore] Deinterface processor and subprocessors (#1501)
tobi
1
2023-02-03
[chore] reformat GetAccount() functionality, support updating accounts based ...
kim
1
2023-02-03
[chore] Text formatting overhaul (#1406)
Autumn!
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
1
2022-11-05
[bugfix] Check `media-description-min-chars` on submission of new status (#960)
tobi
1
2022-08-15
[chore] Update bun / sqlite versions; update gtsmodels (#754)
tobi
1
2022-06-08
[feature] More consistent API error handling (#637)
tobi
1
2022-05-26
[bugfix] Fix HTML escaping in instance title (#607)
tobi
1
2022-05-07
[bugfix] Fix existing bio text showing as HTML (#531)
kim
1
2022-04-28
replace async client API / federator msg processing with worker pools (#497)
kim
1
2022-03-13
[bugfix] Fix html-escaped characters in content warnings (#426)
tobi
1
2021-12-20
Extend license notices to 2022 (#354)
tobi
1
2021-12-20
Remove unnecessary storage config variables (#344)
tobi
1
2021-12-07
Implement Cobra CLI tooling, Viper config tooling (#336)
tobi
1
2021-10-04
Refactor/tidy (#261)
tobi
1
2021-09-01
change muchos things
tsmethurst
1
2021-08-25
Pg to bun (#148)
tobi
1
[next]