Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-02 | Fix feed regeneration bug | Eugen Rochko | |
2017-03-31 | Fix reworked search | Eugen Rochko | |
2017-03-31 | Rework search | Eugen Rochko | |
2017-03-29 | Improve emojis - use SVGs where possible | Eugen Rochko | |
2017-03-26 | Add tooltip to privacy dropdown | Eugen Rochko | |
2017-03-26 | Compose form layout fixes | Eugen Rochko | |
2017-03-25 | Clarify privacy options | shel | |
Descriptions of differences between scope are more clear | |||
2017-03-25 | Fix up visual indicators for compose form privacy | Eugen Rochko | |
2017-03-25 | When replying to status with content warning, prefill content warning | Eugen Rochko | |
2017-03-25 | Privacy dropdown i18n | Eugen Rochko | |
2017-03-25 | Redesigned compose form | Eugen Rochko | |
2017-03-24 | Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295) | Eugen Rochko | |
2017-03-22 | Fix full-text search query quotation, improve tag search performance with an ↵ | Eugen Rochko | |
index, add ability to open status by URL from search (fix #53) | |||
2017-03-02 | Fix #231 - Muting | Eugen Rochko | |
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
2017-03-01 | Simplify passing of prop | Eugen Rochko | |
2017-03-01 | Better smart/dumb component separation | Kibigo | |
2017-02-27 | Character counter fix | Kibigo | |
2017-02-26 | Improve compose form performance, upgrade JS dependencies. LightingBox | Eugen Rochko | |
now allows to cycle through multiple images | |||
2017-02-22 | Improve performance of compose form | Eugen Rochko | |
2017-02-19 | Fix links and wording | Eugen Rochko | |
2017-02-19 | Adjust naming of public timeline -> "local timeline" vs "whole known network" | Eugen Rochko | |
2017-02-19 | Split public timeline into "public timeline" which is local, and | Eugen 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-13 | Add remote mentions warning when composing a private status | Eugen Rochko | |
2017-02-13 | Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5 | Eugen Rochko | |
2017-02-13 | Clean up collapsible components | Eugen Rochko | |
2017-02-11 | Add privacy disclaimer | shel | |
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-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen 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-03 | easier 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-27 | Less ambiguous sensitive content toggle label (#556) | Zachary Spector | |
2017-01-25 | Instead 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-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-16 | Show 'do not display in public timeline' when replying to self | blackle | |
2017-01-16 | Fix upload file input being re-rendered needlessly | Eugen Rochko | |
2017-01-15 | Fix typo introduced in #470 which made unlisted toggle only fade in/out and ↵ | Eugen Rochko | |
not also collapse | |||
2017-01-15 | Hide 'Do not display on public timeline' for reply toots. Fixes #412. | Effy Elden | |
2017-01-09 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-01-09 | Improve initialState loading | Eugen Rochko | |
2017-01-08 | Generate key for each input so we can upload the same file even after deleting | blackle | |
2017-01-07 | Replace getting started icon on desktop nav bar with asterisk instead of ↵ | Eugen Rochko | |
hamburger | |||
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-05 | Fixed unexpected error | Eugen Rochko | |
2017-01-05 | Fix compose form bug | Eugen Rochko | |
2017-01-05 | Fix selection resetting in compose form after unrelated data updates | Eugen Rochko | |
2017-01-05 | Merge pull request #403 from ticky/use-system-fonts | Eugen | |
Use system fonts on more platforms | |||
2017-01-05 | Merge pull request #400 from ticky/differentiate-settings-links | Eugen | |
Differentiate settings links | |||
2017-01-04 | Use system fonts on more platforms | Jessica 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-04 | Automatically position cursor when writing a reply toot | Misty De Meo | |
2017-01-04 | Differentiate settings links | Jessica 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 |