Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | Potentially fix notifications issue | Eugen Rochko | |
2017-01-23 | Fix oembed controller test | Eugen Rochko | |
2017-01-23 | Merge pull request #513 from mistydemeo/fix_textarea_selection_clicking | Eugen | |
Textarea: fix clicking on name suggestions | |||
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-22 | Fix inflection | Eugen | |
2017-01-22 | Fix error | Eugen | |
2017-01-22 | Mitigate inconsistent notifications | Eugen | |
2017-01-22 | Override Rack::Request to use the same trusted proxy settings as Rails | Eugen Rochko | |
2017-01-22 | Allow to specify trusted proxies through env | Eugen Rochko | |
2017-01-22 | Merge pull request #509 from ineffyble/docs/developer-docs-additions | Eugen | |
Update README.md to match new documentation (missed from previous commit) | |||
2017-01-23 | Update README.md to match new documentation (missed from previous commit) | Effy Elden | |
2017-01-22 | Merge pull request #508 from ineffyble/docs/developer-docs-additions | Eugen | |
Documentation tweaks | |||
2017-01-22 | Add separate sections for Heroku and Vagrant deployments. Add guide for ↵ | Effy Elden | |
instance administration. Move 'Contribution guide' to 'Development guide'. | |||
2017-01-21 | Rename main docs page so it renders in github | Eugen Rochko | |
2017-01-21 | Improve API docs formatting | Eugen Rochko | |
2017-01-21 | Add wiki contents to docs/ instead | Eugen Rochko | |
2017-01-21 | Merge branch 'ineffyble-fix/error-pages' | Eugen Rochko | |
2017-01-21 | Improve error page layouting. 500 page has to stay static because it's | Eugen Rochko | |
used from nginx when Rails fails. | |||
2017-01-21 | Merge branch 'fix/error-pages' of https://github.com/ineffyble/mastodon into ↵ | Eugen Rochko | |
ineffyble-fix/error-pages | |||
2017-01-21 | Merge branch 'ineffyble-master' | Eugen Rochko | |
2017-01-21 | Fix code style | Eugen Rochko | |
2017-01-21 | Merge branch 'master' of https://github.com/ineffyble/mastodon into ↵ | Eugen Rochko | |
ineffyble-master | |||
2017-01-21 | Method to fetch a single notification | Eugen Rochko | |
2017-01-21 | Merge pull request #506 from ineffyble/fix/issue-492-add-missing-header-image | Eugen | |
Add a default missing.png header image - fixes #492 | |||
2017-01-22 | Change missing.png header to 1x1 transparent PNG | Effy Elden | |
2017-01-22 | Add a default missing.png header image - fixes #492 | Effy Elden | |
2017-01-21 | Merge pull request #505 from ineffyble/fix/issue-503 | Eugen | |
Call uniq on the string version of mb_chars tags - fixes #503 | |||
2017-01-21 | Call uniq on the string version of mb_chars tags | Effy Elden | |
2017-01-21 | Set remote dev environments to use letter_opener_web, add default ↵ | Effy Elden | |
.env.vagrant variables | |||
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-20 | Merge pull request #502 from blackle/vistoggle | Eugen | |
Show visibility toggle on videos, show regardless of sensitivity | |||
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-19 | Fix statsd null backend not being initialized properly | Eugen Rochko | |
2017-01-19 | Try to avoid any potential loops | Eugen | |
2017-01-18 | Add optional StatsD performance tracking | Eugen Rochko | |
2017-01-17 | Fix forgotten change of settings | Eugen Rochko | |
2017-01-17 | Fix boops? | Eugen Rochko | |
2017-01-17 | Fix #487 | Eugen Rochko | |
2017-01-17 | Add sounds for notifications. Boop by @jk@mastodon.social | Eugen Rochko | |
2017-01-17 | Merge pull request #489 from ineffyble/master | Eugen | |
Add Heroku deployment support | |||
2017-01-17 | Add Heroku deployment support | Effy Elden | |
2017-01-16 | Improve how the list entry Account component looks when target is ↵ | Eugen Rochko | |
blocked/follow is requested |