about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-05-21Anxiety reduction: make block/mute reply filters more granular and add ↵multiple creatures
options to control what to filter.
2019-05-21`i:am`: Do not add a signature if the author inserted their own.multiple creatures
2019-05-21Allow sharekeys to be set via the API.multiple creatures
2019-05-21Make sure `rekey` parameter exists before complaining.multiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and ↵multiple creatures
`curated` to the API, remove app info from the UI, and move timestamps to the right.
2019-05-21Status model: `LOCAL_DOMAINS` constant has been moved into the `Account` model.multiple creatures
2019-05-21Make sure that local-only tokens still get detected when signature is enabled.multiple creatures
2019-05-21Add `i:am` bangtag to allow plural systems sharing an account to identify ↵multiple creatures
who is roaring.
2019-05-21DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature ↵multiple creatures
columns; add `vars` column for persistent bangtag variable storage.
2019-05-21Correct nomenclature changes that break strings.multiple creatures
2019-05-21Raise various string limits.multiple creatures
2019-05-21Extend limits for poll time range to between a minute and 6 months.multiple creatures
2019-05-21Make sure topmost image fills the gap in an odd-numbered media set.multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Change stray reblog SVG to repeat glyph.multiple creatures
2019-05-21Raise maximum attachment size to 66 MiB and maximum standard GIF size to 333 ↵multiple creatures
KiB.
2019-05-21Add support for general-purpose file sharing.multiple creatures
2019-05-21Bump Ruby version to 2.6.3.multiple creatures
2019-05-21Add Pending Accounts tab to the Moderation section.multiple creatures
2019-05-21Make sure only distributable statuses are marked curated; move bangtags ↵multiple creatures
processing into own helper lib.
2019-05-21Raise invite request text limit. Carry a kobold on tail.multiple creatures
2019-05-21Limit scope of local/world TLs. Fixes the bug causing some requests to ↵multiple creatures
fetch the local and world timelines to time out.
2019-05-21This `relay` should be a string, not a `Symbol`.multiple creatures
2019-05-21Dedicated `network` DB column for marking whether a roar is a part of the ↵multiple creatures
local network; rewrite posts from `FORCE_*` domains at create time instead of dynamically.
2019-05-21Add option to remove filtered roar placeholder gap.multiple creatures
2019-05-21Tenatacle skin: remove ununsed classesmultiple creatures
2019-05-21Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.multiple creatures
2019-05-21Add minimum timeframe for a self-destructing roar in preparating for ↵multiple creatures
implementing.
2019-05-21Search UI: center hashtag resultsmultiple creatures
2019-05-21Compact the hashtag section of the search UI. Get rid of trending sections; ↵multiple creatures
they do not work properly on instances with less than 10,000 active users.
2019-05-21Add options to increase size and spacing of action buttons and width of ↵multiple creatures
compose drawer.
2019-05-21Limit width of single-column to 600px, keep composer docked to left.multiple creatures
2019-05-21Place roar and hashtag sections at the top in search UI.multiple creatures
2019-05-21Add scope restrictions on curated world timeline considerations.multiple creatures
2019-05-21Make sure that replies that are not sections of a root thread get filtered ↵multiple creatures
out of the world timeline.
2019-05-21Add `share_key` column to status table in preparation for letting folks ↵multiple creatures
generate/revoke links to view private posts.
2019-05-21Add `share_key` column to status table in preparation for letting folks ↵multiple creatures
generate/revoke links to view private posts.
2019-05-21Do not set default in `add_column` migration.multiple creatures
2019-05-21Refactored community-curated world timeline code; **privacy**: remove ↵multiple creatures
support for packmate-visible hashtags until we resolve federation caveats.
2019-05-21Raise search result limit to 33 in frontend.multiple creatures
2019-05-21Raise max search result limit to 66 in API.multiple creatures
2019-05-21Only consider favorites for community-curated world timeline until we can ↵multiple creatures
make the query for considering boosts not be so abysmally slow.
2019-05-21`Status.search_for`: Don't need `Status.unscoped`; the `default_scope` sorts ↵multiple creatures
the way we intend.
2019-05-21Use PostgreSQL FTS for searches.multiple creatures
2019-05-21Add options to increase size and spacing of context menus and to gently the ↵multiple creatures
kobolds. Also allow showing multiple user roles.
2019-05-21Apply GIFv styling to regular GIF overlay as wellmultiple creatures
2019-05-21Add support for standard GIFs (under 200 KB)multiple creatures
2019-05-21Handle more audio formats, only converting formats not supported by HTML5 audiomultiple creatures
2019-05-21let the fields overflow~multiple creatures
2019-05-21adjust upstream invite wordingmultiple creatures