Commit Graph

25 Commits

Author SHA1 Message Date
Feufochmar 612a1abbd6 Add checks 2022-05-23 13:42:11 +02:00
Feufochmar fe82a9c12c Add an id to activities without id when storing them. 2021-05-24 17:11:41 +02:00
Feufochmar caa7891b93 Use import/export instead of require, so node is not needed in the render. Also fix an issue with previous/next in timelines. 2021-05-24 13:48:22 +02:00
Feufochmar e027336e2b Fix the write note page. 2020-04-05 18:02:23 +02:00
Feufochmar 6245578f1b Add a way to refresh attributes, like there is a way to refresh objects. 2020-04-05 18:01:46 +02:00
Feufochmar f38597c738 Make sure that the bearer token is only sent when interacting with the server of the ConnectedUser. Remove the token of places it is not needed. 2020-04-05 17:36:16 +02:00
Feufochmar 0cb6a8555a Use activity-vocabulary in timeline, activity and objects wrappers. 2020-04-05 17:04:23 +02:00
Feufochmar 778ee0b9be OrderedCollection use orderedItems attribute instead of items. 2020-04-05 17:03:14 +02:00
Feufochmar 6c1ac941eb Add classes for activity vocabulary. Migrate actor to use them. 2020-04-04 18:34:45 +02:00
Feufochmar 0c42dbb2f8 No title property in objects (name instead). Summary can be HTML. 2020-04-02 12:12:32 +02:00
Feufochmar 682f0f4767 Add a check when parsing timeline. Change error messages. 2020-04-01 17:40:43 +02:00
Feufochmar 5e5f498328 Show attachments of messages. 2020-03-31 17:27:05 +02:00
Feufochmar 86a84b287b Display objects of activities. Rework how activities are displayed. 2020-03-30 17:51:02 +02:00
Feufochmar 9431963b13 Display activity -- without object. 2020-03-30 12:51:38 +02:00
Feufochmar 2c7f09f926 Change the callback in KnownActors to use the same format as KnownActivities 2020-03-30 12:49:43 +02:00
Feufochmar 8056398b64 Add an activity cache, to retrieve activities from their id. 2020-03-30 12:48:45 +02:00
Feufochmar cb5977f910 Show the timeline 2020-03-30 10:34:40 +02:00
Feufochmar 7c0d471328 On ok, callback failure_message shouldn't be set. 2020-03-27 12:54:22 +01:00
Feufochmar f1f60b4741 Add a dummy actor for 'public' audience. 2020-03-26 15:14:15 +01:00
Feufochmar d660bf8461 Change indentation 2020-03-26 13:49:34 +01:00
Feufochmar cb7ed42f9b Change the name/server loading method of Actor to take the address directly 2020-03-26 12:50:22 +01:00
Feufochmar 3c24c61e1e Add dummy actors for followers to display those correctly in To/Cc fields 2020-03-26 12:15:44 +01:00
Feufochmar 95c9c81da1 Add utility functions for display of actors. 2020-03-26 12:13:12 +01:00
Feufochmar 4538aaa903 Add the raw json and a few checks on the actor structure. Change access to elements in UI. 2020-03-25 16:40:26 +01:00
Feufochmar b811b09fa5 New Electron application. Import old AP.Mail HTML/JS version and improve it a bit. 2020-03-25 13:37:11 +01:00