about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2017-04-05Merge pull request #919 from JantsoP/masterEugen
More updates to Finnish language
2017-04-05Merge pull request #908 from krainboltgreene/application-worker-for-shared-logicEugen
ApplicationWorker for shared worker behavior
2017-04-05Merge branch 'master' into masterJantsoP
2017-04-05updated translationJantsoP
Updated some translations after seeing them in service. Should be better now
2017-04-05Eliminate unnecessary queries and query clauses with none and allBrad Urani
2017-04-04We'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-05Merge branch 'master' into add_more_tests_to_modelsEugen
2017-04-05Merge pull request #839 from SirCmpwn/profile-readabilityEugen
Improve readability of text on profiles
2017-04-04Improve readability of text on profilesDrew DeVault
2017-04-05Merge pull request #818 from JantsoP/masterEugen
Updated Finnish Translation
2017-04-05Merge pull request #852 from peterkeen/email-whitelist-817Eugen
[#817] Add email whitelist
2017-04-05Merge pull request #898 from SirCmpwn/remote-follow-improvementsEugen
Remote follow improvements
2017-04-05Merge pull request #858 from krainboltgreene/patch-6Eugen
Use active record shorthand
2017-04-04Remote follow improvementsDrew 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-05Remove PuSH subscriptions when delivery is answered with a 4xx errorEugen Rochko
2017-04-05fix rubocop issuesSamy KACIMI
2017-04-05add more tests to modelsSamy KACIMI
2017-04-04Spawn FeedInsertWorker to deliver status into personal feedEugen Rochko
2017-04-04Use active record shorthandKurtis Rainbolt-Greene
2017-04-04[#817] Add email whitelistPete Keen
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817
2017-04-04New admin setting: open/close registrations, with custom message, from the ↵Eugen Rochko
admin UI
2017-04-04updated line 28 about GitHubJantsoP
2017-04-04Merge pull request #804 from fhalna/developmentEugen
Accessibility Fix.
2017-04-04Reduce number of items in feeds, optimize regeneration worker slightly,Eugen Rochko
make regeneration worker unique, (only schedule/execute once at a time)
2017-04-04Optimize FeedManager#unmerge, and slightly optimize FeedManager#mergeEugen Rochko
2017-04-04Move OStatus processing back into default queueEugen Rochko
2017-04-04Optimize 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-04Merge branch 'master' into developmenthalna_Tanaguru
2017-04-04Merge branch 'master' into masterJantsoP
2017-04-04changed line 25 for better translationJantsoP
2017-04-04Fix #808 - smaller elephant friend PNG for frontpageEugen Rochko
2017-04-04Only call regeneration worker after first login after a 14 day breakEugen Rochko
2017-04-04Fix ActionController::Parameters in API issueEugen Rochko
2017-04-04Separate 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-03Add check for visibility.nil? even though it can't ever be, to check for ↵Eugen Rochko
race conditions
2017-04-03accessibility fixhalna_Tanaguru
eanable focus on ClearColumnButton
2017-04-03Add basic logging of who resolved reportEugen Rochko
2017-04-03When taking action on a report (silence/suspend), it dismisses all otherEugen Rochko
reports for that user automatically
2017-04-03Make default admin UI page reports. Add admin UI for creating a domain blockEugen Rochko
2017-04-03GitHub should be capitalizedDavid Baumgold
2017-04-03fixed typoJantsoP
2017-04-03Merge branch 'master' into masterJantsoP
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03add finnish translationJantsoP
add finnish translation
2017-04-03add finnish languageJantsoP
add finnish language
2017-04-03Merge pull request #764 from ticky/tweak-quick-start-areaEugen
Fix the position of the Mastodon mascot in the UI
2017-04-03Create Finnish translation for MastodonJantsoP
Create Finnish translation for Mastodon
2017-04-03add mute option in status dropdownMarvin Kopf
2017-04-03Fix the position of the Mastodon mascot in the UIJessica Stokes
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.
2017-04-03Merge branch 'master' into masterEugen