about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/mattermost-desktop
AgeCommit message (Collapse)AuthorFilesLines
2024-04-03mattermost-desktop: support NIXOS_OZONE_WL and fix sso login redirectsLily Foster1-1/+3
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-15mattermost-desktop 5.6.0 -> 5.7.0Andrey Voronkov1-5/+5
2024-02-03Use same major version of electron which mattermost-desktop uses itself; ↵Andrey Voronkov1-2/+2
find electron binary via lib.getExe
2024-01-26mattermost-desktop 5.5.0 -> 5.6.0Andrey Voronkov1-5/+5
Signed-off-by: Andrey Voronkov <andrey.voronkov@sbermarket.ru>
2024-01-06mattermost-desktop: 5.5.0 -> 5.5.1Thomas Gerbet1-3/+3
Fixes CVE-2023-5875 and CVE-2023-5876. Changelog: https://docs.mattermost.com/deploy/desktop-app-changelog.html#id1
2023-10-03mattermost-desktop: remove no longer used atomEnv and autoPatchelfHookSandro Jäckel1-19/+1
2023-09-25mattermost-desktop: 5.3.1 -> 5.5.0Sebastian Sellmeier1-19/+14
2023-05-18mattermost-desktop: 5.1.0 -> 5.3.1Thomas Gerbet1-6/+6
Fixes CVE-2023-2000 / MMSA-2023-00142. https://docs.mattermost.com/install/desktop-app-changelog.html
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-06-21mattermost-desktop: 5.0.3 -> 5.1.0Alok Parlikar1-3/+3
2022-02-02mattermost-desktop: 4.6.2 -> 5.0.3Olli Helenius1-99/+50
2022-02-02mattermost-desktop: format with nixpkgs-fmtOlli Helenius1-49/+84
2021-10-13mattermost-desktop: add libappindicator-gtk3 to rpathHenri Menke1-1/+2
Fix/workaround for https://github.com/mattermost/desktop/issues/765
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-07mattermost-desktop: 4.5.2 -> 4.6.2 (#122006)Olli Helenius1-4/+10
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-07-22mattermost-desktop: 4.5.0 -> 4.5.2 (#93667)Yannis Koutras1-3/+3
2020-07-02mattermost-desktop: 4.3.1 -> 4.5.0Ioannis Koutras1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-14mattermost: fix path in desktop fileKyle Sferrazza1-0/+3
2019-11-06mattermost-desktop: version 4.2.3 -> 4.3.1Evils1-4/+7
2019-11-06mattermost-desktop: fix filechooser causing crashEvils1-1/+5
2019-08-31Merge remote-tracking branch 'upstream/master' into staging-nextSamuel Leathers1-3/+3
* upstream/master: vimPlugins: update (#67823) mattermost-desktop: 4.2.0 -> 4.2.3 (#67717) lightspark: init at 0.8.1 (#67425) anki: 2.1.11 -> 2.1.14 (#67738) nixos/{namecoind,bitcoind}: removing the altcoin prefix rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31mattermost-desktop: 4.2.0 -> 4.2.3 (#67717)averelld1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace1-2/+2
2019-02-26mattermost-desktop: refactor phasesIoannis Koutras1-17/+24
2019-02-24mattermost-desktop: 4.1.2 -> 4.2.0Ioannis Koutras1-5/+5
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-3/+3
It is deprecated and will be removed after 18.09.
2018-07-10gnome3.gconf: removeJan Tojnar1-2/+2
2018-07-06mattermost-desktop: 4.1.1 -> 4.1.2 (#43117)averelld1-10/+10
Also update some dependencies
2018-06-13mattermost-desktop: init at 4.1.1 (#40794)averelld1-0/+81