Commit Graph

68 Commits

Author SHA1 Message Date
Sandro Jäckel
fe9ef3a10b
vaultwarden: 1.32.1 -> 1.32.2
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.32.1...1.32.2

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.2
2024-10-14 14:54:43 +02:00
R. Ryantm
ca74c4a6f5 vaultwarden: 1.32.0 -> 1.32.1 2024-10-04 04:44:36 +00:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Robert Schütz
27cf88273b vaultwarden.webvault: 2024.6.2b -> 2024.6.2c
Changelog: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.6.2c
2024-08-31 23:45:37 -07:00
Philip Taron
2e0ccc25d9
vaultwarden: remove with statements 2024-08-18 06:32:23 -07:00
R. Ryantm
ae16dda224 vaultwarden: 1.31.0 -> 1.32.0 2024-08-12 03:18:41 +00:00
Ashish
74535e9a5c
vaultwarden.webvault: unbreak on aarch64 (#327019) 2024-07-17 11:40:36 +02:00
Ashish SHUKLA
84b83d4611
vaultwarden.webvault: 2024.5.1 -> 2024.5.1b 2024-07-10 14:46:38 +02:00
Ashish SHUKLA
4d8ce0754f
vaultwarden: 1.30.5 -> 1.31.0 2024-07-10 14:46:37 +02:00
Sandro Jäckel
f18e4f9141 vaultwarden.webvault: 2024.5.0 -> 2024.5.1 2024-06-20 16:26:01 +02:00
Sandro Jäckel
d2faa91d1a
vaultwarden: 2024.3.1 -> 2024.5.0
Changelog: https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.5.0
2024-05-18 23:18:01 +02:00
Sandro Jäckel
0b967359d3
vaultwarden.webvault: 2024.3.0 -> 2024.3.1 2024-04-07 19:08:29 +02:00
Sandro Jäckel
853903e3cd
vaultwarden.webvault: 2024.1.2b -> 2024.3.0 2024-03-26 14:46:16 +01:00
Robert Schütz
ee62d2dd74 vaultwarden: set VW_VERSION
It is used to display the "Server Installed" version in the admin panel.
2024-03-24 17:12:08 -07:00
Robert Schütz
2be8f78d23
Merge pull request #292927 from SuperSandro2000/vaultwarden
vaultwarden: 1.30.3 -> 1.30.5
2024-03-08 23:31:23 +00:00
Sandro
4085cbeee3
vaultwarden.webvault: fix eval 2024-03-04 13:20:26 +01:00
Sandro Jäckel
b9cf1b5bf2
vaultwarden: drop inactive maintainer, vaultwarden.webvault: inherit maintainers from main package 2024-03-04 00:41:35 +01:00
Sandro Jäckel
21a8fda2fd
vaultwarden: 1.30.3 -> 1.30.5
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.30.3...1.30.5

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5
2024-03-02 22:28:37 +01:00
Sandro Jäckel
45be83cb54
vaultwarden.webvault: 2024.1.2 -> 2024.1.2b 2024-02-11 23:42:43 +01:00
Robert Schütz
8ad5408ea3
Merge pull request #285248 from SuperSandro2000/vaultwarden-1.30.2
vaultwarden: 1.30.1 -> 1.30.3
2024-02-06 06:10:03 +00:00
Sandro Jäckel
cc786ff2d0
vaultwarden: replace maintainer msteen with myself 2024-02-05 00:55:27 +01:00
Sandro Jäckel
4af6bbbd06
vaultwarden: 1.30.1 -> 1.30.3
Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.3
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.3
2024-02-05 00:55:18 +01:00
Sandro Jäckel
8a707a1221
vaultwarden.webvault: 2024.1.1b -> 2024.1.2 2024-01-30 13:31:25 +01:00
Sandro Jäckel
d20e90e767
vaultwarden.webvault: 2024.1.1 -> 2024.1.1b, add meta.changelog
https://github.com/dani-garcia/bw_web_builds/releases/tag/v2024.1.1b
2024-01-20 01:22:54 +01:00
Sandro Jäckel
53250e9fe6
vaultwarden.webvault: 2024.1.0 -> 2024.1.1 2024-01-17 20:24:28 +01:00
Sandro Jäckel
4db309fbea
vaultwarden.webvault: 2023.12.0 -> 2024.1.0
Diff: https://github.com/dani-garcia/bw_web_builds/compare/v2023.12.0...v2024.1.0
2024-01-11 11:26:35 +01:00
Sandro Jäckel
17411073a8
vaultwarden.webvault: 2023.10.0 -> 2023.12.0 2023-12-18 00:15:18 +01:00
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Sandro Jäckel
6fba05a99b
vaultwarden: 1.30.0 -> 1.30.1
https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.1
2023-11-22 01:17:37 +01:00
K900
855c4af777 vaultwarden: add missing dependency 2023-11-08 13:44:37 +03:00
K900
d4c81f85cb vaultwarden: fix update-script 2023-11-06 20:10:13 +03:00
K900
e2898bc40d vaultwarden.webvault: 2023.7.1 -> 2023.10.0 2023-11-06 11:53:12 +03:00
K900
7e1ea9625b vaultwarden: 1.29.2 -> 1.30.0
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.29.2...1.30.0
2023-11-06 11:34:26 +03:00
R. Ryantm
47ce276bad vaultwarden: 1.29.1 -> 1.29.2 2023-09-03 10:17:44 +00:00
R. Ryantm
14cc800e21 vaultwarden: 1.29.0 -> 1.29.1 2023-08-01 07:22:57 +00:00
Weijia Wang
4624f9412a
Merge pull request #243125 from figsoda/security
pkgs/tools/security: remove dead code
2023-07-13 22:45:46 +03:00
figsoda
f97ce0a9a8 pkgs/tools/security: remove dead code
with the help of deadnix & nil
2023-07-12 14:35:00 -04:00
Martin Weinelt
a7628118e7
vaultwarden: 1.28.1 -> 1.29.0
https://github.com/dani-garcia/vaultwarden/releases/tag/1.29.0
2023-07-12 19:13:45 +02:00
Martin Weinelt
5dbd09e0fa
vaultwarden.webvault: Use default nodejs version
NodeJS 16 is going EOL soon, so let's get back onto the default version,
which is at 18 right now.
2023-05-06 16:02:08 +02:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Martin Weinelt
b41dbf177a
vaultwarden: Drop rust nightly workaround
The related issue has been closed since the 1.25 release.
2023-04-10 20:36:37 +02:00
Martin Weinelt
a3ac3f8502
vaultwarden: 1.28.0 -> 1.28.1
https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.1
2023-04-09 23:41:29 +02:00
Robert Schütz
f672b32b2e vaultwarden: 1.27.0 -> 1.28.0
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.27.0..1.28.0

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.28.0
2023-03-28 10:15:39 -07:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Robert Schütz
fa644ef343 vaultwarden.updateScript: make compatible with webvault built from source 2023-02-16 14:38:48 -08:00
Robert Schütz
c6e2fbf1a2 vaultwarden.webvault: build from source 2023-02-16 11:19:45 -08:00
Ashish SHUKLA
c0796f7158
vaultwarden.webvault: 2022.10.0 -> 2022.12.0 2023-01-10 18:44:35 +05:30
Ashish SHUKLA
dc837121ca
vaultwarden: 1.26.0 -> 1.27.0 2023-01-10 18:44:35 +05:30
Martin Weinelt
5ad720fef4
vaultwarden.webvault: 2022.11.1 -> 2022.10.0
Downgrade to fix compatibility with vaultwarden 1.26.0.
2022-12-14 15:00:20 +01:00
Martin Weinelt
0497d5b99f
vaultwarden: Add update script to keep web vault in sync
- Adds an update script to fetch the compatible web vault version
- Removes `vaultwarden-vault` from top-level to prevent independent
  updates through e.g. r-ryantm. Istead the vault is now accessible
  at `vaultwarden.webvault`.
- The name webvault was chosen because it is the title of the projects
  README and it makes it clearer, that this is the web UI.
2022-12-14 15:00:20 +01:00