Commit graph

43 commits

Author SHA1 Message Date
Devin Binnie e56b5cdd6a
Various build and developer fixes, some optimizations (#2975)
* Various build and developer fixes, some optimizations

* Fix the linux build

* Fix afterpack

* Fix notarization variables

* Revert macos-notification-state changes from this PR

* Only build the tar for PRs

* Also ci

* Fix copy script

* Fix copy script more

* Remove @babel/cli

* Fix windows build

* Fix MAS build
2024-03-12 10:04:11 -04:00
Devin Binnie 316beba950
[MM-14093] Rename 'team' to 'server' and 'tab' to 'view' in most cases, some additional cleanup (#2711)
* Rename MattermostTeam -> UniqueServer, MattermostTab -> UniqueView

* Rename 'team' to 'server'

* Some further cleanup

* Rename weirdly named function

* Rename 'tab' to 'view' in most instances

* Fix i18n

* PR feedback
2023-05-08 09:17:01 -04:00
Tasos Boulis eb8d68d934
Include windows 10 Home instructions in GPO/readme (#2375) 2022-11-11 22:03:29 +02:00
Tasos Boulis 5ab1eceade
Update README.md 2022-11-03 18:53:07 +02:00
Tasos Boulis 40621c6553
Add readme file for GPO (#2350) 2022-11-03 09:43:53 -04:00
JtheBAB d74dba5bad
Update GPO to reflect right version (#2110)
* Update mattermost.adml

* Update mattermost.admx
2022-05-19 08:42:32 +02:00
Guillermo Vayá d2435a561c
[MM-18552] Autoupdater (#1714)
* wip

* background download

* various fixes

* wip

* wokring autoupgrade

* fix menu

* fix windows

* cleanup

* add publishername

* fix messages and titles

* Test updates

* Moved module and added functionality to click icon to install (instead of just download)

* Add auto update setting, update on close app if downloaded

* Tests, changes for security fixes, update version number

* Update E2E tests

* Lint fix

* Update to latest electron-updater

* Revert to stable electron-builder (only needed to update electron-updater)

* Fix package-lock

* skip flaky test

* Update package

* Fix E2E test

* Fixes for enabling/disabled autoupdater

* Fixed GPO definitions

* [MM-38300] Set localhost as the test server

* blank

* Switch to s3 bucket for testing

* Update icons to match spec

* Add menu items for download/update actions

* Type and test fixes

* Fix notification circle

* Fix macOS app not restarting on Restart/Update

* Update dialog box titles

* Turn off file system check for Linux

* Changes to support deployments

* Testing autoupdater deployments to s3

* disable tests for now

* asfrehwf

* fine no windows WHATEVER

* remove windows again

* Try universal all in one

* pffftttngggguhhhh

* make sure it's working

* Missed artifacts script

* Modify destination as well

* one more time!

* Update yml files

* Oops

* add yq manually

* oof

* Fix the script to work properly

* Fix release script

* Fix script again so it runs in time

* Build version 2

* Revert build specific changes

* Lint override

* Fix build apps for PR builds

* One more change

* Add file generation for .deb repo

* Deb repo test

* skip tests for now

* Fix artifact push

* Persist after repo creation

* Put tests back

* Fix unit tests

* Enable mac generated builds temp

* Temporarily disable tests

* Fix issue where notification doesn't pop dialog box

* Try version 2 again

* Put the version back

* Attempting to debug mac app path issue

* Fix issue where Mac app will quarantine itself after first update

* Lock versions of yq

* Fix yq for mac

* As usual, Mac is difficult :P

* Add quotes to anti-quarantine command

* Change to spawn to avoid command injection

* Oops

* Nightly deployment changes (#2005)

* Test nightly deploy

* I fixed a some things

* aaaaaaaaa

* Restore old bucket

* Added progress indicator via tooltip

* Ship nightly builds to main S3 bucket

* PR feedback

* Fix a couple security exploits

* Fix opacity on light mode button

* Use large app icon

* Resize icon for Windows

* Resize icon for Mac

* Update to electron-updater final

* Remove Mac support and deb repo

* Typo

* Remove deb script

* Remove checksum function

* Removed autoUpdateSettingsPath

* Update URL

Co-authored-by: = <=>
Co-authored-by: Devin Binnie <devin.binnie@mattermost.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
2022-03-08 11:38:38 -05:00
Devin Binnie eab1f32a35
[MM-35441] Remove old cert, changes for building node modules (#1863)
* Testing new code cert

* Try again

* FASTA

* EVEN MOAR FADSTA

* TELL ME WHY

* AINT NOTHIN BUT A HEARTACHE

* Trying something

* Trying something else

* Remove unnecessary changes

* Update package-lock.json

* Remove cert

* Testing

* More testing

* Revert "Testing"

This reverts commit e8a471e2ff545123ac3c5d28adb5934b74fc8c48.

* Revert "More testing"

This reverts commit c4e31358e3ae6b14d38b04a20726b650cc7355d0.
2021-11-22 09:54:53 -05:00
JtheBAB ac0de01d4b
Update mattermost.adml (#1742) 2021-09-20 09:34:21 -04:00
Guillermo Vayá b00da1b053
Update icons (#1545) 2021-04-16 19:29:40 +02:00
Guillermo Vayá 33f250c32d
[MM-31987] Allow camera use for jitsi (#1443)
* [MM-31987] allow camera use for jitsi

* update message for access
2021-01-18 22:43:13 +01:00
Devin Binnie f1a6dfc455
[MM-20348] Fixed DMG background (#1114) 2019-11-29 09:56:10 -05:00
JtheBAB 1d1a7e0301 Update GPO DefaultServerList Description (#1073) 2019-10-16 20:20:35 +02:00
JtheBAB 5e333cd362 Disable AutoUpdate GPO (#1072)
* Disable AutoUpdate GPO

* Disable AutoUpdate
2019-10-16 14:16:39 -04:00
William Gathoye a5368a9587
Add msi, gpo, new CI and runtime/sandbox hardening
* Add msi installer via Wixtoolset
* Add PowerShell Makefile
* [MM-18135] merge lint and test step, use -quiet, clarify changing debugging port
* [MM-18135] use no sandbox, separate linting, circle 2.1
* [MM-18137] Add MSI installer job
* [MM-18137] Add windows signing
* [MM-18152] Desktop notifications (#1040)
* [MM-18345] use non-dangerous wix version
* [MM-18348] add code signing to windows build (#1044)
* [MM-18348] fix review comments
* [MM-18851] runtime/sandbox hardening (#1042)
* [MM-18906] remove GPU acceleration option from GPO settings (#1047)
* Other minor refinements
2019-10-01 14:10:25 +02:00
Peter Dave Hello 310fc63132 Optimize png image with zopflipng lossless compression (#981) 2019-07-09 21:29:02 -04:00
JtheBAB c4cf9d5e0c Update syntax for GPO DefaultServerList (#944) 2019-03-08 12:27:19 +01:00
JtheBAB 995ef1d4a2 Add GPO for controlling GPU (#936) 2019-03-04 21:01:03 +01:00
Carlos Panato 7dbd41b0d4
add windows certificate to sign the releases 2019-02-22 10:37:13 +01:00
JtheBAB 6e690e9e61 Add Server Address to GPO 2019-02-18 13:12:43 +01:00
JtheBAB 20bccfb5b4
Rename scripts/gpo/en-US/mattermost.adml to resources/windows/gpo/en-US/mattermost.adml 2019-01-21 17:25:25 +01:00
JtheBAB fb621aa49f
Rename scripts/gpo/mattermost.admx to resources/windows/gpo/mattermost.admx 2019-01-21 17:23:43 +01:00
David Meza bfbf189e3b Bundle Mac Desktop App in DMG 2018-06-23 22:53:52 -05:00
Jim Campbell 3921081384 Update icon for Linux menus to use an SVG icon
Replace mattermost-desktop PNG icon (icon.png) with an SVG version
(icon.svg). This will improve icon appearance on Linux desktops.
Update icon references in electron-builder.json and
create_desktop_file.sh to point to the new SVG icon.
Update CHANGELOG.MD
Fixes #507
2018-06-04 10:12:40 -05:00
dkadioglu 1ca48db791
Update create_desktop_file.sh
Add "Categories=Network;InstantMessaging;" to ensure that Mattermost is listed under the appropriate submenu of the application starter. Tested with KDE/Plasma 5.45 and KMenu.
2018-05-24 08:40:53 +02:00
Yuya Ochiai 30640c6de4 Workaround for Linux icon 2018-04-02 21:59:47 +09:00
Jason Blais 2aea3150f8
Update README.md 2017-11-17 10:14:10 -05:00
Yuya Ochiai 3bfd688d12 Fix typo 2016-12-08 00:10:29 +09:00
Jason Blais 1f71df3b77 Fix typo 2016-12-07 08:07:52 -05:00
Yuya Ochiai 39117f9208 Update README.md 2016-12-07 20:25:30 +09:00
Jason Blais cad3cb5553 Update README.md 2016-12-06 12:53:47 -05:00
Yuya Ochiai c6fa55dd7c Add simple README for Linux packages 2016-12-05 23:45:35 +09:00
Yuya Ochiai 0d2b08c9e8 Fix Exec of .desktop file 2016-12-05 23:10:21 +09:00
Yuya Ochiai f2284fddb4 Add script to create .desktop file for Linux
For #208
2016-08-25 00:33:35 +09:00
Yuya Ochiai a0453b5865 Fix pixelated application icons for Windows
Added 20x20, 24x24 and 40x40 icons to icon.ico

Top left of the window: #98
Taskbar icon: #192
2016-08-23 20:20:52 +09:00
Yuya Ochiai 1f412a51d5 Add clicked icons 2016-06-12 20:51:43 +09:00
Yuya Ochiai 1575ada948 Add color to menu icons 2016-06-12 20:27:35 +09:00
Yuya Ochiai 709f8363ed Fix pixelated/blurry icons on Windows
Close #66, #98
Side effect: Electron's icon appears on `npm run watch`
2016-06-06 23:35:21 +09:00
Yuya Ochiai 281669965f Use electron-builder to create deb packages 2016-04-26 22:40:30 +09:00
Yuya Ochiai 9e07f6213a Add the status menu for OS X 2016-04-07 00:49:20 +09:00
Yuya Ochiai 60a2b0c770 Rename icon files 2016-03-21 00:31:29 +09:00
Asaad Mahmood 3a074a5fd7 Updating icons 2016-03-17 21:56:11 +05:00
Yuya Ochiai b7496b98c6 ディレクトリの整理 2015-11-03 18:39:43 +09:00