eugenijm
|
ecdf0657ba
|
Add logic for keeping follow_request_count up-to-date on the follow ,
`approve_friend_request`, and `deny_friend_request` actions.
Add follow_request_count to the user view.
|
2019-02-15 12:20:20 +03:00 |
|
lambda
|
ea2698beb7
|
Merge branch 'bugfix/activitypub-reserialization' into 'develop'
activitypub transmogrifier: fix reserialization edge cases
See merge request pleroma/pleroma!826
|
2019-02-14 19:54:16 +00:00 |
|
Egor Kislitsyn
|
907306174b
|
fix S3 links encoding in Mediaproxy
|
2019-02-14 15:55:21 +07:00 |
|
William Pitcock
|
72ba5b4ab7
|
activitypub: user view: formatting
|
2019-02-14 03:13:07 +00:00 |
|
William Pitcock
|
5307c211b8
|
activitypub: user view: report totalItems=0 for follows/followers when hidden
|
2019-02-14 03:10:00 +00:00 |
|
William Pitcock
|
6542b86292
|
activitypub: user view: remove totalItems from user outbox
(this is based on a counter in User.Info, but the counter is not reliable.)
|
2019-02-14 03:02:45 +00:00 |
|
William Pitcock
|
ee2fa1a314
|
activitypub: user view: remove totalInbox from user inbox view
It is not really feasible to quickly calculate the totalItems value and
it shouldn't be trusted anyway.
|
2019-02-14 03:01:39 +00:00 |
|
kaniini
|
bc9e5e6b65
|
Merge branch 'feature/activitypub-oauth-endpoints' into 'develop'
ActivityPub C2S oauth endpoints
See merge request pleroma/pleroma!821
|
2019-02-14 02:50:06 +00:00 |
|
William Pitcock
|
64620d8980
|
activitypub: user view: do not expose oAuth endpoints for instance users
|
2019-02-14 02:41:21 +00:00 |
|
William Pitcock
|
e05bf2940f
|
activitypub: transmogrifier: correctly handle nil inReplyTo value
|
2019-02-14 00:35:54 +00:00 |
|
William Pitcock
|
94cbbb0e3a
|
activitypub: transmogrifier: do not attempt to expand pre-existing AS2 tag objects
|
2019-02-14 00:35:53 +00:00 |
|
Mark Felder
|
f62c1d6266
|
Improve login error for OAuth flow
|
2019-02-13 22:33:22 +00:00 |
|
William Pitcock
|
9bd6ed975e
|
activitypub: user view: use route helpers instead of hardcoded URIs
|
2019-02-13 19:34:43 +00:00 |
|
William Pitcock
|
29e946ace4
|
activitypub: user view: add oauthRegistrationEndpoint to user profiles
|
2019-02-13 19:34:43 +00:00 |
|
William Pitcock
|
db8abd958d
|
activitypub: user view: fix up endpoints rendering
|
2019-02-13 19:34:43 +00:00 |
|
William Pitcock
|
90facd3598
|
user view: add AP C2S oauth endpoints to local user profiles
|
2019-02-13 19:34:43 +00:00 |
|
rinpatch
|
379d04692c
|
Filter summary in keywordpolicy
|
2019-02-11 21:35:40 +03:00 |
|
rinpatch
|
39383a6b79
|
Merge branch 'feature/thread-muting' into 'develop'
Feature/thread muting
See merge request pleroma/pleroma!796
|
2019-02-11 15:02:14 +00:00 |
|
lambda
|
044616292b
|
Merge branch 'feature/rich-media-limits' into 'develop'
rich media: tighten fetching timeouts and size limits
See merge request pleroma/pleroma!809
|
2019-02-11 12:33:58 +00:00 |
|
|
ac72b578da
|
Merge branch 'develop' into feature/thread-muting
|
2019-02-11 12:10:49 +01:00 |
|
|
c01ef574c1
|
Refactor as per Rin's suggestions, add endpoint tests
|
2019-02-11 12:04:02 +01:00 |
|
lambda
|
d53e36bf1e
|
Revert "Merge branch 'object-creation' into 'develop'"
This reverts merge request !802
|
2019-02-11 08:07:39 +00:00 |
|
William Pitcock
|
45e57dd187
|
rich media: tighten fetching timeouts and size limits
|
2019-02-10 21:54:08 +00:00 |
|
kaniini
|
6c8d15da11
|
Merge branch 'fix/credo-issues' into 'develop'
Fix credo issues
See merge request pleroma/pleroma!786
|
2019-02-10 20:54:21 +00:00 |
|
|
cc21fc5f53
|
refactor, status view updating, error handling
|
2019-02-10 10:42:30 +01:00 |
|
lain
|
f8388be9c6
|
Do object insertion through Cachex
So we don't flood our postgres logs with errors. Should also make things
slightly faster.
|
2019-02-09 22:01:08 +01:00 |
|
|
6a150de3bd
|
Add unique index and unique constraint check, uniqueness test fails
|
2019-02-09 20:52:11 +01:00 |
|
|
a0d732ec55
|
it works!!
|
2019-02-09 17:47:57 +01:00 |
|
Haelwenn (lanodan) Monnier
|
d924dc73ba
|
de-group import/s
|
2019-02-09 16:31:17 +01:00 |
|
Haelwenn (lanodan) Monnier
|
6a6a5b3251
|
de-group alias/es
|
2019-02-09 16:31:17 +01:00 |
|
Haelwenn (lanodan) Monnier
|
2272934a5e
|
Stash
|
2019-02-09 14:59:21 +01:00 |
|
Haelwenn (lanodan) Monnier
|
d2e4eb7c74
|
Web.ActivityPub.ActivityPub: assign the Enum.filter to recipients & simplify it
|
2019-02-09 14:59:21 +01:00 |
|
Haelwenn (lanodan) Monnier
|
473095faf2
|
Web.Federator: Fix unused variable
|
2019-02-09 14:59:20 +01:00 |
|
Haelwenn (lanodan) Monnier
|
60ea29dfe6
|
Credo fixes: alias grouping/ordering
|
2019-02-09 14:59:20 +01:00 |
|
Haelwenn (lanodan) Monnier
|
106f4e7a0f
|
Credo fixes: parameter consistency
|
2019-02-09 14:59:20 +01:00 |
|
Haelwenn (lanodan) Monnier
|
8bcfac93a8
|
Make credo happy
|
2019-02-09 14:59:20 +01:00 |
|
lambda
|
1eecbc1cd1
|
Merge branch 'feature/keyword-policy' into 'develop'
Add keyword policy
See merge request pleroma/pleroma!794
|
2019-02-09 11:38:37 +00:00 |
|
|
7e47a810a2
|
help i am not good with git
|
2019-02-08 13:22:29 +01:00 |
|
|
5c5b228f21
|
Added thread unmuting (still a bit buggy maybe)
|
2019-02-08 13:20:40 +01:00 |
|
|
a44e532fb1
|
Added thread unmuting (still a bit buggy maybe)
|
2019-02-08 13:17:11 +01:00 |
|
rinpatch
|
7356659273
|
wow
|
2019-02-08 15:12:13 +03:00 |
|
|
98ec578f4d
|
Merge branch 'develop' into feature/thread-muting
|
2019-02-08 12:44:02 +01:00 |
|
rinpatch
|
f88dec8b33
|
What idiot did that? (me)
|
2019-02-08 13:16:50 +03:00 |
|
rinpatch
|
6c21f5aa16
|
Merge branch 'develop' into feature/keyword-policy
|
2019-02-08 13:12:33 +03:00 |
|
rinpatch
|
8a0b755c19
|
rename ftl_removal to federated_timeline_removal to keep consistent naming with SimplePolicy
|
2019-02-08 13:12:09 +03:00 |
|
rinpatch
|
2174f6eb4f
|
Add default config for keyword policy
|
2019-02-08 12:48:39 +03:00 |
|
rinpatch
|
46aa8c18a2
|
Add keyword policy
|
2019-02-08 12:38:24 +03:00 |
|
|
c43f414a79
|
Somehow fixed the repo insert [skip-ci]
|
2019-02-07 23:44:49 +01:00 |
|
|
7e3ec93ed0
|
made a silly oopsie
|
2019-02-07 22:59:53 +01:00 |
|
|
77448de492
|
ugghhhh
|
2019-02-07 22:25:07 +01:00 |
|