Commit Graph

  • 612a1abbd6 Add checks master Feufochmar 2022-05-23 13:42:11 +0200
  • fe82a9c12c Add an id to activities without id when storing them. Feufochmar 2021-05-24 17:11:41 +0200
  • caa7891b93 Use import/export instead of require, so node is not needed in the render. Also fix an issue with previous/next in timelines. Feufochmar 2021-05-24 13:48:22 +0200
  • 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. Feufochmar 2021-05-24 11:48:29 +0200
  • 6944eb92b0 Add README Feufochmar 2020-04-06 13:31:54 +0200
  • ce1de47465 Add license Feufochmar 2020-04-06 13:25:57 +0200
  • d551b43e6c Set window icon. Feufochmar 2020-04-05 18:14:27 +0200
  • 8a31e4e139 Do not show tools on launch. Feufochmar 2020-04-05 18:04:58 +0200
  • e027336e2b Fix the write note page. Feufochmar 2020-04-05 18:02:23 +0200
  • 6245578f1b Add a way to refresh attributes, like there is a way to refresh objects. Feufochmar 2020-04-05 18:01:46 +0200
  • 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. Feufochmar 2020-04-05 17:36:16 +0200
  • 0cb6a8555a Use activity-vocabulary in timeline, activity and objects wrappers. Feufochmar 2020-04-05 17:04:23 +0200
  • 778ee0b9be OrderedCollection use orderedItems attribute instead of items. Feufochmar 2020-04-05 17:03:14 +0200
  • 6c1ac941eb Add classes for activity vocabulary. Migrate actor to use them. Feufochmar 2020-04-04 18:34:45 +0200
  • 0c42dbb2f8 No title property in objects (name instead). Summary can be HTML. Feufochmar 2020-04-02 12:12:32 +0200
  • 62a79de454 Other part of activity icons. Feufochmar 2020-04-02 12:10:05 +0200
  • b72a23f696 Icons for activities displayed in the timeline. Feufochmar 2020-04-01 18:06:47 +0200
  • 682f0f4767 Add a check when parsing timeline. Change error messages. Feufochmar 2020-04-01 17:40:43 +0200
  • 5e5f498328 Show attachments of messages. Feufochmar 2020-03-31 17:27:05 +0200
  • 4aaabcda3d Render source-code in a paragraph and not a text area. Add a disconnect button on the connected user's profile. Feufochmar 2020-03-31 16:00:13 +0200
  • 8a7bf8cf21 Cosmetic changes Feufochmar 2020-03-31 13:33:27 +0200
  • 86a84b287b Display objects of activities. Rework how activities are displayed. Feufochmar 2020-03-30 17:51:02 +0200
  • 9431963b13 Display activity -- without object. Feufochmar 2020-03-30 12:51:38 +0200
  • 2c7f09f926 Change the callback in KnownActors to use the same format as KnownActivities Feufochmar 2020-03-30 12:49:43 +0200
  • 8056398b64 Add an activity cache, to retrieve activities from their id. Feufochmar 2020-03-30 12:48:00 +0200
  • cb5977f910 Show the timeline Feufochmar 2020-03-30 10:34:40 +0200
  • 7e04869453 Change deeply the look of the application. Still to do: timelines/collections, activities. Feufochmar 2020-03-27 17:08:59 +0100
  • 7c0d471328 On ok, callback failure_message shouldn't be set. Feufochmar 2020-03-27 12:54:22 +0100
  • f1f60b4741 Add a dummy actor for 'public' audience. Feufochmar 2020-03-26 15:14:15 +0100
  • d660bf8461 Change indentation Feufochmar 2020-03-26 13:49:34 +0100
  • e3ec0a497a Typo Feufochmar 2020-03-26 13:37:51 +0100
  • cb7ed42f9b Change the name/server loading method of Actor to take the address directly Feufochmar 2020-03-26 12:50:22 +0100
  • 3c24c61e1e Add dummy actors for followers to display those correctly in To/Cc fields Feufochmar 2020-03-26 12:15:44 +0100
  • 95c9c81da1 Add utility functions for display of actors. Feufochmar 2020-03-26 12:13:12 +0100
  • 564d563547 Cosmetic changes Feufochmar 2020-03-25 20:01:05 +0100
  • 9950bc5544 Loading inbox / outbox should be displayed in *-messages, not *-messages-error Feufochmar 2020-03-25 20:00:38 +0100
  • 4538aaa903 Add the raw json and a few checks on the actor structure. Change access to elements in UI. Feufochmar 2020-03-25 16:40:26 +0100
  • b811b09fa5 New Electron application. Import old AP.Mail HTML/JS version and improve it a bit. Feufochmar 2020-03-25 13:37:11 +0100