Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-21 | autoscroll emoji suggestions box | Ondřej Hruška | |
2017-09-20 | Merge pull request #149 from glitch-soc/mojon-suggest | beatrix | |
Emoji and Hashtag autocomplete | |||
2017-09-20 | fulltext mojo suggestions | Ondřej Hruška | |
2017-09-20 | TURBO shortcode search | Ondřej Hruška | |
2017-09-20 | add scrollbar to mojon suggestions list when too long | Ondřej Hruška | |
2017-09-20 | cache allShortcodes | Ondřej Hruška | |
2017-09-20 | typo in comment | Ondřej Hruška | |
2017-09-20 | Emoji and Hashtag autocomplete | Ondřej Hruška | |
2017-09-20 | Pinned toots; embeds | kibigo! | |
2017-09-20 | Added GIF hover-to-play support | kibigo! | |
2017-09-20 | Fixed disabled boost SVG (#106) | kibigo! | |
2017-09-20 | Fixed #133 (only parse links in status text) | kibigo! | |
2017-09-16 | Re-center hidden media text vertical | Surinna Curtis | |
2017-09-16 | Fix error when following locked accounts (#4896) | Eugen Rochko | |
(cherry picked from commit 0ef9d45d0581dddf2f325033c43721f42fcfca9e) | |||
2017-09-14 | Apply white-space: nowrap to account relationships icons | Surinna Curtis | |
2017-09-13 | Tweak title text for mute notifications toggle to be clearer | Surinna Curtis | |
2017-09-13 | fix typos in the migration | Surinna Curtis | |
2017-09-13 | Fixed a typo that was breaking the account mute API endpoint | Surinna Curtis | |
2017-09-13 | Refactor handling of default params for muting to make code cleaner | Surinna Curtis | |
2017-09-13 | add an explanatory comment to AccountInteractions | Surinna Curtis | |
2017-09-13 | fix a missing import | Surinna Curtis | |
2017-09-13 | In probably dead code, replace a dispatch of muteAccount that was skipping ↵ | Surinna Curtis | |
the modal with launching the mute modal. | |||
2017-09-13 | satisfy eslint | Surinna Curtis | |
2017-09-13 | make the hide/unhide notifications buttons work | Surinna Curtis | |
2017-09-13 | Allow modifying the hide_notifications of a mute with the ↵ | Surinna Curtis | |
/api/v1/accounts/:id/mute endpoint | |||
2017-09-13 | Show whether muted users' notifications are muted in account lists | Surinna Curtis | |
2017-09-13 | Expose whether a mute hides notifications in the api/v1/relationships endpoint | Surinna Curtis | |
2017-09-13 | Define a serializer for /api/v1/mutes/details | Surinna Curtis | |
2017-09-13 | Add a /api/v1/mutes/details route that just returns the array of mutes. | Surinna Curtis | |
2017-09-13 | Put the label for the hide notifications checkbox in a label element. | Surinna Curtis | |
2017-09-13 | add trailing newlines to files for Pork :) | Surinna Curtis | |
2017-09-13 | Satisfy eslint. | Surinna Curtis | |
2017-09-13 | Convert profile header mute to use mute modal | Surinna Curtis | |
2017-09-13 | Break out a separate mute modal with a hide-notifications checkbox. | Surinna Curtis | |
2017-09-13 | Less gross passing of notifications flag | Surinna Curtis | |
2017-09-13 | API support for muting notifications (and specs) | Surinna Curtis | |
2017-09-13 | Add support for muting notifications in MuteService | Surinna Curtis | |
2017-09-13 | block notifications in notify_service from hard muted accounts | Surinna Curtis | |
2017-09-13 | Add muting_notifications? and a notifications argument to mute! | Surinna Curtis | |
2017-09-10 | Fix a spuriously failing spec that assumed we required short bios like upstream | Surinna Curtis | |
2017-09-10 | Remove unused imports | Surinna Curtis | |
2017-09-10 | Merge tag 'v1.6.0' into sync/upstream | David Yip | |
2017-09-10 | Fix POST /api/v1/follows error when already following (#4878) | Eugen Rochko | |
2017-09-10 | Hide modal loading screen for media/video/boost/confirm/actions modals (#4873) | Eugen Rochko | |
2017-09-10 | Default follows for new users (#4871) | Eugen Rochko | |
When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only) | |||
2017-09-10 | Fix dimensions of loading component for compose drawer (#4872) | Eugen Rochko | |
2017-09-09 | Merge tag 'v1.6.0rc4' into sync/upstream-1.6.0rc4 | David Yip | |
Conflicts: app/javascript/mastodon/features/getting_started/index.js app/javascript/packs/public.js app/javascript/styles/components.scss | |||
2017-09-09 | Add missing import (patch by @MightyPork) | David Yip | |
2017-09-09 | Merge tag 'v1.6.0rc3' into sync/upstream | David Yip | |
2017-09-09 | Merge branch 'origin/master' into sync/upstream | David Yip | |
Conflicts: app/javascript/mastodon/components/status_list.js app/javascript/mastodon/features/notifications/index.js app/javascript/mastodon/features/ui/components/modal_root.js app/javascript/mastodon/features/ui/components/onboarding_modal.js app/javascript/mastodon/features/ui/index.js app/javascript/styles/about.scss app/javascript/styles/accounts.scss app/javascript/styles/components.scss app/presenters/instance_presenter.rb app/services/post_status_service.rb app/services/reblog_service.rb app/views/about/more.html.haml app/views/about/show.html.haml app/views/accounts/_header.html.haml config/webpack/loaders/babel.js spec/controllers/api/v1/accounts/credentials_controller_spec.rb |