Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-21 | Merge remote-tracking branch 'upstream/master' into dev | Fire Demon | |
2020-10-21 | When a local user blocks a server, ask the server to remove their data | Fire Demon | |
2020-10-21 | Make receiving boosts from Tavern timeline in home feed opt-in; always ↵ | Fire Demon | |
aggregate boosts | |||
2020-10-19 | Glitchsoc translation to 'es' language (#1439) | otrapersona | |
glitch-soc-specific translation to 'es' language | |||
2020-10-13 | Add missing safe navigation operator | Fire Demon | |
2020-10-13 | Fix crash when autolinking an invalid URI in Markdown | Thibaut Girka | |
2020-10-12 | Skip empty style keys | Fire Demon | |
2020-10-11 | Use correct syntax for setting "private" ACL | Fire Demon | |
2020-10-11 | "unmerge_from_timeline" should be "unmerge_from_home" | Fire Demon | |
2020-10-11 | Use "receiver.user" instead of "receiver.account.user" when given a list feed | Fire Demon | |
2020-10-11 | Exclude silenced accounts from feed when unfollowed | Fire Demon | |
2020-10-11 | Add post history limiting options | Fire Demon | |
2020-10-11 | Compromise between Mastodon and Monsterpit treatment of boosts | Fire Demon | |
2020-10-11 | Remove no-longer-used "reblogs" parameter from unpush_from_list call | Fire Demon | |
2020-10-10 | Merge remote-tracking branch 'upstream/master' into dev | Fire Demon | |
2020-10-10 | Only use boosts for default world timeline | Fire Demon | |
2020-10-10 | Hard delete unpublished statuses when "unpublish on delete" is not enabled | Fire Demon | |
2020-10-10 | Roll back passive federation when resolving replies; do not resolve replies ↵ | Fire Demon | |
of silenced accounts | |||
2020-10-09 | Merge "filter boosts from unfollowed" behavior directly into feed manager ↵ | Fire Demon | |
but keep local | |||
2020-10-08 | Fix issue checking for last unread notification when there are gaps | Thibaut Girka | |
2020-09-30 | Update Status model | Fire Demon | |
2020-09-30 | Merge remote-tracking branch 'upstream/master' into merge-glitch | Fire Demon | |
2020-09-29 | Fix boost icon not being displayed in boost notifications | Thibaut Girka | |
2020-09-29 | Merge pull request #1430 from ThibG/glitch-soc/merge-upstream | ThibG | |
Merge upstream changes | |||
2020-09-28 | Make explicit in glitch-soc's WebUI when an account is suspended | Thibaut Girka | |
2020-09-28 | Do not filter out temporarily-suspended accounts from relationships API | Thibaut Girka | |
2020-09-28 | Bump puma to 5.0.1 | Thibaut Girka | |
Fixes LoadError on some OSes/architectures | |||
2020-09-28 | Fix glitch-soc specific test | Thibaut Girka | |
2020-09-28 | [Glitch] Fix unreadable placeholder text color in high contrast theme in web ↵ | Eugen Rochko | |
UI (#14803) Port bbcbf12215a5ec69362a769c1bae9c630eda0ed4 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | Fix actions being performed before the redux state is set up | Thibaut Girka | |
2020-09-28 | [Glitch] Add paragraph about browser add-ons when encountering some errors | ThibG | |
Port b67caf9be48294bef290eea69e90d98223fcf3eb to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Add option to be notified when a followed user posts | Eugen Rochko | |
Port 974b1b79ce58e6799e5e5bb576e630ca783150de to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Optimize the process of following someone | Eugen Rochko | |
Port front-end changes from 6d59dfa15d873da75c731b79367ab6b3d1b2f5a5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Change web UI to show empty profile for suspended accounts | Eugen Rochko | |
Port fcb9350ff8cdc83388f75de6b031410df8aa8a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Fix home TL marker code mishandling gaps | ThibG | |
Port eaea2311aaaf030e4a2f5d03be6131d0716fdaf7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Fix notification filter bar incorrectly filtering gaps | ThibG | |
Port aab867b0e8119ecee78dabe8007f3c033e734b6d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Add border around 🕺 emoji | ThibG | |
Port 91eecd1b3c95807be00535b58ebfd85e549d77e0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut 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-28 | Add pop-out player for audio/video in web UI (#14870) | Eugen Rochko | |
Fix #11160 | |||
2020-09-27 | Fix downloading remote media files when server returns empty filename (#14867) | ThibG | |
Fixes #14817 | |||
2020-09-27 | Limit visibility of replies to silenced and suspended accounts to "unlisted" ↵ | Fire Demon | |
and "limited", respectively | |||
2020-09-26 | Drop Monsterfork conversations.public column in preparation for ACLs | Fire Demon | |
2020-09-26 | Limit incoming posts with unreachable participants | Fire Demon | |
2020-09-26 | Add environment variable to allow requests to some private addresses (#14722) | ThibG | |
2020-09-26 | Add unread notification markers (#14818) | ThibG | |
* Add unread notification markers Fixes #14804 * Allow IntersectionObserverArticle's children to be updated | |||
2020-09-24 | add og:published_time to opengraph meta tags (#14865) | Jeremy Rose | |
2020-09-24 | Make consideration window of community digest configurable and limit to two ↵ | Fire Demon | |
weeks by default | |||
2020-09-23 | Fix a slow query for TagFeed (#14861) | Takeshi Umeda | |
* Fix a slow query for TagFeed * rename tags to tag_ids | |||
2020-09-22 | Bump default community digest boost cooldown to 30 minutes | Fire Demon | |
2020-09-22 | Make community digest boost threshold configurable with AMBASSADOR_THRESHOLD | Fire Demon | |