Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | Account Schema: Add `accepts_chat_messages` | lain | |
2020-07-03 | ActivityPub: Ingest information about chat acceptance. | lain | |
2020-07-03 | UserView: Add acceptsChatMessages field | lain | |
2020-07-03 | User, Migration: Change `accepts_chat_messages` to be nullable | lain | |
This is to model the ambiguous state of most users. | |||
2020-07-03 | AccountView: Add 'accepts_chat_messages' to view. | lain | |
2020-07-03 | User: On registration, set `accepts_chat_messages` to true. | lain | |
2020-07-03 | Merge branch '1910-migration-fix' into 'develop' | rinpatch | |
Notification Backfill: Explicitly select the needed fields. Closes #1910 See merge request pleroma/pleroma!2715 | |||
2020-07-03 | Notification Backfill: Explicitly select the needed fields. | lain | |
Prevents a crashing migration when we change user fields. | |||
2020-07-03 | [#1892] Excluded internal users (applications) from user search results, ↵ | Ivan Tashkinov | |
reinstated service actors in search results. | |||
2020-07-02 | Merge branch 'develop' into activation-meta | Mark Felder | |
2020-07-02 | Remove camelCase from the keys | Mark Felder | |
2020-07-02 | Merge branch 'fetcher-fixes' into 'develop' | rinpatch | |
Don't fail fetching when the user in a replied-to message can't be fetched. See merge request pleroma/pleroma!2711 | |||
2020-07-02 | Credo fixes. | lain | |
2020-07-02 | Streamer: Align announce streaming with polling. | lain | |
2020-07-02 | SideEffects: Refactor. | lain | |
2020-07-01 | ActivityPub: Handle clashing nicknames for the same ap id | lain | |
If we get a new user (identified by ap_id) that would have the same nickname as an existing user, give the existing user a nickname that is prepended with the user id, as this will never clash. This can happen when a user switches server software and that soft- ware generates ap ids in a different way. | |||
2020-07-01 | Fetcher: Work when we can't get the OP. | lain | |
2020-06-30 | AutoLinker --> Linkify, update to latest version | Alex Gleason | |
https://git.pleroma.social/pleroma/elixir-libraries/linkify | |||
2020-06-30 | Add fields limits to instance metadata, add tests | Mark Felder | |
2020-06-30 | Merge branch 'develop' into activation-meta | Mark Felder | |
2020-06-30 | [#1892] Excluded bot actors (applications, services) from search results. | Ivan Tashkinov | |
2020-06-30 | Rename user.settings column | Mark Felder | |
This is used exclusively by MastoFE/GlitchFE now | |||
2020-06-30 | Credo fixes | lain | |
2020-06-30 | Merge branch 'preload-fixups-2' into preloadfixups | lain | |
2020-06-30 | Preload: Load the correct instance panel | lain | |
2020-06-29 | Merge branch 'fix-notification-filtering' into 'develop' | rinpatch | |
Notifications: Never return `nil` in the notification list. See merge request pleroma/pleroma!2705 | |||
2020-06-29 | Apply suggestion to lib/pleroma/notification.ex | lain | |
2020-06-29 | Notifications: Never return `nil` in the notification list. | lain | |
2020-06-29 | Fix CastAndValidate plug | Egor Kislitsyn | |
2020-06-29 | Remove `/statusnet/config` | Egor Kislitsyn | |
2020-06-29 | Fix warning | Egor Kislitsyn | |
2020-06-29 | excluding attachment links from RichMedia | Alexander Strizhakov | |
2020-06-29 | Merge branch 'develop' into remove-twitter-api | Egor Kislitsyn | |
2020-06-29 | Credo fixes. | lain | |
2020-06-29 | Token Response: Remove empty file. | lain | |
2020-06-29 | AccountOperation: Correctly describe create response. | lain | |
2020-06-29 | OAuth: Extract view-type functions to a view. | lain | |
2020-06-29 | Preloaders: Use strings as keys. | lain | |
2020-06-29 | User preloader: Put user info at correct key | lain | |
2020-06-29 | Merge branch '1031-parent-visible' into 'develop' | lain | |
Resolve "Add `pleroma.parent_visible` to the status view" Closes #1031 See merge request pleroma/pleroma!2679 | |||
2020-06-29 | ApiSpec.Schemas.Account: import description from ↵ | Haelwenn (lanodan) Monnier | |
differences_in_mastoapi_responses | |||
2020-06-26 | object/fetcher: Pass full Transmogrifier error | Haelwenn (lanodan) Monnier | |
2020-06-26 | MastoAPI: Show source field when deleting | Haelwenn (lanodan) Monnier | |
2020-06-26 | Rename notification "privacy_option" setting | Mark Felder | |
2020-06-26 | Merge branch 'block-handling' into 'develop' | Haelwenn | |
Handle blocks with the pipeline See merge request pleroma/pleroma!2685 | |||
2020-06-26 | Merge branch '1258-anti-link-spam-exemption' into 'develop' | Haelwenn | |
AntiSpamLinkPolicy: Exempt local users. Closes #1258 See merge request pleroma/pleroma!2686 | |||
2020-06-26 | Simplify notification filtering settings further | Mark Felder | |
2020-06-26 | Merge branch 'develop' into refactor/notification_settings | Mark Felder | |
2020-06-26 | StaticFE: Prioritize json in requests. | lain | |
2020-06-26 | AccountController: Return scope in proper format. | lain | |