rinpatch
|
39e996528c
|
Fix a migration wiping user info of users that don't have any mutes
And introduce safe_jsonb_set
|
2019-10-18 15:22:07 +03:00 |
|
Maksim Pechnikov
|
179fa32dd5
|
Merge branch 'develop' into tests/mastodon_api_controller.ex
|
2019-09-23 21:41:57 +03:00 |
|
rinpatch
|
a9c700ff15
|
Fix wrong argument order when calling NaiveDateTime.diff
|
2019-09-18 18:52:33 +03:00 |
|
rinpatch
|
7ef575d11e
|
Initial poll refresh support
Implement refreshing the object with an interval and call the function
when getting the poll.
|
2019-09-18 18:13:21 +03:00 |
|
minibikini
|
11e12b5761
|
Add Pleroma.Plugs.Cache
|
2019-09-09 18:53:08 +00:00 |
|
Maksim Pechnikov
|
ab2f21e470
|
tests for mastodon_api_controller.ex
|
2019-09-06 21:50:00 +03:00 |
|
Maksim Pechnikov
|
00abe099cd
|
added tests for ActivityPub.like\unlike
|
2019-08-27 16:21:03 +03:00 |
|
Ivan Tashkinov
|
829e997223
|
[#878] Merge remote-tracking branch 'remotes/upstream/develop' into 878-activity-object-decoupling-in-tests
# Conflicts:
# lib/pleroma/object.ex
# test/web/activity_pub/transmogrifier_test.exs
# test/web/ostatus/ostatus_test.exs
|
2019-07-09 21:46:16 +03:00 |
|
Ivan Tashkinov
|
daff85a985
|
[#878] Refactored assumptions on embedded object presence in tests. Adjusted note factory to not embed object into activity.
|
2019-07-08 19:53:02 +03:00 |
|
Ivan Tashkinov
|
5b7b1040b3
|
[#161] Limited replies depth on incoming federation in order to prevent memory leaks on recursive replies fetching.
|
2019-06-29 20:04:50 +03:00 |
|
rinpatch
|
65db5e9f52
|
Resolve merge conflicts
|
2019-06-01 16:29:58 +03:00 |
|
William Pitcock
|
c2b0b82e6a
|
object: add Object.prune()
|
2019-05-21 21:38:56 +00:00 |
|
rinpatch
|
63b0b7190c
|
MastoAPI: Add GET /api/v1/polls/:id
|
2019-05-21 20:40:35 +03:00 |
|
rinpatch
|
aafe30d94e
|
Handle poll votes
|
2019-05-21 14:12:10 +03:00 |
|
rinpatch
|
c3a2052806
|
If it's an object struct it is already normalized
|
2019-04-17 15:11:22 +03:00 |
|
rinpatch
|
627e5a0a49
|
Merge branch 'develop' into feature/database-compaction
|
2019-04-17 12:22:32 +03:00 |
|
rinpatch
|
45ba10bf47
|
Fix the issue with HTML scrubber
|
2019-04-01 11:55:59 +03:00 |
|
eugenijm
|
568e348588
|
Increment replies_count on replies (MastoAPI)
|
2019-03-26 15:27:04 +03:00 |
|
William Pitcock
|
3c2350cbee
|
object: downgrade normalize warning to debug severity
|
2019-03-23 03:05:15 +00:00 |
|
William Pitcock
|
62bccddde0
|
object: add support for preloading objects when walking an activity graph in normal form
|
2019-03-22 23:51:12 +00:00 |
|
Haelwenn (lanodan) Monnier
|
a3a9cec483
|
[Credo] fix Credo.Check.Readability.AliasOrder
|
2019-03-13 04:26:54 +01:00 |
|
eugenijm
|
6038c8a753
|
Broadcast deleted activity id on deletion to conform to MastoAPI streamig spec
|
2019-03-11 09:02:03 +03:00 |
|
lambda
|
d53e36bf1e
|
Revert "Merge branch 'object-creation' into 'develop'"
This reverts merge request !802
|
2019-02-11 08:07:39 +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 |
|
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 |
|
Haelwenn (lanodan) Monnier
|
6a6a5b3251
|
de-group alias/es
|
2019-02-09 16:31:17 +01:00 |
|
lain
|
505a084058
|
Still do caching in tests.
|
2019-02-03 18:28:14 +01:00 |
|
William Pitcock
|
af10ef8d4e
|
object: use cached accesses when possible in Object.normalize()
|
2019-02-01 19:38:57 +00:00 |
|
Haelwenn (lanodan) Monnier
|
75e4c8f0b2
|
Activity: all_non_create_by_object_ap_id_q → by_object_ap_id
|
2019-01-21 07:50:57 +01:00 |
|
William Pitcock
|
980b5288ed
|
update copyright years to 2019
|
2018-12-31 15:41:47 +00:00 |
|
kaniini
|
bee6acd51d
|
Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop'
Create tombstone instead of object deletion
See merge request pleroma/pleroma!593
|
2018-12-27 19:37:55 +00:00 |
|
Maxim Filippov
|
f75f707f6c
|
Revert Activity tombstones, add ObjectTombstone struct
|
2018-12-25 03:00:06 +03:00 |
|
Maxim Filippov
|
18a4cbb244
|
Capitalize "tombstone"
|
2018-12-24 20:09:18 +03:00 |
|
Maxim Filippov
|
0f412cf6e6
|
Create tombstone instead of object deletion
|
2018-12-24 02:25:36 +03:00 |
|
William Pitcock
|
2791ce9a1f
|
add license boilerplate to pleroma core
|
2018-12-23 20:56:42 +00:00 |
|
Ivan Tashkinov
|
3e90f688f1
|
[#210] Mastodon: actor storing for media uploads, ownership check to update_media.
Refactoring.
|
2018-12-06 10:26:17 +03:00 |
|
William Pitcock
|
fed9b5404c
|
object: rework Object.normalize() a bit to support transparent fetching
|
2018-12-04 04:52:09 +00:00 |
|
William Pitcock
|
5ba5df1321
|
object: normalize(): use object cache
|
2018-12-04 04:52:09 +00:00 |
|
href
|
bcecdc3ab1
|
Various runtime configuration fixes
|
2018-11-19 10:09:24 +01:00 |
|
William Pitcock
|
2b3a40d038
|
object: split object_cache from user_cache
|
2018-11-01 08:41:46 +00:00 |
|
William Pitcock
|
10f3958468
|
object: return the deleted object as well
|
2018-11-01 07:47:50 +00:00 |
|
William Pitcock
|
c4e43da63e
|
object: add safe object deletion function
|
2018-11-01 07:28:48 +00:00 |
|
William Pitcock
|
a200943240
|
object: add helper functions to handle various forms of a given object and return a normalized one
|
2018-06-27 13:06:52 +00:00 |
|
Thog
|
e55c6f311b
|
Migrate to comeonin 4 and Cachex 3
Also fix some warning in the code and add a missing alias
|
2018-05-20 20:08:40 +02:00 |
|
lain
|
4afbef39f4
|
Format the code.
|
2018-03-30 15:01:53 +02:00 |
|
Thog
|
59770c3f5c
|
Fix all compilation warnings
|
2017-11-19 02:22:07 +01:00 |
|
Roger Braun
|
ec546baee9
|
Use different index for object fetching.
|
2017-10-24 10:39:23 +02:00 |
|
Roger Braun
|
261ec82451
|
Return nil for nil object requests.
|
2017-10-24 08:39:24 +02:00 |
|
Roger Braun
|
af49c11193
|
Work around upserting problems in context mapping.
|
2017-06-20 09:50:22 +02:00 |
|
Roger Braun
|
70024632ba
|
AP refactoring.
|
2017-05-16 18:19:04 +02:00 |
|