Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-23 | Fix possible race condition when processing statuses (#10815) | ThibG | |
2019-05-23 | [Glitch] Fix stacking order of emoji picker | nzws | |
Port 8a378d4c3d8bd74f3070af0b70725da4a6d10375 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-23 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/account.rb - app/views/settings/profiles/show.html.haml - spec/controllers/api/v1/accounts/credentials_controller_spec.rb Conflicts were due to an increase in account bio length upstream, which is already covered in glitch-soc through `MAX_BIO_CHARS`. | |||
2019-05-23 | Move signature verification stoplight to the requests themselves (#10813) | ThibG | |
* Move signature verification stoplight to the requests themselves This avoids blocking messages from known keys for 5 minutes when only one fails… * Put the stoplight on the actual client IP, not a potential reverse proxy | |||
2019-05-23 | Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812) | ThibG | |
HTTP 401 responses returned by Mastodon's inbox controller may be temporary if, for instance, the requesting user's actor/key json could not be retrieved in a timely fashion. This changes allow retries instead of dropping the message entirely. Also added HTTP 408 as that error is by nature temporary. | |||
2019-05-23 | Make headers font size proportional | Thibaut Girka | |
2019-05-23 | Allow rel=tag in status text | Thibaut Girka | |
Fixes tag links in local Markdown or HTML-authored statuses | |||
2019-05-23 | Add `forceSingleColumn` prop to `<UI />` (#10807) | Eugen Rochko | |
* Move TabsBar rendering logic from CSS to the ColumnsArea component * Add forceSingleColumn mode * Add unread notifications counter to tabs bar * Add toggle to control `forceSingleColumn` * Increase paddings in mobile layout responsively at large sizes | |||
2019-05-22 | Fix stacking order of emoji picker (#10801) | nzws | |
2019-05-22 | i18n: Complete frontend Bengali translation (#10800) | dxwc | |
* i18n: Complete frontend Bengali translation * run yarn manage:translations | |||
2019-05-21 | Fix local text/html toots not being sanitized | Thibaut Girka | |
2019-05-21 | Add `account_id` param to `GET /api/v1/notifications` (#10796) | Paul Woolcock | |
* Add `from_account` to notifications API this adds the ability to filter notifications by the account they originated from * passing a non-existent user should cause none to be returned * Fix codeclimate warnings * fix more codeclimate warnings * make requested changes: * use account id instead of user@domain * name the param `account_id` instead of `from_account` * Don't use `return` in a lambda | |||
2019-05-20 | Refactor contentType selection in glitch composer | Thibaut Girka | |
2019-05-19 | Use glitch-soc's poll component instead of upstream's | Thibaut Girka | |
2019-05-19 | Change bio limit from 160 to 500 (#10790) | trwnh | |
* Change note_length validator from 160 to 500 * Change input maxlength from 160 to 500 * update bio test from 160 to 500 * Multiply a string 30 times instead of 10 | |||
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-19 | Fix “invited by” not showing up for invited accounts in admin interface ↵ | ThibG | |
(#10791) | |||
2019-05-19 | fix `isSubmitting` prop case (#10785) | Hinaloe | |
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-18 | add og:image:alt for media attachments in embeds (#10779) | Ben Lubar | |
2019-05-18 | Change poll options to alphabetic letters when status text is hidden (#10685) | Eugen Rochko | |
Fix #10569 | |||
2019-05-18 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-18 | Prevent from publicly boosting one's own private toots (#10775) | ThibG | |
2019-05-17 | Minor optimization | Thibaut Girka | |
2019-05-17 | Export fallback content type and use it as default in WebUI | 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 | Hide content-type dropdown by default | Thibaut Girka | |
2019-05-17 | Content-Type Dropdown: use the selected option icon for the menu | Haelwenn (lanodan) Monnier | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-17 | Support proper content-type in Delete & Redraft | Thibaut Girka | |
2019-05-17 | Add status content type dropdown to compose box. | KokaKiwi | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-17 | Add API support for setting status content-type | Thibaut Girka | |
2019-05-17 | Serialize content-type on Delete & Redraft | Thibaut Girka | |
2019-05-17 | Add support for HTML-formatted toots | Thibaut Girka | |
2019-05-17 | Add support for markdown-formatted toots | Thibaut Girka | |
2019-05-17 | Add database row to hold status content type | Thibaut Girka | |
2019-05-15 | Merge pull request #1049 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
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-15 | Adds click-able div that expands status (#10733) (#10766) | Neil Moore | |
The clickable div is positioned under the account avatar and covers all empty space below it to the end of the status. | |||
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-13 | Fix rich text style in reply indicator | Thibaut Girka | |
2019-05-13 | Fix rich text styling on public pages | Thibaut Girka | |
2019-05-12 | Fix text color of some formatted elements in notifications | Thibaut Girka | |
2019-05-12 | Fix some colors in light theme (#10754) | nzws | |
* Fix typo in light theme * Fix background color of empty column | |||
2019-05-11 | Fix incorrect reference to raw_content (it is raw_text instead) (#10753) | ThibG | |
2019-05-11 | [Glitch] Use raw content if available on Delete & Redraft | ThibG | |
Port front-end changes from 6d44f2441bf2aa14d11e481d9d2cfe82a74d81ed to glitch-soc | |||
2019-05-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-11 | Use a checkbox for the “Mark media as sensitive” composer button | Thibaut Girka | |
Fixes #1039 |