Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-16 | Remove a limit on attachments in Mastodon API and document the changes in ↵ | rinpatch | |
responses from vanilla mastodon | |||
2019-02-15 | Merge branch 'bugfix/oauth-token-padding' into 'develop' | lambda | |
oauth: never use base64 padding when returning tokens to applications See merge request pleroma/pleroma!825 | |||
2019-02-15 | Merge branch 'hellthread-filter-fix' into 'develop' | rinpatch | |
Hellthread filter fix Closes #634 See merge request pleroma/pleroma!831 | |||
2019-02-15 | Readd threshold is not 0 check, optmization? | Karen Konou | |
2019-02-15 | Rename test, add check for follower collection when delisting | Karen Konou | |
2019-02-15 | Merge branch 'bugfix/actor-containment' into 'develop' | rinpatch | |
activitypub: correctly handle bare URIs in user lookup Closes #645 See merge request pleroma/pleroma!829 | |||
2019-02-15 | Add tests, change default config values, fix a bug | Karen Konou | |
2019-02-14 | user: search: use get_or_fetch() instead of get_or_fetch_by_nickname() | William Pitcock | |
get_or_fetch() handles the nickname verses URI differences transparently. | |||
2019-02-14 | Merge branch 'bugfix/activitypub-reserialization' into 'develop' | lambda | |
activitypub transmogrifier: fix reserialization edge cases See merge request pleroma/pleroma!826 | |||
2019-02-14 | activitypub: clean up logging statements a little | William Pitcock | |
2019-02-14 | fix S3 links encoding in Mediaproxy | Egor Kislitsyn | |
2019-02-14 | activitypub: user view: formatting | William Pitcock | |
2019-02-14 | activitypub: user view: report totalItems=0 for follows/followers when hidden | William Pitcock | |
2019-02-14 | activitypub: user view: remove totalItems from user outbox | William Pitcock | |
(this is based on a counter in User.Info, but the counter is not reliable.) | |||
2019-02-14 | activitypub: user view: remove totalInbox from user inbox view | William Pitcock | |
It is not really feasible to quickly calculate the totalItems value and it shouldn't be trusted anyway. | |||
2019-02-14 | Merge branch 'feature/activitypub-oauth-endpoints' into 'develop' | kaniini | |
ActivityPub C2S oauth endpoints See merge request pleroma/pleroma!821 | |||
2019-02-14 | activitypub: user view: do not expose oAuth endpoints for instance users | William Pitcock | |
2019-02-14 | oauth: never use base64 padding when returning tokens to applications | William Pitcock | |
The normal Base64 alphabet uses the equals sign (=) as a padding character. Since Base64 strings are self-synchronizing, padding characters are unnecessary, so don't generate them in the first place. | |||
2019-02-14 | activitypub: transmogrifier: correctly handle nil inReplyTo value | William Pitcock | |
2019-02-14 | activitypub: transmogrifier: do not attempt to expand pre-existing AS2 tag ↵ | William Pitcock | |
objects | |||
2019-02-13 | Improve login error for OAuth flow | Mark Felder | |
2019-02-13 | activitypub: user view: use route helpers instead of hardcoded URIs | William Pitcock | |
2019-02-13 | activitypub: user view: add oauthRegistrationEndpoint to user profiles | William Pitcock | |
2019-02-13 | activitypub: user view: fix up endpoints rendering | William Pitcock | |
2019-02-13 | user view: add AP C2S oauth endpoints to local user profiles | William Pitcock | |
2019-02-13 | refactored code | Karen Konou | |
2019-02-13 | Merge branch 'develop' into hellthread-filter-fix | Karen Konou | |
2019-02-13 | User.follow_all: Respect blocks in both directions. | lain | |
2019-02-13 | bugfix mdii uploader | hakabahitoyo | |
2019-02-13 | added checks for public url and follower collections | Karen Konou | |
2019-02-12 | Plugs.HTTPSecurityPlug: Add webpacker to connect-src | Haelwenn (lanodan) Monnier | |
2019-02-12 | Plugs.HTTPSecurityPlug: Add unsafe-eval to script-src when in dev mode | Haelwenn (lanodan) Monnier | |
This is needed to run dev mode mastofe at the same time | |||
2019-02-12 | Use url[:scheme] instead of protocol to determine if https is enabled | shibayashi | |
2019-02-11 | Filter summary in keywordpolicy | rinpatch | |
2019-02-11 | Merge branch 'feature/thread-muting' into 'develop' | rinpatch | |
Feature/thread muting See merge request pleroma/pleroma!796 | |||
2019-02-11 | Merge branch 'feature/rich-media-limits' into 'develop' | lambda | |
rich media: tighten fetching timeouts and size limits See merge request pleroma/pleroma!809 | |||
2019-02-11 | Merge branch 'develop' into feature/thread-muting | Karen Konou | |
2019-02-11 | Refactor as per Rin's suggestions, add endpoint tests | Karen Konou | |
2019-02-11 | Revert "Merge branch 'object-creation' into 'develop'" | lambda | |
This reverts merge request !802 | |||
2019-02-10 | rich media: tighten fetching timeouts and size limits | William Pitcock | |
2019-02-10 | Merge branch 'fix/credo-issues' into 'develop' | kaniini | |
Fix credo issues See merge request pleroma/pleroma!786 | |||
2019-02-10 | refactor, status view updating, error handling | Karen Konou | |
2019-02-10 | Merge branch 'object-creation' into 'develop' | rinpatch | |
Do object insertion through Cachex See merge request pleroma/pleroma!802 | |||
2019-02-09 | Merge branch 'follow-enhancements' into 'develop' | kaniini | |
Respect blocks in mass follow. See merge request pleroma/pleroma!797 | |||
2019-02-09 | Do object insertion through Cachex | lain | |
So we don't flood our postgres logs with errors. Should also make things slightly faster. | |||
2019-02-09 | Add unique index and unique constraint check, uniqueness test fails | Karen Konou | |
2019-02-09 | elixir too new for CI's mix format lol | Karen Konou | |
2019-02-09 | it works!! | Karen Konou | |
2019-02-09 | Mix.Tasks.Pleroma.Uploads: Disable Enum.reduce warning on line 100 (unsure) | Haelwenn (lanodan) Monnier | |
2019-02-09 | de-group import/s | Haelwenn (lanodan) Monnier | |