Commit Graph

302 Commits

Author SHA1 Message Date
Robert Schütz
da8b0f0621 fetchNextcloudApp: use fetchurl by default 2024-08-05 03:53:38 -07:00
Maximilian Bosch
4e0cc1ba61
nextcloudPackages: update
Forward-port of me regenerating it in #331710
2024-08-02 12:10:54 +02:00
Robert Schütz
5c812046c3 nextcloud-notify_push: 0.6.12 -> 0.7.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0
2024-08-01 04:13:26 -07:00
Robert Schütz
2c1d58e90c nextcloudPackages: update
We no longer use fetchzip because nc4nix no longer unpacks the tarball
before computing the hash.
2024-08-01 04:13:25 -07:00
Robert Schütz
b8a80e15e5 Revert "nextcloudPackages: Revamp package generation script"
This reverts commit 4349a61a71.
2024-08-01 03:49:12 -07:00
Robert Schütz
1ad15c918a Revert "nextcloud{28,29}Packages: improve generation script"
This reverts commit 0fde477b80.
2024-08-01 03:48:51 -07:00
Robert Schütz
2aa8262564 nextcloud29Packages: update 2024-07-18 05:34:38 -07:00
Robert Schütz
e1fe376294 nextcloud29: 29.0.3 -> 29.0.4
Changelog: https://nextcloud.com/changelog/#29-0-4
2024-07-18 05:34:38 -07:00
Robert Schütz
4613cf0d27 nextcloud28Packages: update 2024-07-18 05:34:38 -07:00
Robert Schütz
9568d1307a nextcloud28: 28.0.7 -> 28.0.8
Changelog: https://nextcloud.com/changelog/#28-0-8
2024-07-18 05:34:38 -07:00
Robert Schütz
0fde477b80 nextcloud{28,29}Packages: improve generation script
The script can now be executed from an arbitrary location and doesn't
require Nix's experimental features to be enabled.
2024-07-18 05:34:26 -07:00
Pyrox
fe3e80ad38
nextcloud29Packages: update 2024-07-13 18:32:34 -04:00
Pyrox
d5d501b799
nextcloud28Packages: update 2024-07-13 18:32:28 -04:00
Pyrox
4349a61a71
nextcloudPackages: Revamp package generation script 2024-07-13 18:32:19 -04:00
Robert Schütz
06b0cb2248
Revert "nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-05-24; nextcloudPackages: update" 2024-07-13 13:39:53 -07:00
Pyrox
3e894f85c0
nextcloud29Packages: update 2024-07-12 01:03:53 -04:00
Pyrox
fd69af0fe9
nextcloud28Packages: update 2024-07-12 01:03:53 -04:00
Pyrox
4b97f227b9
nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-05-24
Updates mainly to include a commit that generates SRI hashes instead of
sha256 hashes for extensions.
2024-07-12 01:03:53 -04:00
Maximilian Bosch
b84aa6dd93
nextcloud-notify_push: filterAttrs for passthru.tests
The `with-postgresql-and-redis` tests also test notify push. Derive the
attributes with filterAttrs instead of listing those
explicitly. That way one doesn't have to remember touching this
expression when adding/removing new Nextcloud majors.

Follows up on #325111
2024-07-06 23:46:29 +02:00
Sergei Trofimovich
588f9751c5 nextcloud-notify_push.tests: fix the eval
Without the change eval fails as:

     $ nix build --no-link -f. nextcloud-notify_push.tests
     error: attribute 'with-postgresql-and-redis27' missing
            at pkgs/servers/nextcloud/notify_push.nix:35:9:
                34|       inherit (nixosTests.nextcloud)
                35|         with-postgresql-and-redis27
                  |         ^
                36|         with-postgresql-and-redis28
            Did you mean one of with-postgresql-and-redis28 or with-postgresql-and-redis29?
