vikunja/pkg/user
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
..
caldav_token.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
db.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
delete.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
error.go chore(web): move web handler package to Vikunja 2024-08-29 16:15:28 +02:00
events.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
listeners.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
main_test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
notifications.go feat: rename frontend url config to public url 2024-02-09 14:41:55 +01:00
test.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
token.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
totp.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
update_email.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user.go fix(auth): restrict max password length to 72 bytes 2024-09-10 18:23:06 +02:00
user_create.go feat: make used bcrypt rounds configurable 2024-10-13 15:38:04 +02:00
user_email_confirm.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_email_confirm_test.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_password_reset.go chore: remove year from copyright headers 2023-09-01 08:32:28 +02:00
user_test.go feat(sharing): add config so that users only find members of their teams 2024-10-28 11:08:06 +01:00
users_project.go feat(sharing): add config so that users only find members of their teams 2024-10-28 11:08:06 +01:00
validator.go fix(auth): restrict max password length to 72 bytes 2024-09-10 18:23:06 +02:00