about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features
AgeCommit message (Collapse)Author
2017-04-04Merge branch 'master' into developmenthalna_Tanaguru
2017-04-03accessibility fixhalna_Tanaguru
eanable focus on ClearColumnButton
2017-04-03GitHub should be capitalizedDavid Baumgold
2017-04-02Keep track of which timelines are connected live to avoid redundantEugen Rochko
refreshes on navigation
2017-04-02Fix wording "show reblogs" -> "show boosts", order reports chronologically inEugen Rochko
admin UI
2017-04-02Fix feed regeneration bugEugen Rochko
2017-04-01Fix broken referenceEugen Rochko
2017-04-01Made modal system more genericEugen Rochko
2017-04-01Improve mobile tabs a littleEugen Rochko
2017-03-31Fix reworked searchEugen Rochko
2017-03-31Rework searchEugen Rochko
2017-03-31Fix web UI profile clickable area overlapping with follow button areaEugen Rochko
2017-03-31Fix drag & drop overlay flickeringEugen Rochko
2017-03-29Improve emojis - use SVGs where possibleEugen Rochko
2017-03-28Hide drag & drop area on drop event regardless of successEugen Rochko
2017-03-26Add tooltip to privacy dropdownEugen Rochko
2017-03-26Compose form layout fixesEugen Rochko
2017-03-25Clarify privacy optionsshel
Descriptions of differences between scope are more clear
2017-03-25Fix up visual indicators for compose form privacyEugen Rochko
2017-03-25When replying to status with content warning, prefill content warningEugen Rochko
2017-03-25Privacy dropdown i18nEugen Rochko
2017-03-25Redesigned compose formEugen Rochko
2017-03-24Fancier drag & drop indicator, emoji icon for emoji, upload progress (fix #295)Eugen Rochko
2017-03-22Fix 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-17Promote Apps (#670)shel
"Various apps are available" is now a hyperlink
2017-03-15Add "direct" visibility level in the backend. Web UI is not yetEugen Rochko
adjusted to allow choosing it, yet
2017-03-05Make gifvs always use media gallery componentEugen Rochko
2017-03-04Fix #431 - convert gif to webm during upload. Web UI treats them like it didEugen Rochko
before. In the API, attachments now can be either image, video or gifv. Gifv is to be treated like images in terms of behaviour, but are videos by file type.
2017-03-04Rename "the whole known network" timeline to "federated timeline"Eugen Rochko
Remove note about following Gargron@mastodon.social from getting started text
2017-03-02Make confirmation text more specificEugen Rochko
2017-03-02Fix #620 - Add confirmation dialog for notifications clearEugen Rochko
2017-03-02Fix #231 - MutingEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-03-02Fix #372 - Emoji pickerEugen Rochko
2017-03-01Simplify passing of propEugen Rochko
2017-03-01Better smart/dumb component separationKibigo
2017-03-01Fix incorrect detection of local vs remote user in web UIEugen Rochko
2017-03-01Revert infinite scroll in timelines back to looking at ID of oldestEugen Rochko
loaded status; do not preload submitted statuses into community/public timelines, unless those timelines have already been loaded; do not close streaming API connections for community/public timelines, once they have been established (most users navigate back to them eventually)
2017-03-01Fix #291 - Add visual indication that numbers for remote users may be inaccurateEugen Rochko
2017-03-01Improved dropdownsEugen Rochko
2017-02-28Fix #561 - Detect presence of audio in video, hide mute toggle when noneEugen Rochko
2017-02-27Character counter fixKibigo
2017-02-26Add <MissingIndicator /> when status or account are not found, skip alertsEugen Rochko
for those errors
2017-02-26Merge branch 'fix_626' of https://github.com/rmhasan/mastodon into ↵Eugen Rochko
rmhasan-fix_626
2017-02-26Fix broken dependency on inner react utility functionEugen Rochko
2017-02-26Fix local timeline showing unread status of TWKN timelineEugen Rochko
2017-02-26Improve compose form performance, upgrade JS dependencies. LightingBoxEugen Rochko
now allows to cycle through multiple images
2017-02-23Improve glowEugen Rochko
2017-02-22Improve status reselect, do not display "load more" when no next link availableEugen Rochko
2017-02-22Improve performance of compose formEugen Rochko