Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | reimplement monsterpit bbcode and markdown extensions on top of new ↵ | multiple creatures | |
glitch-soc formatting system + bbcode feature parity + new `i:am` footer + set content type from `format` bangtag | |||
2019-05-21 | remove the buggy do-not-@-me impl - we'll replace this with a bangtag later | multiple creatures | |
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵ | multiple creatures | |
add federatable `adult content` tag. Handle from remote accounts as well. | |||
2019-05-21 | Statuses: set `local_only` flag from the `PostStatusService`. Default to ↵ | multiple creatures | |
`en` locale for statuses. | |||
2019-05-21 | Do not process mentions or bangtags in drafts. Add `draft?` method to ↵ | multiple creatures | |
`Status` model. | |||
2019-05-21 | Correct breaking type-o: `scope` -> `starting_scope` | multiple creatures | |
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and ↵ | multiple creatures | |
personal tags, respectively. | |||
2019-05-21 | Add option to hide public replies from profile | multiple creatures | |
2019-05-21 | Status model: `LOCAL_DOMAINS` constant has been moved into the `Account` model. | multiple creatures | |
2019-05-21 | Make sure that local-only tokens still get detected when signature is enabled. | multiple creatures | |
2019-05-21 | Add `i:am` bangtag to allow plural systems sharing an account to identify ↵ | multiple creatures | |
who is roaring. | |||
2019-05-21 | DB: Replace `NULL` boolean values with `FALSE` in Monsterpit feature ↵ | multiple creatures | |
columns; add `vars` column for persistent bangtag variable storage. | |||
2019-05-21 | Make sure only distributable statuses are marked curated; move bangtags ↵ | multiple creatures | |
processing into own helper lib. | |||
2019-05-21 | Limit 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-21 | This `relay` should be a string, not a `Symbol`. | multiple creatures | |
2019-05-21 | Dedicated `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-21 | Add `share_key` column to status table in preparation for letting folks ↵ | multiple creatures | |
generate/revoke links to view private posts. | |||
2019-05-21 | Refactored community-curated world timeline code; **privacy**: remove ↵ | multiple creatures | |
support for packmate-visible hashtags until we resolve federation caveats. | |||
2019-05-21 | Raise max search result limit to 66 in API. | multiple creatures | |
2019-05-21 | Only 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-21 | Use PostgreSQL FTS for searches. | multiple creatures | |
2019-05-21 | Handle more audio formats, only converting formats not supported by HTML5 audio | multiple creatures | |
2019-05-21 | various bangtag improvements squashed into one commit | multiple creatures | |
2019-05-21 | bangtags: support namespacing, args, text tf + add replace commands | multiple creatures | |
2019-05-21 | curated world: ignore non-self replies | multiple creatures | |
2019-05-21 | curated world: also consider public favs | multiple creatures | |
2019-05-21 | add bangtags to reply-all thead, insert zws; handle fencing in braces | multiple creatures | |
2019-05-21 | bangtag to mention admin/mods/staff | multiple creatures | |
2019-05-21 | bangtags for cloudroot (monsterpit.cloud/~/you) and blogroot ↵ | multiple creatures | |
(monsterpit.blog/~/you) links | |||
2019-05-21 | initial bangtags implementation, permalinks | multiple creatures | |
2019-05-21 | add option to show raw world timeline | multiple creatures | |
2019-05-21 | update status.rb | multiple creatures | |
2019-05-21 | make sure local only replies stay local | multiple creatures | |
2019-05-21 | allow eye emoji to be a local-only flag | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | hide follower-only replies on account tls | multiple creatures | |
2019-05-21 | improve filtering | multiple creatures | |
2019-05-21 | allow overriding visibility/sensitivity by domain | multiple creatures | |
2019-05-21 | handle no-replies flag | multiple creatures | |
2019-05-21 | unlisted & private hashtags | multiple creatures | |
2019-05-21 | community world tl + networked home tl | multiple creatures | |
2019-05-21 | Prune replies to muted/blocked accounts | multiple creatures | |
2019-05-21 | allow searching bookmarks | multiple creatures | |
2019-05-17 | Add support for HTML-formatted toots | Thibaut Girka | |
2019-05-17 | Add database row to hold status content type | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-14 | Record account suspend/silence time and keep track of domain blocks (#10660) | ThibG | |
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive | |||
2019-05-01 | Add site-wide options to show reblogs and replies in local/public timelines | Thibaut Girka | |
Fixes #1021 | |||
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/workers/activitypub/distribute_poll_update_worker.rb - config/locales/pl.yml |