aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-02-19CSP: Allow iframes on embed playerhref
2019-02-19Merge branch 'develop' into fix/twittercardsMark Felder
2019-02-19Embed player suitable for Twitter Cardshref
2019-02-19Merge 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-19Merge 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-19Merge branch 'fix/ap_id-unique_constraint' into 'develop'lambda
mark ap_id unique_constraint See merge request pleroma/pleroma!842
2019-02-19mark ap_id unique_constraintrinpatch
2019-02-19properly check for follower address in is_private?rinpatch
2019-02-19Update user cache when user tags are updatedeugenijm
2019-02-18Merge branch 'feature/jobs' into 'develop'kaniini
Job Queue See merge request pleroma/pleroma!732
2019-02-18Merge branch 'patch-image-description' into 'develop'kaniini
Patch to support image descriptions for pleroma-fe See merge request pleroma/pleroma!626
2019-02-18Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'kaniini
Add OAuth tokens endpoint See merge request pleroma/pleroma!805
2019-02-18Merge branch 'features/flavour-switching' into 'develop'kaniini
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807
2019-02-18Merge branch 'follow-request-count' into 'develop'kaniini
Follow request count See merge request pleroma/pleroma!817
2019-02-18Merge 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-17Render only "id", "valid_until" and "app_name" in TokenViewMaxim Filippov
2019-02-17Merge 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-17Merge branch 'fix/hellthread-policy-recipient-check' into 'develop'lambda
Fix recipient count in hellthread policy See merge request pleroma/pleroma!836
2019-02-17Fix recipient count in hellthread policyrinpatch
2019-02-16[MastoAPI] Add switching of frontend flavoursHaelwenn (lanodan) Monnier
2019-02-16Remove a limit on attachments in Mastodon API and document the changes in ↵rinpatch
responses from vanilla mastodon
2019-02-16WelcomeMessage: Get rid of Ecto reference.lain
2019-02-16Add option to return all friends in twitter api.lain
Mainly useful for user export.
2019-02-16Add optional welcome message.lain
2019-02-15Merge 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-15Merge branch 'hellthread-filter-fix' into 'develop'rinpatch
Hellthread filter fix Closes #634 See merge request pleroma/pleroma!831
2019-02-15Readd threshold is not 0 check, optmization?Karen Konou
2019-02-15Rename test, add check for follower collection when delistingKaren Konou
2019-02-15Merge 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-15Add tests, change default config values, fix a bugKaren Konou
2019-02-15Add 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-14user: 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-14Merge branch 'bugfix/activitypub-reserialization' into 'develop'lambda
activitypub transmogrifier: fix reserialization edge cases See merge request pleroma/pleroma!826
2019-02-14activitypub: clean up logging statements a littleWilliam Pitcock
2019-02-14Merge remote-tracking branch 'upstream/develop' into patch-image-descriptionWim Vanderbauwhede
2019-02-14Fix queue nameEgor Kislitsyn
2019-02-14fix S3 links encoding in MediaproxyEgor Kislitsyn
2019-02-14activitypub: user view: formattingWilliam Pitcock
2019-02-14activitypub: user view: report totalItems=0 for follows/followers when hiddenWilliam Pitcock
2019-02-14activitypub: user view: remove totalItems from user outboxWilliam Pitcock
(this is based on a counter in User.Info, but the counter is not reliable.)
2019-02-14activitypub: user view: remove totalInbox from user inbox viewWilliam Pitcock
It is not really feasible to quickly calculate the totalItems value and it shouldn't be trusted anyway.
2019-02-14Merge branch 'feature/activitypub-oauth-endpoints' into 'develop'kaniini
ActivityPub C2S oauth endpoints See merge request pleroma/pleroma!821
2019-02-14activitypub: user view: do not expose oAuth endpoints for instance usersWilliam Pitcock
2019-02-14oauth: never use base64 padding when returning tokens to applicationsWilliam 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-14activitypub: transmogrifier: correctly handle nil inReplyTo valueWilliam Pitcock
2019-02-14activitypub: transmogrifier: do not attempt to expand pre-existing AS2 tag ↵William Pitcock
objects
2019-02-13Improve login error for OAuth flowMark Felder
2019-02-13activitypub: user view: use route helpers instead of hardcoded URIsWilliam Pitcock
2019-02-13activitypub: user view: add oauthRegistrationEndpoint to user profilesWilliam Pitcock
2019-02-13activitypub: user view: fix up endpoints renderingWilliam Pitcock