Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-02 | Use options hash | Fire Demon | |
2020-11-02 | Allow local domain | Fire Demon | |
2020-11-02 | Address instance actor to work around Mastodon visibility heuristic bug | Fire Demon | |
2020-11-02 | Also use participant-only visibility for local replies to private posts | Fire Demon | |
2020-11-02 | Further limit visibility of followers-only reply branches to participants only | Fire Demon | |
2020-11-01 | Limit visibility of incoming objects addressed to servers not allowlisted | Fire Demon | |
2020-11-01 | Check domain allow- and blocklist; rescue from invalid URIs | Fire Demon | |
2020-11-01 | Limit addressing to remote AP followers; remove duplicate follower targets ↵ | Fire Demon | |
from cc list | |||
2020-11-01 | domain -> @domain | Fire Demon | |
2020-11-01 | Federate follower-only posts with strict audience | Fire Demon | |
2020-11-01 | Federate public scope as unlisted unless tags are present | Fire Demon | |
2020-10-31 | Ignore case of username confirmation | Fire Demon | |
2020-10-31 | Do not cache web app custom CSS | Fire Demon | |
2020-10-31 | Add lowercase mode | Fire Demon | |
2020-10-29 | Display an error if registration was rejected due to spam | Fire Demon | |
2020-10-28 | Make push notifications optional | Fire Demon | |
2020-10-28 | Merge remote-tracking branch 'upstream/master' into dev | Fire Demon | |
2020-10-28 | Do not deliver deletes to servers which a user has had no contact | Fire Demon | |
2020-10-28 | If a user adds a hard mute, it no longer cause a defederation | Fire Demon | |
2020-10-28 | Fix IP blocks in admin panel | Thibaut Girka | |
It was broken due to discrepancies between upstream and glitch-soc's theming system. | |||
2020-10-27 | Add option to hide notification markers | Thibaut Girka | |
2020-10-26 | Add local setting for pop-in player position | Thibaut Girka | |
2020-10-26 | Add setting to disable the pop-in player | Thibaut Girka | |
2020-10-26 | Respect glitch-soc's reply counter setting in the pop-in player | Thibaut Girka | |
2020-10-26 | [Glitch] Fix regressions in icon buttons in web UI | Eugen Rochko | |
Port a549415868fe23e0afaf258c17afafac117d0163 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-26 | [Glitch] Add pop-out player for audio/video in web UI | Eugen Rochko | |
port d88a79b4566869ede24958fbff946e357bbb3cb9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-26 | [Glitch] Fix follow request notifications | ThibG | |
Port 3678b10823a691256ad63c1c4df8dc659dfc3bc0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `app/services/process_mentions_service.rb`: glitch-soc local-only handling, ported upstream changes | |||
2020-10-26 | Fix follow request notifications (#15048) | ThibG | |
2020-10-24 | Allow 12 weeks to pass between last sign-in before verifying account | Fire Demon | |
2020-10-23 | Fix followers synchronization mechanism not being triggered on mentions (#15026) | ThibG | |
e.g. if someone on an instance that previously had followers gets mentioned in a private toot, before this PR, they would not receive a Collection-Synchronization header and may show the toot to the former followers in addition to the mentioned person. | |||
2020-10-23 | Fix account processing failing because of large collections (#15027) | ThibG | |
Fixes #15025 | |||
2020-10-22 | Fix spelling | Fire Demon | |
2020-10-22 | Show boosts of followed authors in home | Fire Demon | |
2020-10-22 | Use mentioned account IDs rather than the mention IDs themselves! | Fire Demon | |
2020-10-22 | Update schema | Fire Demon | |
2020-10-22 | Merge remote-tracking branch 'upstream/master' into merge-glitch | Fire Demon | |
2020-10-21 | Pluck status IDs instead of using select() | Fire Demon | |
2020-10-21 | When a local user blocks another account, also defederate interactions ↵ | Fire Demon | |
between them | |||
2020-10-21 | Reciprocate incoming blocks | Fire Demon | |
2020-10-21 | Limit unpublishing to local posts | Fire Demon | |
2020-10-21 | When unpublishing, defederate post before setting it local-only | Fire Demon | |
2020-10-21 | [Glitch] Fix strings that could not be translated | mayaeh | |
Port fb5f3be18f50eb5657479196e29d13a905c43ac8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | [Glitch] Change how missing desktop notifications permission is displayed | Eugen Rochko | |
Port a69ca294738dbe22bacaf9f1fc5a551d99797b35 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | Move columns-related CSS rules into the appropriate files | Thibaut Girka | |
2020-10-21 | [Glitch] Fix browser notification permission request logic | ThibG | |
Port f54ca3d08e068af07a5b7a8b139e7658b3236db8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | [Glitch] Add duration parameter to muting. | OSAMU SATO | |
Port 96761752eccfc0d239974a24e0cc2d74c6aee7ac to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | [Glitch] Change how CDN_HOST is passed down to make assets build reproducible | ThibG | |
Port 4c45b43cb8a3d902c130729d36d559ec9de23d3e to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | [Glitch] Fix unread notification marker not updating when mounting column | ThibG | |
Port dac3e362fd5c3d1be9e5d89149049a7eb2c6bbc4 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-10-21 | [Glitch] Ignore alt-key hotkeys in text fields | ThibG | |
Port 63770d3aac1611155213e4c903424849cc254519 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> |