Bryan Ashby
ccd229d7c6
Docs, tidy
2023-02-20 21:49:41 -07:00
Bryan Ashby
c9f9eb9e17
Fix SQL bug
2023-02-20 17:09:34 -07:00
Bryan Ashby
777df9f879
Tidy names
2023-02-20 16:36:34 -07:00
Bryan Ashby
30cb21f092
Sync up
2023-02-20 16:12:07 -07:00
Bryan Ashby
036a3dcd58
Remove actor_cache; use a special collection
2023-02-20 16:01:16 -07:00
Nathan Byrd
8668eedce2
New submenu for activitypub
2023-02-20 16:21:42 -06: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
194a5b012e
Add image URL editor for AcitvityPub user config
2023-02-12 17:48:34 -07:00
Bryan Ashby
df55c3fa6d
New MCI for AP subject, show subj and custom info format on config
2023-02-11 20:27:50 -07:00
Bryan Ashby
a09fe4894f
Durp
2023-02-10 22:29:33 -07:00
Nathan Byrd
6466220b6d
Revert "First steps toward search"
...
This reverts commit 87034967ae
.
2023-02-10 21:34:49 -06:00
Nathan Byrd
87034967ae
First steps toward search
2023-02-10 16:51:50 -06:00
Bryan Ashby
1fcadef8d0
Fix local-to-local user in public area
2023-02-09 20:36:11 -07:00
Bryan Ashby
c0914af002
Fix a few more inbox/addressing bugs, cleanup, add methtod to request follow
2023-02-08 21:32:54 -07:00
Bryan Ashby
9b08cf827b
Clean up Actor cache
2023-02-08 17:19:12 -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
c9b3c9bc41
Better context check
2023-02-06 22:18:09 -07:00
Bryan Ashby
1b684e2f2b
Clean up contexts in objects
2023-02-06 18:27:12 -07:00
Bryan Ashby
926f45b917
Clean up URLs to use central area, less confusion
2023-02-06 14:34:18 -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
36ebda5269
Fix shared inbox delivery for private + public
2023-02-05 14:43:46 -07:00
Bryan Ashby
41cd0f7f33
Fix local Actor URLs, add addFollowing() API
2023-02-05 10:42:30 -07:00
Bryan Ashby
bd2dc27477
Add getRemoteCollectionStats() and usage
2023-02-04 23:16:44 -07:00
Bryan Ashby
24de0fa0bf
Merge branch '459-activitypub-integration' of github.com:NuSkooler/enigma-bbs into 459-activitypub-integration
2023-02-04 22:55:20 -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
Nathan Byrd
77b0e6dd23
Merge branch '459-activitypub-integration' of github.com:NuSkooler/enigma-bbs into 459-activitypub-integration
2023-02-04 19:34:09 -06:00
Nathan Byrd
877e2ca61a
Added followers and following
2023-02-04 19:33:56 -06:00
Bryan Ashby
c3335ce062
Hopefully better microformat handling outgoing
2023-02-04 15:17:59 -07:00
Bryan Ashby
a24ec5fd67
Some hardening and Note import improvements for diff systems
2023-02-04 14:19:29 -07:00
Bryan Ashby
a8e867a4bb
Support 'maxLength' property in MLTEV; Enforce this by default, to 500 characters for AP messages. WIP optional subjects, some new configuration
2023-02-04 11:51:47 -07:00
Bryan Ashby
1065f14c2e
Merge branch '459-activitypub-integration' of github.com:NuSkooler/enigma-bbs into 459-activitypub-integration
2023-02-03 15:14:54 -07:00
Nathan Byrd
00e6b41a3e
Fixed focus and minor changes
2023-02-03 16:14:45 -06:00
Bryan Ashby
f97d1844e3
Add attachment information to messages, fix duplicate handling to respond properly
2023-02-03 15:14:27 -07:00
Nathan Byrd
95250d23f2
Added additional fields and some cleanup
2023-02-03 15:21:19 -06:00
Nathan Byrd
3be14ec94b
Start of an actor search screen, finally
2023-02-01 21:50:32 -06:00
Bryan Ashby
835bfbddb0
Return to prev on save
2023-01-31 22:19:27 -07:00
Bryan Ashby
f8d4f49f7f
WIP ActivityPub user config
2023-01-31 22:16:19 -07:00
Bryan Ashby
a829905c63
New convienience functions on toggle menus, allow paths in sys module search
2023-01-30 22:13:38 -07:00
Bryan Ashby
c456c18b85
Non-dynamic info
2023-01-30 16:09:18 -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
0ca67f6729
Clean up cache, add missing FK option
2023-01-28 12:59:12 -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
Nathan Byrd
8dd28e3091
Fixed not-found and similar errors case
2023-01-26 19:18:25 -06: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
1aa56fbaa7
WIP: Import messages sent to local Actor inboxes to their private mail
2023-01-24 21:40:12 -07:00