Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-02 | Fix #372 - Emoji picker | Eugen Rochko | |
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-18 | Fix #642 - Add "empty column" text to home/notifications | Eugen Rochko | |
2017-02-17 | Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with ↵ | Eugen Rochko | |
media attachments Make replies default to privacy settings of the status being replied to | |||
2017-02-13 | Clean up collapsible components | Eugen Rochko | |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko | |
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies | |||
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-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-20 | Fix #475 - add space after autocomplete | Eugen Rochko | |
2017-01-16 | Fix upload file input being re-rendered needlessly | Eugen Rochko | |
2017-01-09 | Improve initialState loading | Eugen Rochko | |
2017-01-03 | On file-drag, show a border around textarea | Mitchell Hentges | |
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 | Re-implemented autosuggestions component for the compose form | Eugen Rochko | |
Fix #205, fix #156, fix #124 | |||
2016-11-30 | Per-status control for unlisted mode, also federation for unlisted mode | Eugen Rochko | |
Fix #233, fix #268 | |||
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-12 | Use full-text search for autosuggestions | Eugen Rochko | |
2016-10-30 | Basic username autocomplete for text area | Eugen Rochko | |
2016-10-30 | Refactoring redux state into different reducers | Eugen Rochko | |
2016-10-24 | Move status components inside individual containers. We still need to select | Eugen Rochko | |
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option | |||
2016-09-26 | Fix #55 - Filter self from pre-filled mentions | Eugen Rochko | |
2016-09-22 | Uploading/undoing media modifies status text. Also: status text trimmed ↵ | Eugen Rochko | |
before validation | |||
2016-09-22 | API returns mentions for statuses, compose form pre-fills all relevant ↵ | Eugen Rochko | |
usernames into the form when replying | |||
2016-09-19 | Re-organizing components to be more modular, adding loading bars | Eugen Rochko | |
2016-09-12 | Adding a notification stack for error messages | Eugen Rochko | |
2016-09-07 | UI for uploading media attachments (and cancelling them) | Eugen Rochko | |
Mostly resolves #8, though attachments are still not displayed in public view | |||
2016-09-05 | Make compose form also use normalized data | Eugen Rochko | |
2016-08-31 | Fix typo | Eugen Rochko | |
2016-08-31 | Replies in the compose form | Eugen Rochko | |
2016-08-31 | Cleaning up action names and compose drawer | Eugen Rochko | |