Commit Graph

41 Commits

Author SHA1 Message Date
Sandro Jäckel
e561218ef3
vaultwarden: 1.32.5 -> 1.32.6
Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.6
2024-12-11 18:04:22 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Sandro Jäckel
81d54c130d
vaultwarden: 1.32.4 -> 1.32.5 2024-11-18 13:13:38 +01:00
K900
7d4246729b vaultwarden: 1.32.3 -> 1.32.4
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.32.3...1.32.4

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.4
2024-11-11 07:35:57 +03:00
Robert Schütz
2861aba1d1 vaultwarden: 1.32.2 -> 1.32.3
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.32.2...1.32.3

Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.3
2024-10-27 23:24:42 -07:00
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
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 SHUKLA
4d8ce0754f
vaultwarden: 1.30.5 -> 1.31.0 2024-07-10 14:46:37 +02: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 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
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
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
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
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
Ashish SHUKLA
dc837121ca
vaultwarden: 1.26.0 -> 1.27.0 2023-01-10 18:44:35 +05:30
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
R. Ryantm
16104523f4 vaultwarden: 1.25.2 -> 1.26.0 2022-10-18 06:00:11 +00:00
Martin Weinelt
86e3f6a1ed
vaultwarden: 1.24.0 -> 1.25.2
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.2
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.1
https://github.com/dani-garcia/vaultwarden/releases/tag/1.25.0
2022-07-28 01:19:03 +02:00
R. Ryantm
5a7f3100e3 vaultwarden: 1.23.1 -> 1.24.0 2022-02-03 10:54:07 -08:00
R. Ryantm
b5127f3492 vaultwarden: 1.23.0 -> 1.23.1 2021-12-30 22:11:05 -08:00
figsoda
b356c37023 vaultwarden: use buildFeatures 2021-11-16 08:18:57 -05:00
Ivan Kozik
a153ef57e0 vaultwarden: fix the build for rustc 1.56
rustc 1.55 was ignoring vaultwarden's `rust-version = 1.57`, causing
the build to succeed. rustc 1.56 was erroring out because it does not
ignore the minimum `rust-version`.

Patch out the `rust-version` because we do not really need 1.57;
rustc 1.56 with RUSTC_BOOTSTRAP=1 produces a working vaultwarden.

This fixes https://github.com/NixOS/nixpkgs/issues/146215
2021-11-16 07:57:26 +00:00
R. Ryantm
426d2d2d8e vaultwarden: 1.22.2 -> 1.23.0 2021-10-28 08:29:32 +00:00
R. RyanTM
e2e42dcf17 vaultwarden: 1.22.1 -> 1.22.2 2021-08-19 18:25:45 +00:00
K900
dc1b56c714 vaultwarden: update to 1.22.1, rename from bitwarden_rs
I tried to make this as non-breaking as possible, but it will still
break things slightly for people expecting certain file names in the
packages themselves.
2021-07-01 12:31:20 +03:00