Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | Only render public payload once in FanOutOnWrite | Eugen Rochko | |
2017-04-05 | Replace ActionCable broadcast call with simple redis publish | Eugen Rochko | |
2017-04-05 | Merge pull request #919 from JantsoP/master | Eugen | |
More updates to Finnish language | |||
2017-04-05 | Merge pull request #908 from krainboltgreene/application-worker-for-shared-logic | Eugen | |
ApplicationWorker for shared worker behavior | |||
2017-04-05 | Merge branch 'master' into master | JantsoP | |
2017-04-05 | updated translation | JantsoP | |
Updated some translations after seeing them in service. Should be better now | |||
2017-04-05 | Eliminate unnecessary queries and query clauses with none and all | Brad Urani | |
2017-04-04 | We're going to want these nice helper methods, lets share them with a parent ↵ | Kurtis Rainbolt-Greene | |
class that matches Rails 5 practices (application level abstraction) | |||
2017-04-05 | Merge branch 'master' into add_more_tests_to_models | Eugen | |
2017-04-05 | Merge pull request #839 from SirCmpwn/profile-readability | Eugen | |
Improve readability of text on profiles | |||
2017-04-04 | Improve readability of text on profiles | Drew DeVault | |
2017-04-05 | Merge pull request #818 from JantsoP/master | Eugen | |
Updated Finnish Translation | |||
2017-04-05 | Merge pull request #852 from peterkeen/email-whitelist-817 | Eugen | |
[#817] Add email whitelist | |||
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 | 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 | Remove PuSH subscriptions when delivery is answered with a 4xx error | Eugen Rochko | |
2017-04-05 | fix rubocop issues | Samy KACIMI | |
2017-04-05 | add more tests to models | Samy KACIMI | |
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 | updated line 28 about GitHub | JantsoP | |
2017-04-04 | Merge pull request #804 from fhalna/development | Eugen | |
Accessibility Fix. | |||
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 | Merge branch 'master' into master | JantsoP | |
2017-04-04 | changed line 25 for better translation | JantsoP | |
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 | 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 | |||
2017-04-03 | Add basic logging of who resolved report | Eugen Rochko | |
2017-04-03 | When taking action on a report (silence/suspend), it dismisses all other | Eugen Rochko | |
reports for that user automatically | |||
2017-04-03 | Make default admin UI page reports. Add admin UI for creating a domain block | Eugen Rochko | |
2017-04-03 | GitHub should be capitalized | David Baumgold | |
2017-04-03 | fixed typo | JantsoP | |
2017-04-03 | Merge branch 'master' into master | JantsoP | |
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish translation | JantsoP | |
add finnish translation | |||
2017-04-03 | add finnish language | JantsoP | |
add finnish language | |||
2017-04-03 | Merge pull request #764 from ticky/tweak-quick-start-area | Eugen | |
Fix the position of the Mastodon mascot in the UI | |||
2017-04-03 | Create Finnish translation for Mastodon | JantsoP | |
Create Finnish translation for Mastodon | |||
2017-04-03 | add mute option in status dropdown | Marvin Kopf | |