4519aa4abf
You can't currently upload PSD files over 6MB. This is because its mimetype is `image/vnd.adobe.photoshop`. We think this is an image, and non-GIF images have a limit of 6MB. To fix this, we could do one of two things: 1. Add a special case for PSD files 2. Increase the size limit for unsupported image types such as this I went with the second option. Tested this by: - adding automated tests - uploading a ~9 MB PSD file - uploading a ~1 MB PNG - uploading a ~27 MB PNG (which worked because it's converted to a smaller JPEG) - uploading a ~50 MB text file - trying to upload a ~500 MB text file (which failed, as expected) Addresses [DESKTOP-1168][]. [DESKTOP-1168]: https://signalmessenger.atlassian.net/browse/DESKTOP-1168 |
||
---|---|---|
.github | ||
.storybook | ||
.tx | ||
_locales | ||
app | ||
build | ||
components | ||
config | ||
fixtures | ||
fonts/inter-v3.10 | ||
images | ||
js | ||
libtextsecure | ||
patches | ||
protos | ||
scripts | ||
sounds | ||
sticker-creator | ||
stylesheets | ||
test | ||
ts | ||
.aptly.conf | ||
.babelrc.js | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.mocharc.json | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.js | ||
.snyk | ||
.yarnclean | ||
about.html | ||
about_preload.js | ||
ACKNOWLEDGMENTS.md | ||
aptly.sh | ||
background.html | ||
bower.json | ||
CONTRIBUTING.md | ||
debug_log.html | ||
debug_log_preload.js | ||
Gruntfile.js | ||
index.html | ||
LICENSE | ||
loading.html | ||
loading_preload.js | ||
main.js | ||
package.json | ||
permissions_popup.html | ||
permissions_popup_preload.js | ||
preload.js | ||
preload_utils.js | ||
prepare_beta_build.js | ||
README.md | ||
settings.html | ||
settings_preload.js | ||
tsconfig.json | ||
webpack.config.ts | ||
yarn.lock |
Signal Desktop
Signal Desktop is an Electron application that links with Signal on Android or iOS.
Install the production version: https://signal.org/download/
Install the beta
You can install the beta version of Signal Desktop alongside the production version. The beta uses different data and install locations.
- Windows: First, download this file and look for the
url
property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this:https://updates.signal.org/desktop/<installer location>
. Then run the installer. - macOS: First, download this file and look for the
url
property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this:https://updates.signal.org/desktop/<package location>
. Then unzip that package and copy the.app
file into the/Applications
folder using Finder. - Linux: Follow the production instructions to set up the APT repository and run
apt install signal-desktop-beta
.
Got a question?
You can find answers to a number of frequently asked questions on our support site. The community forum is another good place for questions.
Found a Bug?
Please search for any existing issues that describe your bug in order to avoid duplicate submissions.
Have a feature request, question, comment?
Please use our community forum: https://community.signalusers.org/
Contributing Translations
Interested in helping to translate Signal? Contribute here:
https://www.transifex.com/projects/p/signal-desktop
Contributing Code
Please see CONTRIBUTING.md for setup instructions and guidelines for new contributors. Don't forget to sign the CLA.
Contributing Funds
You can donate to Signal development through the Signal Technology Foundation, an independent 501c3 nonprofit.
Cryptography Notice
This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.
License
Copyright 2013–2021 Signal, a 501c3 nonprofit
Licensed under the AGPLv3: https://opensource.org/licenses/agpl-3.0