Commit Graph

90 Commits (71b9205679832950047b2de8e4ef27121c5ea2fe)

Author SHA1 Message Date
Eugen Rochko e809caa0e1 Fix feed regeneration bug 8 years ago
Eugen Rochko d93d6f5124 Fix reworked search 8 years ago
Eugen Rochko b4046c5957 Rework search 8 years ago
Eugen Rochko 333e44c3fc Improve emojis - use SVGs where possible 8 years ago
Eugen Rochko c334541011 Add tooltip to privacy dropdown 8 years ago
Eugen Rochko 6ec6fe259a Compose form layout fixes 8 years ago
shel c66dc0d114 Clarify privacy options
Descriptions of differences between scope are more clear
8 years ago
Eugen Rochko 1fd88e3bad Fix up visual indicators for compose form privacy 8 years ago
Eugen Rochko a9303e7062 When replying to status with content warning, prefill content warning 8 years ago
Eugen Rochko bd1ceb1daa Privacy dropdown i18n 8 years ago
Eugen Rochko d8c5a83827 Redesigned compose form 8 years ago
Eugen Rochko d7c6c6dbe1 Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) 8 years ago
Eugen Rochko 5aa3df017b Fix full-text search query quotation, improve tag search performance with an index,
add ability to open status by URL from search (fix #53)
8 years ago
Eugen Rochko c64a1c25c4 Fix #231 - Muting 8 years ago
Eugen Rochko 89fc2d7f48 Fix #372 - Emoji picker 8 years ago
Eugen Rochko 95ebfa5610 Simplify passing of prop 8 years ago
Kibigo 91c79f2445 Better smart/dumb component separation 8 years ago
Kibigo 4d2af0d664 Character counter fix 8 years ago
Eugen Rochko 2c50687279 Improve compose form performance, upgrade JS dependencies. LightingBox
now allows to cycle through multiple images
8 years ago
Eugen Rochko 974d712fbe Improve performance of compose form 8 years ago
Eugen Rochko e8ea9669c9 Fix links and wording 8 years ago
Eugen Rochko 6b4ef92c6f Adjust naming of public timeline -> "local timeline" vs "whole known network" 8 years ago
Eugen Rochko 4aa5ebe591 Split public timeline into "public timeline" which is local, and
"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
8 years ago
Eugen Rochko ec521e6bfc Add remote mentions warning when composing a private status 8 years ago
Eugen Rochko 2ab7bd13e2 Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5 8 years ago
Eugen Rochko 677e95031e Clean up collapsible components 8 years ago
shel 968fae2603 Add privacy disclaimer
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.
8 years ago
Eugen Rochko c424df5192 Progress on moving color styles to Sass 8 years ago
Eugen Rochko 347a153b3d Add API modifiers to limit returned toots from public/hashtag timelines
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
8 years ago
hoodie ac3f5a8316 easier comprehension of toot settings and properties (#595)
sounds complex, but really it just reorganizes the posting options and
adds a seperator line
8 years ago
Zachary Spector 237cb41ab4 Less ambiguous sensitive content toggle label (#556) 8 years ago
Eugen Rochko 999cde94a6 Instead of using spoiler boolean and spoiler_text, simply check for 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
8 years ago
blackle bf0f6eb62d Implement a click-to-view spoiler system 8 years ago
blackle 889709a2a6 Show 'do not display in public timeline' when replying to self 8 years ago
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly 8 years ago
Eugen Rochko 926459fc0a Fix typo introduced in #470 which made unlisted toggle only fade in/out and not also collapse 8 years ago
Effy Elden 32d756fb22 Hide 'Do not display on public timeline' for reply toots. Fixes #412. 8 years ago
Eugen Rochko def1f8c5b3 Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master 8 years ago
Eugen Rochko 23ebf60b95 Improve initialState loading 8 years ago
blackle 131bae89fd Generate key for each input so we can upload the same file even after deleting 8 years ago
Eugen Rochko be6ae3546f Replace getting started icon on desktop nav bar with asterisk instead of hamburger 8 years ago
Eugen Rochko 989c3f4002 Add tab bar alternative to desktop UI, upgrade react & react-redux 8 years ago
Eugen Rochko 00b9ba64c9 Fixed unexpected error 8 years ago
Eugen Rochko a1de2e332d Fix compose form bug 8 years ago
Eugen Rochko ca7dce4a5a Fix selection resetting in compose form after unrelated data updates 8 years ago
Eugen 87f76d4095 Merge pull request #403 from ticky/use-system-fonts
Use system fonts on more platforms
8 years ago
Eugen 92638308ee Merge pull request #400 from ticky/differentiate-settings-links
Differentiate settings links
8 years ago
Jessica Stokes 1f3c895ffb
Use system fonts on more platforms
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!
8 years ago
Misty De Meo c100b83b98 Automatically position cursor when writing a reply toot 8 years ago
Jessica Stokes 7ac55d2674
Differentiate settings links
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
8 years ago