Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2017-01-12 | Add rake task for clearing out media from silenced accounts | Eugen Rochko | |
2017-01-12 | Fix #457 - escape JSON in INITIAL_STATE (this bug only ever allowed a user ↵ | Eugen Rochko | |
to xss themselves rather than anyone else) | |||
2017-01-11 | Add ruby version to Gemfile, move devDependencies in package.json to ↵ | Eugen Rochko | |
dependencies, fix bug in process feed service | |||
2017-01-11 | Merge pull request #456 from ineffyble/fix-repo-url | Eugen | |
Fix repo URL | |||
2017-01-11 | Better animations | Eugen Rochko | |
2017-01-11 | Update the Mastodon repository URL from Gargron/ to tootsuite/ in various places | Effy Elden | |
2017-01-10 | Fix env variable name | Eugen | |
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 | Add link to list of apps | Eugen | |
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 | Fix sandboxed iOS login again | Eugen Rochko | |
2017-01-09 | Merge branch 'blackle-master' | Eugen Rochko | |
2017-01-09 | Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master | Eugen Rochko | |
2017-01-09 | Merge branch 'blackle-dropdown' | 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 | Fix Paperclip timeout setting. Fix bug introduced in #437 | Eugen Rochko | |
2017-01-08 | Merge pull request #443 from blackle/master | Eugen | |
Add call-to developers on getting started page | |||
2017-01-08 | Merge pull request #446 from blackle/dropdown2 | Eugen | |
Expand dropdown leftways on status view | |||
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 #437 from krainboltgreene/patch-1 | Eugen | |
Simplifying followers mappings | |||
2017-01-08 | Merge pull request #436 from krainboltgreene/patch-2 | Eugen | |
Less complicated determination of subscription | |||
2017-01-08 | Update badges | Eugen | |
2017-01-07 | Simplifying followers mappings | Kurtis Rainbolt-Greene | |
Deduplicating some logic and switching to pluck, to avoid pulling the entire model in memory. | |||
2017-01-07 | Less complicated determination | Kurtis Rainbolt-Greene | |
2017-01-08 | Merge pull request #434 from vjackson725/fix_vagrantfile | Eugen | |
Fix Vagrantfile to include yarn | |||
2017-01-08 | Merge pull request #435 from krainboltgreene/patch-1 | Eugen | |
Using "rails style" order arguments | |||
2017-01-07 | Using "rails style" order arguments | Kurtis Rainbolt-Greene | |
2017-01-08 | Fix Vagrantfile to include yarn | vjackson725 | |
The current Vagrantfile fails to build upon provisioning, as it lacks yarn. Change the Vagrantfile to add the yarn repository, and install yarn. | |||
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 |