Commit Graph

2600 Commits

Author SHA1 Message Date
Daniel Supernault 4514ab1dbe
Update SettingsController, fix double json encoding and cache settings for 7 days 2022-09-19 03:39:33 -06:00
Daniel Supernault ef0d1f84ae
Update ApiV1Controller, add optional place_id parameter to POST /api/v1/statuses endpoint 2022-09-19 00:48:08 -06:00
Daniel Supernault 4fe07e6fe2
Update ApiV1Controller, fix pagination header. Fixes #3354 2022-09-18 21:44:37 -06:00
Daniel Supernault 374bfdae15
Update ApiV1Controller, normalize profile id comparison 2022-09-15 20:49:37 -06:00
Daniel Supernault 796ad37419
Update ApiV1Controller 2022-09-12 21:27:53 -06:00
Daniel Supernault d122c2d042
Add StatusObserver 2022-09-12 21:26:54 -06:00
Daniel Supernault 4d95d2cb7f
Add ProfileStatusService 2022-09-12 21:26:22 -06:00
Daniel Supernault d72cd819d2
Update PronounService, fix jsonn_decode null parameter 2022-09-11 05:42:49 -06:00
Daniel Supernault 61d26e85cd
Update ApiV1Controller update_credentials endpoint to support app (_pe) response 2022-09-11 02:48:47 -06:00
Daniel Supernault 9e223a6b83
Update DirectMessageController, include account entity in lookup endpoint 2022-09-06 23:27:37 -06:00
Daniel Supernault 99fb80bf5d
Update InboxPipeline, fix peertube attributedTo parsing 2022-09-01 05:15:20 -06:00
Daniel Supernault c91a6a7542
Update ApiV1Controller, fix typo in statusFavouriteById method 2022-09-01 01:33:22 -06:00
Daniel Supernault 8bcf3700ba
Update status model 2022-09-01 01:21:06 -06:00
Daniel Supernault acd8f5bb49
Update ap helpers, move remote_url constraint 2022-09-01 01:13:57 -06:00
Daniel Supernault bc2bbc14ac
Update AP helpers, remove cache lock from profileUpdateOrCreate method 2022-08-31 22:02:41 -06:00
Daniel Supernault 2c20d9e398
Update inbox handler, upsert statuses to fix duplicate bug. Fixes #2670, #2961, #3556 2022-08-31 21:41:17 -06:00
Daniel Supernault 9d31f73bfa
Fix SearchApiV2Service, improve webfinger condition 2022-08-31 21:37:43 -06:00
Daniel Supernault 6d6a033a54
Update DeleteWorker, remove cache lock 2022-08-31 20:57:20 -06:00
Daniel Supernault 61f230aa9e
Update ApiV1Controller 2022-08-31 18:44:30 -06:00
Daniel Supernault c3391c036a
Update ApiV1Controller 2022-08-30 00:51:15 -06:00
Daniel Supernault 949b7bb6ea
Update NotificationService, fix account attribute 2022-08-29 20:06:59 -06:00
Daniel Supernault 533f7165a9
Update SearchApiService, improve account/webfinger results 2022-08-28 06:28:46 -06:00
Daniel Supernault fe6787f75e
Update AdminSettingsController, fix cache invalidation when updating rules 2022-08-26 01:55:51 -06:00
Daniel Supernault 243fcac7d5
Update Discover apis 2022-08-23 22:34:22 -06:00
Daniel Supernault 016b11f301
Refactor discover accounts endpoint, cache popular accounts and remove following check as most invocations are from new accounts 2022-08-20 06:07:52 -06:00
Daniel Supernault 101676758e
Update api routes 2022-08-18 03:48:40 -06:00
Daniel Supernault f6ed560e78
Limit NotificationService to 400 items 2022-08-17 23:08:40 -06:00
Daniel Supernault 2e4f23779d
Remove remote posts from NetworkTimelineService when processing Tombstones 2022-08-16 03:32:37 -06:00
Daniel Supernault 7734dc033b
Add instance post/profile embed config setting 2022-08-16 02:57:52 -06:00
Daniel Supernault 0b7d0a9627
Add customizable Legal Notice page 2022-08-15 23:39:33 -06:00
Daniel Supernault c18dcde38f
Set Last-Modified header for atom feeds, fixes #2988 2022-08-15 22:29:07 -06:00
Daniel Supernault c3e8a0e439
Improve mute/block v1 api endpoints, fixes #3540 2022-08-15 21:45:30 -06:00
Daniel Supernault d1dbed8932
Fix AdminStatService cache key, fixes #3612 2022-08-15 20:35:52 -06:00
Daniel Supernault 75fbd373c8
Remove quilljs from admin page editor, fixes #3616 2022-08-15 20:32:17 -06:00
Daniel Supernault 6033d83726
Fix unlisted post web redirect and api response 2022-08-13 22:51:02 -06:00
Daniel Supernault ab3dde14a8
Fix typo 2022-08-07 21:06:14 -06:00
Daniel Supernault 1545e37cdb
Enforce blocks on incoming likes, shares, replies and follows 2022-08-07 20:59:36 -06:00
Daniel Supernault 149cf9dc29
Fix remote account post counts 2022-08-06 03:23:58 -06:00
Daniel Supernault 76edd2063d
Increase StatusReplyPipeline timeout 2022-08-06 00:19:27 -06:00
Daniel Supernault 2fb18b7dff
Add configuration to v1/instance endpoint. Fixes #3605 2022-08-05 22:01:30 -06:00
Daniel Supernault b57066d15d
Fix email verification requests filtering to gracefully handle deleted accounts and accounts already verified 2022-08-04 03:41:54 -06:00
Daniel Supernault eba84530aa
Fix mastoapi notification type casting to include comment and share (mention and reblog) notifications 2022-08-04 02:13:33 -06:00
Daniel Supernault 47571887fe
Improve cache invalidation after processing VideoThumbnail to eliminate "No Preview Available" on grid feeds 2022-08-03 22:34:04 -06:00
Daniel Supernault 247c9ec5f8
Update DeleteWorker pipeline, increase timeout 2022-08-03 22:02:29 -06:00
Daniel Supernault 5ea12601ce
Add DELETE /api/v1.1/accounts/avatar api endpoint 2022-08-02 00:57:46 -06:00
Daniel Supernault b700790bb4
Update update_credentials endpoint, enforce validator limits 2022-08-01 19:47:11 -06:00
Daniel Supernault 44de1ad748
Update unfollow api endpoint to only decrement when appropriate, fixes #3539 2022-08-01 19:05:22 -06:00
Daniel Supernault 9d52b9c2d6
Improve admin dashboard by moving expensive stats to its page and loading stats and recent data async on the dashboard home page 2022-07-28 01:06:39 -06:00
Daniel Supernault b4bc9fe31c
Update AdminReportController 2022-07-26 03:11:28 -06:00
Daniel Supernault abb4f7e1ec
Hydrate `favourited` and `reblogged` state on v1 context endpoint 2022-07-25 23:35:44 -06:00