Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Drop Monsterfork v2 thread permissions; simplify feed filters | Fire Demon | |
2020-09-20 | Do not apply curated view on local timeline | Fire Demon | |
2020-09-20 | Monsterfork v1-style curated Federated timeline | Fire Demon | |
2020-09-20 | Merge remote-tracking branch 'upstream/master' into merge-glitch | Fire Demon | |
2020-09-20 | [Admin] Do not deliver pending account notifications to service accounts | Fire Demon | |
2020-09-20 | [Bug] Explicitly include "unpublish_on_delete" setting in deletions | Fire 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 emoji | Fire Demon | |
2020-09-20 | [Registration] Convert non-Unix newlines before verifying form | Fire Demon | |
2020-09-20 | [Models] Add site_contact convenience method to AccountFinder | Fire 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-closing | Fire Demon | |
2020-09-19 | Fix minor bugs | Thibaut Girka | |
2020-09-19 | Minor refactoring and fixups | Thibaut Girka | |
2020-09-18 | Filter out mounted lists from “getting started” column | Thibaut Girka | |
2020-09-18 | [Bug] Properly discard originals when redrafting in manual publishing mode | Fire Demon | |
2020-09-17 | [Filters] Merge thread muting and hiding into a single action | Fire Demon | |
2020-09-17 | [Timelines] Include local posts in Rowdy Tavern mode | Fire Demon | |
2020-09-17 | [Models] Consider anything that is not a top-level post a reply | Fire Demon | |
2020-09-17 | Submit timeline markers closer to the moment they change | Thibaut Girka | |
2020-09-17 | Fix crashes when connection drops | Thibaut Girka | |
2020-09-17 | Add button to manually mark all notifications as read | Thibaut Girka | |
2020-09-17 | Only update read marker when giving focus/mounting column | Thibaut Girka | |
2020-09-17 | Refactor and change logic to only update marker if we reached the last | Thibaut Girka | |
read notification. | |||
2020-09-17 | Display unread marker for notifications | Thibaut Girka | |
2020-09-17 | Clean up leftover from DM conversation view redesign | Thibaut Girka | |
2020-09-10 | [Glitch] Set z-index of dropdown to 9999. | kedama | |
Port 678f5ed296e71bb80d170027b114d9d30a7ccab7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-10 | [Moderation, Privacy] Ask remote servers to purge local account content when ↵ | Fire Demon | |
defederating | |||
2020-09-09 | [SSO, API, Bug] Enforce lowercase mxid | Fire Demon | |
2020-09-09 | [SSO, API, Bug] Auth plugin requires all responses to return 200 | Fire Demon | |
2020-09-08 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/api/v1/timelines/public_controller.rb - app/lib/feed_manager.rb - app/models/status.rb - app/services/precompute_feed_service.rb - app/workers/feed_insert_worker.rb - spec/models/status_spec.rb All conflicts are due to upstream refactoring feed management and us having local-only toots on top of that. Rewrote local-only toots management for upstream's changes. | |||
2020-09-08 | [SSO, API] Add Matrix auth API ↵ | Fire Demon | |
(https://monsterware.dev/monsterpit/matrix-synapse-rest-password-provider) | |||
2020-09-08 | [Database, Models] Add indexes to users.username and ↵ | Fire Demon | |
User.find_by_lower_username utility methods | |||
2020-09-08 | Redesign local-only toots in glitch flavour | Thibaut Girka | |
Co-authored-by: Fire Demon <firedemon@creature.cafe> | |||
2020-09-08 | [Glitch] Adds follow action timestamp to notification | Thibaut Girka | |
Port 330e320b40e975472e042730f9dfb23083f170e3 to glitch-soc | |||
2020-09-08 | [Port: glitch-soc@b8b6f1d] Change secondary and primary toot button color ↵ | Thibaut Girka | |
when it may reduce privacy Co-authored-by: Fire Demon <firedemon@creature.cafe> | |||
2020-09-08 | [Privacy, Port: glitch-soc@71b1d4c] Backend changes to allow handling ↵ | Thibaut Girka | |
local-only toots not based on emoji Co-authored-by: Fire Demon <firedemon@creature.cafe> | |||
2020-09-08 | Monsterfork v2 Kaiju Commit 2020.06.27.1 - 2020.09.05.5 | Fire Demon | |
2020-09-08 | Refactor feed manager (#14761) | Eugen Rochko | |
2020-09-07 | Fix multiple boosts of a same toot erroneously appearing in TL (#14759) | ThibG | |
* Check for and record reblog info atomically Instead of using ZREVRANK to determine whether a reblog is a new reblog or not, use ZADD's NX option to perform the check/addition option atomically. * Replace ZREVRANK call with ZSCORE key which is more efficient * Make tests a bit stricter * Fix off-by-one | |||
2020-09-07 | Changed tag most_used to recently_used (#14760) | abcang | |
2020-09-07 | Refactor how public and tag timelines are queried (#14728) | Eugen Rochko | |
2020-09-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `app/controllers/activitypub/collections_controller.rb`: Conflict caused because we have additional code to make sure pinned local-only toots don't get rendered on the ActivityPub endpoints. Ported upstream changes. | |||
2020-09-04 | Remove obsolete IndexedDB operations from web UI (#14730) | Eugen Rochko | |
Storing objects in IndexedDB was disabled in #7932, but we were still trying to read objects from it before making an API call | |||
2020-09-04 | Fix direct visibility style for light theme (#14727) | Takeshi Umeda | |
2020-09-02 | Add outbox attribute to instance actor (#14721) | ThibG | |
It's not useful for now, but it's required by ActivityPub | |||
2020-09-02 | Added account featured tags API (#11817) | Takeshi Umeda | |
2020-09-02 | Add featured hashtags as an ActivityPub collection (#11595) | Eugen Rochko | |
2020-09-01 | [Glitch] Update Tesseract.js | ThibG | |
Port 5fc5a9f9f18872cb0f1b54359338b2e189dd2bb1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> |