about summary refs log tree commit diff
path: root/pkgs/servers/grocy
AgeCommit message (Collapse)AuthorFilesLines
2024-04-22grocy: 4.0.3 -> 4.2.0, build from sourcesThomas Gerbet3-29/+72
The adjusted patch have been taken from #288602. Changes: https://github.com/grocy/grocy/releases/tag/v4.1.0 https://github.com/grocy/grocy/releases/tag/v4.2.0
2023-09-12grocy: 4.0.2 -> 4.0.3 (#254776)ember1-2/+2
2023-08-19grocy: 4.0.0 -> 4.0.2Ember Keske3-14/+14
2023-08-19grocy: replace @ma27 with @n0emis as maintainerEmber Keske1-1/+1
2023-08-02grocy: 3.3.0 -> 4.0.0Ember Keske3-28/+35
2023-05-16grocy: mark as brokenThomas Gerbet1-0/+1
grocy is not yet compatible with PHP 8.1
2022-11-30nixos/grocy: set storage path correctly in patchAndy Chun @noneucat1-12/+12
This commit restores the proper setting of `$this->StoragePath` using `GROCY_STORAGE_DIR` in `FilesService`. The previous iteration of this patch mistakenly patches out the setting of `$groupFolderPath` in the `GetFilePath` method, which the method subsequently tries to return. This causes `GetFilePath` to return, for example, `/file.png` (an incorrect root path) for files instead of `/var/lib/grocy/userpictures/file.png`.
2022-11-15grocy: 3.3.1 -> 3.3.2R. Ryantm1-2/+2
2022-07-28grocy: 3.3.0 -> 3.3.1R. Ryantm1-2/+2
2022-04-10grocy: 3.2.0 -> 3.3.0R. Ryantm1-2/+2
2022-02-12grocy: 3.1.3 -> 3.2.0R. Ryantm1-2/+2
2021-11-15grocy: 3.1.2 -> 3.1.3Maximilian Bosch1-2/+2
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.3
2021-09-28grocy: 3.1.1 -> 3.1.2Maximilian Bosch1-2/+2
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.2
2021-08-22grocy: 3.1.0 -> 3.1.1R. RyanTM1-2/+2
2021-07-23grocy: 3.0.1 -> 3.1.0Maximilian Bosch2-22/+22
ChangeLog: https://github.com/grocy/grocy/releases/tag/v3.1.0
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2021-01-05grocy: 3.0.0 -> 3.0.1Maximilian Bosch1-2/+2
https://github.com/grocy/grocy/releases/tag/v3.0.1
2020-12-22grocy: 2.7.1 -> 3.0.0Maximilian Bosch3-48/+50
https://github.com/grocy/grocy/releases/tag/v3.0.0
2020-04-17grocy: 2.7.0 -> 2.7.1Maximilian Bosch1-2/+2
https://github.com/grocy/grocy/releases/tag/v2.7.1
2020-04-16grocy: 2.6.2 -> 2.7.0Maximilian Bosch3-4/+31
2020-04-15grocy: add `passthru.tests` to reference VM-testMaximilian Bosch1-1/+3
2020-04-03grocy: 2.6.1 -> 2.6.2Maximilian Bosch1-2/+2
https://github.com/grocy/grocy/releases/tag/v2.6.2
2020-03-07grocy: 2.6.0 -> 2.6.1Maximilian Bosch2-35/+51
2020-02-07grocy: init at 2.6.0Maximilian Bosch2-0/+93