vikunja/pkg/routes/api/v1
kolaente 7055d7341c
feat(sharing): add config so that users only find members of their teams
This adds a feature where you can enable users to only find members of teams they're part of. This makes the user search when sharing projects less confusing, because users only see other users they already know.
It is still possible to add users to teams with their email address, if they have that enabled in the user settings.
2024-10-28 11:08:06 +01:00
..
avatar.go fix(files): use absolute path everywhere 2024-09-06 12:59:48 +02:00
docs.go chore(errors): always add internal error to echo error 2024-08-29 15:39:34 +02:00
info.go feat(teams): add public flags to teams to allow easier sharing with other teams (#2179) 2024-03-10 14:04:32 +00:00
link_sharing_auth.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
login.go chore(web): use errors.As instead of type assertion 2024-08-29 16:28:16 +02:00
notifications.go feat: convert all markdown content to html (#1625) 2023-10-22 13:48:22 +00:00
task_attachment.go chore(attachments): refactor building image preview 2024-09-06 09:43:59 +02:00
testing.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
token_check.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_caldav_token.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_confirm_email.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_deletion.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_export.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_list.go feat(sharing): add config so that users only find members of their teams 2024-10-28 11:08:06 +01:00
user_password_reset.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_register.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_settings.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_show.go docs(api): use correct return type for the /user endpoint 2024-09-07 13:27:06 +02:00
user_totp.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_update_email.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
user_update_password.go chore(web): remove unused echo context 2024-08-29 16:20:39 +02:00
webhooks.go fix(webhooks): lint 2023-10-17 20:35:14 +02:00