about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/teams
AgeCommit message (Collapse)AuthorFilesLines
2024-01-11Merge pull request #277881 from liff/teams/drop-liffajs1241-1/+1
teams: remove liff from maintainers
2023-12-31teams: remove liff from maintainersOlli Helenius1-1/+1
2023-12-22teams: Don't use root-level throw for unsupported platformsSilvan Mosberger1-32/+28
Unsupported platforms are handled with `meta.platforms`, there's no need to have an extra `throw` for this. This makes the top-level attribute `teams` attribute evaluate
2023-10-03teams: remove unused inputsSandro Jäckel1-15/+0
2023-09-29teams: remove (linux)Markus S. Wamser1-106/+2
The linux flavour of the app is abandoned by upstream and has multiple security vulnerabilities.
2023-08-26asar: use buildNpmPackageRobert Schütz1-2/+2
2023-08-04treewide: add meta.mainProgram to instant-messengersAustin Horstman1-0/+1
2023-06-27teams: fix application icon path (#226903)Olli Helenius1-0/+4
2023-03-17teams: 1.5.00.22362 -> 1.6.00.4464 (darwin)Tim Kleinschmidt1-2/+2
2023-02-24teams: add an alternative download URLOlli Helenius1-1/+5
2022-09-20teams: 1.5.00.10453 -> 1.5.00.23861 (linux), 1.5.00.22362 (darwin)Markus S. Wamser1-7/+16
2022-08-16treewide: makeWrapper buildInputs to nativeBuildInputsArtturin1-1/+1
most found with https://github.com/siraben/nix-lint
2022-06-24Merge master into staging-nextgithub-actions[bot]1-0/+1
2022-06-23treewide/applications: add `sourceType` `binaryNativeCode` for many packagesRobert Scott1-0/+1
2022-05-30makeWrapper,makeBinaryWrapper: implement `--append-flags`Naïm Favier1-10/+6
2022-05-10teams: fix wrapper workaroundNaïm Favier1-5/+8
We can't rely on the wrapper being a shell script, so we make our own wrapper to append the needed args.
2022-05-02teams: fix source hash of 1.5.00.10453 on DarwinOlli Helenius1-1/+1
2022-05-02teams: 1.4.00.26453 -> 1.5.00.10453Sarah Brofeldt1-2/+2
2022-02-02teams: add darwin support (#157006)tricktron1-77/+118
2021-10-13teams: 1.4.00.13653 -> 1.4.00.26453Olli Helenius1-2/+2
2021-06-26teams: fix absolute path usagesOlli Helenius1-2/+19
There are some references to absolute paths in the Teams application code: * /usr/share/pixmaps - The application icon. * /usr/bin/xdg-mime - Uses absolute path to invoke. * /usr/bin/teams - Uses absolute path in the autostart file if configured to start automatically at login. Though the paths are hardcoded they can be easily changed within the application’s main JavaScript code bundle and so we’ll do just that. This should at least fix auto-start not working, even when enabled.
2021-06-14Merge pull request #126259 from liff/teams/rect-overlay-argSandro1-1/+4
teams: add an argument for enabling rect-overlay
2021-06-08teams: add an argument for enabling rect-overlayOlli Helenius1-1/+4
The rect-overlay doesn’t work on non-composited window managers such as i3 but it’s not a problem for others. Make the choice available via an argument to the derivation. The setting defaults to `false` so that it works for a broader set of users. See also: #99279.
2021-06-08teams: 1.4.00.7556 -> 1.4.00.13653Olli Helenius1-2/+2
2021-06-02teams: enable appindicator tray icon supportEduardo Sánchez Muñoz1-0/+2
2021-04-12teams: 1.4.00.4855 -> 1.4.00.7556Olli Helenius1-2/+2
2021-03-17teams: reorder arguments produced by wrapperMarkus S. Wamser1-0/+5
this fixes launching meetings from links
2021-03-15teams: 1.3.00.30857 -> 1.4.00.4855Olli Helenius1-2/+8
2021-02-01treewide: xdg_utils -> xdg-utilsBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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-12-13teams: 1.3.00.25560 -> 1.3.00.30857Olli Helenius1-2/+2
2020-11-05teams: Do $PATH lookup in teams.desktop instead of hardcoding derivationKlemens Nanni1-1/+1
See db236e588de "steam: Do $PATH lookup in steam.desktop [...]". tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break. I verified that there are no other (executable) paths in the .desktop file and therefore went for this minimal diff.
2020-10-28teams: work around screen sharing bugFrederik Rietdijk1-0/+4
2020-10-09teams: 1.3.00.16851 -> 1.3.00.25560devhell1-2/+2
2020-08-13teams: use lib.getLib systemd instead of systemd.libFlorian Klink1-1/+1
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-07-01teams: 1.3.00.5152 -> 1.3.00.16851devhell1-4/+4
Microsoft finally released a new version for Linux.
2020-04-27teams: fixing pulseaudio accessElyhaka1-0/+22
2020-03-24teams: 1.3.00.958 -> 1.3.00.5153Olli Helenius1-2/+2
2020-01-22teams: 1.2.00.32451 -> 1.3.00.958Olli Helenius1-2/+2
2019-12-12teams: init at 1.2.00.32451Olli Helenius1-0/+63