Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Use active record shorthand | Kurtis Rainbolt-Greene | |
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 | 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 | |||
2017-04-04 | Merge branch 'master' into development | halna_Tanaguru | |
2017-04-04 | More consistent typography | Leo Wzukw | |
2017-04-04 | Fix typo in Heroku guide | walfie | |
2017-04-04 | Fix #808 - smaller elephant friend PNG for frontpage | Eugen Rochko | |
2017-04-04 | Only call regeneration worker after first login after a 14 day break | Eugen Rochko | |
2017-04-04 | Fix ActionController::Parameters in API issue | Eugen Rochko | |
2017-04-04 | Separate background jobs into different queues. ATTENTION: new queue "pull" | Eugen Rochko | |
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them. | |||
2017-04-03 | Changed "reblogs" to "boosts" | Neville Park | |
2017-04-03 | Add octodon.social | Alice | |
2017-04-03 | Add check for visibility.nil? even though it can't ever be, to check for ↵ | Eugen Rochko | |
race conditions | |||
2017-04-03 | accessibility fix | halna_Tanaguru | |
eanable focus on ClearColumnButton |