Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge remote-tracking branch 'upstream/develop' into patch-image-description | Wim Vanderbauwhede | |
2019-02-14 | [#468] Refactored OAuth scopes parsing / defaults handling. | Ivan Tashkinov | |
2019-02-14 | [#468] OAuth scopes-related data migration simplification. | Ivan Tashkinov | |
2019-02-14 | Merge branch 'fix/mediaproxy-s3' into 'develop' | href | |
Fix S3 links encoding in Mediaproxy Closes #580 See merge request pleroma/pleroma!828 | |||
2019-02-14 | Fix queue name | Egor Kislitsyn | |
2019-02-14 | fix S3 links encoding in Mediaproxy | Egor Kislitsyn | |
2019-02-14 | Merge branch 'fix/credo-issues-test' into 'develop' | kaniini | |
Fix credo issues in ./test See merge request pleroma/pleroma!808 | |||
2019-02-14 | Merge branch 'bugfix/activitypub-totalitems-removal' into 'develop' | Haelwenn | |
activitypub: user inbox/outbox: `totalItems` removal See merge request pleroma/pleroma!827 | |||
2019-02-14 | tests: update tests for totalItems leak fix | William Pitcock | |
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 | tests: add some reserialization tests based on IR differences | William Pitcock | |
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 | Merge branch 'feature/better-login-errors' into 'develop' | kaniini | |
Improve login error for OAuth flow See merge request pleroma/pleroma!824 | |||
2019-02-13 | Improve login error for OAuth flow | Mark Felder | |
2019-02-14 | [#468] User UI for OAuth permissions restriction. Standardized storage ↵ | Ivan Tashkinov | |
format for `scopes` fields, updated usages. | |||
2019-02-13 | tests: add tests for endpoints | William Pitcock | |
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 | litepub schema: add oauthRegistrationEndpoint [ci skip] | 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 | Merge branch 'mass-follow-fixes' into 'develop' | rinpatch | |
User.follow_all: Respect blocks in both directions. See merge request pleroma/pleroma!823 | |||
2019-02-13 | User.follow_all: Respect blocks in both directions. | lain | |
2019-02-13 | Update token.ex | Maxim Filippov | |
2019-02-13 | Add revoke token | Maxim Filippov | |
2019-02-13 | Add OAuth tokens endpoint | Maxim Filippov | |
2019-02-13 | Merge branch 'doc/mark-streaming-feature-for-apps-2' into 'develop' | kaniini | |
Mark streaming feature for desktop apps in Clients.md See merge request pleroma/pleroma!818 | |||
2019-02-13 | Mark streaming feature for desktop apps in Clients.md | Hakaba Hitoyo | |
2019-02-13 | Merge branch 'bugfix/mdii-uploader' into 'develop' | kaniini | |
Bugfix for MDII Uploader See merge request pleroma/pleroma!822 | |||
2019-02-13 | bugfix mdii uploader | hakabahitoyo | |
2019-02-13 | added checks for public url and follower collections | Karen Konou | |
2019-02-12 | Merge branch 'feature/csp_mastofe-dev' into 'develop' | kaniini | |
Add CSP for mastofe development, remove secure-cookies in MIX_ENV=dev See merge request pleroma/pleroma!820 | |||
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 | config/dev.exs: Don’t put secure cookies on dev | Haelwenn (lanodan) Monnier | |
2019-02-12 | Merge branch 'fix-csp-upgrade-insecure-requests-check' into 'develop' | Haelwenn | |
Fix CSP check for 'upgrade-insecure-requests' See merge request pleroma/pleroma!814 | |||
2019-02-12 | Merge branch 'doc/mark-streaming-feature-for-apps' into 'develop' | Haelwenn | |
Mark streaming feature for mobile/web apps in Clients.md See merge request pleroma/pleroma!816 [ci skip] | |||
2019-02-12 | Mark streaming feature for mobile/web apps in Clients.md | Hakaba Hitoyo | |
2019-02-12 | Formatting | Mark Felder | |