Commit Graph

38 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 d51dc50f11 Disable context isolation to make it work with latest version of Electron. Though a rework is needed on the render code to remove the need for require. 2021-05-24 11:48:29 +02:00
Feufochmar 6944eb92b0 Add README 2020-04-06 13:31:54 +02:00
Feufochmar ce1de47465 Add license 2020-04-06 13:25:57 +02:00
Feufochmar d551b43e6c Set window icon. 2020-04-05 18:14:27 +02:00
Feufochmar 8a31e4e139 Do not show tools on launch. 2020-04-05 18:04:58 +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 62a79de454 Other part of activity icons. 2020-04-02 12:10:05 +02:00
Feufochmar b72a23f696 Icons for activities displayed in the timeline. 2020-04-01 18:06:47 +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 4aaabcda3d Render source-code in a paragraph and not a text area. Add a disconnect button on the connected user's profile. 2020-03-31 16:00:13 +02:00
Feufochmar 8a7bf8cf21 Cosmetic changes 2020-03-31 13:33:27 +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 7e04869453 Change deeply the look of the application. Still to do: timelines/collections, activities. 2020-03-27 17:08:59 +01: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 e3ec0a497a Typo 2020-03-26 13:37:51 +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 564d563547 Cosmetic changes 2020-03-25 20:01:05 +01:00
Feufochmar 9950bc5544 Loading inbox / outbox should be displayed in *-messages, not *-messages-error 2020-03-25 20:00:38 +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