aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28420 from nextcloud/fix/composer-2-missing-filesJohn Molakvoæ2021-08-154-0/+383
|\ | | | | Add missing files for Composer v2
| * Add missing files for Composer v2Christoph Wurst2021-08-134-0/+383
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2021-08-142-4/+68
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-102-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-082-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-062-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-024-0/+352
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-07-152-0/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-07-102-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-07-082-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-07-042-26/+26
|
* Merge pull request #26681 from nextcloud/techdebt/hint-exception-ocpJulius Härtl2021-07-014-7/+7
|\ | | | | Move HintException to OCP
| * Migrate HintException to OCPGary Kim2021-06-304-7/+7
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | [tx-robot] updated from transifexNextcloud bot2021-07-012-4/+4
|/
* unset ldap provider when disabling user_ldapArthur Schiwon2021-06-304-0/+57
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP: determine shares of offline users only when neededArthur Schiwon2021-06-281-7/+3
| | | | | | | | - determine shares may via Sharing code result in user exists checks - this may result in an infinite loop when user exists was called before - the info is really only required at one occ command Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2021-06-282-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2021-06-272-4/+4
|
* Bump app versionJoas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Master is now 23Joas Schilling2021-06-241-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-242-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-06-232-0/+16
|
* Update AutoloaderLouis Chemineau2021-06-211-1/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* [tx-robot] updated from transifexNextcloud bot2021-06-192-2/+2
|
* Merge pull request #27515 from ↵Christoph Wurst2021-06-162-13/+214
|\ | | | | | | | | nextcloud/enh/noid/read-multi-value-user-attribute Add method to read multi-value attributes from ldap
| * Add method to read multi-value attributes from ldap.Daniel Kesselberg2021-06-162-13/+214
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Add return type for writeToCacheDaniel Kesselberg2021-06-151-4/+2
|/ | | | | | writeToCache does not return a string. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2021-06-102-0/+14
|
* Convert command option defaults to stringsChristoph Wurst2021-06-091-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-06-092-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2021-06-072-2/+2
|
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-04117-200/+70
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-06-044-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-06-0310-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2021-06-0214-36/+118
|
* l10n: Split sentencesValdnet2021-06-011-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2021-06-01118-772/+772
|
* Merge pull request #26706 from nextcloud/Valdnet-patch-7Joas Schilling2021-05-316-12/+12
|\ | | | | l10n: Spelling unification
| * l10n: Spelling unificationValdnet2021-05-216-12/+12
| | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
* | [tx-robot] updated from transifexNextcloud bot2021-05-262-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2021-05-252-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-05-212-0/+6
|
* Prefer string $file over 1-element array in script()François Freitag2021-05-181-3/+1
| | | | | | | The string syntax is more obvious. There should be one (and preferably only one) way of doing things. Signed-off-by: François Freitag <mail@franek.fr>
* [tx-robot] updated from transifexNextcloud bot2021-05-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-05-122-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-05-092-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2021-05-082-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-05-044-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-302-2/+2
|