Commit Graph

35 Commits (v1.7.4)

Author SHA1 Message Date
Audric Ackermann 1e8c8991ad
more cleanup 4 years ago
audric e5dab2781e remove spectron dependency 4 years ago
audric b6fcd59ec4 fix notification open the correct conversation 4 years ago
Audric Ackermann e8f0c4aaec
move libloki to webworker and remove unused stuff in it 4 years ago
Audric Ackermann c1ffe23b1e
moved verifySignature of opengroup messages to a worker 4 years ago
Audric Ackermann 8760a59875
nodefetch headers as on mobile + cleanup worker code 4 years ago
Audric Ackermann ca331b95a6
remove coverage unused 4 years ago
Audric feab29a4fe remove file server submodule 4 years ago
Audric Ackermann 3d0bee63d2
first commit with changes from crowdin 4 years ago
Audric Ackermann 3e020d4a91
add a way to disable sandbox if we cannot use it without crashing 4 years ago
Audric Ackermann 09bd207b1d prettier ignore js files under test/ts 4 years ago
Audric Ackermann c5bc97013d
session-file-server submodule from official repo 5 years ago
Audric Ackermann f8cc26eacb
ignore submodule from prettier and eslint 5 years ago
Mikunj 8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock
6 years ago
Scott Nonnenberg c8ea2e9463 Download and install updates without the help of electron-updater 6 years ago
Mikunj 9b71e8119e Added error catching. 6 years ago
Mikunj 8c9b1a7a7a Added loki server.
Added test.
6 years ago
Mikunj 6bd2d3962e Linted files 6 years ago
sachaaaaa 4b9fcb98d4 Linting and other housekeeping stuff 7 years ago
sachaaaaa 04b45f6aa1 Decrypt friend-request messages (the ones using fallback encryption). Moved logic into a new file libloki-protocol.js and concat loki code into js/libloki.js 7 years ago
Scott Nonnenberg ecb126e74c
Custom linter to check code quality (#2753) 7 years ago
Scott Nonnenberg 02fbea96c0 Move base64 conversions off of the main thread 7 years ago
Scott Nonnenberg 69f11c4a7b Include _locales/en/messages.json in prettier formatting 7 years ago
Scott Nonnenberg 43a44793c5 Remove jshint - move everything over to eslint
Also removed all hints of previous linters
7 years ago
Scott Nonnenberg cfe0bd0e79 Move to npm for several dependencies
mustache
jQuery
underscore
backbone
mocha
chai
intl-tel-input
7 years ago
Scott Nonnenberg 1fd487be3f Refactor to remove duplicated code, lint/prettier fixes 7 years ago
Daniel Gasienica cb09da0f63 Run all build steps in CI 7 years ago
Daniel Gasienica f88ebdf8b7 Compile protocol buffers as part of `yarn grunt dev` 7 years ago
Daniel Gasienica 2d95745d56 Add `yarn build-protobuf` command 7 years ago
Daniel Gasienica 8ef5d87d6b Prettier: Update ignore list 7 years ago
Scott Nonnenberg 97b0f1787b prettier: exclude blanket_mocha.js for libtextsecure tests 7 years ago
Scott Nonnenberg a0ed993b42 Now we've got everything prettified! 7 years ago
Scott Nonnenberg 754d65ae2e Let's make it all pretty, shall we?
We missed a couple directories with previous attempts to turn this on
globally: app/ and libtextsecure/

Not to mention files in places we didn't expect: ts files that weren't
in the ts directory!

This turns prettier on for every file we care about (js, ts, tsx, md)
everywhere in the project but for a few key parts.
7 years ago
Daniel Gasienica 7fff279aae Prettier: Ignore JSON and CSS 7 years ago
Daniel Gasienica b4dee3f30b Prettier: Ignore generated files 7 years ago