about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2020-11-02Allow local domainFire Demon
2020-11-02Address instance actor to work around Mastodon visibility heuristic bugFire Demon
2020-11-02Also use participant-only visibility for local replies to private postsFire Demon
2020-11-02Further limit visibility of followers-only reply branches to participants onlyFire Demon
2020-11-01Limit visibility of incoming objects addressed to servers not allowlistedFire Demon
2020-11-01Check domain allow- and blocklist; rescue from invalid URIsFire Demon
2020-11-01Limit addressing to remote AP followers; remove duplicate follower targets ↵Fire Demon
from cc list
2020-11-01domain -> @domainFire Demon
2020-11-01Federate follower-only posts with strict audienceFire Demon
2020-11-01Tweak 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-01Federate public scope as unlisted unless tags are presentFire Demon
2020-11-01Fix some account media gallery items having empty labels (#15073)ThibG
Remove the labels entirely for images instead of putting an empty label.
2020-11-01Fix crash when viewing a profile with a filtered out pinned tootThibaut Girka
2020-11-01Fix 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-31Ignore case of username confirmationFire Demon
2020-10-31Do not cache web app custom CSSFire Demon
2020-10-31Add lowercase modeFire Demon
2020-10-30Show announcements in reverse chronological order (#15065)Darius Kazemi
2020-10-30Fix wrong seek bar width on media player (#15060)fuyu
2020-10-29Display an error if registration was rejected due to spamFire Demon
2020-10-28Make push notifications optionalFire Demon
2020-10-28Merge remote-tracking branch 'upstream/master' into devFire Demon
2020-10-28Do not deliver deletes to servers which a user has had no contactFire Demon
2020-10-28If a user adds a hard mute, it no longer cause a defederationFire Demon
2020-10-28Fix IP blocks in admin panelThibaut Girka
It was broken due to discrepancies between upstream and glitch-soc's theming system.
2020-10-27Fix width of content text fluctuating over time (#15055)mayaeh
2020-10-27Add option to hide notification markersThibaut Girka
2020-10-27Make “Mark media as sensitive” properly translatable (#15051)Mélanie Chauvel
2020-10-27Make 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-27Sort filters by “keyword or phrase” in Settings (#15050)Mélanie Chauvel
2020-10-27Make click area of video/audio player buttons bigger in WebUI (#15049)Mélanie Chauvel
2020-10-26Add local setting for pop-in player positionThibaut Girka
2020-10-26Add setting to disable the pop-in playerThibaut Girka
2020-10-26Respect glitch-soc's reply counter setting in the pop-in playerThibaut Girka
2020-10-26[Glitch] Fix regressions in icon buttons in web UIEugen 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 UIEugen Rochko
port d88a79b4566869ede24958fbff946e357bbb3cb9 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-26[Glitch] Fix follow request notificationsThibG
Port 3678b10823a691256ad63c1c4df8dc659dfc3bc0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-26Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
Conflicts: - `app/services/process_mentions_service.rb`: glitch-soc local-only handling, ported upstream changes
2020-10-26Fix follow request notifications (#15048)ThibG
2020-10-24Allow 12 weeks to pass between last sign-in before verifying accountFire Demon
2020-10-23Fix 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-23Fix account processing failing because of large collections (#15027)ThibG
Fixes #15025
2020-10-22Fix spellingFire Demon
2020-10-22Show boosts of followed authors in homeFire Demon
2020-10-22Use mentioned account IDs rather than the mention IDs themselves!Fire Demon
2020-10-22Update schemaFire Demon
2020-10-22Merge remote-tracking branch 'upstream/master' into merge-glitchFire Demon
2020-10-21Pluck status IDs instead of using select()Fire Demon
2020-10-21When a local user blocks another account, also defederate interactions ↵Fire Demon
between them
2020-10-21Reciprocate incoming blocksFire Demon