Bryan Ashby
26c44b91a6
Bunch more removals of unneeded webServer instance
2023-03-18 14:58:37 -06:00
Bryan Ashby
fb02fc599a
Remove need for WebServer in a lot of areas, oputil ap condition functional
...
* Getting domain, URLs, etc. for local web server do not need a web server instance themselves
* fix up oputil
2023-03-18 14:30:37 -06:00
Bryan Ashby
e915527427
oputil ap condition USERNAME
2023-03-17 18:40:54 -06:00
Bryan Ashby
8c609b79bb
oputil updates for AP enabled/disabled, small change to 2FA info
2023-03-14 22:22:11 -06:00
Bryan Ashby
8b6d564ebf
Handling Update/Delete better
2023-03-13 12:39:36 -06:00
Bryan Ashby
3212d809df
Better validation for 'Update'
2023-03-12 14:42:34 -06:00
Bryan Ashby
ea9d826a7c
Updates around Deletes
2023-03-12 14:22:41 -06:00
Bryan Ashby
6afbb29139
Cleanup
2023-03-06 17:19:20 -07:00
Bryan Ashby
b0fff20a02
More updates on Deletes, ActivityPub ACS in menu
2023-02-27 13:03:27 -07:00
Bryan Ashby
a968f21957
A few bugs fixed with Note storage
2023-02-26 21:29:07 -07:00
Bryan Ashby
0263d8bc5e
Various fixes:
...
* Fix socket hangup bug in http_util requests
* Disallow users to follow themselves
* GET's to /followers, /following, etc. are not signed; don't try to enforce it
* Fix a couple callbacks
* WIP: Start more on Delete of inbox items
2023-02-25 11:50:30 -07:00
Bryan Ashby
a205445dd1
Fix up message header for public AP, Undo following, some bugs around following local Actors...
2023-02-24 22:54:19 -07:00
Bryan Ashby
62735411f6
Fix longstanding itemFormat/focusItemFormat issue
2023-02-19 19:54:46 -07:00
Bryan Ashby
560d608cd2
Better HTML stripping, fix display of summary, etc.
2023-02-17 23:18:24 -07:00
Bryan Ashby
e8c42a9b2e
ActivityPub Social Manager, and many updates to Search functionality
...
* Manage Following/Followers (WIP, bugs, some missing functionality)
* Search for Actors (WIP, some bugs)
2023-02-17 21:46:24 -07:00
Bryan Ashby
c5f0e0e6ef
Rework most of the ActivityPub routing handling
2023-02-08 12:53:56 -07:00
Bryan Ashby
39a49f00be
Cleanup
2023-02-06 22:45:01 -07:00
Bryan Ashby
926f45b917
Clean up URLs to use central area, less confusion
2023-02-06 14:34:18 -07:00
Bryan Ashby
834dfd693f
Fix a dumb typo
2023-02-05 21:17:57 -07:00
Bryan Ashby
0402de7444
Ability to send/recv public messages in the AP shared inbox areaTag
...
* Optional subjects
* Resolving followers
* Various cleanup and tidy
2023-02-05 21:10:51 -07:00
Bryan Ashby
99ae973396
Handle Update of Notes, store Activites as-is, better shared mailbox delivery and DRY
2023-02-04 22:55:11 -07:00
Bryan Ashby
f97d1844e3
Add attachment information to messages, fix duplicate handling to respond properly
2023-02-03 15:14:27 -07:00
Bryan Ashby
8a4f90263a
Split out web logging to it's own logger/files/configuration
2023-02-01 23:02:33 -07:00
Bryan Ashby
98d37e9564
Fix various Content-Lenght's
2023-01-31 20:06:07 -07:00
Bryan Ashby
35b7c00d11
Additionl of WIP NodeInfo2 support, fix content-type for Actor images
2023-01-30 12:30:36 -07:00
Bryan Ashby
3bdce81bdb
Retro style default profile, constant cleanup, some DRY, etc.
2023-01-29 16:52:01 -07:00
Bryan Ashby
6dd9fe810f
Fix profile query
2023-01-28 12:13:11 -07:00
Bryan Ashby
9b01124b2e
Re-work of ActivityPub DBs and various account lookups
...
* Always look up Actors by explicit Actor IDs
* Re-work DB: style, properties we track, etc.
* Create AP properties via a event!
* Lots of cleanup
* WF may be partially broken if loooking up by 'profile' alias URL: WIP
2023-01-28 11:55:31 -07:00
Bryan Ashby
d624871a83
Split message consts to their own file, fix some HTTP responses, better subjects from ActivityPub messages, fix AP reply indicators, ...
2023-01-26 15:42:11 -07:00
Bryan Ashby
0bd2c3db1c
Better handling of to/from HTML and BBS message formats, Note handling esp with inReplyTo, etc.
2023-01-25 22:22:45 -07:00
Bryan Ashby
4f632fd8c4
Many WebFinger improvements, can now round trip private messages
2023-01-25 18:41:47 -07:00
Bryan Ashby
82091c11c1
pretty
2023-01-24 21:53:39 -07:00
Bryan Ashby
1aa56fbaa7
WIP: Import messages sent to local Actor inboxes to their private mail
2023-01-24 21:40:12 -07:00
Bryan Ashby
d5446cdb51
Cleanup and placeholder
2023-01-24 18:11:28 -07:00
Bryan Ashby
d7df066ab0
Object and Note, load of public notes, etc.
2023-01-23 14:45:56 -07:00
Bryan Ashby
0fc8ae0e18
WIP on shared inbox functionality
2023-01-22 13:51:32 -07:00
Bryan Ashby
d03718d55e
Move avatar handler to generic system general handler
2023-01-22 10:18:52 -07:00
Bryan Ashby
3f2dcee5a7
Add avatar support
...
* Default generated for new users (oputil.js tool to come)
* Defaults to setting ActivityPub image/icon
* Allows ops to configure the look, extend, etc.
2023-01-21 20:57:22 -07:00
Bryan Ashby
468f1486c0
Use a Collection for outbox
2023-01-21 18:51:54 -07:00
Bryan Ashby
ce7dd8e1cd
Handle Undo
2023-01-21 01:19:19 -07:00
Bryan Ashby
d9e4b66a35
Cleanup, DRY, logging
2023-01-20 22:15:59 -07:00
Bryan Ashby
9517b292a4
Work on shifting code to generic collections, etc.
2023-01-20 16:03:27 -07:00
Bryan Ashby
930308e07f
Fix POST to Accept Follow Request
2023-01-19 22:31:14 -07:00
Bryan Ashby
b075e25330
Cleanup
2023-01-13 23:55:05 -07:00
Nathan Byrd
4841823d67
Additional merge changes
2023-01-13 23:16:55 -06:00
Nathan Byrd
3cb4f5158e
Merge upstream
2023-01-13 23:00:12 -06:00
Bryan Ashby
315d77b1c0
Start Collection, some extra Actor props, start Followers, cleanup/DRY/etc.
2023-01-13 21:27:02 -07:00
Nathan Byrd
c796a856b1
Bug squashing and refactored inbox
2023-01-13 16:03:09 -06:00
Nathan Byrd
84dde6c5c5
Small bugfixes
2023-01-13 13:26:12 -06:00
Bryan Ashby
9ad0cabd04
Test hook
2023-01-13 09:52:21 -07:00