owncloud / owncloud/user_ldap

[Long term] Improve config UI

Open
#182 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement p3-medium
Dominant language
PHP
Stars
17
Forks
19
Avg merge
11h 40m
Merged PRs (30d)
2

Description

Story, context and use cases

Product design concept

  • Rewrite UI

    • start with listing of server conigurations
      • allow adding, removing, enabling, disabling of individual configs
      • give stats (# of users / groups)
  • Rewrite config storage

    • dedicated config table instead of generic key value
      • makes code ausier
      • makes adding config options harder (schema migration)

Flow

  1. Configure server connections
  2. Check connection
  3. Exemplary user is pulled from LDAP => Admin configures mapping
  4. Further settings? Groups?
  5. Finish and activate (config is fixed)
  • Need a check for 'LDAP Query' parameters

  • Users / Login attributes

    • Clearly separate LDAP query for users and for login
      • Users: Object + Group
      • Login: e.g. cn=%uid in addition to the Users filter
  • Editing configs

  1. Ability to copy config set
  2. Edit
  3. Save and activate

Technical concept

TBD

@felixboehm @butonic @felixheidecke

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points; begin by reviewing related issues #27 and #86 and the configuration flow described here. The technical concept is still TBD, so completion requires an agreed design covering configuration storage, connection checks, mappings, and activation before implementation can be scoped.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.