Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | Merge pull request #842 from Angristan/patch-2 | Eugen | |
Missing quotes | |||
2017-04-05 | Merge pull request #845 from thurloat/patch-1 | Eugen | |
Add mastodon.club to running instances list | |||
2017-04-05 | Merge pull request #848 from ProgVal/patch-3 | Eugen | |
Add oc.todon.fr to the list of instances. | |||
2017-04-05 | Merge pull request #854 from Angristan/patch-3 | Eugen | |
Fix crontab edit | |||
2017-04-05 | Merge pull request #866 from kklleemm/patch-1 | Eugen | |
Fix typos on french translations | |||
2017-04-05 | Merge pull request #792 from chapeaumeinfreund/master | Eugen | |
Updated and fixed german orthography | |||
2017-04-05 | Merge pull request #790 from chapeaumeinfreund/patch-1 | Eugen | |
Updated and fixed german orthography | |||
2017-04-05 | Merge pull request #852 from peterkeen/email-whitelist-817 | Eugen | |
[#817] Add email whitelist | |||
2017-04-05 | Merge pull request #891 from ashfurrow/patch-1 | Eugen | |
Adds instructions for adding admin users for Heroku installs | |||
2017-04-05 | Merge pull request #805 from nevillepark/master | Eugen | |
Changed "reblogs" to "boosts" | |||
2017-04-05 | Merge pull request #894 from asm/mastodon_cc | Eugen | |
Adding https://mastodon.cc | |||
2017-04-05 | Merge pull request #898 from SirCmpwn/remote-follow-improvements | Eugen | |
Remote follow improvements | |||
2017-04-05 | Merge pull request #858 from krainboltgreene/patch-6 | Eugen | |
Use active record shorthand | |||
2017-04-04 | Updates instructions. | Ash Furrow | |
2017-04-05 | Merge pull request #872 from kwaio/patch-1 | Eugen | |
typo in admin doc | |||
2017-04-04 | Remote follow improvements | Drew DeVault | |
This stores the @username@instance you provide in your session and reuses it the next time you remote follow someone from this instance. | |||
2017-04-05 | Merge pull request #868 from Angristan/patch-4 | Eugen | |
Add file package | |||
2017-04-05 | Remove PuSH subscriptions when delivery is answered with a 4xx error | Eugen Rochko | |
2017-04-04 | Adding https://mastodon.cc | Jason Snell | |
2017-04-04 | Adds instructions for adding admin users. | Ash Furrow | |
2017-04-04 | Merge pull request #876 from krainboltgreene/patch-7 | Eugen | |
Quick attempt to get pull requests passing | |||
2017-04-04 | Quick attempt to get pull requests passing | Kurtis Rainbolt-Greene | |
2017-04-04 | typo in admin doc | Nope Nope | |
s/rails/rake/ | |||
2017-04-04 | Add file package | Angristan | |
If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media. | |||
2017-04-04 | Spawn FeedInsertWorker to deliver status into personal feed | Eugen Rochko | |
2017-04-04 | Fix typos on french translations | Clément D | |
2017-04-04 | Add oc.todon.fr to the list of instances. | Valentin Lorentz | |
[SKIP CI] | |||
2017-04-04 | Use active record shorthand | Kurtis Rainbolt-Greene | |
2017-04-04 | Fix crontab edit | Angristan | |
Missing -u parameter to specify the mastodon user. | |||
2017-04-04 | [#817] Add email whitelist | Pete Keen | |
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817 | |||
2017-04-04 | Add mastodon.club to running instances list | Adam Thurlow | |
2017-04-04 | Missing quotes | Angristan | |
2017-04-04 | New admin setting: open/close registrations, with custom message, from the ↵ | Eugen Rochko | |
admin UI | |||
2017-04-04 | Merge pull request #804 from fhalna/development | Eugen | |
Accessibility Fix. | |||
2017-04-04 | Merge pull request #803 from 0xa/patch-1 | Eugen | |
Add octodon.social | |||
2017-04-04 | Merge branch 'master' into patch-1 | Eugen | |
2017-04-04 | Merge pull request #800 from unascribed/patch-1 | Eugen | |
Add fern.surgeplay.com to the instances list | |||
2017-04-04 | Merge pull request #799 from Wonderfall/master | Eugen | |
update social.targaryen.house info | |||
2017-04-04 | Merge pull request #832 from ndarville/patch-1 | Eugen | |
Fix typo in ISSUE_TEMPLATE | |||
2017-04-04 | Merge pull request #788 from yiskah/patch-5 | Eugen | |
Add instances from instances.mastodon.xyz | |||
2017-04-04 | Fix typo in ISSUE_TEMPLATE | Niclas Darville | |
2017-04-04 | Merge pull request #815 from walfie/patch-1 | Eugen | |
Fix typo in Heroku guide | |||
2017-04-04 | Merge pull request #816 from leowzukw/patch-1 | Eugen | |
More consistent typography | |||
2017-04-04 | Merge pull request #831 from ndarville/patch-1 | Eugen | |
Create ISSUE_TEMPLATE.md to bring down duplicate issues | |||
2017-04-04 | Create ISSUE_TEMPLATE.md | Niclas Darville | |
2017-04-04 | Remove sidekiq-merger | Eugen Rochko | |
2017-04-04 | Reduce number of items in feeds, optimize regeneration worker slightly, | Eugen Rochko | |
make regeneration worker unique, (only schedule/execute once at a time) | |||
2017-04-04 | Optimize FeedManager#unmerge, and slightly optimize FeedManager#merge | Eugen Rochko | |
2017-04-04 | Move OStatus processing back into default queue | Eugen Rochko | |
2017-04-04 | Optimize filter methods in FeedManager a bit, use redis pipelining on ↵ | Eugen Rochko | |
merge/unmerge feed methods, do not re-create a dynamic class on each feed push call, make sure redis-rb uses hiredis |