mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #802] [MERGED] app: add user attributes page #961
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#961
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/802
Author: @pixelrazor
Created: 1/18/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @pixelrazor
Base:
main← Head:attributes-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 tablesc21ac3bAdded maddy example config86698d5server: Add the attribute schema to the attributes in graphql91bc8bfserver: don't error on global searches if only one side fails📊 Changes
32 files changed (+1246 additions, -213 deletions)
View changed files
📝
.devcontainer/Dockerfile(+1 -1)📝
README.md(+1 -0)➕
app/queries/create_user_attribute.graphql(+5 -0)➕
app/queries/delete_user_attribute.graphql(+5 -0)➕
app/queries/get_user_attributes_schema.graphql(+14 -0)📝
app/src/components/app.rs(+16 -0)➕
app/src/components/create_user_attribute.rs(+186 -0)➕
app/src/components/delete_user_attribute.rs(+172 -0)➕
app/src/components/form/checkbox.rs(+35 -0)➕
app/src/components/form/field.rs(+42 -0)➕
app/src/components/form/mod.rs(+4 -0)➕
app/src/components/form/select.rs(+46 -0)➕
app/src/components/form/submit.rs(+24 -0)📝
app/src/components/mod.rs(+4 -0)📝
app/src/components/router.rs(+4 -0)➕
app/src/components/user_schema_table.rs(+198 -0)📝
app/src/infra/mod.rs(+1 -0)➕
app/src/infra/schema.rs(+59 -0)➕
example_configs/maddy.md(+83 -0)📝
schema.graphql(+5 -4)...and 12 more files
📄 Description
For #67
User attribute page with deletion and creation. Hardcoded attributes have a disabled button - if too confusing, i can remove it, but i think it's a bit odd looking to see the delete buttons seeming randomly present.
A few samples:



🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.