Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
5593ab9205 bookstack: 24.12 -> 24.12.1 2025-01-05 01:33:42 +00:00
R. Ryantm
b7c1e20c24 bookstack: 24.10.3 -> 24.12 2024-12-23 12:33:20 +00:00
Yannick Markus
95aba9257d
bookstack: 24.05.4 -> 24.10.3
Diff:
https://github.com/BookStackApp/BookStack/compare/v24.05.4...v24.10.3
Changelog: https://github.com/BookStackApp/BookStack/releases
2024-12-11 09:36:16 +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
Hritwik
a8f5ef66e5 bookstack: 24.05.2 -> 24.05.4 2024-09-02 17:32:39 +05:30
Yannick Markus
cfb5dcd637 bookstack: 24.05.1 -> 24.05.2
Diff: https://github.com/BookStackApp/BookStack/compare/v24.05.1...v24.05.2
Changelog: https://github.com/BookStackApp/BookStack/releases/tag/v24.05.2
2024-06-24 10:44:08 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Yannick Markus
a54c5c8526 bookstack: 24.02.3 -> 24.05.1
Diff: https://github.com/BookStackApp/BookStack/compare/v24.02.3...v24.05.1
Changelog: https://www.bookstackapp.com/blog/bookstack-release-v24-05/ & https://www.bookstackapp.com/blog/bookstack-release-v24-05-1/
2024-06-06 11:59:04 +02:00
R. Ryantm
90d3a8bfe8 bookstack: 24.02.2 -> 24.02.3 2024-04-06 00:51:57 +00:00
Yannick Markus
46444fe9ff bookstack: 24.02 -> 24.02.2 2024-03-18 09:23:00 +01:00
R. Ryantm
c1b177b434 bookstack: 23.12.2 -> 24.02 2024-02-29 17:58:46 +00:00
R. Ryantm
e3f918841a bookstack: 23.12.1 -> 23.12.2 2024-01-25 11:04:13 +00:00
Yannick Markus
a96f30df2d
bookstack: 23.08.3 -> 23.12.1 2024-01-17 09:43:14 +01:00
R. Ryantm
b5080d84d6 bookstack: 23.08.2 -> 23.08.3 2023-09-19 00:37:24 +00:00
Yannick Markus
06e13b240d
bookstack: 23.06.2 -> 23.08.2 2023-09-08 09:31:16 +02:00
R. Ryantm
d93aa8ce79 bookstack: 23.06.1 -> 23.06.2 2023-07-15 23:38:28 +00:00
Yannick Markus
009757a868
bookstack: 23.01.1 -> 23.06.1 2023-07-06 09:45:54 +02:00
R. Ryantm
7c4b648ef4 bookstack: 23.01 -> 23.01.1 2023-02-04 17:30:05 +00:00
Yannick Markus
eb6cc4899e
bookstack: 22.11.1 -> 23.01 2023-02-02 11:44:11 +01:00
R. Ryantm
d3346ad543 bookstack: 22.11 -> 22.11.1 2023-01-02 21:38:12 +08:00
Yannick Markus
145c4f431d bookstack: 22.06.2 -> 22.11 2022-12-02 12:25:02 +01:00
Charlotte Van Petegem
589f060ab8
bookstack: fix unquoted URLs 2022-07-02 09:49:06 +02:00
Yannick Markus
89b90fe3d1
bookstack: 21.12 -> 22.06.2 2022-06-30 09:42:39 +02:00
Yannick Markus
7ec5348c9c
bookstack: 21.10.3 -> 21.12 2021-12-27 12:19:47 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Yannick Markus
500754df86
bookstack: 21.08.3 -> 21.10.3 2021-11-02 10:16:28 +01:00
Robert Scott
5a314fb447
Merge pull request #137639 from ymarkus/bookstack
bookstack: 21.05.3 -> 21.08.3
2021-10-31 21:33:56 +00:00
Ryan Burns
2bbc2eaed3 bookstack: remove toplevel system attr 2021-10-22 14:03:17 -07:00
Yannick Markus
9185d6f6b1
bookstack: 21.05.3 -> 21.08.3 2021-09-13 13:18:26 +02:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Yannick Markus
6ac9cb369d
bookstack: 21.05 -> 21.05.3 2021-07-12 09:50:31 +02:00
Yannick Markus
c23e59dbc7
bookstack: 21.04.5 -> 21.05 2021-06-01 09:07:43 +02:00
Yannick Markus
86fd2a5474
bookstack: 21.04.3 -> 21.04.5 2021-05-18 10:43:36 +02:00
Yannick Markus
eae6e08525
bookstack: 0.31.7 -> 21.04.3 2021-05-03 16:24:01 +02:00
Yannick Markus
625ca89650
bookstack: init at 0.31.7 2021-03-12 16:59:06 +01:00