Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/notifications_controller.rb - app/javascript/packs/public.js - app/views/settings/preferences/show.html.haml - app/views/stream_entries/_simple_status.html.haml - config/locales/simple_form.en.yml - config/locales/simple_form.pl.yml - config/navigation.rb - config/routes.rb | |||
2019-06-09 | Change priority of delete activity forwards for replies and reblogs (#11002) | Eugen Rochko | |
Fix #11001 | |||
2019-06-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb - app/controllers/stream_entries_controller.rb | |||
2019-06-04 | Do not misattribute inlined boosts if `attributedTo` isn't present (#10967) | ThibG | |
* Do not misattribute inlined boosts if `attributedTo` isn't present Fixes #10950 * Fix tests | |||
2019-06-04 | Refactor all ActivityPub deliveries to be serialized and signed through one ↵ | Eugen Rochko | |
concern (#10966) | |||
2019-06-04 | Merge remote-tracking branch 'upstream/master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-06-03 | Handle blank poll options more gracefully (#10946) | ThibG | |
Pleroma currently allows (erroneously imho) empty poll options, that is, options with an empty (but existing) `name`. | |||
2019-05-28 | Truncate long URLs while providing alt text for inline images | Thibaut Girka | |
2019-05-28 | Translate incoming remote img tags by a link | Thibaut Girka | |
2019-05-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/settings/preferences_controller.rb - app/lib/user_settings_decorator.rb - app/models/user.rb Conflicts due to the addition of a new preference upstream, “advanced layout”. | |||
2019-05-25 | Add responsive panels to the single-column layout (#10820) | Eugen Rochko | |
* Add responsive panels to the single-column layout * Fixes * Fix not being able to save the preference * Fix code style issues * Set max-height on the compose textarea and add a link to relationship manager | |||
2019-05-23 | Merge pull request #1067 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2019-05-23 | Do not share a single Redcarpet::Markdown object across threads | Thibaut Girka | |
There are apparently thread-safety issues: https://github.com/vmg/redcarpet/pull/672 | |||
2019-05-23 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-23 | Fix possible race condition when processing statuses (#10815) | ThibG | |
2019-05-23 | Allow rel=tag in status text | Thibaut Girka | |
Fixes tag links in local Markdown or HTML-authored statuses | |||
2019-05-21 | Fix local text/html toots not being sanitized | Thibaut Girka | |
2019-05-17 | Minor optimization | Thibaut Girka | |
2019-05-17 | Properly escape HTML in code blocks | Thibaut Girka | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Fix autolinking, and newlines in code blocks | Thibaut Girka | |
Autolinking is now performed *after* the Markdown pass, by replacing HTML tags with zero-width spaces and running the twitter-text extractor as usual, except it does not auto-link URLs to avoid links in links… | |||
2019-05-17 | Add support for HTML-formatted toots | Thibaut Girka | |
2019-05-17 | Add support for markdown-formatted toots | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-15 | Minor performance improvements and cleanup in formatter (#10765) | ThibG | |
2019-05-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb minor conflict because of glitch-soc's theming system - app/controllers/stream_entries_controller.rb minor conflict because of glitch-soc's theming system | |||
2019-05-09 | Prevent silenced local users from notifying remote users not following them ↵ | ThibG | |
(#10575) * Prevent silenced local users from notifying remote users not following them This is an attempt to extend the local restrictions of silenced users to the federation. * Add tests * Add tests for making sure private status don't get sent over OStatus | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb | |||
2019-04-29 | Add support for missing formatting tags | Thibaut Girka | |
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 | Add support for lists in statuses | Thibaut Girka | |
2019-04-22 | Accept richer text from remote statuses | Thibaut Girka | |
Support abbr, del, pre, blockquote, code, strong, b, em, i, and h1…h5 HTML elements in remote statuses, add corresponding CSS. | |||
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 | Default to the web domain (eg. mastodon.lubar.me) instead of the local ↵ | Ben Lubar | |
domain (eg. lubar.me) for keybase proofs (#10565) | |||
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-04-10 | Fix Keybase verification using wrong domain for remote accounts (#10547) | Eugen Rochko | |
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-08 | Fix config serializer regex (#10487) | Takeshi Umeda | |
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 | Fix alternative relay support regression (#10398) | Eugen Rochko | |
Fix #10324 | |||
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 | Change language detector threshold from 140 characters to 4 words (#10376) | Eugen Rochko | |
Add `lang` attribute to statuses in web UI | |||
2019-03-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-03-21 | Improve config serializer for Keybase (#10338) | Eugen Rochko | |
- Regex must no longer be surrounded by `/` - Description must be short and cannot contain HTML tags |