about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-01-23Forgot to commitEugen Rochko
2017-01-23Move all hex colors in SASS to variables and all variations to darken/lightenEugen Rochko
2017-01-23Fix #365, 1/2 of #408 - replace rails_autolink with URI.regexp, run ↵Eugen Rochko
link_hashtags on simplified_format
2017-01-23Fix a couple unhandled exceptionsEugen Rochko
2017-01-23Potentially fix notifications issueEugen Rochko
2017-01-23Fix oembed controller testEugen Rochko
2017-01-23Merge pull request #513 from mistydemeo/fix_textarea_selection_clickingEugen
Textarea: fix clicking on name suggestions
2017-01-22Textarea: fix clicking on name suggestionsMisty 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-22Fix inflectionEugen
2017-01-22Fix errorEugen
2017-01-22Mitigate inconsistent notificationsEugen
2017-01-22Override Rack::Request to use the same trusted proxy settings as RailsEugen Rochko
2017-01-22Allow to specify trusted proxies through envEugen Rochko
2017-01-22Merge pull request #509 from ineffyble/docs/developer-docs-additionsEugen
Update README.md to match new documentation (missed from previous commit)
2017-01-23Update README.md to match new documentation (missed from previous commit)Effy Elden
2017-01-22Merge pull request #508 from ineffyble/docs/developer-docs-additionsEugen
Documentation tweaks
2017-01-22Add separate sections for Heroku and Vagrant deployments. Add guide for ↵Effy Elden
instance administration. Move 'Contribution guide' to 'Development guide'.
2017-01-21Rename main docs page so it renders in githubEugen Rochko
2017-01-21Improve API docs formattingEugen Rochko
2017-01-21Add wiki contents to docs/ insteadEugen Rochko
2017-01-21Merge branch 'ineffyble-fix/error-pages'Eugen Rochko
2017-01-21Improve error page layouting. 500 page has to stay static because it'sEugen Rochko
used from nginx when Rails fails.
2017-01-21Merge branch 'fix/error-pages' of https://github.com/ineffyble/mastodon into ↵Eugen Rochko
ineffyble-fix/error-pages
2017-01-21Merge branch 'ineffyble-master'Eugen Rochko
2017-01-21Fix code styleEugen Rochko
2017-01-21Merge branch 'master' of https://github.com/ineffyble/mastodon into ↵Eugen Rochko
ineffyble-master
2017-01-21Method to fetch a single notificationEugen Rochko
2017-01-21Merge pull request #506 from ineffyble/fix/issue-492-add-missing-header-imageEugen
Add a default missing.png header image - fixes #492
2017-01-22Change missing.png header to 1x1 transparent PNGEffy Elden
2017-01-22Add a default missing.png header image - fixes #492Effy Elden
2017-01-21Merge pull request #505 from ineffyble/fix/issue-503Eugen
Call uniq on the string version of mb_chars tags - fixes #503
2017-01-21Call uniq on the string version of mb_chars tagsEffy Elden
2017-01-21Set remote dev environments to use letter_opener_web, add default ↵Effy Elden
.env.vagrant variables
2017-01-20Fix #475 - add space after autocompleteEugen Rochko
2017-01-20Instead of refusing to create accounts, domain blocks auto-suspend new ↵Eugen Rochko
accounts from that domain
2017-01-20Fix preview cards layout, do preview card crawling for remote statusesEugen Rochko
2017-01-20Merge pull request #502 from blackle/vistoggleEugen
Show visibility toggle on videos, show regardless of sensitivity
2017-01-19Show visibility toggle on videos, show regardless of sensitivityblackle
2017-01-20No loading bars for cards, no failure if it 404s (that's expected)Eugen Rochko
2017-01-20Fix #463 - Fetch and display previews of URLs using OpenGraph tagsEugen Rochko
2017-01-19Hide more non-essential loading barsEugen Rochko
2017-01-19Don'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-19Don't show loading bar when checking account timeline for newer stuffEugen Rochko
2017-01-19Fix #222 - Update followers count when following/unfollowingEugen 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-19Fix statsd null backend not being initialized properlyEugen Rochko
2017-01-19Try to avoid any potential loopsEugen
2017-01-18Add optional StatsD performance trackingEugen Rochko
2017-01-17Fix forgotten change of settingsEugen Rochko
2017-01-17Fix boops?Eugen Rochko
2017-01-17Fix #487Eugen Rochko