Commit Graph

  • 71b242e (develop) Begin adding pagination to messages, conversations, and friends by Tovi Jaeschke-Rogers 2022-11-17 22:34:42 +1030
  • 23a5e38 Add pull to refresh on conversations and friends lists by Tovi Jaeschke-Rogers 2022-11-16 03:00:15 +1030
  • 1f5585f Change list layouts to fix pull to refresh by Tovi Jaeschke-Rogers 2022-11-16 02:18:27 +1030
  • 44f68e2 Add .env example filles by Tovi Jaeschke-Rogers 2022-11-12 14:42:29 +1030
  • 33748cb Fix redirect bug during signup by Tovi Jaeschke-Rogers 2022-11-05 16:37:07 +1030
  • f3ec921 Merge branch 'develop' of git.tovijaeschke.xyz:tovi/Envelope into develop by Tovi Jaeschke-Rogers 2022-11-05 00:32:57 +1030
  • 6d19d19 Update signup to not store symmetric key by Tovi Jaeschke-Rogers 2022-11-05 00:32:12 +1030
  • 5186fd6 Merge pull request 'feature/add-notifications' (#6) from feature/add-notifications into develop by Tovi Jaeschke-Rogers 2022-11-04 23:45:55 +1100
  • 727928b (refs/pull/6/head, feature/add-notifications) Add notifications when message is sent by Tovi Jaeschke-Rogers 2022-11-04 20:06:12 +1030
  • 3bfdca0 WIP - Adding push notifications by Tovi Jaeschke-Rogers 2022-11-01 19:59:09 +1030
  • 8b0ab86 Add repository classes to interact with DB by Tovi Jaeschke-Rogers 2022-10-28 08:36:08 +1030
  • 78d51f7 Refactor to use model based create / update / delete by Tovi Jaeschke-Rogers 2022-10-19 20:10:16 +1030
  • e746523 Move message http calls to service class by Tovi Jaeschke-Rogers 2022-10-18 21:36:57 +1030
  • 74922b2 WIP - Start working on service classes and move models dir by Tovi Jaeschke-Rogers 2022-10-18 21:15:52 +1030
  • 07c5e4a Update color schemes by Tovi Jaeschke-Rogers 2022-10-18 19:44:44 +1030
  • b0b82d8 Add ability to set server URL on login by Tovi Jaeschke-Rogers 2022-10-12 21:56:16 +1000
  • ce2d716 Add assets and change app icon by Tovi Jaeschke-Rogers 2022-10-12 07:49:27 +1000
  • 6ff7b7d Remove redundant print statements by Tovi Jaeschke-Rogers 2022-10-10 18:26:18 +1030
  • 64be703 Rebrand back to "Envelope" by Tovi Jaeschke-Rogers 2022-10-10 17:40:51 +1030
  • ad18b35 Add permissions view by Tovi Jaeschke-Rogers 2022-10-09 16:03:40 +1030
  • aac000c Add .env.example by Tovi Jaeschke-Rogers 2022-10-09 14:23:49 +1030
  • 911c9c4 Merge pull request 'feature/dockerize-server' (#5) from feature/dockerize-server into develop by Tovi Jaeschke-Rogers 2022-10-09 14:45:46 +1100
  • 71d6bf6 (refs/pull/5/head) Add message_expiry to conversation settings by Tovi Jaeschke-Rogers 2022-10-09 14:14:09 +1030
  • be08442 Reload golang server on file change by Tovi Jaeschke-Rogers 2022-10-09 09:40:17 +1030
  • 9a29a9d Add new tests by Tovi Jaeschke-Rogers 2022-10-07 16:54:20 +1030
  • cc7caae Merge pull request 'feature/dockerize-server' (#4) from feature/dockerize-server into develop by Tovi Jaeschke-Rogers 2022-09-23 00:45:00 +1000
  • d3553d5 (refs/pull/4/head) Add tests for friend list by Tovi Jaeschke-Rogers 2022-09-22 22:40:46 +0930
  • 43fcd3b Add tests for CreateConversation and UpdateConversation by Tovi Jaeschke-Rogers 2022-09-22 19:27:40 +0930
  • 2a368ac Update tests by Tovi Jaeschke-Rogers 2022-09-13 21:51:58 +0930
  • 5a70720 Seed rand by Tovi Jaeschke-Rogers 2022-09-08 19:16:10 +0930
  • ee3de6a Add more tests for Api/Auth routes by Tovi Jaeschke-Rogers 2022-09-08 19:13:55 +0930
  • b914a9f Move go server into docker container and start adding tests by Tovi Jaeschke-Rogers 2022-09-06 21:05:03 +0930
  • b80e6ff Merge pull request 'feature/add-attachment-support' (#3) from feature/add-attachment-support into develop by Tovi Jaeschke-Rogers 2022-09-06 18:47:03 +1000
  • eb0bf8a (refs/pull/3/head) Update attachements to send back filename not link by Tovi Jaeschke-Rogers 2022-09-06 18:15:00 +0930
  • 19fbb9c Add profile images for user profiles by Tovi Jaeschke-Rogers 2022-08-31 20:55:46 +0930
  • 70f6d65 Add conversation image support by Tovi Jaeschke-Rogers 2022-08-31 06:37:51 +0930
  • b1ad911 WIP - Adding images for conversation & user icons by Tovi Jaeschke-Rogers 2022-08-29 20:27:48 +0930
  • f56ccfe WIP - Adding image support by Tovi Jaeschke-Rogers 2022-08-28 16:43:36 +0930
  • c958136 WIP - Working on adding attachments to messages by Tovi Jaeschke-Rogers 2022-08-26 20:15:34 +0930
  • 068701a Merge pull request 'feature/profile-page' (#2) from feature/profile-page into develop by Tovi Jaeschke-Rogers 2022-08-24 19:33:18 +1000
  • 54068e8 (refs/pull/2/head) Update the profile page by Tovi Jaeschke-Rogers 2022-08-24 18:57:31 +0930
  • e31b048 Add the ability to change the server URL on signup & profile page by Tovi Jaeschke-Rogers 2022-08-22 20:34:41 +0930
  • fce45d4 Update the profile page to show the QR code on dropdown by Tovi Jaeschke-Rogers 2022-08-21 19:43:04 +0930
  • 56c3f13 Merge pull request 'feature/initial-project' (#1) from feature/initial-project into develop by Tovi Jaeschke-Rogers 2022-08-21 16:16:40 +1000
  • ecac186 (refs/pull/1/head) Remove redunant w.WriteHeader lines after http.Error by Tovi Jaeschke-Rogers 2022-08-21 15:44:49 +0930
  • bfa4f6b Add friends through scanning qr code by Tovi Jaeschke-Rogers 2022-08-21 15:29:10 +0930
  • 2a5f243 Fix state management on home page, and fix user conversations by Tovi Jaeschke-Rogers 2022-08-13 11:26:33 +0930
  • c120552 Open conversation from friend list by Tovi Jaeschke-Rogers 2022-08-12 19:51:15 +0930
  • b2e9764 Fix accepting friend requests by Tovi Jaeschke-Rogers 2022-08-11 19:39:01 +0930
  • 1f4d261 Accept and reject friend requests by Tovi Jaeschke-Rogers 2022-08-11 19:23:58 +0930
  • c89dcf1 Fix messages doubling up due to mismatched ids by Tovi Jaeschke-Rogers 2022-08-05 18:35:02 +0930
  • d7af0a9 Working conversations and messages by Tovi Jaeschke-Rogers 2022-08-02 16:11:20 +0930
  • b409dda Fix conversation creation & slight polish on converstation pages by Tovi Jaeschke-Rogers 2022-07-25 19:39:27 +0930
  • 9502692 Seperate views into subdirectories by Tovi Jaeschke-Rogers 2022-07-19 20:33:49 +0930
  • b05b90e Remove friends table due to unnecessary added complexity by Tovi Jaeschke-Rogers 2022-07-19 20:24:00 +0930
  • 4ca108d Make local conversation records by Tovi Jaeschke-Rogers 2022-07-13 20:33:30 +0930
  • 283054b Update the conversation settings and profile page by Tovi Jaeschke-Rogers 2022-07-09 15:44:54 +0930
  • 0dac8e8 Code clean up and organisation of colors and profile storage by Tovi Jaeschke-Rogers 2022-07-06 21:03:49 +0930
  • 66810ac Fix login check on initial load, add failed to send message by Tovi Jaeschke-Rogers 2022-07-04 07:38:16 +0930
  • a6f54d5 Finish sending messages by Tovi Jaeschke-Rogers 2022-07-02 15:20:09 +0930
  • d8535fd Message conversations syncing to device by Tovi Jaeschke-Rogers 2022-06-26 19:21:42 +0930
  • b5701cf Friends and conversations sync to device by Tovi Jaeschke-Rogers 2022-06-26 15:46:19 +0930
  • 5eb1aed WIP - Working encryption with seeder by Tovi Jaeschke-Rogers 2022-06-15 19:34:04 +0930
  • d67e4e8 Update the message/thread structure, and fix the db seeder by Tovi Jaeschke-Rogers 2022-06-13 13:55:29 +0930
  • 1a9f763 Start adding routes for mobile interaction by Tovi Jaeschke-Rogers 2022-06-08 20:39:50 +0930
  • 5257613 Add initial conversation list/friend list by Tovi Jaeschke-Rogers 2022-06-05 15:17:32 +0930
  • 00e3cc3 Working on initial encryption key generation & authentication by Tovi Jaeschke-Rogers 2022-05-28 16:12:47 +0930
  • f197d8e Add initial Backend and flutter mobile app by Tovi Jaeschke-Rogers 2022-04-24 14:24:20 +0930
  • f0637f8 (HEAD -> master) Initial commit by Tovi Jaeschke-Rogers 2022-04-18 07:55:26 +1000