Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #464 from blackle/backflip | Eugen | |
Make boost button spin around | |||
2017-01-14 | Make boost button arrows spin around | blackle | |
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-13 | Improve extended about page layout | Eugen Rochko | |
2017-01-13 | Adding about/more page with extended information that can be set up by an admin | Eugen Rochko | |
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 | |
2017-01-10 | Add "not found" component to UI | Eugen Rochko | |
2017-01-10 | Merge pull request #450 from blackle/master | Eugen | |
simplify emojification on public pages with .emojify class | |||
2017-01-09 | simplify emojification on public pages with .emojify class | blackle | |
2017-01-09 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-01-09 | Merge branch 'dropdown' of https://github.com/blackle/mastodon into ↵ | Eugen Rochko | |
blackle-dropdown | |||
2017-01-09 | Persist UI settings, add missing localizations for German | Eugen Rochko | |
2017-01-09 | Improve initialState loading | Eugen Rochko | |
2017-01-08 | Generate key for each input so we can upload the same file even after deleting | blackle | |
2017-01-08 | Switch to compose view when tapping 'mention' in dropdown on mobile | blackle | |
2017-01-08 | Merge pull request #443 from blackle/master | Eugen | |
Add call-to developers on getting started page | |||
2017-01-08 | Expand dropdown leftways on status view | blackle | |
2017-01-08 | Add call-to developers on getting started page | blackle | |
2017-01-08 | Merge pull request #432 from blackle/volume-icon | Eugen | |
Show correct volume icons on video player | |||
2017-01-07 | Show correct volume icons on video player | blackle | |
2017-01-08 | Merge pull request #430 from blackle/logout_mobile | Eugen | |
Show logout button on getting started so it's available on mobile | |||
2017-01-07 | Show logout button on getting started so it's available on mobile | blackle | |
2017-01-07 | Emojify display names in notifcations | blackle | |
2017-01-07 | Improve contrast of bio and username text in account info | blackle | |
2017-01-07 | Replace getting started icon on desktop nav bar with asterisk instead of ↵ | Eugen Rochko | |
hamburger | |||
2017-01-07 | Fix #147 - Unreblogging will leave original status in feeds | Eugen Rochko | |
2017-01-06 | Add tab bar alternative to desktop UI, upgrade react & react-redux | Eugen Rochko | |
2017-01-06 | Add tag property to desktop notifications, preventing duplicates (i.e. when ↵ | Effy Elden | |
multiple Mastodon tabs are open) | |||
2017-01-05 | Fixed unexpected error | Eugen Rochko | |
2017-01-05 | Fix compose form bug | Eugen Rochko | |
2017-01-05 | Fix selection resetting in compose form after unrelated data updates | Eugen Rochko | |
2017-01-05 | Revert to Roboto for all | Eugen Rochko | |
2017-01-05 | Revert "Display native emoji on browsers which support it" | Eugen | |
2017-01-05 | Merge pull request #403 from ticky/use-system-fonts | Eugen | |
Use system fonts on more platforms | |||
2017-01-05 | Merge pull request #404 from mistydemeo/emoji | Eugen | |
Display native emoji on browsers which support it | |||
2017-01-05 | Merge pull request #399 from ticky/public-timeline-de-hoist | Eugen | |
Public timeline de-hoist | |||
2017-01-05 | Merge pull request #400 from ticky/differentiate-settings-links | Eugen | |
Differentiate settings links | |||
2017-01-04 | Bump emoji requirement to Unicode 9 | Misty De Meo | |
2017-01-04 | Display native emoji on browsers which support it | Misty De Meo | |
2017-01-04 | Use system fonts on more platforms | Jessica Stokes | |
This allows other platforms such as Windows, macOS and iOS to use their system fonts rather than downloading a copy of Roboto. It also makes the app feel a little closer to native on those platforms! | |||
2017-01-04 | Automatically position cursor when writing a reply toot | Misty De Meo | |
2017-01-04 | Differentiate settings links | Jessica Stokes | |
The "settings" links in the Getting Started section (or, if #399 were to happen, "more" menu) and compose sections are now different; the "compose" link is "Edit profile," while the one in the Getting Started section is now "Preferences." All languages have been updated to accommodate this, based on the existing usages of these phrases in language files in the Rails part of the app! addresses part of #384 | |||
2017-01-04 | Remove hamburger from "getting started" | Jessica Stokes | |
2017-01-04 | Replace "Public" in tab bar with "More" hamburger | Jessica Stokes | |