| Commit message (Expand) | Author | Age | Files | Lines |
* | fix potentially passing null to events where IUser is expected | Arthur Schiwon | 2020-11-04 | 1 | -2/+7 |
* | fixes determining whether former user is a share owner | Arthur Schiwon | 2020-10-27 | 1 | -11/+4 |
* | split instantiation from business logic in OfflineUser | Arthur Schiwon | 2020-10-27 | 1 | -1/+24 |
* | tame psalm. why does it ignore '@property'? | Arthur Schiwon | 2020-10-21 | 1 | -5/+1 |
* | when nesting is not enabled, the group filter can be applied right away | Arthur Schiwon | 2020-10-21 | 1 | -1/+7 |
* | makes LDAP's group updater dispatch type events | Arthur Schiwon | 2020-09-10 | 1 | -2/+14 |
* | add repair step to clean up DB off lastFeatureRefresh entries in user prefs | Arthur Schiwon | 2020-09-07 | 1 | -0/+65 |
* | these code bits were part of old logic that was already refactored out | Arthur Schiwon | 2020-09-06 | 1 | -53/+0 |
* | Merge pull request #22203 from nextcloud/backport/21559/stable19 | blizzz | 2020-08-12 | 3 | -0/+46 |
|\ |
|
| * | do not flip available state to unavailable, allow empty results | Arthur Schiwon | 2020-08-12 | 2 | -11/+21 |
| * | LDAP: shortcut in reading nested group members when IN_CHAIN is available | Arthur Schiwon | 2020-08-11 | 2 | -0/+36 |
* | | remove logging message carrying no valuable information | Arthur Schiwon | 2020-08-12 | 1 | -8/+5 |
|/ |
|
* | Remove unexpected argument | Daniel Kesselberg | 2020-08-11 | 2 | -2/+2 |
* | reset the cookie internally in new API when abandoning paged results op | Arthur Schiwon | 2020-07-31 | 1 | -1/+11 |
* | fix strings being passed where arrays where expected | Arthur Schiwon | 2020-06-25 | 2 | -25/+7 |
* | comment was wrong, block is needed nevertheless | Arthur Schiwon | 2020-06-24 | 1 | -2/+1 |
* | be more clear about the condition | blizzz | 2020-06-19 | 1 | -1/+1 |
* | getXbyY can still return false, e.g. when using ldap write support | Arthur Schiwon | 2020-06-19 | 1 | -2/+1 |
* | clear LDAP cache after user deletion | Arthur Schiwon | 2020-06-09 | 1 | -0/+1 |
* | simplify getGroups, fixing wrong chunking logic | Arthur Schiwon | 2020-05-27 | 1 | -50/+7 |
* | fixes infinitely repeating LDPA search results with PHP <= 7.2 | Arthur Schiwon | 2020-05-26 | 1 | -0/+6 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 33 | -11/+38 |
* | Don't remove last user in ldap group when limit is -1 | Clement Wong | 2020-04-27 | 1 | -3/+3 |
* | Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf | blizzz | 2020-04-24 | 9 | -167/+365 |
|\ |
|
| * | formatting | Arthur Schiwon | 2020-04-23 | 7 | -126/+236 |
| * | do not rerun expensive sanitizer against already processed DNs | Arthur Schiwon | 2020-04-17 | 1 | -4/+18 |
| * | read records from DB for lists at once, not one by one. | Arthur Schiwon | 2020-04-17 | 4 | -12/+80 |
| * | don't circulate with only one backend | Arthur Schiwon | 2020-04-17 | 3 | -4/+29 |
| * | consolidate groupsMatchFilter in groupsExist | Arthur Schiwon | 2020-04-17 | 2 | -44/+25 |
* | | do not run paged results against ldap_read ops on PHP7.3+ | Arthur Schiwon | 2020-04-21 | 1 | -1/+0 |
|/ |
|
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 6 | -29/+31 |
* | use serverControls directly with LDAP calls, fixes 19127 | Arthur Schiwon | 2020-04-14 | 9 | -203/+651 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 5 | -17/+17 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 2 | -8/+8 |
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 3 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 47 | -773/+741 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 11 | -31/+31 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 9 | -17/+17 |
|\ |
|
| * | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 2 | -4/+4 |
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 8 | -13/+13 |
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 9 | -16/+16 |
|/ |
|
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 9 | -9/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 11 | -75/+75 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 6 | -38/+38 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 21 | -1/+22 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 21 | -232/+232 |
* | single squashed commit for bug fix | Philipp Staiger | 2020-03-26 | 1 | -28/+26 |