kolaente
5dcc501d54
feat(api/v2): add user search endpoints
...
Port to /api/v2:
- GET /users (global user search by username/name/email; emails are blanked)
- GET /projects/{project}/users/search (users with access to a project, for
share autocomplete; requires project read access)
Both are custom routes: the project search loads the project and enforces
CanRead explicitly.
2026-06-11 20:07:43 +00:00
..
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-04-09 15:17:20 +00:00
2026-04-08 09:07:15 +00:00
2026-05-28 08:14:52 +02:00
2026-06-11 19:32:42 +00:00
2026-06-03 19:48:08 +00:00
2026-06-05 08:49:23 +00:00
2026-06-05 07:40:07 +00:00
2026-06-03 19:58:27 +00:00
2026-06-02 11:55:25 +00:00
2026-06-11 20:07:43 +00:00
2026-06-05 08:51:39 +00:00
2026-06-09 20:13:02 +00:00
2026-06-10 17:55:52 +00:00
2026-05-31 12:56:57 +00:00
2026-05-31 12:56:57 +00:00
2026-06-10 11:56:05 +02:00
2026-06-05 08:33:47 +00:00
2026-06-09 11:40:04 +00:00
2026-06-05 09:17:25 +00:00
2026-06-11 18:35:55 +00:00
2026-06-07 10:05:24 +00:00
2026-06-09 20:11:43 +00:00
2026-06-07 15:33:20 +00:00
2026-06-06 21:09:56 +00:00
2026-06-07 10:37:59 +00:00
2026-06-04 21:16:51 +00:00
2026-06-09 21:34:22 +00:00
2026-06-07 10:40:20 +00:00
2026-06-05 08:21:48 +00:00
2026-06-07 09:57:51 +00:00
2026-06-09 19:42:16 +00:00
2026-06-06 19:06:12 +00:00
2026-06-10 10:22:39 +00:00
2026-06-09 20:01:20 +00:00
2026-06-11 18:31:03 +00:00
2026-06-05 07:43:38 +00:00
2026-06-03 20:29:15 +00:00
2026-06-10 11:55:51 +02:00
2026-06-09 20:42:00 +00:00
2026-06-10 10:12:09 +00:00
2026-06-09 19:50:58 +00:00
2026-06-07 10:48:23 +00:00
2026-06-05 08:06:54 +00:00
2026-06-08 13:54:09 +00:00
2026-06-10 19:15:05 +00:00
2026-06-11 07:02:31 +00:00
2026-06-10 17:58:16 +00:00
2026-06-10 19:12:41 +00:00
2026-06-06 21:09:56 +00:00
2026-06-05 07:40:07 +00:00
2026-04-09 15:38:07 +00:00
2026-04-09 16:08:26 +00:00
2026-04-09 16:47:35 +00:00
2026-05-19 08:53:25 +00:00
2026-05-19 10:35:43 +02:00
2026-05-26 18:59:33 +00:00