2024-07-06 20:47:00 +01:00
Maximilian Bosch
70d8f4cf1e
nextcloud29Packages: update 2024-06-25 14:09:02 +02:00
Maximilian Bosch
04b0d035f8
nextcloud28Packages: update 2024-06-25 14:08:42 +02:00
Maximilian Bosch
60657a4591
nextcloud27: remove
Version will be EOL by the end of 2024-06.
2024-06-25 14:08:15 +02:00
Maximilian Bosch
9b1cfa27a0
nextcloud: 29.0.2 -> 29.0.3
ChangeLog: https://github.com/nextcloud/server/releases/tag/v29.0.3
2024-06-25 14:07:27 +02:00
Maximilian Bosch
8feb916c8d
nextcloud28: 28.0.6 -> 28.0.7
ChangeLog: https://github.com/nextcloud/server/releases/tag/v28.0.7
2024-06-25 14:06:35 +02:00
Ruben Hoenle
5086a5b722 nextcloudPackages.integration_paperless: init 2024-06-18 21:46:31 +02:00
Robert Schütz
0a379a9439 nextcloudPackages: update 2024-06-06 10:30:24 -07:00
Robert Schütz
51b972886c nextcloud29: 29.0.1 -> 29.0.2
Changelog: https://nextcloud.com/changelog/#29-0-2
2024-06-06 10:29:14 -07:00
Robert Schütz
3039b5ddef nextcloud-notify_push: 0.6.11 -> 0.6.12
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.11...v0.6.12

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.12
2024-06-01 20:01:53 -07:00
Robert Schütz
80c129e782 nextcloudPackages: update 2024-06-01 19:57:34 -07:00
Robert Schütz
28b2e9ac03 nextcloud27: 27.1.9 -> 27.1.10
Changelog: https://nextcloud.com/changelog/#27-1-10
2024-06-01 19:56:33 -07:00
Jonas Heinrich
3f99d04a16
Merge pull request #314337 from Atemu/init/nextcloudPackages.richdocuments
nextcloudPackages.richdocuments: init
2024-05-26 12:14:00 +02:00
Atemu
04445ac137 nextcloudPackages.richdocuments: init
This is the "Nextcloud Office" app that offers Collabora CODE integration.

You still need Collabora CODE itself running somewhere but this is one step
towards https://github.com/NixOS/nixpkgs/issues/218878.
2024-05-24 19:43:41 +02:00
Robert Schütz
dd7a48b54f nextcloud-notify_push: 0.6.10 -> 0.6.11
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.10...v0.6.11

Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.6.11
2024-05-23 14:02:23 -07:00
Robert Schütz
ea23d5ac3d nextcloudPackages: update 2024-05-23 13:42:21 -07:00
Robert Schütz
ff64ac2e17 nextcloud29: 29.0.0 -> 29.0.1
Changelog: https://nextcloud.com/changelog/#29-0-1
2024-05-23 13:30:23 -07:00
Robert Schütz
84c8e8af00 nextcloud28: 28.0.5 -> 28.0.6
Changelog: https://nextcloud.com/changelog/#28-0-6
2024-05-23 13:29:27 -07:00
Maximilian Bosch
f082e0d390
nextcloud*Packages: update
Seems to fix the phonetrack issue.
2024-05-01 10:22:26 +02:00
Maximilian Bosch
acd2192406
nextcloud28: 28.0.4 -> 28.0.5
ChangeLog: https://nextcloud.com/changelog/#28-0-5
2024-05-01 10:22:26 +02:00
Maximilian Bosch
5a3bc43078
nextcloud27: 27.1.8 -> 27.1.9
ChangeLog: https://nextcloud.com/changelog/#27-1-9
2024-05-01 10:22:26 +02:00
Maximilian Bosch
4e964de927
nextcloud26: remove 2024-05-01 10:22:25 +02:00
Raito Bezarius
3ebf8d0bf8
nextcloud29: init at 29.0.0
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-25 15:27:29 +02:00
Raito Bezarius
ed1200bd9a
nextcloud29Packages: init
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-04-25 15:27:29 +02:00
Jonas Heinrich
147a37dd67 nextcloudPackages.unroundedcorners: init at 1.1.3, nextcloudPackages: update 2024-04-24 18:06:16 +02:00
Robert Schütz
9119e4c9de nextcloudPackages: update 2024-03-29 17:34:39 -07:00
Robert Schütz
51c9db4e57 nextcloud28: 28.0.3 -> 28.0.4
Changelog: https://nextcloud.com/changelog/#28-0-4
2024-03-29 17:34:01 -07:00
Robert Schütz
2264eda254 nextcloud27: 27.1.7 -> 27.1.8
Changelog: https://nextcloud.com/changelog/#27-1-8
2024-03-29 17:33:22 -07:00
Robert Schütz
aa7ffdd1e5 nextcloud26: 26.0.12 -> 26.0.13
Changelog: https://nextcloud.com/changelog/#26-0-13
2024-03-29 17:33:18 -07:00
Janne Heß
fcc95ff817 treewide: Fix all Nix ASTs in all markdown files
This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
2024-03-28 09:28:12 +01:00
Janne Heß
bc77c7a973 treewide: Mark Nix blocks in markdown as Nix
This should help us with highlighting and future formatting.
2024-03-28 09:28:12 +01:00