Commit Graph

1204 Commits (af0decf597b9235f4f9f0959e8c003fceab8fb88)

Author SHA1 Message Date
Eugen 1904a1aa14 Merge pull request from JantsoP/master
More updates to Finnish language
Eugen 6b566c6b88 Merge pull request from krainboltgreene/application-worker-for-shared-logic
ApplicationWorker for shared worker behavior
JantsoP 20b53e6add Merge branch 'master' into master
JantsoP b8a867adcc updated translation
Updated some translations after seeing them in service. Should be better now
Brad Urani 6a1da87cd3 Eliminate unnecessary queries and query clauses with none and all
Kurtis Rainbolt-Greene 22dcadedb4 We're going to want these nice helper methods, lets share them with a parent class that matches Rails 5 practices (application level abstraction)
Eugen 4c92f15664 Merge branch 'master' into add_more_tests_to_models
Eugen afdcdce551 Merge pull request from SirCmpwn/profile-readability
Improve readability of text on profiles
Drew DeVault c106b6d3e0 Improve readability of text on profiles
Eugen e76dd52b08 Merge pull request from JantsoP/master
Updated Finnish Translation
Eugen 117b22e905 Merge pull request from peterkeen/email-whitelist-817
[] Add email whitelist
Eugen 909d81923e Merge pull request from SirCmpwn/remote-follow-improvements
Remote follow improvements
Eugen 2edeb3fe1c Merge pull request from krainboltgreene/patch-6
Use active record shorthand
Drew DeVault f7e35d90db Remote follow improvements
This stores the @username@instance you provide in your session and
reuses it the next time you remote follow someone from this instance.
Eugen Rochko bda37489ac Remove PuSH subscriptions when delivery is answered with a 4xx error
Samy KACIMI 79ef756f64 fix rubocop issues
Samy KACIMI 81c76fe375 add more tests to models
Eugen Rochko 6fd865c000 Spawn FeedInsertWorker to deliver status into personal feed
Kurtis Rainbolt-Greene 731e650681 Use active record shorthand
Pete Keen e9a6da6bc7 [] Add email whitelist
This adds the ability to filter user signup with a whitelist
instead of or in addition to a blacklist.

Fixes 
Eugen Rochko 5f54981846 New admin setting: open/close registrations, with custom message, from the admin UI
JantsoP 10a8666e04 updated line 28 about GitHub
Eugen 405c495c23 Merge pull request from fhalna/development
Accessibility Fix.
Eugen Rochko 82aaedec46 Reduce number of items in feeds, optimize regeneration worker slightly,
make regeneration worker unique, (only schedule/execute once at a time)
Eugen Rochko b1f3499c38 Optimize FeedManager#unmerge, and slightly optimize FeedManager#merge
Eugen Rochko b21f7c28f6 Move OStatus processing back into default queue
Eugen Rochko ce9df2fa82 Optimize filter methods in FeedManager a bit, use redis pipelining on merge/unmerge feed methods,
do not re-create a dynamic class on each feed push call, make sure redis-rb uses hiredis
halna_Tanaguru 3abb0f7bc7 Merge branch 'master' into development
JantsoP db4a41cf58 Merge branch 'master' into master
JantsoP b8243c1b49 changed line 25 for better translation
Eugen Rochko eb023beb49 Fix - smaller elephant friend PNG for frontpage
Eugen Rochko b510a56c0c Only call regeneration worker after first login after a 14 day break
Eugen Rochko 4c53af64f0 Fix ActionController::Parameters in API issue
Eugen Rochko f722bd2387 Separate background jobs into different queues. ATTENTION: new queue "pull"
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.
Eugen Rochko 8232f76c48 Add check for visibility.nil? even though it can't ever be, to check for race conditions
halna_Tanaguru 3f30ae1f97 accessibility fix
eanable focus on ClearColumnButton
Eugen Rochko 68f829e11c Add basic logging of who resolved report
Eugen Rochko 71458dc6df When taking action on a report (silence/suspend), it dismisses all other
reports for that user automatically
Eugen Rochko b7c1b12367 Make default admin UI page reports. Add admin UI for creating a domain block
David Baumgold 5652f00d81 GitHub should be capitalized
JantsoP a229840ffe fixed typo
JantsoP bfa99981e5 Merge branch 'master' into master
JantsoP ae95f35fe6 add finnish translation
add finnish translation
JantsoP 22f88b845a add finnish translation
add finnish translation
JantsoP eabb86b124 add finnish language
add finnish language
Eugen 5d854f37b4 Merge pull request from ticky/tweak-quick-start-area
Fix the position of the Mastodon mascot in the UI
JantsoP 69fc95a2f5 Create Finnish translation for Mastodon
Create Finnish translation for Mastodon
Marvin Kopf 1236a12cae add mute option in status dropdown
Jessica Stokes 2d384850cb Fix the position of the Mastodon mascot in the UI
The Mastodon mascot was previously anchored to the bottom, and that was since broken. This restores that behaviour!

It also disables the double-scrollbar behaviour that was caused by this area allowing overflow-y in addition to its parent doing so.
Eugen d2358aefec Merge branch 'master' into master