Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-19 | CSP: Allow iframes on embed player | href | |
2019-02-19 | Merge branch 'develop' into fix/twittercards | Mark Felder | |
2019-02-19 | Embed player suitable for Twitter Cards | href | |
2019-02-19 | Merge branch 'set-cache-on-user-tag-update' into 'develop' | lambda | |
Update user cache when user tags are updated See merge request pleroma/pleroma!840 | |||
2019-02-19 | Merge branch 'fix/check-follower-collection-in-is_private' into 'develop' | lambda | |
properly check for follower address in is_private? See merge request pleroma/pleroma!841 | |||
2019-02-19 | Merge branch 'fix/ap_id-unique_constraint' into 'develop' | lambda | |
mark ap_id unique_constraint See merge request pleroma/pleroma!842 | |||
2019-02-19 | mark ap_id unique_constraint | rinpatch | |
2019-02-19 | properly check for follower address in is_private? | rinpatch | |
2019-02-19 | Update user cache when user tags are updated | eugenijm | |
2019-02-18 | Merge branch 'feature/jobs' into 'develop' | kaniini | |
Job Queue See merge request pleroma/pleroma!732 | |||
2019-02-18 | Merge branch 'patch-image-description' into 'develop' | kaniini | |
Patch to support image descriptions for pleroma-fe See merge request pleroma/pleroma!626 | |||
2019-02-18 | Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop' | kaniini | |
Add OAuth tokens endpoint See merge request pleroma/pleroma!805 | |||
2019-02-18 | Merge branch 'features/flavour-switching' into 'develop' | kaniini | |
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807 | |||
2019-02-18 | Merge branch 'follow-request-count' into 'develop' | kaniini | |
Follow request count See merge request pleroma/pleroma!817 | |||
2019-02-18 | Merge branch 'csv-export' into 'develop' | kaniini | |
Add option to return all friends in twitter api. Closes #602 See merge request pleroma/pleroma!833 | |||
2019-02-17 | Render only "id", "valid_until" and "app_name" in TokenView | Maxim Filippov | |
2019-02-17 | Merge branch 'mastoapi-stop-capping-attachments' into 'develop' | lambda | |
Remove a limit on attachments in Mastodon API and document the changes in responses from vanilla Mastodon See merge request pleroma/pleroma!834 | |||
2019-02-17 | Merge branch 'fix/hellthread-policy-recipient-check' into 'develop' | lambda | |
Fix recipient count in hellthread policy See merge request pleroma/pleroma!836 | |||
2019-02-17 | Fix recipient count in hellthread policy | rinpatch | |
2019-02-16 | [MastoAPI] Add switching of frontend flavours | Haelwenn (lanodan) Monnier | |
2019-02-16 | Remove a limit on attachments in Mastodon API and document the changes in ↵ | rinpatch | |
responses from vanilla mastodon | |||
2019-02-16 | WelcomeMessage: Get rid of Ecto reference. | lain | |
2019-02-16 | Add option to return all friends in twitter api. | lain | |
Mainly useful for user export. | |||
2019-02-16 | Add optional welcome message. | lain | |
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-15 | Add logic for keeping follow_request_count up-to-date on the `follow`, | eugenijm | |
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view. | |||
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 | Merge remote-tracking branch 'upstream/develop' into patch-image-description | Wim Vanderbauwhede | |
2019-02-14 | Fix queue name | Egor Kislitsyn | |
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 | |