29 Revīzijas (168c673755eca62008d9bfa81d0185beba1ff24b)

Autors SHA1 Ziņojums Datums
  Joas Schilling 168c673755
Allow to log DB, redis and LDAP requests into files pirms 2 gadiem
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses pirms 3 gadiem
  Arthur Schiwon 5e8f43a55e
removes PagedResults adapter for PHP < 7.3 pirms 3 gadiem
  Christoph Wurst 9ce3ea3368
Update license headers pirms 3 gadiem
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators pirms 3 gadiem
  J0WI 68ce17e59b Unify links to php.net pirms 3 gadiem
  Christoph Wurst cb057829f7
Update license headers for 19 pirms 4 gadiem
  Roeland Jago Douma d9990b09b8
PHP-CS-Fixer green pirms 4 gadiem
  Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 pirms 4 gadiem
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function pirms 4 gadiem
  Christoph Wurst 14c996d982
Use elseif instead of else if pirms 4 gadiem
  Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation pirms 4 gadiem
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 pirms 4 gadiem
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere pirms 4 gadiem
  Christoph Wurst 5bf3d1bb38
Update license headers pirms 4 gadiem
  Peter Kubica 3ed1d158bc LDAP Password Modify Extended Operation support pirms 5 gadiem
  Arthur Schiwon deec5a70a0
avoid logging of "Partial search results returned: Sizelimit exceeded at" pirms 5 gadiem
  Arthur Schiwon 2048872f9e
functions that were checked for are present since PHP 5.4, supported is >=/ pirms 5 gadiem
  Arthur Schiwon c8851e24a8
throw ServerNotAvailableException when LDAP is caught shutting down pirms 6 gadiem
  Arthur Schiwon 25439919f8
fix phpdoc return types (no code change) pirms 7 gadiem
  Arthur Schiwon 9983e05121
LDAP's checkPassword should only catch when a user was not found, fixes #2431 pirms 7 gadiem
  Lukas Reschke 4c5e7d270a
Add tests pirms 7 gadiem
  root 861c8572c0
restore ldap_password_pr pirms 7 gadiem
  Jörn Friedrich Dreyer 4d31caa6f8
fix a few minor code smells pirms 7 gadiem
  Joas Schilling 813f0a0f40
Fix apps/ pirms 8 gadiem
  Lukas Reschke aba539703c
Update license headers pirms 8 gadiem
  Joas Schilling 391531851c
Move interface to PSR-4 pirms 8 gadiem
  Joas Schilling 3690ce1b36
Move LDAP to PSR-4 pirms 8 gadiem
  Arthur Schiwon fe2a506e56 remove deprecated ldap_sort pirms 8 gadiem
  Thomas Müller 682821c71e Happy new year! pirms 8 gadiem
  Arthur Schiwon a32b002cff always use an LDAP URL when connecting to LDAP pirms 9 gadiem
  Arthur Schiwon cdb0689334 handle unallowed auth exception on port detection pirms 9 gadiem
  Arthur Schiwon 5a56393657 throw exception on LDAP error 1, which we usually do not see and is pretty generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint. pirms 9 gadiem
  Arthur Schiwon b9e5309757 catch unallowed anonymous auth attempt and show specific error pirms 9 gadiem
  Arthur Schiwon b96b0063f6 throw exception when LDAP Connection was lost pirms 9 gadiem
  Jenkins for ownCloud b585d87d9d Update license headers pirms 9 gadiem
  Morris Jobke 06aef4e8b1 Revert "Updating license headers" pirms 9 gadiem
  Jenkins for ownCloud 6a1a4880f0 Updating license headers pirms 9 gadiem
  Arthur Schiwon 2676e681e9 ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 pirms 9 gadiem
  Arthur Schiwon da490bdbbe support for AD primary groups pirms 10 gadiem
  Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc pirms 10 gadiem
  Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps pirms 10 gadiem
  Lukas Reschke fc8be5abc3 Use proper PHPDoc and variable names in the LDAP lib pirms 10 gadiem
  root 6585bd5a50 "reset" ldap pagedSearch control by setting it to a high value pirms 10 gadiem
  root 8fcc29ee8b only check ldap_errno if an ldap_* function actually fails pirms 10 gadiem
  Arthur Schiwon bc17b40650 LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard pirms 10 gadiem
  Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches pirms 10 gadiem
  root 54e47b4180 correctly propagate the return value of ldap_set_option pirms 10 gadiem
  Arthur Schiwon 3b1822cf91 LDAP Wizard: add detection, load and save of LDAP objectClasses for filter purposes pirms 10 gadiem
  Arthur Schiwon 8290929aa6 LDAP Wizard: autodetect base DN pirms 10 gadiem