Alex Gleason
|
9738a993d2
|
Merge remote-tracking branch 'origin/develop' into object-tombstone-visibility
|
2021-07-27 08:58:58 -05:00 |
|
Alex Gleason
|
9cc8642b80
|
Visibility: check Tombstone objects in visible_for_user?/2
|
2021-07-27 08:54:01 -05:00 |
|
Alex Gleason
|
060ee788d2
|
Merge branch 'instance-deletion' into 'develop'
AdminAPI: endpoint to delete all content from a remote instance
See merge request soapbox-pub/soapbox!42
|
2021-07-18 17:31:38 +00:00 |
|
Alex Gleason
|
9467b8b6ca
|
Merge remote-tracking branch 'origin/develop' into poll-notification-fixes
|
2021-07-18 11:10:29 -05:00 |
|
Alex Gleason
|
70f1496eb8
|
Poll notification: only notify local users
|
2021-07-18 11:10:23 -05:00 |
|
Alex Gleason
|
0b1c05ca1e
|
Poll notification: trigger PollWorker through common_pipeline
|
2021-07-18 11:10:23 -05:00 |
|
Alex Gleason
|
6a6e42c9bf
|
PollWorker defensive checks
|
2021-07-18 11:10:22 -05:00 |
|
Alex Gleason
|
cbd1a10c16
|
Poll notification: notify for polls even when block_from_strangers is set
|
2021-07-18 11:10:04 -05:00 |
|
Alex Gleason
|
d3df5b0841
|
Merge remote-tracking branch 'origin/develop' into poll-notification
|
2021-07-17 22:25:35 -05:00 |
|
Alex Gleason
|
0114754db2
|
MastodonAPI: Support poll notification
|
2021-07-17 22:19:38 -05:00 |
|
Alex Gleason
|
c369f52b4a
|
Merge remote-tracking branch 'origin/develop' into instance-deletion
|
2021-07-17 15:00:53 -05:00 |
|
Alex Gleason
|
bad79f79e6
|
AdminAPI.InstanceController: clean up tests, rename actions
|
2021-07-17 15:00:15 -05:00 |
|
Alex Gleason
|
54dbcfe02a
|
AdminAPI: add DELETE /instances/:instance to delete all content from a remote instance
|
2021-07-17 14:55:05 -05:00 |
|
Alex Gleason
|
f67d00d12b
|
Add Instance.delete_users_and_activities/1 to delete all content from a remote instance
|
2021-07-17 14:06:35 -05:00 |
|
Alex Gleason
|
25676c84be
|
Create AdminAPI.InstanceController
|
2021-07-17 13:05:25 -05:00 |
|
Alex Gleason
|
c2d9a7fd02
|
Merge remote-tracking branch 'origin/develop' into admin-api-users-date
|
2021-07-14 08:56:52 -05:00 |
|
Alex Gleason
|
167e14416b
|
AdminAPI: add date to users
|
2021-07-14 08:54:59 -05:00 |
|
Alex Gleason
|
453bdf4084
|
Merge branch 'admin-api-users-sort' into 'develop'
AdminAPI: sort user results by ID descending
See merge request soapbox-pub/soapbox!40
|
2021-07-14 03:59:59 +00:00 |
|
Alex Gleason
|
4e38957a0e
|
Merge remote-tracking branch 'origin/develop' into admin-api-users-sort
|
2021-07-13 22:47:23 -05:00 |
|
Alex Gleason
|
5e88796784
|
AdminAPI: sort user results by ID descending
|
2021-07-13 22:47:02 -05:00 |
|
Alex Gleason
|
84c9feb2e1
|
Merge remote-tracking branch 'origin/develop' into moderators
|
2021-07-12 22:36:02 -05:00 |
|
Alex Gleason
|
2b3d7794b2
|
AdminAPI: let moderators actually do things
|
2021-07-12 22:26:04 -05:00 |
|
Alex Gleason
|
4fe9a758f9
|
Let moderators manage custom emojis
|
2021-07-12 22:11:38 -05:00 |
|
Alex Gleason
|
1f093cb216
|
Moderators: reorganize :admin_api pipeline in Router
|
2021-07-12 22:11:32 -05:00 |
|
Alex Gleason
|
9bc1e79c56
|
Moderators: add UserIsStaffPlug
|
2021-07-12 21:57:52 -05:00 |
|
Alex Gleason
|
2498c34e82
|
Merge remote-tracking branch 'origin/develop' into fix-object-deletion-timeout
|
2021-07-12 16:20:58 -05:00 |
|
Alex Gleason
|
9a0cb34c8c
|
Fix Activity.delete_all_by_object_ap_id/1 timeout so users can be deleted
|
2021-07-12 16:20:15 -05:00 |
|
marcin mikołajczak
|
baf28515d7
|
Add Link header to list timelines
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2021-07-02 17:12:34 +02:00 |
|
Alex Gleason
|
a423cebcb4
|
Merge remote-tracking branch 'origin/develop' into remote-deletions
|
2021-06-30 02:03:05 -05:00 |
|
Alex Gleason
|
beb1c98ab5
|
Deletions: don't purge keys so Delete/Undo activities can be signed
|
2021-06-30 02:02:24 -05:00 |
|
Alex Gleason
|
43800d83f4
|
Deletions: allow deactivated users to be deleted
|
2021-06-30 01:32:28 -05:00 |
|
Alex Gleason
|
a7929c4d89
|
Deletions: preserve account status fields during purge, fix checks
|
2021-06-29 23:56:19 -05:00 |
|
Alex Gleason
|
01c2d2a296
|
Also purge the user in User.perform/2
|
2021-06-29 22:53:33 -05:00 |
|
Alex Gleason
|
c6d4133727
|
Deletions: purge the user immediately
|
2021-06-29 22:30:48 -05:00 |
|
Alex Gleason
|
be2da95c36
|
Correctly purge a remote user
|
2021-06-29 21:45:38 -05:00 |
|
Alex Gleason
|
04ab689653
|
Merge remote-tracking branch 'origin/develop' into nsfw-api-mrf
|
2021-06-17 15:32:59 -05:00 |
|
Alex Gleason
|
a704d5499c
|
NsfwApiPolicy: Fall back more generously when functions don't match
|
2021-06-17 15:32:42 -05:00 |
|
Alex Gleason
|
b293c14a1b
|
NsfwApiPolicy: add describe/0 and config_description/0
|
2021-06-17 14:52:07 -05:00 |
|
Alex Gleason
|
2b3dfbb42f
|
NsfwApiPolicy: add tests
|
2021-06-17 14:36:51 -05:00 |
|
Alex Gleason
|
f15d419062
|
NsfwApiPolicy: raise if can't fetch user
|
2021-06-16 22:35:09 -05:00 |
|
Alex Gleason
|
718e8e1edb
|
Create NsfwApiPolicy
|
2021-06-16 22:35:04 -05:00 |
|
Alex Gleason
|
307f03b97b
|
Merge branch 'frontend-enable' into 'develop'
Refactor Pleroma.Frontend, enable a frontend through the CLI, fixes #16
Closes #16
See merge request soapbox-pub/soapbox!34
|
2021-06-16 16:21:05 +00:00 |
|
Alex Gleason
|
a39ada9bbf
|
Merge remote-tracking branch 'origin/develop' into email-list
|
2021-06-15 13:21:40 -05:00 |
|
Alex Gleason
|
31a510d6a4
|
EmailList: ensure that deactivated, unapproved, and unconfirmed users aren't subscribers
|
2021-06-15 13:19:24 -05:00 |
|
Alex Gleason
|
8c62cc95e6
|
EmailList: add combined.csv view to display all candidates with subscription status
|
2021-06-15 12:27:34 -05:00 |
|
Alex Gleason
|
73ed23e2fd
|
EmailList: add Subscribed? column
|
2021-06-15 12:16:14 -05:00 |
|
Alex Gleason
|
385d432ce7
|
EmailList: export user nickname
|
2021-06-15 12:09:50 -05:00 |
|
Alex Gleason
|
53796b6344
|
Return email_list as a nodeinfo feature
|
2021-06-15 11:48:42 -05:00 |
|
Alex Gleason
|
723fd67b26
|
Merge remote-tracking branch 'origin/develop' into frontend-enable
|
2021-06-14 21:26:43 -05:00 |
|
Alex Gleason
|
6e7b220549
|
EmailList: add unsubscribers csv, fix query
|
2021-06-14 21:07:12 -05:00 |
|