Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-01-16 | Merge pull request #486 from blackle/replytimeline | Eugen | |
Show 'do not display in public timeline' when replying to self | |||
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 'blackle-sensitive' | 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 | Merge pull request #478 from blackle/backflip | Eugen | |
Change boost sprite to look like fa-retweet | |||
2017-01-15 | Change boost sprite to look like fa-retweet | 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 #466 - when logged in, make "get started" link to the frontpage instead ↵ | Eugen Rochko | |
of sign up | |||
2017-01-15 | Merge pull request #476 from ineffyble/fix-paperclip-s3-acl | Eugen | |
Fix S3 default settings | |||
2017-01-15 | Merge branch 'ineffyble-feature/toot-app-source' | 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 | Merge pull request #464 from blackle/backflip | Eugen | |
Make boost button spin around | |||
2017-01-15 | Change default S3 ACL string used by Paperclip from 'public' (which is ↵ | Effy Elden | |
invalid) to 'public-read' | |||
2017-01-15 | Merge pull request #474 from ineffyble/add-back-link-to-settings | Eugen | |
Add a 'Back to Mastodon' link to footer of settings pages | |||
2017-01-15 | Add a textual 'Back to Mastodon' link in footer of settings pages | Effy Elden | |
2017-01-14 | Make boost button arrows spin around | blackle | |
2017-01-15 | Merge branch 'feature/toot-app-source' of github.com:ineffyble/mastodon into ↵ | Effy Elden | |
feature/toot-app-source | |||
2017-01-15 | Test for presence of Application in haml before trying to render details, to ↵ | Effy Elden | |
fix errors identified by CI | |||
2017-01-15 | Fix typo in rel | Effy Elden | |
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-14 | Merge pull request #470 from ↵ | Eugen | |
ineffyble/fix/412-hide-public-timeline-option-for-replies Hide 'Do not display on public timeline' for reply toots | |||
2017-01-15 | Hide 'Do not display on public timeline' for reply toots. Fixes #412. | Effy Elden | |
2017-01-14 | Fix too late return | Eugen | |
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-13 | Add extended about page stub | Eugen Rochko | |
2017-01-13 | Extend rails-settings-cached to merge db-saved hash values with defaults | Eugen Rochko | |
2017-01-12 | Add settings for contact information | 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-12 | Merge pull request #461 from vjackson725/master | Eugen | |
fix Vagrantfile so that the correct ruby is installed | |||
2017-01-12 | fix Vagrantfile so that the correct ruby is installed | vjackson725 | |
Prior to this commit, the vagrantfile installs ruby 2.3.3. Due to commit mastodon@7951e7f, this no longer works. Change the provision scrip so that 2.3.1 is installed via rbenv. Note this drastically increases provision time. |