William Grant
d0a40e41cd
fix: prevent font swap on first load
...
removed some unused sass classes, replace last sass font size variables
10 months ago
William Grant
55d062cb02
feat: refactored empty message view component
...
use styled components
1 year ago
Audric Ackermann
e3b6be7318
chore: fix typos
...
this comes from mdplusplus https://github.com/mdPlusPlus/session-desktop/tree/codespell
duplicated to fix conflicts
2 years ago
Audric Ackermann
e8a1e07b68
fix: build do not add files in linux, win and mac dist/subfolders
3 years ago
William Grant
5cf76c5f08
feat: build sass files using parcel instead of grunt
...
added sass watch command for auto building sass on file changes, cleaned up IE7 fallback css
3 years ago
Audric Ackermann
5c9b34fb86
lint files
3 years ago
Audric Ackermann
af9d2fdfa1
get rid of libtextsecure.js and componnets.js
3 years ago
Audric Ackermann
00d70db0be
queue user profile avatars update
...
also add some tests for the promise utils
3 years ago
Audric Ackermann
9f8920ef2c
mostly working but need to improve perfs
3 years ago
Audric Ackermann
4d72b92b25
app starts but full of errors
3 years ago
Audric Ackermann
2b17ad5cfa
WIP
3 years ago
Audric Ackermann
280cc494e8
test with webpack - not working
3 years ago
Audric Ackermann
12d9a8db78
electron-renderer webpack seems to be generating main_renderer.js
3 years ago
Audric Ackermann
51575d2f56
moved views to TS but broken
3 years ago
Audric Ackermann
d99cdc48f4
rename background.js to main_start.js
3 years ago
Audric Ackermann
6bd835dfc3
move storage.js to ts
3 years ago
Audric Ackermann
747bcb766c
move notifications.js to ts
3 years ago
Audric Ackermann
0d4059ccb1
move read_receipts to ts
3 years ago
Audric Ackermann
1ff836865a
after moving focusListener to ts
3 years ago
Audric Ackermann
e78224db05
after moving expiring message and wallclock to TS
3 years ago
Audric Ackermann
1e8c8991ad
more cleanup
4 years ago
audric
714024fb1f
fix notification icons
4 years ago
Audric Ackermann
67f642596d
remove SessionId reset dialog
...
consider user had the time to update now
4 years ago
Audric Ackermann
8ab8444222
remove expire warning. app asks to update on app start
4 years ago
Audric Ackermann
e8f0c4aaec
move libloki to webworker and remove unused stuff in it
4 years ago
Audric Ackermann
8760a59875
nodefetch headers as on mobile + cleanup worker code
4 years ago
Audric Ackermann
b045411961
remove reliable_trigger.js useless
4 years ago
Audric Ackermann
9204d2f5dd
remove importer
4 years ago
Audric Ackermann
a5d7995168
merge dialog refctor with clearnet
4 years ago
Audric Ackermann
c9d7f4a1ab
Merge remote-tracking branch 'w/onion-paths' into clearnet
4 years ago
Warrick Corfe-Tan
7c82ccb3e9
user details modal refactor functioning.
4 years ago
Warrick Corfe-Tan
59b02a5ed4
Update group name modal dialog fixes
4 years ago
Warrick Corfe-Tan
9e5824cee1
Update group rename dialog
4 years ago
Audric Ackermann
8ef9c8ed1a
remove delivery receipt logic
4 years ago
Warrick Corfe-Tan
1bfdbc5c93
WIP: Refactoring modals.
4 years ago
Warrick Corfe-Tan
09f4b703ef
seed dialog refactored
4 years ago
Audric Ackermann
8c726fd745
reupload avatar every 10 days
4 years ago
Lucas Phang
dc2f62d5eb
Display Onion Path Dialog
4 years ago
Warrick
cb307790f6
WIP: User nicknames ( #1618 )
...
* WIP Adding change nickname dialog.
* WIP adding nickname change dialog.
* WIP nickname dialog.
* WIP: Able to set conversation nicknames. Next step cleaning and adding to conversation list menu.
* Fix message capitilisations.
* Add change nickname to conversation list menu.
* Enable clear nickname menu item.
* Added messages for changing nicknames.
* Clearing nicknames working from header and message list.
* Adding modal styling to nickname modal.
* Reorder nickname menu item positions.
* Add group based conditional nickname menu options to conversation header menu.
* minor tidying.
* Remove unused error causing el option.
* Formatting.
* Linting fixes.
* Made PR fixes
* Prioritise displaying nicknames for inviting new closed group members
and updating closed group members.
4 years ago
Audric Ackermann
d3b9e56c92
remove unused templates and css
4 years ago
Audric Ackermann
683fa84970
remove Nickname dialog for now
4 years ago
Audric Ackermann
4f7cb04552
remove completely SignalProtocolStore
4 years ago
Audric Ackermann
a51f95d28c
move models to TS part1
4 years ago
Audric Ackermann
9dc5cdf247
rename create_dialog view to update_group_dialog
4 years ago
Audric Ackermann
135fc3b366
remove prekeys
4 years ago
Audric Ackermann
72c96ea998
remove most of the SessionProtocol unused stuff
...
- prekeys
- SessionCipher
- LokiCipher
- endSession and the reset Session logic
- what we called Sessionprotocol manager (to keep track of session with
everyone)
4 years ago
Audric Ackermann
cbd0e63641
add admin dialog to warn him about leaving for v2 closed group
4 years ago
Audric Ackermann
2fe6b11e89
move ConversationController to typescript
4 years ago
Audric Ackermann
b0a229bf13
add Dialog on app start to ask to update SessionID
4 years ago
Audric Ackermann
cd3ec67099
add the encryptWithSessionProtocol method
4 years ago