Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-28 | big tails never fail! | multiple creatures | |
2019-07-28 | add `i:am` shortname to the client api | multiple creatures | |
2019-07-28 | make `i:am`/`we:are` signatures available to the client api | multiple creatures | |
2019-07-24 | revert the current unfinished chat implementation | multiple creatures | |
2019-07-23 | add self-destructing roars & `live`/`lifespan` bangtags | multiple creatures | |
2019-07-19 | keep `locked` badge for approves-followers + add `frozen` badge for ↵ | multiple creatures | |
admin-locked accts, also federate `frozen` state | |||
2019-07-18 | federate account locked status (`mp:locked`) | multiple creatures | |
2019-07-15 | add text representation of statuses to status serializer | multiple creatures | |
2019-07-15 | add `supports_chat` property, rename `adults_only` to `adult_content`, ↵ | multiple creatures | |
federate the kobolds~ | |||
2019-07-15 | local visibility scope, chat scope+tags, unlisted tags | multiple creatures | |
2019-05-21 | expose account roles to the api | multiple creatures | |
2019-05-21 | tell other ap software what content type they should expect source text to be | multiple creatures | |
2019-05-21 | Accounts, UI: Expose kobold badges over the API. Render badges in the web app. | multiple creatures | |
2019-05-21 | Expose user settings to `Account` model and update code referencing those ↵ | multiple creatures | |
settings. | |||
2019-05-21 | ActivityPub `Actor`: use correct property name for `suggestedMinAge`. | 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 | Drop OStatus support. Fix some of the Rspec tests. | multiple creatures | |
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and ↵ | multiple creatures | |
personal tags, respectively. | |||
2019-05-21 | federate raw versions of roars using `source` prop | multiple creatures | |
2019-05-21 | Allow own roars to be included in lists. | multiple creatures | |
2019-05-21 | Don't show Roars & Growls tag in web app if someone has disabled showing ↵ | multiple creatures | |
public replies. | |||
2019-05-21 | Custom filters: add ability to create filters that exclude or are exclusive ↵ | multiple creatures | |
to roars with attachments. | |||
2019-05-21 | Implement 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-21 | Add support for general-purpose file sharing. | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | add option to default to local only | multiple creatures | |
2019-05-21 | allow pinning packmate roars | multiple creatures | |
2019-05-17 | Export fallback content type and use it as default in WebUI | Thibaut Girka | |
2019-05-17 | Serialize content-type on Delete & Redraft | Thibaut Girka | |
2019-05-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-11 | Add toot source to delete result to ease Delete & Redraft (#10669) | ThibG | |
* Return Status with raw text in raw_content when deleting a status * Use raw content if available on delete & redraft * Rename raw_content to text; do not serialize formatted content when source is requested | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb | |||
2019-04-27 | Add blurhash (#10630) | Eugen Rochko | |
* Add blurhash * Use fallback color for spoiler when blurhash missing * Federate the blurhash and accept it as long as it's at most 5x5 * Display unknown media attachments as blurhash placeholders * Improve style of embed actions and spoiler button * Change blurhash resolution from 3x3 to 4x4 * Improve dependency definitions * Fix code style issues | |||
2019-04-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/javascript/mastodon/features/compose/components/compose_form.js Upstream cleaned up a bit, including on lines in which we replaced the hardcoded 500 character limit with a maxChar constant. Applied the changes while keeping maxChar instead of 500. - app/javascript/packs/public.js Moved upstream's new animated avatar hover handling in app/javascript/core/public.js - app/javascript/styles/fonts/montserrat.scss Upstream fixed local font name, applied those changes. - app/javascript/styles/fonts/roboto.scss Upstream fixed local font name, applied those changes. - lib/mastodon/version.rb Upstream made repo URL configurable, did the same, but default to glitch-soc | |||
2019-04-21 | Configrationable repository url (#10600) | Sho Kusano | |
* config: Add GITHUB_REPOSITORY for repository name * config: Add SOURCE_BASE_URL for repository url * Show source_url and repository name on getting started | |||
2019-04-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/pl.yml Conflict caused by new upstream string too close to glitch-specific “flavour” string. Took both strings. | |||
2019-04-07 | Improve blocked view of profiles (#10491) | Eugen Rochko | |
* Revert "Fix filtering of favourited_by, reblogged_by, followers and following (#10447)" This reverts commit 120544067fcca4bf6e71ba1ffb276c451c17c656. * Revert "Hide blocking accounts from blocked users (#10442)" This reverts commit 62bafa20a112ccdddaedb25723fc819dbbcd8e9a. * Improve blocked view of profiles - Change "You are blocked" to "Profile unavailable" - Hide following/followers in API when blocked - Disable follow button and show "Profile unavailable" on public profile as well | |||
2019-04-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/form/admin_settings.rb - config/locales/ja.yml | |||
2019-04-01 | Hide blocking accounts from blocked users (#10442) | ThibG | |
* Revert "Add indication that you have been blocked in web UI (#10420)" This reverts commit bd02ec6daa974dcd3231e73826a56e08dbeedadc. * Revert "Add `blocked_by` relationship to the REST API (#10373)" This reverts commit 9745de883b198375ba23f7fde879f6d75ce2df0f. * Hide blocking accounts from search results * Filter blocking accouts from account followers * Filter blocking accouts from account's following accounts * Filter blocking accounts from “reblogged by” and “favourited by” lists * Remove blocking account from URL search * Return 410 on trying to fetch user data from a user who blocked us * Return 410 in /api/v1/account/statuses for suspended or blocking accounts * Fix status filtering when performing URL search * Restore some React improvements Restore some cleanup from bd02ec6daa974dcd3231e73826a56e08dbeedadc * Refactor by adding `without_blocking` scope | |||
2019-03-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-30 | Add ActivityPub representation for identity proofs (#10414) | Eugen Rochko | |
* Add ActivityPub representation for identity proofs * Add tests | |||
2019-03-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-28 | squashed identity proof updates (#10375) | Alex Gessner | |
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 | |||
2019-03-28 | Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) | Eugen Rochko | |
Also, fix some n+1 queries Resolve #10365 | |||
2019-03-27 | Remove unused ActivityPub `@context` values depending on response (#10378) | Eugen Rochko | |
Fix #8078 | |||
2019-03-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - config/locales/es.yml - config/locales/pl.yml - config/locales/pt-BR.yml | |||
2019-03-26 | Add `blocked_by` relationship to the REST API (#10373) | Eugen Rochko | |
2019-03-25 | Add allowfullscreen attribute to oembed iframe (#10370) | rinsuki | |
for video player full screen button. | |||
2019-03-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |