Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | Replace sprockets/browserify with Webpack (#2617) | Eugen Rochko | |
* Replace browserify with webpack * Add react-intl-translations-manager * Do not minify in development, add offline-plugin for ServiceWorker background cache updates * Adjust tests and dependencies * Fix production deployments * Fix tests * More optimizations * Improve travis cache for npm stuff * Re-run travis * Add back support for custom.scss as before * Remove offline-plugin and babili * Fix issue with Immutable.List().unshift(...values) not working as expected * Make travis load schema instead of running all migrations in sequence * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in <UI /> * Add react definitions to places that use JSX * Add Procfile.dev for running rails, webpack and streaming API at the same time | |||
2017-04-25 | Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents ↵ | Eugen Rochko | |
(#2419) duplicates. Web UI regenerates UUID for that header every time the compose form is changed or successfully submitted Also, fix Farsi i18n overwriting the English one | |||
2017-04-21 | Put space before image (#1735) | Rachel H | |
2017-04-13 | Fix #1609, fix #1628 - Revert #1397 (#1700) | Eugen | |
When transmitting data in a HTML-encoded element like <content type="html" />, relying on newlines being preserved is not wise, since HTML by itself does not care for newlines - it cares for <p> and <br> Additional fix: reset NSFW toggle after sending toot | |||
2017-04-13 | Clear spoiler when replying to toot that doesn't also have a spoiler (#1662) | Isabelle Knott | |
2017-04-12 | Focus textarea when text is inserted (#1320) | Rachel H | |
Place space after uploaded filenames | |||
2017-03-25 | When replying to status with content warning, prefill content warning | 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-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 | |