summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge pull request #21639 from nextcloud/techdebt/noid/move-away-from-databas...Morris Jobke2020-07-065-148/+104
|\
| * Update class loadersJoas Schilling2020-07-062-0/+2
| * Move user_ldap to migrationsJoas Schilling2020-07-063-148/+102
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-064-235/+198
|\ \ | |/ |/|
| * tidy up Group_LDAPArthur Schiwon2020-06-084-235/+198
* | Also always return in app commandsJoas Schilling2020-06-268-12/+23
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
* | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \
| * | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
* | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ /
* | be more clear about the conditionblizzz2020-06-161-1/+1
* | getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
* | [tx-robot] updated from transifexNextcloud bot2020-06-152-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-06-112-2/+2
* | Merge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cacheRoeland Jago Douma2020-06-091-0/+1
|\ \