about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2020-09-28[Glitch] Fix home TL marker code mishandling gapsThibG
Port eaea2311aaaf030e4a2f5d03be6131d0716fdaf7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-28[Glitch] Fix notification filter bar incorrectly filtering gapsThibG
Port aab867b0e8119ecee78dabe8007f3c033e734b6d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-28[Glitch] Add border around 🕺 emojiThibG
Port 91eecd1b3c95807be00535b58ebfd85e549d77e0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-28Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: - `Gemfile.lock`: Not a real conflict, upstream updated dependencies that were too close to glitch-soc-only ones in the file. - `app/controllers/oauth/authorized_applications_controller.rb`: Upstream changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's theming system. Ported upstream changes. - `app/controllers/settings/base_controller.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's theming system. Ported upstream changes. - `app/controllers/settings/sessions_controller.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's theming system. Ported upstream changes. - `app/models/user.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc not preventing moved accounts from logging in. Ported upstream changes while keeping the ability for moved accounts to log in. - `app/policies/status_policy.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's local-only toots. Ported upstream changes. - `app/serializers/rest/account_serializer.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's ability to hide followers count. Ported upstream changes. - `app/services/process_mentions_service.rb`: Upstream refactored and changed the logic surrounding suspended accounts. Minor conflict due to glitch-soc's local-only toots. Ported upstream changes. - `package.json`: Not a real conflict, upstream updated dependencies that were too close to glitch-soc-only ones in the file.
2020-09-28Add pop-out player for audio/video in web UI (#14870)Eugen Rochko
Fix #11160
2020-09-27Limit visibility of replies to silenced and suspended accounts to "unlisted" ↵Fire Demon
and "limited", respectively
2020-09-26Drop Monsterfork conversations.public column in preparation for ACLsFire Demon
2020-09-26Limit incoming posts with unreachable participantsFire Demon
2020-09-26Add environment variable to allow requests to some private addresses (#14722)ThibG
2020-09-26Add unread notification markers (#14818)ThibG
* Add unread notification markers Fixes #14804 * Allow IntersectionObserverArticle's children to be updated
2020-09-24add og:published_time to opengraph meta tags (#14865)Jeremy Rose
2020-09-24Make consideration window of community digest configurable and limit to two ↵Fire Demon
weeks by default
2020-09-23Fix a slow query for TagFeed (#14861)Takeshi Umeda
* Fix a slow query for TagFeed * rename tags to tag_ids
2020-09-22Make community digest boost threshold configurable with AMBASSADOR_THRESHOLDFire Demon
2020-09-22Rewrite keysmash template as a template transformerFire Demon
2020-09-22Add support for command tag template transformersFire Demon
2020-09-22Add #!keysmash command tag and "keysmash" template variableFire Demon
2020-09-22Change command tag template arguments to: VARIABLE_NAME INDEX ↵Fire Demon
SUBSTRING_START SUBSTRING_END
2020-09-22Explicitly-invited users do not have to pass the Kobold HashFire Demon
2020-09-21Sort boosts list to top of listsFire Demon
2020-09-21Expose reblogs attribute to Lists APIFire Demon
2020-09-21Check disable RSS setting against author's account, not logged-in user!Fire Demon
2020-09-21Do not clear boosts list when removing boosts from home timeline; do not ↵Fire Demon
stream boosts timeline during regeneration
2020-09-21Add option to filter boosts from home timeline at backend levelFire Demon
2020-09-21Add dedidcated boosts timeline listFire Demon
2020-09-21Include user's filter options when checking list filtersFire Demon
2020-09-21Make local timeline a default columnFire Demon
2020-09-21Bump per-account list limit to 100Fire Demon
2020-09-21Precompute list feeds; include replies when computing home feedsFire Demon
2020-09-21Exclude boosts and own posts from listsFire Demon
2020-09-21Drop Monsterfork v2 thread permissions; simplify feed filtersFire Demon
2020-09-21Fix method of the DELETE DATA button (#14855)Takeshi Umeda
2020-09-21Fix not being able to enable status notifications in Web Push API (#14822)Eugen Rochko
2020-09-20Do not apply curated view on local timelineFire Demon
2020-09-20Monsterfork v1-style curated Federated timelineFire Demon
2020-09-20Merge remote-tracking branch 'upstream/master' into merge-glitchFire Demon
2020-09-20[Admin] Do not deliver pending account notifications to service accountsFire Demon
2020-09-20[Bug] Explicitly include "unpublish_on_delete" setting in deletionsFire Demon
2020-09-20[Privacy, UI] Remove badge added by mainline suggesting that users disclose ↵Fire Demon
their client app
2020-09-20[Privacy, UI] Split privacy-related preferences into Privacy options ↵Fire Demon
section; add option to disable RSS
2020-09-20[Feature] Community-managed custom emojiFire Demon
2020-09-20[Registration] Convert non-Unix newlines before verifying formFire Demon
2020-09-20[Models] Add site_contact convenience method to AccountFinderFire Demon
2020-09-19[Federation] Add support for distributing ActivityPub events to all ↵Fire Demon
unsuspended inboxes
2020-09-19[Bug] "script" tags must not be self-closingFire Demon
2020-09-19Fix minor bugsThibaut Girka
2020-09-19Minor refactoring and fixupsThibaut Girka
2020-09-18Filter out mounted lists from “getting started” columnThibaut Girka
2020-09-18[Bug] Properly discard originals when redrafting in manual publishing modeFire Demon
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
* Add bell button Fix #4890 * Remove duplicate type from post-deployment migration * Fix legacy class type mappings * Improve query performance with better index * Fix validation * Remove redundant index from notifications