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.
teknomunk d714135f06
Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id
3 months ago
..
account Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
crypto Generate crypto keys, make sure new accounts don't overwrite built-in timelines 5 months ago
status Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
account.c Merge branch 'master' of https://gitea.polaris-1.work/teknomunk/apogee 5 months ago
account.h Add more code for account searching, add struct account_list, bugfix: system status for blocks now shows correct account name instead of a blank, add debug to URL rendering 6 months ago
activity.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
activity.h Fix outbox processing, fix actor on EmojiReact activity 9 months ago
client_app.c Fix bug where you couldn't stay logged in with a web browser, add last_used time for eventually removing client_app credentials automatically 5 months ago
client_app.h Fix bug where you couldn't stay logged in with a web browser, add last_used time for eventually removing client_app credentials automatically 5 months ago
emoji.c
emoji.h
fetch.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
fetch.h Update readme, update subcomponents, change /inbox to return 202, add Onion-Location to all responses, implement real /api/v1/instance/peers based on known peers, extract Onion-Location from fetches and outgoing federation responses, start migrations from hash_index to trie for account-from-url and status-from-url indexes, change output of /owner/collections/featured so Pleroma doesn't choke on it, remove statuses that have been deleted from timelines when loading 10 months ago
gc.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
gc.h
inbox_envelope.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
inbox_envelope.h
marker.c Get marker update working correctly (so notification count is now functional) 10 months ago
marker.h Get marker update working correctly (so notification count is now functional) 10 months ago
media.c Fix SEGV when new account is saved, start allowing for consolidating media files based on contents 8 months ago
media.h Fix SEGV when new account is saved, start allowing for consolidating media files based on contents 8 months ago
notification.c
notification.h
outbox_envelope.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
outbox_envelope.h Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
owner.c Implement server setup wizard 5 months ago
owner.h Implement server setup wizard 5 months ago
peer.c commit several updates 9 months ago
peer.h commit several updates 9 months ago
server.c Fix bug where you couldn't stay logged in with a web browser, add last_used time for eventually removing client_app credentials automatically 5 months ago
server.h Implement server setup wizard 5 months ago
status.c Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
status.h Move account sync to inbox processing and reduce timeout to 3 hours, add stub route for /api/v2/, change inbox and outbox processing to stop using fs_list and remove file locking that was causing significant delays, start using struct status_ref to include the id URL and not just the local status id 3 months ago
time.c
time.h
timeline.c Rework account path handling, sort outbox envelopes by number of accounts at each url, change account timeline handling 8 months ago
timeline.h Rework account path handling, sort outbox envelopes by number of accounts at each url, change account timeline handling 8 months ago
webfinger.c Fix bugs where account_url was being used where account_id should have been, make sure newly created owner account has account_url and account_id set correctly 5 months ago
webfinger.h