Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Tweak signature verification (#15069) | ThibG | |
* Add more specific error message when request body digest is invalid This may help other implementors debug their implementation. * Relax Host parameter requirement to GET requests The only POST requests processed by Mastodon need objects/actors (including their host) to be explicitly mentioned in the request's body, so replaying a legitimate request to another host should not be a security issue. * Support Digest headers using multiple algorithms or lowercase alogirthm names | |||
2020-11-01 | Federate public scope as unlisted unless tags are present | Fire Demon | |
2020-11-01 | Fix some account media gallery items having empty labels (#15073) | ThibG | |
Remove the labels entirely for images instead of putting an empty label. | |||
2020-11-01 | Fix crash when viewing a profile with a filtered out pinned toot | Thibaut Girka | |
2020-11-01 | Fix poll ending notifications being created for each vote (#15071) | ThibG | |
On a poll ending, notifications were created for each vote instead of for each voter. | |||
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-30 | Show announcements in reverse chronological order (#15065) | Darius Kazemi | |
2020-10-30 | Fix wrong seek bar width on media player (#15060) | fuyu | |
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 | Fix width of content text fluctuating over time (#15055) | mayaeh | |
2020-10-27 | Add option to hide notification markers | Thibaut Girka | |
2020-10-27 | Make “Mark media as sensitive” properly translatable (#15051) | Mélanie Chauvel | |
2020-10-27 | Make visibility icon clickable as part of the time of a toot (#15053) | Mélanie Chauvel | |
- Makes permalink to a toot more easily clickable - Fix clicking between icon and time in fact clicking the display name - Fix clicking slightly under time in fact clicking the display name | |||
2020-10-27 | Sort filters by “keyword or phrase” in Settings (#15050) | Mélanie Chauvel | |
2020-10-27 | Make click area of video/audio player buttons bigger in WebUI (#15049) | Mélanie Chauvel | |
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 | |