summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-2317-309/+127
* tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
* when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-192-7/+42
* [tx-robot] updated from transifexNextcloud bot2020-10-122-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-10-102-0/+8
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0524-181/+181
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-09-212-4/+4
* Bump versionsJoas Schilling2020-09-181-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-09-156-4/+20
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
* switch to typed event for LDAPs user added to group caseArthur Schiwon2020-09-101-1/+4
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-2/+2
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-044-1/+69
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-042-132/+0
* [tx-robot] updated from transifexNextcloud bot2020-08-272-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2425-11/+25
* [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-10/+14
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-eventblizzz2020-08-145-5/+117
|\
| * provide event class to LDAP loaded event to fix deprecation messageArthur Schiwon2020-08-125-5/+117
* | [tx-robot] updated from transifexNextcloud bot2020-08-142-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-08-132-20/+20
* | Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock...Morris Jobke2020-08-1214-80/+80
|\ \ | |/ |/|
| * Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1214-80/+80
* | remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
* | do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-113-13/+41
* | LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-113-0/+38
|/
* Merge pull request #22176 from nextcloud/debt/noid/table-render-too-many-argu...Morris Jobke2020-08-112-2/+2
|\
| * Remove unexpected argumentDaniel Kesselberg2020-08-102-2/+2
* | use break not continue in switch to avoid warningArthur Schiwon2020-08-101-5/+5
|/
* Merge pull request #16737 from tofuSCHNITZEL/feature-zimbraldapblizzz2020-08-073-85/+131
|\
| * added "zimbraMailForwardingAddress" as a Group-Member association attribute t...Tobias Perschon2020-08-073-85/+131
* | Merge pull request #21738 from nextcloud/techdebt/14552/migrate-OC_Group-post...Morris Jobke2020-08-071-1/+10
|\ \ | |/ |/|
| * Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-1/+10
* | [tx-robot] updated from transifexNextcloud bot2020-08-062-2/+2
* | Merge pull request #22043 from nextcloud/fix/21892/reset-internal-cookie-stateMorris Jobke2020-07-311-1/+11
|\ \
| * | reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-291-1/+11
| |/
* / [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+12
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-284-4/+4
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-11/+11
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-32/+38
* Merge pull request #21866 from nextcloud/techdebt/ldap-psr-containerMorris Jobke2020-07-201-12/+15
|\
| * Migrate LDAP to the PSR containerChristoph Wurst2020-07-161-12/+15
* | Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-202-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-07-172-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-162-2/+2
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-142-72/+57
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-1315-29/+37