Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | Add native captcha and enable it by default. | Egor Kislitsyn | |
2019-12-13 | report federating status in nodeinfo | href | |
2019-12-13 | Set better Cache-Control header for static content | rinpatch | |
Closes #1382 | |||
2019-12-13 | OTP: Fix runtime upload limit config being ignored | rinpatch | |
Closes #1109 | |||
2019-11-19 | OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug | lain | |
2019-11-19 | UserEnabledPlug: Don't authenticate unconfirmed users. | lain | |
2019-11-19 | User: Don't let deactivated users authenticate. | rinpatch | |
2019-11-19 | Check client and token in GET /oauth/authorize | AkiraFukushima | |
2019-11-19 | Fix rendering conversations when there's a malformed status | rinpatch | |
2019-11-09 | object containment: handle all cases where ID is invalid (missing, nil, ↵ | Ariadne Conill | |
non-string) | |||
2019-11-08 | Object Fetcher: set cache after reinjecting | rinpatch | |
Probably fixes the issue hj had, where polls would have different counters between endpoints. | |||
2019-11-08 | Fix TrailingFormatPlug not being active for /api/oauth_tokens | rinpatch | |
2019-11-04 | streamer: use direct object for filter checks when there is no valid child ↵ | Ariadne Conill | |
object in an activity We call Object.normalize/1 to get the child object for situations like Announce. However, the check is flawed and immediately fails if Object.normalize/1 fails. Instead, we should use the activity itself in those cases to allow activities which never have a child object to pass through the filter. Closes #1291 | |||
2019-10-25 | Do not include notifications from blocked users when with_muted is set | rinpatch | |
This is not what with_muted is for per documentation and it was agreed on irc that this behavior doesn't make sense. | |||
2019-10-18 | Order fts results by trigram | rinpatch | |
2019-10-18 | User search: Remove trigram and refactor the module | rinpatch | |
- Remove trigram as it tends to rank garbage results highly, resulting in it prioritized above fts, which gives actually decent results. ACKed by kaniini and lain on irc. - Remove a test for handling misspelled requests, since we no longer have trigram - Remove a test for searching users with `nil` display names, because it is unrealistic, we don't accept usernames that are not >1 char strings - Make rank boosting for followers/followees sane again, previous values resulted in garbage matches getting on top just because the users are followers/followees | |||
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-12 | Merge branch 'fix/mediaproxy-too-brutal' into 'develop' | rinpatch | |
Make MediaProxy failure tracking less brutal See merge request pleroma/pleroma!1836 (cherry picked from commit 930cbd6d05653033e9f6d16960d698f5db4ae624) 9bdbf081 Make MediaProxy failure tracking less brutal | |||
2019-10-07 | mastodon api: fix exclude_replies (closes #1287) | Ariadne Conill | |
2019-10-07 | Mastodon API: Fix private and direct statuses not being filtered out from ↵ | eugenijm | |
the public timeline for an authenticated user (`GET /api/v1/timelines/public`) | |||
2019-10-06 | Merge branch 'backport/custom-field-update' into 'maint/1.1' | kaniini | |
Backport: custom field update See merge request pleroma/pleroma!1805 | |||
2019-10-06 | Merge branch 'backport/key-moveout-1.1' into 'maint/1.1' | rinpatch | |
Backport moving out keys from user info to 1.1 See merge request pleroma/pleroma!1801 | |||
2019-10-06 | Extract if block into private function | kPherox | |
2019-10-06 | Change to delete empty name field | kPherox | |
2019-10-06 | Fix type of fields_attributes | kPherox | |
Convert tuple list to map list when parameters is `:urlencoded` or `:multipart` | |||
2019-10-06 | Rename fields to fields_attributes | kPherox | |
2019-10-06 | Merge branch 'backport/feature-poll-refresh' into 'maint/1.1' | kaniini | |
backport: poll refreshing See merge request pleroma/pleroma!1804 | |||
2019-10-06 | Fix credo issues | rinpatch | |
2019-10-06 | Do not refetch local objects | rinpatch | |
2019-10-06 | Preserve internal fields when reinjecting | rinpatch | |
2019-10-06 | Move object internal fields to a constant | rinpatch | |
2019-10-06 | Set updated_at even if the object stayed the same | rinpatch | |
2019-10-06 | Fix wrong argument order when calling NaiveDateTime.diff | rinpatch | |
2019-10-06 | Initial poll refresh support | rinpatch | |
Implement refreshing the object with an interval and call the function when getting the poll. | |||
2019-10-06 | Use the user.id instead of nickname in report URLs | feld | |
Ensures links to profiles of remote users work. | |||
2019-10-06 | Move local keys out of `user.info` | rinpatch | |
2019-10-05 | CommonAPI: Create profile updates as public. | lain | |
This saves us lots of sending out because we can use sharedInbox. | |||
2019-10-05 | ActivityPub / Transmogrifier: Correctly store incoming Update id. | lain | |
2019-10-04 | notification_view.ex: Make sure `account` isn’t empty | Haelwenn (lanodan) Monnier | |
Related: https://git.pleroma.social/pleroma/pleroma/issues/1203 | |||
2019-10-04 | Merge branch 'backport/hex-flake-id' into 'maint/1.1' | kaniini | |
backport: hex `flake_id` support See merge request pleroma/pleroma!1793 | |||
2019-10-04 | Merge branch 'backport/feature-track-reverse-proxy-failures' into 'maint/1.1' | kaniini | |
backport: Track failed proxy urls and don't request them again See merge request pleroma/pleroma!1792 | |||
2019-10-04 | Replace `Pleroma.FlakeId` with `flake_id` hex package | Egor Kislitsyn | |
2019-10-04 | Track failed proxy urls and don't request them again | Sergey Suprunenko | |
2019-10-04 | removed legacy api: "/objects/:uuid/likes" | Maksim Pechnikov | |
2019-10-04 | ActivityPub: Change addressing of Undo. | lain | |
2019-10-04 | Merge branch 'bugfix/widen-streamer-blocks-for-1.1' into 'maint/1.1' | kaniini | |
widen streaming API blocks (for 1.1) See merge request pleroma/pleroma!1785 | |||
2019-10-04 | Fix get_cached_by_nickname_or_id not allowing to get local users by | rinpatch | |
nickname Closes #1293 | |||
2019-10-04 | application: fix up after_supervisor_start removal backport | Ariadne Conill | |
2019-10-04 | streamer: worker: actually use should_send? consistently | Ariadne Conill | |
2019-10-04 | streamer: worker: check for lack of intersectionality between a user's ↵ | Ariadne Conill | |
blocklist and an activity's recipientlist |