Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | Add brackets to visually distinguish show more / show less text | Anthony Bellew | |
2017-01-26 | Improve infinite scroll on notifications | Eugen Rochko | |
2017-01-25 | Only open status on left mouse press | blackle | |
2017-01-25 | Fix loading of avatars before drawing them to canvas | Eugen Rochko | |
2017-01-25 | Fix #187, address #441 - <Avatar> component now plays gifs only while hovered | Eugen Rochko | |
2017-01-25 | Fix order of migrations | Eugen Rochko | |
2017-01-24 | fix up spoilers | blackle | |
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-24 | Merge branch 'master' into master | Eugen | |
2017-01-24 | Fix links in toots opening the toot at first | Eugen Rochko | |
2017-01-24 | Fix #204, fix #515 - URL truncating is now a style so copypasting is not | Eugen Rochko | |
affected, replaced onClick handler with onMouseUp/Down to detect text selection not trigger onClick handler then | |||
2017-01-24 | Set isLoading false on timelines when request fails | Eugen Rochko | |
2017-01-24 | Smarter infinite scroll | Eugen Rochko | |
2017-01-23 | Implement a click-to-view spoiler system | blackle | |
2017-01-23 | Fix mistake | Eugen Rochko | |
2017-01-23 | Less re-rendering | Eugen Rochko | |
2017-01-23 | Add /api/v1/notifications/clear, non-existing link cards for statuses will | Eugen Rochko | |
now return empty hash instead of throwing a 404 error. When following, merge into timeline will filter statuses | |||
2017-01-22 | Textarea: fix clicking on name suggestions | Misty De Meo | |
This was broken in c3e9ba6a, which added an onBlur to hide the suggestions when the textarea loses focus. Unfortunately, this fired even when the textarea lost focus to its own suggestions box, and that meant that onSuggestionClick is never called. Setting a short window in which onSuggestionClick can still happen before hiding the suggestion area ensures that clicking still works, while still hiding the suggestions if the user clicks on something else. | |||
2017-01-20 | Fix #475 - add space after autocomplete | Eugen Rochko | |
2017-01-20 | Instead of refusing to create accounts, domain blocks auto-suspend new ↵ | Eugen Rochko | |
accounts from that domain | |||
2017-01-20 | Fix preview cards layout, do preview card crawling for remote statuses | Eugen Rochko | |
2017-01-19 | Show visibility toggle on videos, show regardless of sensitivity | blackle | |
2017-01-20 | No loading bars for cards, no failure if it 404s (that's expected) | Eugen Rochko | |
2017-01-20 | Fix #463 - Fetch and display previews of URLs using OpenGraph tags | Eugen Rochko | |
2017-01-19 | Hide more non-essential loading bars | Eugen Rochko | |
2017-01-19 | Don't show loading bar when re-loading already loaded status. Don't even try ↵ | Eugen Rochko | |
to fetch ancestors from DB when in_reply_to_id is nil | |||
2017-01-19 | Don't show loading bar when checking account timeline for newer stuff | Eugen Rochko | |
2017-01-19 | Fix #222 - Update followers count when following/unfollowing | Eugen Rochko | |
Also, since the root component connects to the stream that updates home/notification columns, there is pretty much no case for refreshing those columns beyond initial load. So, move the loading of those columns into the root component, to prevent unneccessary reloads when switching tabs on mobile or resizing desktop window between mobile/desktop layouts | |||
2017-01-17 | Fix forgotten change of settings | Eugen Rochko | |
2017-01-17 | Fix boops? | Eugen Rochko | |
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-16 | Improve how the list entry Account component looks when target is ↵ | Eugen Rochko | |
blocked/follow is requested | |||
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-16 | Fix #238 - Add "favourites" column | Eugen Rochko | |
2017-01-16 | Fix #414 - Improve lightbox, add loading indicator | Eugen Rochko | |
2017-01-16 | Merge branch 'sensitive' of https://github.com/blackle/mastodon into ↵ | Eugen Rochko | |
blackle-sensitive | |||
2017-01-16 | Move follow requests link above logout link in getting started column | Eugen Rochko | |
2017-01-15 | Show visibility toggle on media gallery for sensitive images | blackle | |
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 | Fix #427 - don't suggest hashtag if the search value contains a space | Eugen Rochko | |
2017-01-15 | Fix #449 - don't do relationships fetch for empty array of IDs | Eugen Rochko | |
2017-01-15 | Fix tests, add applications to eager loading/cache for statuses, fix | Eugen Rochko | |
application website validation, don't link to app website if website isn't set, also comment out animated boost icon from #464 until it's consistent with non-animated version | |||
2017-01-15 | Merge branch 'feature/toot-app-source' of ↵ | Eugen Rochko | |
https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source | |||
2017-01-15 | Add tracking of OAuth app that posted a status, extend OAuth apps to have ↵ | Effy Elden | |
optional website field, add application details to API, show application name and website on detailed status views. Resolves #11 | |||
2017-01-15 | Hide 'Do not display on public timeline' for reply toots. Fixes #412. | Effy Elden | |
2017-01-12 | Migrate from ledermann/rails-settings to rails-settings-cached which allows ↵ | Eugen Rochko | |
global settings with YAML-defined defaults. Add admin page for editing global settings. Add "site_description" setting that would show as a paragraph on the frontpage | |||
2017-01-11 | Better animations | Eugen Rochko | |
2017-01-10 | Fix issue when settings are not defined for column type | Eugen Rochko | |
2017-01-10 | Home column filters | Eugen Rochko | |