Commit Graph

8357 Commits

Author SHA1 Message Date
Daniel Supernault 1e72683a9e
Update changelog 2022-08-15 23:41:35 -06:00
Daniel Supernault 0b7d0a9627
Add customizable Legal Notice page 2022-08-15 23:39:33 -06:00
Daniel Supernault 96f13530e1
Update api routes 2022-08-15 22:54:59 -06:00
Daniel Supernault a7a2fef1e5
Update changelog 2022-08-15 22:29:27 -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 dc3a16161b
Update changelog 2022-08-13 22:53:07 -06:00
Daniel Supernault 6033d83726
Fix unlisted post web redirect and api response 2022-08-13 22:51:02 -06:00
Daniel Supernault 877608db47
Update compiled assets 2022-08-13 21:43:36 -06:00
Daniel Supernault 8448335d72
Update compiled assets 2022-08-12 00:32:29 -06:00
Daniel Supernault ab3dde14a8
Fix typo 2022-08-07 21:06:14 -06:00
Daniel Supernault 4e3ce26807
Update changelog 2022-08-07 21:00:48 -06:00
Daniel Supernault 1545e37cdb
Enforce blocks on incoming likes, shares, replies and follows 2022-08-07 20:59:36 -06:00
Daniel Supernault 5a1bbb607d
Update changelog 2022-08-06 03:24:35 -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 a91c439273
Update changelog 2022-08-05 22:01:53 -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 872f5f879b
Update changelog 2022-08-04 02:14:14 -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 10eaffb074
Update changelog 2022-08-03 22:51:29 -06:00
Daniel Supernault 0829f79f4f
Update compiled assets 2022-08-03 22:50:48 -06:00
Daniel Supernault a3cc90b0c5
Use poster in VideoPresenter component 2022-08-03 22:48:19 -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 102baa517e
Hide timestamp on deleted posts on dashboard 2022-08-01 19:56:37 -06:00
Daniel Supernault b700790bb4
Update update_credentials endpoint, enforce validator limits 2022-08-01 19:47:11 -06:00
Daniel Supernault 49d43e06e2
Update changelog 2022-08-01 19:06:02 -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 7863120292
Update admin dashboard layout 2022-07-28 01:08:42 -06:00
Daniel Supernault 7a22655eb7
Update changelog 2022-07-28 01:07:10 -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 1ef7732aef
Update admin report view 2022-07-26 03:08:18 -06:00
Daniel Supernault fece3e673f
Update changelog 2022-07-25 23:36:06 -06:00
Daniel Supernault abb4f7e1ec
Hydrate `favourited` and `reblogged` state on v1 context endpoint 2022-07-25 23:35:44 -06:00
Daniel Supernault 6d52550ee1
Update changelog 2022-07-21 20:12:31 -06:00
Daniel Supernault 734b30e59a
Fix NotificationService bug returning html response on /api/v1/notifications endpoint when a notification id belonging to a deleted account is rendered by checking AccountService before NotificationTransformer. 2022-07-21 20:12:07 -06:00
Daniel Supernault 84961a8df6
Update changelog 2022-07-19 23:24:40 -06:00
Daniel Supernault 54a5c3be34
Fix v1 api block/mute endpoints, refresh RelationshipService cache after relationship changes 2022-07-19 23:22:31 -06:00
Daniel Supernault bec9c292b6
Update changelog 2022-07-19 22:49:25 -06:00
Daniel Supernault 8803c6de3d
Update ResetPasswordController redirectToo path to /i/web as /home is deprecated 2022-07-19 22:48:50 -06:00
Daniel Supernault 89abbe200d
Add report api endpoint 2022-07-19 20:05:00 -06:00
Daniel Supernault 913a7923c6
Update changelog 2022-07-16 02:47:31 -06:00
Daniel Supernault 672f7c8ce0
Fix remote avatar urls when not using cloud storage 2022-07-16 02:47:05 -06:00
daniel 012032a20e
Merge pull request #3571 from shleeable/patch-10
BUGFIX: Update Installer.php
2022-07-06 23:48:22 -06:00