61 Commits (9a37ca9b480c9cd3ea6474db2c6f52908c653aaf)

Author SHA1 Message Date
  Côme Chilliet f3dcbfe146
Fix PHP 8.1 support for user_ldap application 2 years ago
  Côme Chilliet 7ac895e766
Move back logger to protected in OCA\User_LDAP\User\User 2 years ago
  Côme Chilliet 6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead 2 years ago
  Arthur Schiwon 27865d03c0
use specific email getter where necessary 2 years ago
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 3 years ago
  Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 3 years ago
  Christoph Wurst d9015a8c94
Format code to a single space around binary operators 3 years ago
  Arthur Schiwon 699871dcb0
these code bits were part of old logic that was already refactored out 3 years ago
  Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 4 years ago
  Christoph Wurst 28f8eb5dba
Add visibility to all constants 4 years ago
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function 4 years ago
  Christoph Wurst 14c996d982
Use elseif instead of else if 4 years ago
  Christoph Wurst 44577e4345
Remove trailing and in between spaces 4 years ago
  Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 4 years ago
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 4 years ago
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 4 years ago
  Philipp Staiger 8769d97f62 single squashed commit for bug fix 4 years ago
  Arthur Schiwon 5cae135b94
decouple userExists from userExistsOnLDAP check 4 years ago
  Christoph Wurst 5bf3d1bb38
Update license headers 4 years ago
  Arthur Schiwon 8d2f712420
Don't process known avatars from LDAP 4 years ago
  Morris Jobke 36618b111f
Pass old value to user triggerChange hook 5 years ago
  Arthur Schiwon 792bcb82ae
add LDAP ConfigHandler for external storages and "$home" var 5 years ago
  Arthur Schiwon 8bacbffe28
do not forgot to store the second displayname portion 5 years ago
  Arthur Schiwon 0c5d9127e8
remove app specific IUserTools and consolidate test 5 years ago
  Arthur Schiwon 49456e42f9
do not run into UniqueConstraintViolationException 5 years ago
  Arthur Schiwon bbe44108b5
only write when the displayname differs, but then announce it 5 years ago
  Arthur Schiwon 343036e55c
allow admin to disable fetching of avatars as well as a specific attribute 6 years ago
  Arthur Schiwon a4dda465c2
let user set avatar in nextcloud von LDAP provides invalid image data 6 years ago
  Arthur Schiwon cc51a00c93
lower log level for quota manipulation cases 6 years ago
  Roger Szabo 856164e578 Fix "Invalid argument supplied for foreach()" 6 years ago
  Arthur Schiwon 38a90130ce
move log constants to ILogger 6 years ago
  Morris Jobke 2ad2eb38e8
Use type casting instead of *val() method 6 years ago
  Morris Jobke 2a38605545
Properly log the full exception instead of only the message 6 years ago
  sidey79 45dfc11137
tryfix needsRefresh unit tests 6 years ago
  sidey79 039f6c9636
Fixed Typo in user.php 6 years ago
  sidey79 0b290c0904
Update User.php 6 years ago
  Arthur Schiwon 59c05d5447
move LDAP user attributes "sync" to background (except for ajax jobs) 6 years ago
  Morris Jobke 0eebff152a
Update license headers 6 years ago
  Juan Pablo Villafáñez d6d895dd74
Keep the current quota if no suitable quota is found 6 years ago
  Joas Schilling 6c28c4ac8b
Use correct plural form and add special strings for tomorrow and today 7 years ago
  Morris Jobke 1729e4471f
Update comments to Nextcloud 7 years ago
  Roger Szabo 5fa218051b unit test adjustment 7 years ago
  Roger Szabo f49ff74943 blizzz comments 03.04.2017 with caching 7 years ago
  Roger Szabo 33c8bf1857 blizzz comments 03.04.2017 7 years ago
  Roger Szabo 1853c1ade2 remove redundant tabs 7 years ago
  Roger Szabo 5e7723f15c restore ldap_password_renew_pr 7 years ago
  Juan Pablo Villafáñez 3676189e05
Add comments in the updateQuota method to explain the behavior 7 years ago
  Juan Pablo Villafáñez f9832ff347
Check if the user exists before trying to set the quota 7 years ago
  Juan Pablo Villafáñez 3345a72e7e
Correctly apply quota 7 years ago
  Victor Dubiniuk 011d5f554c
Harden empty 7 years ago