Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-01-05 | Merge pull request #395 from ticky/hide-media-list-if-no-media | Eugen | |
Don't render the media list when there's no media | |||
2017-01-04 | Fix Command-enter tooting | Jessica Stokes | |
metaKey is only set correctly on keyDown, not keyUp, so this swaps to using that | |||
2017-01-04 | Don't render the media list when there's no media | Jessica Stokes | |
This stops the empty compose view from scrolling on 4-inch devices. | |||
2017-01-04 | Disallow compose navbar from being shrunk | Jessica Stokes | |
2017-01-03 | On file-drag, show a border around textarea | Mitchell Hentges | |
2016-12-26 | Follow requests send e-mail notifications, but are excluded from ↵ | Eugen Rochko | |
notifications API Better initial state for unlisted/nsfw toggles | |||
2016-12-24 | Hide unlisted toggle when private is active, hide nsfw toggle when no files ↵ | Eugen Rochko | |
added | |||
2016-12-24 | Re-add unlisted toggle to the UI | Anthony Bellew | |
2016-12-23 | Compose form in the UI now has public/private toggle instead of public/unlisted | Eugen Rochko | |
2016-12-14 | Fix key up listener on compose form | Eugen Rochko | |
2016-12-14 | Re-implemented autosuggestions component for the compose form | Eugen Rochko | |
Fix #205, fix #156, fix #124 | |||
2016-12-11 | Fix metaKey usage | Eugen Rochko | |
2016-12-11 | Fix #167 - Enable cmd+enter on Mac to submit form | Eugen Rochko | |
2016-12-02 | Make all account links into permalinks (open public except on left click) | Eugen Rochko | |
2016-12-01 | Replace "Unlisted mode" with more explicit text | Andrea Faulds | |
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko | |
Fix #233, fix #268 | |||
2016-11-25 | Allow vertical resizing of the toot textarea | nicolas | |
2016-11-24 | Remove Neo4J | Eugen Rochko | |
2016-11-23 | Fix 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-23 | Adding content sensitivity toggle, spoilers for media | Eugen Rochko | |
2016-11-21 | Switch to compose route when replying and compose is not mounted | Eugen Rochko | |
2016-11-20 | Adding notifications column | Eugen Rochko | |
2016-11-18 | Adding german localization | Eugen Rochko | |
2016-11-16 | Adding react-intl i18n to the frontend. No translations yet | Eugen Rochko | |
2016-11-13 | Infinite scroll for followers/following lists | Eugen Rochko | |
2016-11-13 | Making upload button into a smaller icon button | Eugen Rochko | |
2016-11-13 | Fix #110 - Make web UI use browser history, change links in e-mails to link ↵ | Eugen Rochko | |
to that | |||
2016-11-13 | Debounce autosuggestions requests | Eugen Rochko | |
2016-11-13 | Search component | Eugen Rochko | |