~asyncth

Trackers

~asyncth/activitymemes

Last active 2 years ago

~asyncth/wtinylfu

Last active 2 years ago

#3 Navigating to `prev` field of an outbox page shows items that were already shown in the next page 2 years ago

help-wanted added by ~asyncth on ~asyncth/activitymemes

#3 Navigating to `prev` field of an outbox page shows items that were already shown in the next page 2 years ago

bug added by ~asyncth on ~asyncth/activitymemes

#3 Navigating to `prev` field of an outbox page shows items that were already shown in the next page 2 years ago

~asyncth assigned ~asyncth to #3 on ~asyncth/activitymemes

#3 Navigating to `prev` field of an outbox page shows items that were already shown in the next page 2 years ago

Ticket created by ~asyncth on ~asyncth/activitymemes

Likely in other collections too.

#2 Top priority features to add after publishing 2 years ago

~asyncth assigned ~asyncth to #2 on ~asyncth/activitymemes

#2 Top priority features to add after publishing 2 years ago

Ticket created by ~asyncth on ~asyncth/activitymemes

  • [ ] Add HTTPS support (and the ability to choose what port to listen on in general)
  • [X] Add the database schema
  • [X] Migrate from using counts to timestamps where that's still not the case
  • [X] Check if user is authorized in inbox endpoint
  • [X] Fully support to and cc properties

#1 Post-publishing refactoring and bug-fixing 2 years ago

~asyncth assigned ~asyncth to #1 on ~asyncth/activitymemes

#1 Post-publishing refactoring and bug-fixing 2 years ago

Ticket created by ~asyncth on ~asyncth/activitymemes

  • [X] Make a module for formatting URLs
  • [X] In outbox post endpoint, switch to creating new activities instead of modifying sent ones
  • [ ] Move out various database interactions to a new module
  • [X] Instead of using as_type_conversion and .map_err everywhere, implement From<T> for ApiError with T being commonly found errors
  • [X] Improve logging - it's barely readable right now!
  • [X] Combine the check if a user exists and the fetch of id/username of a user into one SQL query
  • [X] Return Err(ApiError::ResourceNotFound) instead of an internal server error if activity isn't found
  • [X] Make sure that object sanitizer doesn't remove public addressing from cc and to properties due to .take(5) call
  • [ ] Add tests

#86 Ampersands do not show up correctly in project feed entries related to ticket names 2 years ago

Ticket created by ~asyncth on ~sircmpwn/hub.sr.ht

When filing a ticket with ampersands inside Markdown inline code in the name (e. g. "Change function definitions to use `&Q` instead of `&K`"), in the project feed those ampersands show up as &amp; (e. g. Change function definitions to use &amp;Q instead of &amp;K).

See this discussion for more details.

#2 Add tests that check if `WTinyLfuCache::resize` and `SlruCache::resize` work correctly 2 years ago

good-first-issue added by ~asyncth on ~asyncth/wtinylfu