about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/compose
AgeCommit message (Collapse)Author
2017-02-19Split public timeline into "public timeline" which is local, andEugen Rochko
"whole known network" which is what public timeline used to be Only domain blocks with suspend severity will block PuSH subscriptions Silenced accounts should not appear in conversations unless followed
2017-02-13Add remote mentions warning when composing a private statusEugen Rochko
2017-02-13Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5Eugen Rochko
2017-02-13Clean up collapsible componentsEugen Rochko
2017-02-11Add privacy disclaimershel
I haven't had a chance to test this, because I don't currently have a fully functioning computer I can set up a dev-environment on, but this *should* make it so when a user toggles a post to be private, a disclaimer appears clarifying what "private" really means.
2017-02-09Progress on moving color styles to SassEugen Rochko
2017-02-06Add API modifiers to limit returned toots from public/hashtag timelinesEugen Rochko
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen
2017-02-03easier comprehension of toot settings and properties (#595)hoodie
sounds complex, but really it just reorganizes the posting options and adds a seperator line
2017-01-27Less ambiguous sensitive content toggle label (#556)Zachary Spector
2017-01-25Instead of using spoiler boolean and spoiler_text, simply check for ↵Eugen Rochko
non-blank spoiler_text Federate spoiler_text using warning attribute on <content /> instead of a <category term="spoiler" /> Clean up schema file from accidental development migrations
2017-01-23Implement a click-to-view spoiler systemblackle
2017-01-16Show 'do not display in public timeline' when replying to selfblackle
2017-01-16Fix upload file input being re-rendered needlesslyEugen Rochko
2017-01-15Fix typo introduced in #470 which made unlisted toggle only fade in/out and ↵Eugen Rochko
not also collapse
2017-01-15Hide 'Do not display on public timeline' for reply toots. Fixes #412.Effy Elden
2017-01-09Merge branch 'master' of https://github.com/blackle/mastodon into blackle-masterEugen Rochko
2017-01-09Improve initialState loadingEugen Rochko
2017-01-08Generate key for each input so we can upload the same file even after deletingblackle
2017-01-07Replace getting started icon on desktop nav bar with asterisk instead of ↵Eugen Rochko
hamburger
2017-01-06Add tab bar alternative to desktop UI, upgrade react & react-reduxEugen Rochko
2017-01-05Fixed unexpected errorEugen Rochko
2017-01-05Fix compose form bugEugen Rochko
2017-01-05Fix selection resetting in compose form after unrelated data updatesEugen Rochko
2017-01-05Merge pull request #403 from ticky/use-system-fontsEugen
Use system fonts on more platforms
2017-01-05Merge pull request #400 from ticky/differentiate-settings-linksEugen
Differentiate settings links
2017-01-04Use system fonts on more platformsJessica Stokes
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms!
2017-01-04Automatically position cursor when writing a reply tootMisty De Meo
2017-01-04Differentiate settings linksJessica Stokes
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences." All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app! addresses part of #384
2017-01-05Merge pull request #395 from ticky/hide-media-list-if-no-mediaEugen
Don't render the media list when there's no media
2017-01-04Fix Command-enter tootingJessica Stokes
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that
2017-01-04Don't render the media list when there's no mediaJessica Stokes
This stops the empty compose view from scrolling on 4-inch devices.
2017-01-04Disallow compose navbar from being shrunkJessica Stokes
2017-01-03On file-drag, show a border around textareaMitchell Hentges
2016-12-26Follow requests send e-mail notifications, but are excluded from ↵Eugen Rochko
notifications API Better initial state for unlisted/nsfw toggles
2016-12-24Hide unlisted toggle when private is active, hide nsfw toggle when no files ↵Eugen Rochko
added
2016-12-24Re-add unlisted toggle to the UIAnthony Bellew
2016-12-23Compose form in the UI now has public/private toggle instead of public/unlistedEugen Rochko
2016-12-14Fix key up listener on compose formEugen Rochko
2016-12-14Re-implemented autosuggestions component for the compose formEugen Rochko
Fix #205, fix #156, fix #124
2016-12-11Fix metaKey usageEugen Rochko
2016-12-11Fix #167 - Enable cmd+enter on Mac to submit formEugen Rochko
2016-12-02Make all account links into permalinks (open public except on left click)Eugen Rochko
2016-12-01Replace "Unlisted mode" with more explicit textAndrea Faulds
2016-11-30Per-status control for unlisted mode, also federation for unlisted modeEugen Rochko
Fix #233, fix #268
2016-11-25Allow vertical resizing of the toot textareanicolas
2016-11-24Remove Neo4JEugen Rochko
2016-11-23Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and ↵Eugen Rochko
notifications, skip ActionCable for follow/unfollow/block events, instead clear UI from blocked account's posts instantly if block request succeeds. Add forgotten i18n for sensitive content
2016-11-23Adding content sensitivity toggle, spoilers for mediaEugen Rochko
2016-11-21Switch to compose route when replying and compose is not mountedEugen Rochko
2016-11-20Adding notifications columnEugen Rochko