Commit Graph

33 Commits (c422c9e2ade5ae951f19d1f2afb52008c4f82efe)

Author SHA1 Message Date
Mikunj 522e9fb4ec Remove old functions
Mikunj Varsani 24a3e05154
Revert "Revert "Clean up unused dependencies.""
Vince 5ff7476359
Revert "Clean up unused dependencies."
Mikunj b16da2c5f5 Linting
Mikunj 9d2417c2f6 Removed proxy-agent and web-socket.
Trimmed down web_api.js to most basic functions we are using. This needs to be completely removed in the future.
Ryan Tharp 9826cf0545 use now static version of uploadPrivateAttachment
Vincent 9dcc851ebd Updated all icon references
Vincent a1a582d7ea Session branding fixes
Vincent 5fbbdc33c3 Signal branding
Maxim Shishmarev 5a08ac9cc1 Use avatar specific endpoint
Beaudan Brown f0c198c7b7 Split uploadData to public and private
Beaudan Brown 4e85435bf7 Update attachment pipeline to upload and download from loki fileserver
Beaudan 63396669bc Add eslint rule to enforce curlys, run eslint --fix to automatically apply this rule and add swapfiles to gitignore
Mikunj e343a04eea Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22
# Conflicts:
#	app/sql.js
#	background.html
#	config/default.json
#	js/background.js
#	js/models/conversations.js
#	js/models/messages.js
#	js/modules/data.js
#	js/signal_protocol_store.js
#	js/views/conversation_search_view.js
#	libtextsecure/message_receiver.js
#	libtextsecure/sendmessage.js
#	main.js
#	package.json
#	preload.js
#	test/index.html
#	ts/components/Avatar.tsx
#	ts/components/conversation/ConversationHeader.md
#	ts/components/conversation/ConversationHeader.tsx
Scott Nonnenberg 3917ab940e web_api: Fix caching of https.agent objects between requests
sachaaaaa a0f67c22da Merge branch 'textsecure/master' into merge_1_21_0
* textsecure/master: (26 commits)
  v1.21.0
  v1.21.0-beta.4
  Dark Theme: Preserve blue background on app loading screen
  Localization updates
  Fix width of audio player when window is very narrow
  A number of small fixes for Link Previews
  Get rid of the white flash when the app starts up ()
  v1.21.0-beta.3
  Lint fixes
  Introduce new language: NB
  Fail over to all numbers in retry if errors don't have numbers
  Use the proper method for pulling attachments off disk for retry
  Fix rendering bug with verified state in updateVerified()
  Update electron-builder and electron-updater
  Ensure that dialog pops up when permissions denied for voice note
  Lint fixes
  Large update to localization strings
  Link Previews
  Ensure that blocked messages are dropped even after sealed sender
  Don't linkify quoted message contents
  ...

# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	_locales/cs/messages.json
#	background.html
#	config/default.json
#	index.html
#	js/models/conversations.js
#	js/modules/web_api.js
#	js/settings_start.js
#	js/views/conversation_view.js
#	js/views/settings_view.js
#	package.json
#	protos/SignalService.proto
#	stylesheets/_index.scss
#	stylesheets/_settings.scss
Scott Nonnenberg 813924685e Link Previews
Mikunj 1a15ec9c15 Merge commit signal/master into signal-1.20
Scott Nonnenberg 43e5d16020 Support for web socket communication with no signaling key
Scott Nonnenberg 47f834cf5c Encrypt device name on account create, on first launch if needed
Mikunj 654b0dac84 Merge signal-master.
Scott Nonnenberg 79a861a870 Typing Indicators
Mikunj 4d3fb17e61 Merge branch 'sig-development' into merge/signal
Scott Nonnenberg c5f9fae444 A few small bugfixes
Mikunj 0a88f337d5 Merge branch 'sig-development' into merge/signal
Scott Nonnenberg 2d48daa7b6 Refine Sealed Sender behaviors
Mikunj f589fdac5c Merge signal changes into branch.
sachaaaaa 4b9fcb98d4 Linting and other housekeeping stuff
Scott Nonnenberg a7d78c0e9b Sealed Sender support
https://signal.org/blog/sealed-sender/
sachaaaaa 1866aed432 Accomodate for upcoming signature in websocket connection header
sachaaaaa 187424f84a Change HTTP header from X-Signal-Agent to X-Loki-Messenger-Agent.
Scott Nonnenberg 5933a34a18 Use window.log in browser context, turn on console eslint rule
Scott Nonnenberg f3bd0cf903 Refactor api.js into web_api, which encapsulates all web access