Commit Graph

234 Commits

Author SHA1 Message Date
Ralf Haferkamp c46e0c4b6b Fix build with go 1.24
Go 1.24 does some stricter checks now on arguments to functions
accepting format strings.
This commit fixes a couple of "non-constant format string in call
to ..." errors when running the unit tests.
2025-03-10 10:43:34 +01:00
Jörn Friedrich Dreyer 0932b7dc29 add german translation
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-27 11:48:06 +01:00
Jörn Friedrich Dreyer d4c74677c2 restart at new transifex orga
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-24 16:29:35 +01:00
André Duffeck e8d35e1280 Use the opencloud reva from now on 2025-01-21 11:16:38 +01:00
Jörn Friedrich Dreyer bb6e8c6243 userlog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-17 11:56:38 +01:00
Ralf Haferkamp 213e9663a9 Rename go-micro services 2025-01-16 09:45:46 +01:00
André Duffeck 6cad539024 Fix tests 2025-01-16 09:27:57 +01:00
André Duffeck 8c8cdd9310 Adapt protobuf naming 2025-01-15 11:04:32 +01:00
Jörn Friedrich Dreyer b07b5a1149 use plain pkg module
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-13 16:42:19 +01:00
Jörn Friedrich Dreyer 8e028f17e9 change module name
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-13 09:58:18 +01:00
ownClouders d264dd808a [tx] updated from transifex 2025-01-06 00:06:02 +00:00
ownClouders e68a4f3532 [tx] updated from transifex 2025-01-05 00:06:46 +00:00
ownClouders 50b0705793 [tx] updated from transifex 2025-01-04 00:07:28 +00:00
Bastian Beier b7c6d5a88b Add filtering of in-app notifications based on user settings 2024-12-23 09:19:33 +01:00
ownClouders c9de5af90c [tx] updated from transifex 2024-12-22 00:20:13 +00:00
ownClouders f8f4805d64 [tx] updated from transifex 2024-12-16 00:21:22 +00:00
ownClouders ab1d7053d8 [tx] updated from transifex 2024-12-15 00:47:19 +00:00
ownClouders 7eb8ae84bd [tx] updated from transifex 2024-12-14 00:20:23 +00:00
ownClouders a265fcbe46 [tx] updated from transifex 2024-12-01 00:21:57 +00:00
ownClouders 435a2aa8fe [tx] updated from transifex 2024-11-26 00:18:54 +00:00
ownClouders 0aef4fcdce [tx] updated from transifex 2024-11-24 00:24:01 +00:00
ownClouders cff364c998 [tx] updated from transifex 2024-11-23 00:56:23 +00:00
ownClouders e7968996b5 [tx] updated from transifex 2024-11-11 00:06:19 +00:00
Jörn Friedrich Dreyer 164be04293 concurrent userlog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-11-07 15:47:47 +01:00
ownClouders 15b80aeb1c [tx] updated from transifex 2024-11-06 00:07:42 +00:00
ownClouders 821200b48c [tx] updated from transifex 2024-11-04 00:07:00 +00:00
ownClouders 38a1a410ea [tx] updated from transifex 2024-11-02 00:44:10 +00:00
ownClouders 270389bc15 [tx] updated from transifex 2024-10-21 01:03:33 +00:00
ownClouders f46eefa989 [tx] updated from transifex 2024-10-16 03:38:06 +00:00
ownClouders 47edf8bc6d [tx] updated from transifex 2024-10-14 01:40:03 +00:00
ownClouders 6b7cf63980 [tx] updated from transifex 2024-10-12 01:09:18 +00:00
ownClouders 982255382c [tx] updated from transifex 2024-10-05 00:09:31 +00:00
ownClouders 55cf2d17f7 [tx] updated from transifex 2024-09-30 05:32:33 +00:00
ownClouders 0f7293a6a5 [tx] updated from transifex 2024-09-21 00:45:28 +00:00
ownClouders 355c656f4a [tx] updated from transifex 2024-09-14 00:45:51 +00:00
ownClouders 4906ff8b46 [tx] updated from transifex 2024-09-10 00:40:54 +00:00
Martin Mattel 5e2c1374ce [docs-only] Update translation docs 2024-09-03 14:56:18 +02:00
ownClouders dd572bb145 [tx] updated from transifex 2024-09-01 00:06:33 +00:00
Jörn Friedrich Dreyer 84e87cd722 set the configured protocol transport for service metadata
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-08-23 20:51:17 +02:00
ownClouders 47ea3e81b9 [tx] updated from transifex 2024-08-20 01:22:36 +00:00
ownClouders 37491c1567 [tx] updated from transifex 2024-08-11 00:06:26 +00:00
ownClouders ce330cf7c7 [tx] updated from transifex 2024-07-31 00:40:06 +00:00
Jörn Friedrich Dreyer d1fd65466f reuse default node id when registering services
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-24 13:07:54 +02:00
ownClouders 81db8219e4 [tx] updated from transifex 2024-07-21 00:07:11 +00:00
Ralf Haferkamp ff6674f97b Fix fallout of reva bump
reva tries to avoid copying proto messages now. This changed some calls
to take pointers now (mainly e.g. FormatResourceId())
2024-07-11 15:21:56 +02:00
ownClouders d57ff92ea6 [tx] updated from transifex 2024-07-10 00:08:35 +00:00
ownClouders 654af5ca7c [tx] updated from transifex 2024-07-01 00:06:31 +00:00
ownClouders 6176b4c00c [tx] updated from transifex 2024-06-19 03:38:47 +00:00
ownClouders 6490685151 [tx] updated from transifex 2024-06-10 12:46:58 +00:00
ownClouders afa0390f49 [tx] updated from transifex 2024-06-10 00:49:27 +00:00