mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #832] [CLOSED] User defined attributes in details form #982
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#982
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/832
Author: @pixelrazor
Created: 2/5/2024
Status: ❌ Closed
Base:
main← Head:user-ui📝 Commits (10+)
55225bcui: add user attributes page523d418build(deps): bump actions/cache from 3 to 46120a0dserver: clean up the attributes, relax the substring filter conditionscf492dbMerge branch 'main' into attributes-uiee72b57Clippy fixese947b8eRefactor + review feedbacke88db52split tables4c47d06Added maddy example configc9f9a68add schema to user details queryd459ac0putting a pin in it📊 Changes
57 files changed (+2579 additions, -947 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
.github/codecov.yml(+10 -1)📝
.github/workflows/docker-build-static.yml(+2 -2)📝
README.md(+2 -0)📝
app/Cargo.toml(+2 -0)➕
app/queries/create_group_attribute.graphql(+5 -0)➕
app/queries/create_user_attribute.graphql(+5 -0)➕
app/queries/delete_group_attribute.graphql(+5 -0)➕
app/queries/delete_user_attribute.graphql(+5 -0)➕
app/queries/get_group_attributes_schema.graphql(+13 -0)➕
app/queries/get_user_attributes_schema.graphql(+14 -0)📝
app/queries/get_user_details.graphql(+14 -0)📝
app/src/components/app.rs(+19 -107)➕
app/src/components/avatar.rs(+87 -0)➕
app/src/components/banner.rs(+132 -0)📝
app/src/components/change_password.rs(+34 -78)📝
app/src/components/create_group.rs(+13 -33)➕
app/src/components/create_group_attribute.rs(+168 -0)📝
app/src/components/create_user.rs(+52 -155)➕
app/src/components/create_user_attribute.rs(+175 -0)...and 37 more files
📄 Description
Ignore for now - Draft PR so sort out where i am after a messy merge
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.