Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-05 | Merge branch 'improve-search' into 'develop' | kaniini | |
[#943] Contain search for unauthenticated users See merge request pleroma/pleroma!1220 | |||
2019-06-05 | Utils: Split update_follow_state and update_follow_state_for_all. | lain | |
2019-06-05 | CommonAPI: Add test for accept_follow_request. | lain | |
2019-06-05 | User: Remove superfluous `maybe_follow`. | lain | |
2019-06-05 | Transmogrifier: Add tests for incoming follows to locked accounts. | lain | |
2019-06-05 | Typo + Linting. | lain | |
2019-06-05 | User: Don't error out when following a user that's already followed. | lain | |
This leads to a few situations where it is impossible to follow a user. | |||
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |
2019-06-05 | Fix tests with enabled RUM | Egor Kislitsyn | |
2019-06-05 | Contain search for unauthenticated users | Egor Kislitsyn | |
2019-06-05 | Merge branch 'explicit-addressing' into 'develop' | kaniini | |
Explicit addressing See merge request pleroma/pleroma!1239 | |||
2019-06-04 | Merge branch 'bugfix/956-activity-id-nil-conversations' into 'develop' | Haelwenn | |
Participations: Filter out participations without activities. Closes #956 and #953 See merge request pleroma/pleroma!1246 | |||
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Participations: Filter out participations without activities. | lain | |
2019-06-04 | Add tests for get_existing_votes | rinpatch | |
2019-06-04 | Merge remote-tracking branch 'origin/develop' into explicit-addressing | lain | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'feature/mrf-subchain' into 'develop' | kaniini | |
MRF: subchain policy See merge request pleroma/pleroma!1233 | |||
2019-06-04 | Add missing HTTP Request mocks | Sergey Suprunenko | |
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | fix tests | Maksim Pechnikov | |
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | CommonAPI.Utils: Add tests. | lain | |
2019-06-03 | CommonAPI: Add explicit addressing. | lain | |
2019-06-03 | User: Add function to get AP ids from nicknames. | lain | |
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-03 | Merge branch 'align-mastodon-conversations' into 'develop' | lambda | |
Mastodon Conversations API: Align to Mastodon behavior See merge request pleroma/pleroma!1215 | |||
2019-06-03 | Merge branch 'develop' into feature/polls-2-electric-boogalo | rinpatch | |
2019-06-02 | Make error message about author's inability to vote more sensible | rinpatch | |
2019-06-02 | Add tests for poll view | rinpatch | |
2019-06-02 | test: add tests for subchain policy | William Pitcock | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 | |||
2019-06-01 | Fix Credo issues | rinpatch | |
2019-06-01 | Resolve merge conflicts | rinpatch | |
2019-06-01 | Add poll votes | rinpatch | |
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects | |||
2019-06-01 | Merge branch 'bugfix/visibility-indicator-litepub-dm' into 'develop' | kaniini | |
visibility: if litepub:directMessage is asserted, always report the object as "direct" visibility See merge request pleroma/pleroma!1230 | |||
2019-06-01 | Remove all follower collections but actor's from "cc" | Sergey Suprunenko | |
2019-06-01 | Merge branch 'bugfix/remove-vanilla-flavour' into 'develop' | kaniini | |
Bugfix: remove vanilla flavour See merge request pleroma/pleroma!1228 | |||
2019-06-01 | visibility: if litepub:directMessage is asserted, always report the object ↵ | William Pitcock | |
as "direct" visibility | |||
2019-06-01 | add the missing mock file | Sachin Joshi | |
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-05-31 | Merge branch 'hotfix/leaking-lists' into 'develop' | lambda | |
Mastodon API: Fix lists leaking private posts See merge request pleroma/pleroma!1222 | |||
2019-05-31 | MastodonAPI: Add extension to set and get pleroma_settings_store. | lain | |
2019-05-31 | AccountView: settings -> settings_store | lain | |
2019-05-31 | User: Add settings store to Info, AccountView | lain | |
This is to provide a generic frontend settings storage mechanism for all kinds of frontends. | |||
2019-05-31 | Mastodon API: Fix lists leaking private posts | rinpatch | |
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM | |||
2019-05-31 | Fix fix_explicit_addressing moving follower collection to cc and add tests ↵ | rinpatch | |
for it | |||
2019-05-31 | Mastodon Conversation API: Don't return own account in 'accounts'. | lain | |
2019-05-30 | Replace missing non-nullable Card attributes with empty strings | Sergey Suprunenko | |