Commit Graph

34 Commits (d6ed2eb512f09600d7cd8150bb9b547442a9d68b)

Author SHA1 Message Date
Eugen Rochko 89fc2d7f48 Fix #372 - Emoji picker 9 years ago
Eugen Rochko 2c50687279 Improve compose form performance, upgrade JS dependencies. LightingBox
now allows to cycle through multiple images
9 years ago
Eugen Rochko 974d712fbe Improve performance of compose form 9 years ago
Eugen Rochko 9e99b8c068 Fix #642 - Add "empty column" text to home/notifications 9 years ago
Eugen Rochko 8132cf8153 Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments
Make replies default to privacy settings of the status being replied to
9 years ago
Eugen Rochko 677e95031e Clean up collapsible components 9 years ago
Eugen Rochko 6331ed16e5 Fix #614 - extra reply-boolean on statuses to account for cases when replied-to
status is not in the system at time of distribution; fix #607 - reset privacy
settings to defaults when cancelling replies
9 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
9 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
9 years ago
blackle bf0f6eb62d Implement a click-to-view spoiler system 9 years ago
Eugen Rochko 1aae0cfc2c Fix #475 - add space after autocomplete 9 years ago
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly 9 years ago
Eugen Rochko 23ebf60b95 Improve initialState loading 9 years ago
Mitchell Hentges 4d300e2507 On file-drag, show a border around textarea 9 years ago
Anthony Bellew 538d109a82 Re-add unlisted toggle to the UI 9 years ago
Eugen Rochko de9b6e3a6a Compose form in the UI now has public/private toggle instead of public/unlisted 9 years ago
Eugen Rochko b27066e154 Re-implemented autosuggestions component for the compose form
Fix #205, fix #156, fix #124
9 years ago
Eugen Rochko 14bd46946d Per-status control for unlisted mode, also federation for unlisted mode
Fix #233, fix #268
9 years ago
Eugen Rochko 2112a81e86 Adding content sensitivity toggle, spoilers for media 9 years ago
Eugen Rochko d32e0364f9 Switch to compose route when replying and compose is not mounted 9 years ago
Eugen Rochko 09218d4c01 Use full-text search for autosuggestions 9 years ago
Eugen Rochko c49f6290eb Basic username autocomplete for text area 9 years ago
Eugen Rochko e8ff4c8e56 Refactoring redux state into different reducers 9 years ago
Eugen Rochko f8f40f15da Move status components inside individual containers. We still need to select
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
9 years ago
Eugen Rochko 0bd4608ad1 Fix #55 - Filter self from pre-filled mentions 9 years ago
Eugen Rochko c6d893a71d Uploading/undoing media modifies status text. Also: status text trimmed before validation 9 years ago
Eugen Rochko bc98865c1a API returns mentions for statuses, compose form pre-fills all relevant usernames into the form when replying 9 years ago
Eugen Rochko 337462aa5e Re-organizing components to be more modular, adding loading bars 9 years ago
Eugen Rochko d6a64f45fd Adding a notification stack for error messages 9 years ago
Eugen Rochko 499beb4484 UI for uploading media attachments (and cancelling them)
Mostly resolves #8, though attachments are still not displayed in public view
10 years ago
Eugen Rochko 05001d54d1 Make compose form also use normalized data 10 years ago
Eugen Rochko d6873797ac Fix typo 10 years ago
Eugen Rochko dbae8062f4 Replies in the compose form 10 years ago
Eugen Rochko 72591cc6d5 Cleaning up action names and compose drawer 10 years ago