Tovi Jaeschke-Rogers
3bfdca0f50
WIP - Adding push notifications
2 years ago
Tovi Jaeschke-Rogers
8b0ab86c83
Add repository classes to interact with DB
2 years ago
Tovi Jaeschke-Rogers
78d51f70b8
Refactor to use model based create / update / delete
2 years ago
Tovi Jaeschke-Rogers
e7465238e3
Move message http calls to service class
2 years ago
Tovi Jaeschke-Rogers
74922b2804
WIP - Start working on service classes and move models dir
2 years ago
Tovi Jaeschke-Rogers
07c5e4af7a
Update color schemes
2 years ago
Tovi Jaeschke-Rogers
b0b82d86e0
Add ability to set server URL on login
2 years ago
Tovi Jaeschke-Rogers
ce2d716b7b
Add assets and change app icon
2 years ago
Tovi Jaeschke-Rogers
6ff7b7d67f
Remove redundant print statements
2 years ago
Tovi Jaeschke-Rogers
64be7031a4
Rebrand back to "Envelope"
Add back button to QR Reader page
2 years ago
Tovi Jaeschke-Rogers
ad18b358ce
Add permissions view
2 years ago
Tovi Jaeschke-Rogers
aac000cc9a
Add .env.example
2 years ago
Tovi Jaeschke-Rogers
911c9c4cce
Merge pull request 'feature/dockerize-server' ( #5 ) from feature/dockerize-server into develop
Reviewed-on: #5
2 years ago
Tovi Jaeschke-Rogers
71d6bf67f7
Add message_expiry to conversation settings
2 years ago
Tovi Jaeschke-Rogers
be084425bb
Reload golang server on file change
Fix bugs created after changing endpoints for tests
Build for iOS
2 years ago
Tovi Jaeschke-Rogers
9a29a9d82c
Add new tests
2 years ago
Tovi Jaeschke-Rogers
cc7caae931
Merge pull request 'feature/dockerize-server' ( #4 ) from feature/dockerize-server into develop
Reviewed-on: #4
2 years ago
Tovi Jaeschke-Rogers
d3553d5955
Add tests for friend list
2 years ago
Tovi Jaeschke-Rogers
43fcd3b9e8
Add tests for CreateConversation and UpdateConversation
2 years ago
Tovi Jaeschke-Rogers
2a368acc44
Update tests
2 years ago
Tovi Jaeschke-Rogers
5a70720172
Seed rand
2 years ago
Tovi Jaeschke-Rogers
ee3de6a1a5
Add more tests for Api/Auth routes
2 years ago
Tovi Jaeschke-Rogers
b914a9f75c
Move go server into docker container and start adding tests
2 years ago
Tovi Jaeschke-Rogers
b80e6ffa21
Merge pull request 'feature/add-attachment-support' ( #3 ) from feature/add-attachment-support into develop
Reviewed-on: #3
2 years ago
Tovi Jaeschke-Rogers
eb0bf8a06f
Update attachements to send back filename not link
2 years ago
Tovi Jaeschke-Rogers
19fbb9c25a
Add profile images for user profiles
2 years ago
Tovi Jaeschke-Rogers
70f6d6546f
Add conversation image support
2 years ago
Tovi Jaeschke-Rogers
b1ad911e2d
WIP - Adding images for conversation & user icons
Todo: Save image on server for conversations & profiles
2 years ago
Tovi Jaeschke-Rogers
f56ccfe942
WIP - Adding image support
2 years ago
Tovi Jaeschke-Rogers
c9581363dc
WIP - Working on adding attachments to messages
2 years ago
Tovi Jaeschke-Rogers
068701ae45
Merge pull request 'feature/profile-page' ( #2 ) from feature/profile-page into develop
Reviewed-on: #2
2 years ago
Tovi Jaeschke-Rogers
54068e805d
Update the profile page
Add change password page and route
Add disappearing messages page and route
Add the ability to change the server URL
Update the look and feel of the qr code
2 years ago
Tovi Jaeschke-Rogers
e31b048389
Add the ability to change the server URL on signup & profile page
TODO: Change server URL on login. This will only affect new devices with
existing users, so will be done later.
2 years ago
Tovi Jaeschke-Rogers
fce45d4cad
Update the profile page to show the QR code on dropdown
Add change password screen and endpoint
2 years ago
Tovi Jaeschke-Rogers
56c3f13ac2
Merge pull request 'feature/initial-project' ( #1 ) from feature/initial-project into develop
Reviewed-on: #1
2 years ago
Tovi Jaeschke-Rogers
ecac186187
Remove redunant w.WriteHeader lines after http.Error
2 years ago
Tovi Jaeschke-Rogers
bfa4f6b422
Add friends through scanning qr code
2 years ago
Tovi Jaeschke-Rogers
2a5f243825
Fix state management on home page, and fix user conversations
2 years ago
Tovi Jaeschke-Rogers
c120552a6a
Open conversation from friend list
2 years ago
Tovi Jaeschke-Rogers
b2e97646cd
Fix accepting friend requests
Fix "No Friends" flickering on tab change
2 years ago
Tovi Jaeschke-Rogers
1f4d26165f
Accept and reject friend requests
Added custom error message for when interactions fail
2 years ago
Tovi Jaeschke-Rogers
c89dcf10ec
Fix messages doubling up due to mismatched ids
2 years ago
Tovi Jaeschke-Rogers
d7af0a9ac9
Working conversations and messages
2 years ago
Tovi Jaeschke-Rogers
b409ddaac8
Fix conversation creation & slight polish on converstation pages
2 years ago
Tovi Jaeschke-Rogers
9502692958
Seperate views into subdirectories
2 years ago
Tovi Jaeschke-Rogers
b05b90e6d2
Remove friends table due to unnecessary added complexity
WIP - Creating conversations
2 years ago
Tovi Jaeschke-Rogers
4ca108dafa
Make local conversation records
2 years ago
Tovi Jaeschke-Rogers
283054bfd5
Update the conversation settings and profile page
2 years ago
Tovi Jaeschke-Rogers
0dac8e86ae
Code clean up and organisation of colors and profile storage
2 years ago
Tovi Jaeschke-Rogers
66810ac55e
Fix login check on initial load, add failed to send message
2 years ago