61 コミット (9a37ca9b480c9cd3ea6474db2c6f52908c653aaf)

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