about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/rambox
AgeCommit message (Collapse)AuthorFilesLines
2024-05-14Merge pull request #279260 from SuperSamus/multiPkgs-false-removeAtemu1-1/+1
treewide: remove `multiArch=false` and wrong usage of `extraPkgs`
2024-05-14rambox: 2.3.1 -> 2.3.2R. Ryantm1-2/+2
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-1/+1
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-04-29rambox: fix for binary dropping version suffixKrzysztof Nazarewski1-2/+1
fixes https://github.com/NixOS/nixpkgs/issues/307545
2024-03-14rambox: 2.3.0 -> 2.3.1R. Ryantm1-2/+3
2024-01-31rambox: 2.2.3 -> 2.3.0R. Ryantm1-2/+2
2023-12-10rambox: 2.2.2 -> 2.2.3R. Ryantm1-2/+2
2023-11-16rambox: 2.2.1 -> 2.2.2R. Ryantm1-2/+2
2023-10-24rambox: fix crash on startKrzysztof Nazarewski1-0/+2
fixes https://github.com/NixOS/nixpkgs/issues/261988
2023-10-24rambox: 2.2.0 -> 2.2.1Krzysztof Nazarewski1-2/+2
2023-10-18rambox: 2.1.5 -> 2.2.0R. Ryantm1-2/+2
2023-07-19rambox: 2.1.3 -> 2.1.5Jon Seager1-2/+2
2023-05-01rambox: 2.1.2 -> 2.1.3R. Ryantm1-2/+2
2023-04-11rambox: 2.1.0 -> 2.1.2Jon Seager1-2/+2
2023-02-23rambox: 2.0.10 -> 2.1.0Jon Seager1-2/+2
2023-01-31rambox: 2.0.9 -> 2.0.10R. Ryantm1-2/+2
2022-12-12rambox: 0.7.9 -> 2.0.9Krzysztof Nazarewski3-75/+33
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-4/+1
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-01-03Update cawilliamson maintainer details (chrisaw -> cawilliamson)Christopher A. Williamson1-1/+1
2021-09-29rambox: 0.7.8 -> 0.7.9Jean-François Roche1-7/+8
Upstream changelog https://github.com/ramboxapp/community-edition/releases/tag/0.7.9
2021-08-04rambox: 0.7.7 -> 0.7.8Adomas Jatužis2-7/+7
2021-06-05rambox: unmaintain & mark as insecureMaximilian Bosch1-1/+4
Rambox hasn't had a stable release in a while and an increasing number of issues which is why I don't intend to use this anymore. While taking a closer look at the source I also realized that it uses Electron 7.2.4[1]. This is not only EOLed[2], it also contains a few security vulnerabilities which is why I decided to mark it as insecure. A few (most likely not all) vulnerabilities can be found by looking at the Electron 7 changelog[3]: after 7.2.4 there were a few more releases with security backports - mostly from Chromium. Security issues that were found later on (and are probably exploitable on the dependency chain of rambox) aren't listed here. I only added two issues that seemed applicable to `rambox`, but I haven't researched enough to check the other ones. [1] https://github.com/ramboxapp/community-edition/blob/0.7.7/package.json#L70 [2] https://www.electronjs.org/docs/tutorial/support#currently-supported-versions [3] https://www.electronjs.org/releases/stable?version=7
2021-04-30treewide: remove gnidorahSandro Jäckel1-1/+1
due to github account removal/deletion and not other mean of contact.
2021-01-31rambox-pro: 1.4.1 → 1.5.0Christopher A. Williamson1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11rambox: migrate to use AppImageThiago Kenji Okada3-75/+50
The motivation comes from PR #108787: AppImage is the official and using it should avoid some issues. Also, migrating both packages (instead of only rambox-pro like #108787) can make maintaining both packages better. There is now a `mkRambox` function that abstract most of the build process.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-3/+3
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-28Rambox Pro 1.3.2 > 1.4.1 (#104997)Kamus Hadenes1-4/+4
2020-10-10rambox: 0.7.6 -> 0.7.7gnidorah1-3/+3
2020-09-17rambox: 0.7.5 -> 0.7.6gnidorah1-3/+3
2020-08-13rambox: use lib.getLib udev instead of udev.libFlorian Klink1-2/+2
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-07-23rambox: use gappsWrapperArgsgnidorah1-2/+4
2020-07-20electron: point electron alias to the latest stable versionPavol Rusnak1-1/+4
+ require explicit version of electron in packages
2020-07-19rambox: add wrapGAppsHookgnidorah1-2/+2
2020-06-06rambox-pro: 1.3.1 -> 1.3.2R. RyanTM1-2/+2
2020-05-20Merge pull request #75269 from cawilliamson/masterJörg Thalheim1-4/+13
rambox-pro: fix missing icons, autostart and clean up dir layout
2020-04-24rambox: update homepage link to use HTTPSKonrad Borowski1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-09rambox-pro: 1.2.2 -> 1.3.1R. RyanTM1-3/+3
2020-03-27rambox: 0.7.4 -> 0.7.5Maximilian Bosch1-3/+3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-23rambox: 0.7.3 -> 0.7.4Maximilian Bosch1-4/+4
https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
2020-02-21rambox: don't build from sourcesgnidorah7-207/+36
2020-02-06rambox-pro: 1.2.0 -> 1.2.2R. RyanTM1-2/+2
2020-01-15rambox: fix metagnidorah1-2/+2
2020-01-03rambox: 0.6.9 -> 0.7.3Maximilian Bosch1-3/+3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.3 https://github.com/ramboxapp/community-edition/releases/tag/0.7.2 https://github.com/ramboxapp/community-edition/releases/tag/0.7.1 https://github.com/ramboxapp/community-edition/releases/tag/0.7.0
2019-12-28rambox: fix hashMaximilian Bosch1-1/+1
2019-12-27rambox: fix node_modules sha256zimbatm1-1/+1
2019-12-08Fix autostart pathChristopher A. Williamson1-0/+3
2019-12-08rambox-pro: fix missing icons and clean up dir layoutChristopher A. Williamson1-4/+10