CI to automate build of webrtc tarball for signal-desktop aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/signal-desktop
Find a file
Daniel Gasienica acf8a1a96c
Media Gallery: Phase 1 (#2236)
- [x] Index each `Message` based on whether it has an attachment
      (visual or document), e.g.
      ~~`attachmentTypes: 'visual' | 'document' | 'mixed' | 'none'`~~.
      ~~`attachmentTypes: 'visual' | 'document' | 'none'`~~
      - `hasVisualMediaAttachments: IndexedDB.IndexablePresence`
        (`1 | undefined`)
      - `hasFileAttachment: IndexedDB.IndexablePresence` (`1 | undefined`)
      - `hasAttachments: IndexedDB.IndexableBoolean` (`1 | 0`)
- [x] Create migration to initialize index
- [x] Add menu for viewing all media: **View All Media**
- [x] Add IndexedDB index for:
  - [x] visual media attachments
  - [x] file attachments
  - [x] attachments (general)
- [x] Render tabs: **Media** and **Documents**
- [x] Group messages by date
- [x] Add `GoogleChrome` module to explicitly whitelist file formats it can
      render / play back.
- [x] Render list of media thumbnails
  - [x] Avoid loading videos into memory as they are too big.
        **TODO:** Could we do that for any large attachment before we have
        thumbnails?
  - [x] Show video icon for videos as we don’t have thumbnails (yet).
- [x] Implement lightbox
   - [x] Rebuild Backbone lightbox using React
   - [x] Add right arrow SVG (`forward.svg` for symmetry with `back.svg`).
   - [x] Add next / previous buttons
   - [x] Port support for `Escape` key to close
   - [x] Port click close
- [x] Show lightbox when clicking on media thumbnail
- [x] Switch from `MIME.is*` to `GoogleChrome.is[Image|Video]TypeSupported`
- [x] Disable access to media gallery until it’s complete.
- [x] **Infrastructure:** Move `filesize` from Bower to npm/yarn.
- [x] **Infrastructure:** Add support for _Prettier_ code formatting.
      Opt-in via pragma:
      ```
      /**
       * @prettier
       */
      ```
  Run via `yarn format` command. **TODO:** Add support Git commit hook, etc.
- [x] **Infrastructure:** Add basic TypeScript type definitions for Backbone
      `Model` and `Collection`.
- [x] **Infrastructure:** Created pattern for fetching index data without adding
      more code to existing Backbone collections.
      See `Conversation.fetchVisualMediaAttachments`.
- [x] **Infrastructure:** Created variable for `z-index`.
      **TODO:** Replace all usages of explicit `z-index` with variables
      over time.
- [x] **Infrastructure:** Created `Signal.Backbone.Views.Lightbox` module to
      experiment interop with Backbone without using Backbone or jQuery itself
      to align with long-term plans.
- [x] **Infrastructure:** Enable all strict checks by TypeScript compiler.
- [x] **Infrastructure:** Add new TSLint rules (see comments in `tslint.json`).


### Phase 1

- [x] Only show images in media gallery until we have video support in lightbox
      (and potentially thumbnails for grid).
- [x] Show up to 50 of most recent images until we have infinite scrolling.
- [x] Hide ‘Save As…’ button in media gallery until we port underlying
      functionality from Backbone to React.
- [x] Disable previous/next navigation until implemented.
2018-04-25 15:44:48 -04:00
.github Request translation changes to be made via Transifex 2018-03-21 11:29:34 -04:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Fix translation description 2018-04-25 15:24:51 -04:00
app Use single quotes for identifiers 2018-04-11 15:54:32 -04:00
build Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481) 2017-09-15 10:20:29 -07:00
components Move filesize from Bower to npm 2018-04-25 15:24:52 -04:00
config New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
fixtures Add style guide examples for portrait/landscape images 2018-04-20 15:23:46 -07:00
fonts Add fonts so we don't have to hit googlefonts 2015-02-11 17:37:57 -08:00
images Add right arrow SVG 2018-04-25 15:24:51 -04:00
js Organize globals 2018-04-25 15:28:56 -04:00
libtextsecure Responding to pull request review feedback 2018-04-23 15:36:47 -07:00
protos Update protos to reflect recent quotation-related updates 2018-04-13 18:05:42 -07:00
scripts Add start-backup script 2018-04-04 19:11:46 -04:00
stylesheets Document the use of CSS vs inline styles 2018-04-25 15:24:52 -04:00
test Remove dead code 2018-04-25 15:25:12 -04:00
ts Use IndexablePresence for hasFileAttachments and hasVisualMediaAttachments 2018-04-25 15:25:12 -04:00
.aptly.conf Setup publishing to s3 2017-09-14 16:53:36 -07:00
.bowerrc Rename bower_components 2014-10-30 16:53:08 -07:00
.editorconfig Configure EditorConfig for TypeScript 2018-04-11 19:25:38 -04:00
.eslintignore Eslintify test/backup_test.js 2018-04-20 15:24:04 -07:00
.eslintrc.js Add ESLint quotes rule 2018-04-11 15:41:40 -04:00
.gitignore Big refactor: ts/ directory for all typescript, including react 2018-04-05 15:30:40 -07:00
.jscsrc Fix minor style errors 2016-02-18 13:45:22 -08:00
.jshintrc jshint: Turn on ES6 mode, fix a few issues in new logging file 2017-09-25 15:32:31 -07:00
.nvmrc Upgrade to Electron 1.8.2 / Node.js 8.2.1 (#2066) 2018-03-02 14:43:03 -05:00
.travis.yml Run Node.js tests early 2018-04-11 16:36:42 -04:00
.yarnclean Full styleguide now available via yarn styleguide 2018-04-04 16:08:38 -07:00
about.html Merge branch 'master' into development 2017-11-21 18:25:59 -08:00
appveyor.yml Run Node.js tests early 2018-04-11 16:36:42 -04:00
aptly.sh aptly.sh: Fix broken switch commands - distro and config fix 2017-12-04 18:51:38 -08:00
background.html Disable media gallery access until feature is complete 2018-04-25 15:25:12 -04:00
bower.json Move filesize from Bower to npm 2018-04-25 15:24:52 -04:00
CONTRIBUTING.md Mention correct branch to rebase off of 2018-03-23 12:15:52 -07:00
dev-app-update.yml.sample Show dialog box when there's an update for download 2017-09-14 16:53:50 -07:00
find_broken_perms.sh Add two scripts to handle broken permissions in release dir 2017-09-14 16:53:49 -07:00
fix_broken_perms.sh Beta builds: A few updates required for successful release (#1739) 2017-11-08 19:32:44 -08:00
Gruntfile.js Watch TypeScript files in Grunt 2018-04-25 15:25:12 -04:00
index.html App loading screen: show messages processed so far 2017-08-04 12:03:25 -07:00
LICENSE Add GPLv3 LICENSE file (#1309) 2017-10-20 09:36:49 -07:00
main.js Wire up writeAttachment 2018-03-26 16:38:34 -04:00
package.json Add @types/jquery 2018-04-25 15:24:51 -04:00
preload.js Move filesize from Bower to npm 2018-04-25 15:24:52 -04:00
prepare_beta_build.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
prepare_import_build.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
README.md Fix beta install instructions for debian-based linux (#2262) 2018-04-19 08:56:08 -07:00
styleguide.config.js Add Lightbox to style guide 2018-04-25 15:24:51 -04:00
travis.sh Simplify testing and linting 2018-04-11 16:36:42 -04:00
tsconfig.json Remove implied strict compiler options 2018-04-25 15:24:52 -04:00
tslint.json TSLint: Allow multiline JS in JSX for CSS-in-JS 2018-04-25 15:24:51 -04:00
yarn.lock Add @types/jquery 2018-04-25 15:24:51 -04:00

Build Status Signal Desktop

Signal Desktop is an Electron application that links with your Signal Android or Signal iOS app.

Install production version: https://signal.org/download/

Install the beta

You can install it on a computer which already has the production version installed. It uses different data and install locations.

Got a question?

You can find answers to a number of frequently asked questions on our support site: https://support.signal.org/. The community forum is another good place for questions: https://community.signalusers.org/.

Found a Bug? Have a feature request?

Please search the existing issues for your bug and create a new one if the issue is not yet tracked!

https://github.com/signalapp/Signal-Desktop/issues

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 contributor guidelines. And don't forget to sign the CLA.

Contributing Funds

You can donate to Signal development through the Freedom of the Press Foundation.

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 2014-2017 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html