summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-06-086-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-06-074-144/+352
|
* [tx-robot] updated from transifexNextcloud bot2017-06-044-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-06-034-6/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-06-024-28/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-06-018-22/+26
|
* Merge pull request #5104 from nextcloud/ldap-attempt-reconnectblizzz2017-06-011-16/+68
|\ | | | | Contd: Add layer on top of LDAP methods to catch server disconnects and attempt re-connection
| * fix pagingArthur Schiwon2017-05-261-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * make sure used ldap connection resource is always up to dateArthur Schiwon2017-05-251-6/+8
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * moved to something a little less invasive. back to passing CR around.bline2017-05-251-36/+40
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * special case for controlPagedResultResponse. It would be nice if there was a ↵bline2017-05-251-33/+78
| | | | | | | | | | | | generic way to pass by reference with call_user_func_array.. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-312-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-304-10/+110
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-294-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-282-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-266-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-252-0/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-242-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-234-2/+14
|/
* Split multi-author entriesJoas Schilling2017-05-221-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-222-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-206-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-174-10/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-05-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-144-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-05-132-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-05-112-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-102-8/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-082-0/+6
|
* Merge pull request #4556 from nextcloud/downstream-ldap-78Lukas Reschke2017-05-081-30/+10
|\ | | | | LDAP: only use proxy classes as backend
| * Use proxy classesJuan Pablo Villafáñez2017-04-271-30/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-05-082-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-072-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-064-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-052-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-044-0/+76
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-034-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-024-8/+142
| |
* | [tx-robot] updated from transifexNextcloud bot2017-05-014-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-302-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-2816-4/+80
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-2718-16/+44
|
* Merge pull request #4512 from nextcloud/fix-translations-2Morris Jobke2017-04-262-2/+14
|\ | | | | Fix translations
| * Use correct plural form and add special strings for tomorrow and todayJoas Schilling2017-04-262-2/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4489 from nextcloud/ldap-gidnumber-sprt-xuanwoMorris Jobke2017-04-256-13/+332
|\ \ | | | | | | user_ldap: Add support for gidNumber
| * | Fix usersInGroup retrievalArthur Schiwon2017-04-252-14/+39
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix method name due to changes in masterArthur Schiwon2017-04-251-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>