mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #942] [CLOSED] Completing the work on the user_attributes branch #1028
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#1028
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/942
Author: @bojidar-bg
Created: 7/30/2024
Status: ❌ Closed
Base:
user_attributes← Head:user_attributes📝 Commits (10+)
d33d9a1commit so i can pull in fixes from master5b96f3btest pointecdf145WIP799e667WIP26ccb76fix: Fix broken user saving, and don't re-save attributes with no values56681cdfeat: Allow editing list fields (dirty functional WIP)7d5911efeat: Pretty output of attribute names in edit forma09c65dfix: Use bootstrap's tooltips to have field names visible on mobile too5896d68app: Reimplement ListAttributeInput with struct components8c2e79bapp: Reintroduce avatar input for attributes📊 Changes
24 files changed (+1087 additions, -380 deletions)
View changed files
📝
app/Cargo.toml(+4 -0)📝
app/queries/get_user_details.graphql(+17 -3)📝
app/src/components/avatar.rs(+1 -0)📝
app/src/components/create_user.rs(+112 -42)➕
app/src/components/form/attribute_input.rs(+205 -0)➕
app/src/components/form/date_input.rs(+41 -0)➕
app/src/components/form/file_input.rs(+250 -0)📝
app/src/components/form/mod.rs(+3 -0)📝
app/src/components/user_details.rs(+31 -15)📝
app/src/components/user_details_form.rs(+138 -245)📝
app/src/infra/functional.rs(+16 -9)📝
app/src/infra/mod.rs(+1 -0)📝
app/src/infra/schema.rs(+12 -12)➕
app/src/infra/tooltip.rs(+15 -0)📝
migration-tool/src/ldap.rs(+1 -1)📝
schema.graphql(+1 -1)📝
server/src/domain/handler.rs(+1 -1)📝
server/src/domain/sql_backend_handler.rs(+1 -1)📝
server/src/domain/sql_user_backend_handler.rs(+209 -25)📝
server/src/infra/graphql/mutation.rs(+4 -2)...and 4 more files
📄 Description
Not sure what's left to fix; some fixes are probably best cherry-picked into separate PRs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.