Skip to content

Commit

Permalink
Merge pull request #260 from LDAPAccountManager/feature/customFields_…
Browse files Browse the repository at this point in the history
…accordionConfig

Feature/custom fields accordion config
  • Loading branch information
gruberroland authored Nov 28, 2023
2 parents 862b2c6 + 855696b commit 8344238
Show file tree
Hide file tree
Showing 43 changed files with 601 additions and 173 deletions.
1 change: 1 addition & 0 deletions lam/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ December 2023 8.6
- LAM Pro:
-> Request access: new module to allow users to request group memberships via self service
-> Custom scripts: support to specify the subtype of an account
-> Custom fields: Display groups in server profile as accordion (236)


29.09.2023 8.5
Expand Down
61 changes: 31 additions & 30 deletions lam/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lam/lib/3rdParty/composer/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
'Jose\\Component\\Encryption\\' => array($vendorDir . '/web-token/jwt-encryption'),
'Jose\\Component\\Core\\' => array($vendorDir . '/web-token/jwt-core'),
'Jose\\Component\\Checker\\' => array($vendorDir . '/web-token/jwt-checker'),
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/support'),
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/support'),
'Illuminate\\Pagination\\' => array($vendorDir . '/illuminate/pagination'),
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
'Http\\Factory\\Guzzle\\' => array($vendorDir . '/http-interop/http-factory-guzzle/src'),
Expand Down
6 changes: 3 additions & 3 deletions lam/lib/3rdParty/composer/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ class ComposerStaticInited73ceb9c1bdec18b7c6d09764d1bce5
),
'Illuminate\\Support\\' =>
array (
0 => __DIR__ . '/..' . '/illuminate/conditionable',
1 => __DIR__ . '/..' . '/illuminate/macroable',
2 => __DIR__ . '/..' . '/illuminate/collections',
0 => __DIR__ . '/..' . '/illuminate/collections',
1 => __DIR__ . '/..' . '/illuminate/conditionable',
2 => __DIR__ . '/..' . '/illuminate/macroable',
3 => __DIR__ . '/..' . '/illuminate/support',
),
'Illuminate\\Pagination\\' =>
Expand Down
Loading

0 comments on commit 8344238

Please sign in to comment.