mirror of https://github.com/vector-im/riot-web
				
				
				
			Merge branch 'develop' into experimental
						commit
						c7c271fb01
					
				
							
								
								
									
										46
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										46
									
								
								CHANGELOG.md
								
								
								
								
							| 
						 | 
				
			
			@ -1,3 +1,49 @@
 | 
			
		|||
Changes in [0.17.6](https://github.com/vector-im/riot-web/releases/tag/v0.17.6) (2018-11-19)
 | 
			
		||||
============================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.6-rc.2...v0.17.6)
 | 
			
		||||
 | 
			
		||||
 * No changes since rc.2
 | 
			
		||||
 | 
			
		||||
Changes in [0.17.6-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.17.6-rc.2) (2018-11-15)
 | 
			
		||||
======================================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.6-rc.1...v0.17.6-rc.2)
 | 
			
		||||
 | 
			
		||||
 * Update to js-sdk 0.14 and react-sdk rc.2. rc.1 was broken as it was built against
 | 
			
		||||
   js-sdk 0.13 which does not use the new Olm 3.0 API.
 | 
			
		||||
 | 
			
		||||
Changes in [0.17.6-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.17.6-rc.1) (2018-11-15)
 | 
			
		||||
======================================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.5...v0.17.6-rc.1)
 | 
			
		||||
 | 
			
		||||
 * Update from Weblate.
 | 
			
		||||
   [\#7708](https://github.com/vector-im/riot-web/pull/7708)
 | 
			
		||||
 * Add Japanese (#7599)
 | 
			
		||||
   [\#7673](https://github.com/vector-im/riot-web/pull/7673)
 | 
			
		||||
 * Allow Webpack dev server to listen to all interfaces
 | 
			
		||||
   [\#7674](https://github.com/vector-im/riot-web/pull/7674)
 | 
			
		||||
 * Remove the request-only stuff we don't need anymore
 | 
			
		||||
   [\#7637](https://github.com/vector-im/riot-web/pull/7637)
 | 
			
		||||
 * Correct the author of the electron app
 | 
			
		||||
   [\#7615](https://github.com/vector-im/riot-web/pull/7615)
 | 
			
		||||
 * Mock fs, tls, and net to support request in the browser
 | 
			
		||||
   [\#7552](https://github.com/vector-im/riot-web/pull/7552)
 | 
			
		||||
 * Update chokidar to transitively get newer fsevents
 | 
			
		||||
   [\#7598](https://github.com/vector-im/riot-web/pull/7598)
 | 
			
		||||
 * Support WebAssembly version of Olm
 | 
			
		||||
   [\#7385](https://github.com/vector-im/riot-web/pull/7385)
 | 
			
		||||
 | 
			
		||||
Changes in [0.17.5](https://github.com/vector-im/riot-web/releases/tag/v0.17.5) (2018-11-13)
 | 
			
		||||
============================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.4...v0.17.5)
 | 
			
		||||
 | 
			
		||||
 * Include change that was supposed to be included in orevious version
 | 
			
		||||
 | 
			
		||||
Changes in [0.17.4](https://github.com/vector-im/riot-web/releases/tag/v0.17.4) (2018-11-13)
 | 
			
		||||
============================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.3...v0.17.4)
 | 
			
		||||
 | 
			
		||||
 * Add banner with login/register links for users who aren't logged in
 | 
			
		||||
 | 
			
		||||
Changes in [0.17.3](https://github.com/vector-im/riot-web/releases/tag/v0.17.3) (2018-10-29)
 | 
			
		||||
============================================================================================
 | 
			
		||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.17.3-rc.1...v0.17.3)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
  "name": "riot-web",
 | 
			
		||||
  "productName": "Riot",
 | 
			
		||||
  "main": "src/electron-main.js",
 | 
			
		||||
  "version": "0.17.3",
 | 
			
		||||
  "version": "0.17.6",
 | 
			
		||||
  "description": "A feature-rich client for Matrix.org",
 | 
			
		||||
  "author": "New Vector Ltd.",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1237,7 +1237,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "babel-plugin-add-module-exports": {
 | 
			
		||||
      "version": "0.2.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
 | 
			
		||||
      "integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -1252,55 +1252,55 @@
 | 
			
		|||
    },
 | 
			
		||||
    "babel-plugin-syntax-async-functions": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-async-generators": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-a8lj67FuzLrmuStZbrfzXDQqi5o=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-class-properties": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-decorators": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-MSVjtNvePMgGzuPkFszurd0RrAs=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-dynamic-import": {
 | 
			
		||||
      "version": "6.18.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
 | 
			
		||||
      "integrity": "sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-exponentiation-operator": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-flow": {
 | 
			
		||||
      "version": "6.18.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz",
 | 
			
		||||
      "integrity": "sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-jsx": {
 | 
			
		||||
      "version": "6.18.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
 | 
			
		||||
      "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "babel-plugin-syntax-object-rest-spread": {
 | 
			
		||||
      "version": "6.13.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz",
 | 
			
		||||
      "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -3886,7 +3886,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "css-select": {
 | 
			
		||||
      "version": "1.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
 | 
			
		||||
      "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -4227,7 +4227,7 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "domelementtype": {
 | 
			
		||||
          "version": "1.1.3",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
 | 
			
		||||
          "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -4240,7 +4240,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "domelementtype": {
 | 
			
		||||
      "version": "1.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
 | 
			
		||||
      "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI="
 | 
			
		||||
    },
 | 
			
		||||
    "domhandler": {
 | 
			
		||||
| 
						 | 
				
			
			@ -4293,7 +4293,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "duplexer": {
 | 
			
		||||
      "version": "0.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
 | 
			
		||||
      "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -4830,7 +4830,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "emojione": {
 | 
			
		||||
      "version": "2.2.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/emojione/-/emojione-2.2.7.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/emojione/-/emojione-2.2.7.tgz",
 | 
			
		||||
      "integrity": "sha1-RkV89rmy+NoTroouTlR94G7hXpY="
 | 
			
		||||
    },
 | 
			
		||||
    "emojis-list": {
 | 
			
		||||
| 
						 | 
				
			
			@ -5118,7 +5118,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "eslint-config-google": {
 | 
			
		||||
      "version": "0.7.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.7.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.7.1.tgz",
 | 
			
		||||
      "integrity": "sha1-VZj4SY6eB4Qg80uASVuNlZ9lH7I=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -5358,7 +5358,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "expect": {
 | 
			
		||||
      "version": "1.20.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/expect/-/expect-1.20.2.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/expect/-/expect-1.20.2.tgz",
 | 
			
		||||
      "integrity": "sha1-1Fj+TFYAQDa64yMkFqP2Nh8E+WU=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -5574,7 +5574,7 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "core-js": {
 | 
			
		||||
          "version": "1.2.7",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
 | 
			
		||||
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -5763,7 +5763,7 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "core-js": {
 | 
			
		||||
          "version": "1.2.7",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
 | 
			
		||||
          "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY="
 | 
			
		||||
        },
 | 
			
		||||
        "fbjs": {
 | 
			
		||||
| 
						 | 
				
			
			@ -6573,7 +6573,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "get-stream": {
 | 
			
		||||
      "version": "3.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -7428,7 +7428,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "immutable": {
 | 
			
		||||
      "version": "3.7.6",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
 | 
			
		||||
      "integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks="
 | 
			
		||||
    },
 | 
			
		||||
    "import-cwd": {
 | 
			
		||||
| 
						 | 
				
			
			@ -7717,7 +7717,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "is-builtin-module": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "builtin-modules": "^1.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -7899,7 +7899,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "is-obj": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -8166,7 +8166,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "json5": {
 | 
			
		||||
      "version": "0.5.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
 | 
			
		||||
      "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE="
 | 
			
		||||
    },
 | 
			
		||||
    "jsonfile": {
 | 
			
		||||
| 
						 | 
				
			
			@ -8286,13 +8286,13 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "lodash": {
 | 
			
		||||
          "version": "3.10.1",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
 | 
			
		||||
          "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
 | 
			
		||||
          "dev": true
 | 
			
		||||
        },
 | 
			
		||||
        "xmlbuilder": {
 | 
			
		||||
          "version": "3.1.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-3.1.0.tgz",
 | 
			
		||||
          "integrity": "sha1-LIaIjy1OrehQ+jjKf3Ij9yCVFuE=",
 | 
			
		||||
          "dev": true,
 | 
			
		||||
          "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -8486,7 +8486,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "load-json-file": {
 | 
			
		||||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "graceful-fs": "^4.1.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -8708,6 +8708,7 @@
 | 
			
		|||
        "content-type": "^1.0.2",
 | 
			
		||||
        "loglevel": "1.6.1",
 | 
			
		||||
        "memfs": "^2.10.1",
 | 
			
		||||
        "qs": "^6.5.2",
 | 
			
		||||
        "request": "^2.88.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
| 
						 | 
				
			
			@ -8739,7 +8740,6 @@
 | 
			
		|||
        "flux": "2.1.1",
 | 
			
		||||
        "focus-trap-react": "^3.0.5",
 | 
			
		||||
        "fuse.js": "^2.2.0",
 | 
			
		||||
        "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b",
 | 
			
		||||
        "gfm.css": "^1.1.1",
 | 
			
		||||
        "glob": "^5.0.14",
 | 
			
		||||
        "highlight.js": "^9.13.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -8747,7 +8747,6 @@
 | 
			
		|||
        "linkifyjs": "^2.1.6",
 | 
			
		||||
        "lodash": "^4.13.1",
 | 
			
		||||
        "lolex": "2.3.2",
 | 
			
		||||
        "matrix-js-sdk": "github:matrix-org/matrix-js-sdk#604af1ac8c180dcdddb761485eb03fad382bd06d",
 | 
			
		||||
        "memfs": "^2.10.1",
 | 
			
		||||
        "optimist": "^0.6.1",
 | 
			
		||||
        "pako": "^1.0.5",
 | 
			
		||||
| 
						 | 
				
			
			@ -8758,19 +8757,58 @@
 | 
			
		|||
        "react-addons-css-transition-group": "15.3.2",
 | 
			
		||||
        "react-beautiful-dnd": "^4.0.1",
 | 
			
		||||
        "react-dom": "^15.6.0",
 | 
			
		||||
        "react-gemini-scrollbar": "github:matrix-org/react-gemini-scrollbar#5e97aef7e034efc8db1431f4b0efe3b26e249ae9",
 | 
			
		||||
        "resize-observer-polyfill": "^1.5.0",
 | 
			
		||||
        "sanitize-html": "^1.18.4",
 | 
			
		||||
        "slate": "^0.41.2",
 | 
			
		||||
        "slate-html-serializer": "^0.6.1",
 | 
			
		||||
        "slate-md-serializer": "github:matrix-org/slate-md-serializer#f7c4ad394f5af34d4c623de7909ce95ab78072d3",
 | 
			
		||||
        "slate-react": "^0.18.10",
 | 
			
		||||
        "text-encoding-utf-8": "^1.0.1",
 | 
			
		||||
        "url": "^0.11.0",
 | 
			
		||||
        "velocity-vector": "github:vector-im/velocity#059e3b2348f1110888d033974d3109fd5a3af00f",
 | 
			
		||||
        "whatwg-fetch": "^1.1.1"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "gemini-scrollbar": {
 | 
			
		||||
          "version": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b",
 | 
			
		||||
          "from": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b"
 | 
			
		||||
        },
 | 
			
		||||
        "matrix-js-sdk": {
 | 
			
		||||
          "version": "github:matrix-org/matrix-js-sdk#604af1ac8c180dcdddb761485eb03fad382bd06d",
 | 
			
		||||
          "from": "github:matrix-org/matrix-js-sdk#604af1ac8c180dcdddb761485eb03fad382bd06d",
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "another-json": "^0.2.0",
 | 
			
		||||
            "babel-runtime": "^6.26.0",
 | 
			
		||||
            "bluebird": "^3.5.0",
 | 
			
		||||
            "browser-request": "^0.3.3",
 | 
			
		||||
            "content-type": "^1.0.2",
 | 
			
		||||
            "loglevel": "1.6.1",
 | 
			
		||||
            "memfs": "^2.10.1",
 | 
			
		||||
            "request": "^2.88.0"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "react-gemini-scrollbar": {
 | 
			
		||||
          "version": "github:matrix-org/react-gemini-scrollbar#5e97aef7e034efc8db1431f4b0efe3b26e249ae9",
 | 
			
		||||
          "from": "github:matrix-org/react-gemini-scrollbar#5e97aef7e034efc8db1431f4b0efe3b26e249ae9",
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b"
 | 
			
		||||
          },
 | 
			
		||||
          "dependencies": {
 | 
			
		||||
            "gemini-scrollbar": {
 | 
			
		||||
              "version": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b",
 | 
			
		||||
              "from": "github:matrix-org/gemini-scrollbar#b302279"
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "slate-md-serializer": {
 | 
			
		||||
          "version": "github:matrix-org/slate-md-serializer#f7c4ad394f5af34d4c623de7909ce95ab78072d3",
 | 
			
		||||
          "from": "github:matrix-org/slate-md-serializer#f7c4ad394f5af34d4c623de7909ce95ab78072d3"
 | 
			
		||||
        },
 | 
			
		||||
        "velocity-vector": {
 | 
			
		||||
          "version": "github:vector-im/velocity#059e3b2348f1110888d033974d3109fd5a3af00f",
 | 
			
		||||
          "from": "github:vector-im/velocity#059e3b2348f1110888d033974d3109fd5a3af00f",
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "jquery": ">= 1.4.3"
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        "whatwg-fetch": {
 | 
			
		||||
          "version": "1.1.1",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-1.1.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8952,7 +8990,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "minimist": {
 | 
			
		||||
      "version": "1.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
 | 
			
		||||
      "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
 | 
			
		||||
    },
 | 
			
		||||
    "mississippi": {
 | 
			
		||||
| 
						 | 
				
			
			@ -8996,7 +9034,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "mkdirp": {
 | 
			
		||||
      "version": "0.5.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
 | 
			
		||||
      "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "minimist": "0.0.8"
 | 
			
		||||
| 
						 | 
				
			
			@ -9004,7 +9042,7 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "minimist": {
 | 
			
		||||
          "version": "0.0.8",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
 | 
			
		||||
          "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -9536,7 +9574,7 @@
 | 
			
		|||
      "dependencies": {
 | 
			
		||||
        "minimist": {
 | 
			
		||||
          "version": "0.0.10",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz",
 | 
			
		||||
          "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8="
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -9586,7 +9624,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "os-locale": {
 | 
			
		||||
      "version": "1.4.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
 | 
			
		||||
      "integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "lcid": "^1.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -9870,7 +9908,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "pify": {
 | 
			
		||||
      "version": "2.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
 | 
			
		||||
      "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
 | 
			
		||||
    },
 | 
			
		||||
    "pinkie": {
 | 
			
		||||
| 
						 | 
				
			
			@ -10059,7 +10097,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "postcss-import": {
 | 
			
		||||
      "version": "11.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-11.1.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/postcss-import/-/postcss-import-11.1.0.tgz",
 | 
			
		||||
      "integrity": "sha512-5l327iI75POonjxkXgdRCUS+AlzAdBx4pOvMEhTKTCjb1p8IEeVR9yx3cPbmN7LIWJLbfnIXxAhoB4jpD0c/Cw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -10607,19 +10645,6 @@
 | 
			
		|||
        "prop-types": "^15.5.10"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "react-gemini-scrollbar": {
 | 
			
		||||
      "version": "github:matrix-org/react-gemini-scrollbar#5e97aef7e034efc8db1431f4b0efe3b26e249ae9",
 | 
			
		||||
      "from": "github:matrix-org/react-gemini-scrollbar#5e97aef",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "gemini-scrollbar": {
 | 
			
		||||
          "version": "github:matrix-org/gemini-scrollbar#b302279810d05319ac5ff1bd34910bff32325c7b",
 | 
			
		||||
          "from": "github:matrix-org/gemini-scrollbar#b302279"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "react-immutable-proptypes": {
 | 
			
		||||
      "version": "2.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -11213,7 +11238,7 @@
 | 
			
		|||
        },
 | 
			
		||||
        "htmlparser2": {
 | 
			
		||||
          "version": "3.3.0",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
 | 
			
		||||
          "integrity": "sha1-zHDQWln2VC5D8OaFyYLhTJJKnv4=",
 | 
			
		||||
          "dev": true,
 | 
			
		||||
          "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -11231,7 +11256,7 @@
 | 
			
		|||
        },
 | 
			
		||||
        "readable-stream": {
 | 
			
		||||
          "version": "1.0.34",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
 | 
			
		||||
          "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
 | 
			
		||||
          "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
 | 
			
		||||
          "dev": true,
 | 
			
		||||
          "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -11473,7 +11498,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "safe-regex": {
 | 
			
		||||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
| 
						 | 
				
			
			@ -11816,10 +11841,6 @@
 | 
			
		|||
        "type-of": "^2.0.1"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "slate-md-serializer": {
 | 
			
		||||
      "version": "github:matrix-org/slate-md-serializer#f7c4ad394f5af34d4c623de7909ce95ab78072d3",
 | 
			
		||||
      "from": "github:matrix-org/slate-md-serializer#f7c4ad3"
 | 
			
		||||
    },
 | 
			
		||||
    "slate-plain-serializer": {
 | 
			
		||||
      "version": "0.6.16",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/slate-plain-serializer/-/slate-plain-serializer-0.6.16.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -12519,7 +12540,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "strip-ansi": {
 | 
			
		||||
      "version": "3.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
 | 
			
		||||
      "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-regex": "^2.0.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -13027,7 +13048,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "underscore.string": {
 | 
			
		||||
      "version": "2.4.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz",
 | 
			
		||||
      "integrity": "sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs="
 | 
			
		||||
    },
 | 
			
		||||
    "union-value": {
 | 
			
		||||
| 
						 | 
				
			
			@ -13342,13 +13363,6 @@
 | 
			
		|||
      "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "velocity-vector": {
 | 
			
		||||
      "version": "github:vector-im/velocity#059e3b2348f1110888d033974d3109fd5a3af00f",
 | 
			
		||||
      "from": "github:vector-im/velocity#059e3b2",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "jquery": ">= 1.4.3"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "verror": {
 | 
			
		||||
      "version": "1.10.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -14318,7 +14332,7 @@
 | 
			
		|||
    },
 | 
			
		||||
    "wrap-ansi": {
 | 
			
		||||
      "version": "2.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
 | 
			
		||||
      "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "string-width": "^1.0.1",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
  "name": "riot-web",
 | 
			
		||||
  "productName": "Riot",
 | 
			
		||||
  "main": "electron_app/src/electron-main.js",
 | 
			
		||||
  "version": "0.17.3",
 | 
			
		||||
  "version": "0.17.6",
 | 
			
		||||
  "description": "A feature-rich client for Matrix.org",
 | 
			
		||||
  "author": "New Vector Ltd.",
 | 
			
		||||
  "repository": {
 | 
			
		||||
| 
						 | 
				
			
			@ -44,7 +44,7 @@
 | 
			
		|||
    "install:electron": "install-app-deps",
 | 
			
		||||
    "electron": "npm run install:electron && electron .",
 | 
			
		||||
    "start:res": "node scripts/copy-res.js -w",
 | 
			
		||||
    "start:js": "webpack-dev-server --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --progress --mode development",
 | 
			
		||||
    "start:js": "webpack-dev-server --host=0.0.0.0 --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --progress --mode development",
 | 
			
		||||
    "start:js:prod": "cross-env NODE_ENV=production webpack-dev-server -w --progress",
 | 
			
		||||
    "start:js-sdk": "node scripts/npm-sub.js matrix-js-sdk run start:watch",
 | 
			
		||||
    "start:js-sdk:prod": "cross-env NODE_ENV=production node scripts/npm-sub.js matrix-js-sdk run start:watch",
 | 
			
		||||
| 
						 | 
				
			
			@ -70,8 +70,8 @@
 | 
			
		|||
    "gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
 | 
			
		||||
    "gfm.css": "^1.1.2",
 | 
			
		||||
    "highlight.js": "^9.13.1",
 | 
			
		||||
    "matrix-js-sdk": "matrix-org/matrix-js-sdk#develop",
 | 
			
		||||
    "matrix-react-sdk": "matrix-org/matrix-react-sdk#develop",
 | 
			
		||||
    "matrix-js-sdk": "0.14.0",
 | 
			
		||||
    "matrix-react-sdk": "0.14.5",
 | 
			
		||||
    "modernizr": "^3.6.0",
 | 
			
		||||
    "prop-types": "^15.6.2",
 | 
			
		||||
    "react": "^15.6.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -125,7 +125,6 @@
 | 
			
		|||
    "karma-webpack": "4.0.0-beta.0",
 | 
			
		||||
    "matrix-mock-request": "^1.2.2",
 | 
			
		||||
    "matrix-react-test-utils": "^0.2.0",
 | 
			
		||||
    "memfs": "^2.10.1",
 | 
			
		||||
    "minimist": "^1.2.0",
 | 
			
		||||
    "mkdirp": "^0.5.1",
 | 
			
		||||
    "mocha": "^5.2.0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
 | 
			
		|||
// button UI (white-on-green in light skin)
 | 
			
		||||
$accent-fg-color: #ffffff;
 | 
			
		||||
$accent-color: #6CC1F6;
 | 
			
		||||
$accent-color-50pct: #6CC1F67F;
 | 
			
		||||
$accent-hover-color: #84cfff;
 | 
			
		||||
 | 
			
		||||
$selection-fg-color: $primary-bg-color;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,6 +25,7 @@ const INCLUDE_LANGS = [
 | 
			
		|||
    {'value': 'gl', 'label': 'Galego'},
 | 
			
		||||
    {'value': 'hu', 'label': 'Magyar'},
 | 
			
		||||
    {'value': 'it', 'label': 'Italiano'},
 | 
			
		||||
    {'value': 'ja', 'label': '日本語'},
 | 
			
		||||
    {'value': 'ko', 'label': '한국어'},
 | 
			
		||||
    {'value': 'lv', 'label': 'Latviešu'},
 | 
			
		||||
    {'value': 'nb_NO', 'label': 'Norwegian Bokmål'},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,5 +34,6 @@
 | 
			
		|||
    "Dev chat for the Dendrite dev team": "Babilado por la programista skipo de Dendrite",
 | 
			
		||||
    "Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!": "Multaj ĉambroj jam ekzistas en Matrix; kaj sendependaj, kaj ligitaj kun jamaj retoj (Slock, IRC, Gitter, ktp.). Rigardu la ĉambrujon!",
 | 
			
		||||
    "%(appName)s via %(browserName)s on %(osName)s": "%(appName)s per %(browserName)s je %(osName)s",
 | 
			
		||||
    "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.<br/>This allows you to use Riot with an existing Matrix account on a different home server.<br/><br/>You can also set a custom identity server but you won't be able to invite users by email address, or be invited by email address yourself.": "Vi povas uzi proprajn servilajn elektojn por saluti aliajn servilojn de Matrix, per specifo de alia hejmservila URL.<br/>Tio permesas al vi uzi klienton Riot kun jama konto de Matrix en alia hejmservilo.<br/><br/>Vi ankaŭ povas agordi propran identigan servilon, sed vi ne povos inviti uzantojn per retpoŝtadreso, aŭ esti invitata per retpoŝtadreso mem."
 | 
			
		||||
    "You can use the custom server options to sign into other Matrix servers by specifying a different Home server URL.<br/>This allows you to use Riot with an existing Matrix account on a different home server.<br/><br/>You can also set a custom identity server but you won't be able to invite users by email address, or be invited by email address yourself.": "Vi povas uzi proprajn servilajn elektojn por saluti aliajn servilojn de Matrix, per specifo de alia hejmservila URL.<br/>Tio permesas al vi uzi klienton Riot kun jama konto de Matrix en alia hejmservilo.<br/><br/>Vi ankaŭ povas agordi propran identigan servilon, sed vi ne povos inviti uzantojn per retpoŝtadreso, aŭ esti invitata per retpoŝtadreso mem.",
 | 
			
		||||
    "Co-ordination for Riot translators": "Kunordigo por tradukantoj de Riot"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -25,7 +25,7 @@
 | 
			
		|||
    "Admin support for Dendrite": "Dendriteの管理者サポート",
 | 
			
		||||
    "Announcements about Synapse releases": "Synapseの公開についてのお知らせ",
 | 
			
		||||
    "Support for those using and running matrix-appservice-irc": "matrix-appservice-ircを利用並びに運営している方へのサポート",
 | 
			
		||||
    "Building services on Matrix": "Matrixでのサービスの開発",
 | 
			
		||||
    "Building services on Matrix": "Matrix上でのサービスの開発",
 | 
			
		||||
    "Support for those using the Matrix spec": "Matrixスペックを利用する方へのサポート",
 | 
			
		||||
    "Design and implementation of E2E in Matrix": "Matrixのデザインとエンドツーエンドの実装",
 | 
			
		||||
    "Implementing VR services with Matrix": "MatrixでのVRサービスの実装",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,12 @@
 | 
			
		|||
{
 | 
			
		||||
    "%(appName)s via %(browserName)s on %(osName)s": "%(appName)s %(browserName)s ద్వర %(osName)s కి",
 | 
			
		||||
    "%(appName)s via %(browserName)s on %(osName)s": "%(appName)s %(browserName)s ద్వార %(osName)s కి",
 | 
			
		||||
    "Custom Server Options": "మలచిన  సేవిక ఎంపికలు",
 | 
			
		||||
    "Dismiss": "రద్దుచేసే",
 | 
			
		||||
    "Riot Desktop on %(platformName)s": "రియట్ రంగస్థలం లో %(platformName)s",
 | 
			
		||||
    "Welcome to Riot.im": "రిమోట్.ఇం కి స్వగతం",
 | 
			
		||||
    "Search the room directory": "గది వివరాన్ని శోధించండి",
 | 
			
		||||
    "Chat with Riot Bot": "రియోట్ బొట్తో మాటామంతి చేయండి"
 | 
			
		||||
    "Chat with Riot Bot": "రియోట్ బొట్తో మాటామంతి చేయండి",
 | 
			
		||||
    "Unknown device": "తెలుయని పరికరం",
 | 
			
		||||
    "You need to be using HTTPS to place a screen-sharing call.": "తెర ని పంచే కాల్ కి HTTPS అవసరం.",
 | 
			
		||||
    "Riot is not supported on mobile web. Install the app?": "మొబైల్ బ్రౌజర్ లో రియట్ పనిచేయదు. ఆప్ ఇన్స్టాల్ చేయాలా?"
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -107,21 +107,8 @@ module.exports = {
 | 
			
		|||
 | 
			
		||||
            // same goes for js-sdk
 | 
			
		||||
            "matrix-js-sdk": path.resolve('./node_modules/matrix-js-sdk'),
 | 
			
		||||
 | 
			
		||||
            // To make webpack happy
 | 
			
		||||
            // Related: https://github.com/request/request/issues/1529
 | 
			
		||||
            // (there's no mock available for fs, so we fake a mock by using
 | 
			
		||||
            // an in-memory version of fs)
 | 
			
		||||
            "fs": "memfs",
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
    node: {
 | 
			
		||||
        // Because webpack is made of fail
 | 
			
		||||
        // https://github.com/request/request/issues/1529
 | 
			
		||||
        // Note: 'mock' is the new 'empty'
 | 
			
		||||
        net: 'mock',
 | 
			
		||||
        tls: 'mock'
 | 
			
		||||
    },
 | 
			
		||||
    externals: {
 | 
			
		||||
        // Don't try to bundle electron: leave it as a commonjs dependency
 | 
			
		||||
        // (the 'commonjs' here means it will output a 'require')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue