Commit Graph

817 Commits (9b0941182f5277069b85ef1601832e28ebd1ba43)

Author SHA1 Message Date
Eugen Rochko 9b0941182f Don't show loading bar when checking account timeline for newer stuff
Eugen Rochko 46be4631ae Fix - Update followers count when following/unfollowing
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
Eugen Rochko f051c2e813 Fix statsd null backend not being initialized properly
Eugen 8b9206f7d9 Try to avoid any potential loops
Eugen Rochko 306eb6e9c9 Add optional StatsD performance tracking
Eugen Rochko 7cfd5b680a Fix forgotten change of settings
Eugen Rochko c468446f4c Fix boops?
Eugen Rochko cde0476ca2 Fix
Eugen Rochko fcb5a85cdd Add sounds for notifications. Boop by @jk@mastodon.social
Eugen Rochko 6cf44ca92c Improve how the list entry Account component looks when target is blocked/follow is requested
blackle 889709a2a6 Show 'do not display in public timeline' when replying to self
Eugen Rochko 1a33e4042e Fix upload file input being re-rendered needlessly
Eugen Rochko 7d53ee73f3 Fix - Add "favourites" column
Eugen Rochko da5d366230 Fix - Improve lightbox, add loading indicator
Eugen Rochko 2ae0fb4419 Merge branch 'sensitive' of https://github.com/blackle/mastodon into blackle-sensitive
Eugen Rochko 0439c7d58b Move follow requests link above logout link in getting started column
blackle 144402ec7e Show visibility toggle on media gallery for sensitive images
blackle 383114add3 Change boost sprite to look like fa-retweet
Eugen Rochko 926459fc0a Fix typo introduced in which made unlisted toggle only fade in/out and not also collapse
Eugen Rochko 7d7a11250c Fix - don't suggest hashtag if the search value contains a space
Eugen Rochko 1d5cbfa356 Fix - don't do relationships fetch for empty array of IDs
Eugen Rochko cc1eccc8bc Fix - when logged in, make "get started" link to the frontpage instead of sign up
Eugen Rochko e9737c2235 Fix tests, add applications to eager loading/cache for statuses, fix
application website validation, don't link to app website if website isn't set,
also comment out animated boost icon from  until it's consistent with non-animated version
Eugen Rochko ab165547fd Merge branch 'feature/toot-app-source' of https://github.com/ineffyble/mastodon into ineffyble-feature/toot-app-source
Eugen 1f7c0ad8d3 Merge pull request from blackle/backflip
Make boost button spin around
Effy Elden e45fed58cb Add a textual 'Back to Mastodon' link in footer of settings pages
blackle a67ffcbf56 Make boost button arrows spin around
Effy Elden f81dc7a33a Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into feature/toot-app-source
Effy Elden 6c002cf615 Test for presence of Application in haml before trying to render details, to fix errors identified by CI
Effy Elden 65122798b2 Fix typo in rel
Effy Elden d6bc0e8db4 Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves
Effy Elden 32d756fb22 Hide 'Do not display on public timeline' for reply toots. Fixes .
Eugen f63f0c4625 Fix too late return
Eugen Rochko 7cde08e30b Improve extended about page layout
Eugen Rochko c01dd089ff Adding about/more page with extended information that can be set up by an admin
Eugen Rochko e25170f960 Add extended about page stub
Eugen Rochko 2939e9898b Extend rails-settings-cached to merge db-saved hash values with defaults
Eugen Rochko ca50ceeaf0 Add settings for contact information
Eugen Rochko b11fdc3ae3 Migrate from ledermann/rails-settings to rails-settings-cached which allows 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
Eugen Rochko 4a2ee43e80 Fix - escape JSON in INITIAL_STATE (this bug only ever allowed a user to xss themselves rather than anyone else)
Eugen Rochko 7951e7ffd5 Add ruby version to Gemfile, move devDependencies in package.json to dependencies,
fix bug in process feed service
Eugen 10739df458 Merge pull request from ineffyble/fix-repo-url
Fix repo URL
Eugen Rochko 3ad0496ccb Better animations
Effy Elden f876a8681d Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places
Eugen Rochko 18b11100e7 Fix issue when settings are not defined for column type
Eugen Rochko 312c51b5c8 Home column filters
Eugen Rochko 1e9d2c4b1e Add "not found" component to UI
Eugen 67a31454ad Merge pull request from blackle/master
simplify emojification on public pages with .emojify class
blackle 917cf0bf5d simplify emojification on public pages with .emojify class
Eugen Rochko 205ba00017 Fix sandboxed iOS login again