summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* error handling in update profile from LDAPMarc Hefter2023-04-111-1/+7
* trying to make github-code-scanning bot happyMarc Hefter2023-04-061-2/+3
* added simple data conversion for LDAP attributesMarc Hefter2023-04-061-7/+19
* handling, formatting of postalAddress attribute syntaxMarc Hefter2023-04-061-24/+39
* nice up the code handling AccountManagerMarc Hefter2023-04-065-83/+66
* undoing the additions to OC\IUserMarc Hefter2023-04-063-163/+0
* refined code, to be independend from OCP\IUserMarc Hefter2023-04-066-56/+51
* fixing Psalm messagesMarc Hefter2023-04-061-8/+8
* handling updateProfile with array of valuesMarc Hefter2023-04-066-66/+79
* CleanUp: removed redundant storing profile attributes in user settingsMarc Hefter2023-04-061-2/+0
* CleanUp: removed redundant condition if blockMarc Hefter2023-04-061-4/+1
* CleanUp: correct version to 27 and return value specificationMarc Hefter2023-04-062-7/+7
* CleanUp: tidy checking for empty profileScopeMarc Hefter2023-04-061-1/+1
* Fix: Parameter $scope has no provided typeMarc Hefter2023-04-061-4/+3
* CleanUp: remove unneeded UNSET, to unclutter codeMarc Hefter2023-04-061-7/+0
* cleanup: removed unnecessary imports of IAccountManager, AccountManager, IDBC...Marc Hefter2023-04-061-4/+1
* fixed error: Array to string conversion at user_ldap/lib/User/User.php#639Marc Hefter2023-04-061-1/+1
* bugfix: changed forgotten userName, to getUsernameMarc Hefter2023-04-061-2/+2
* added user profile scope settingMarc Hefter2023-04-068-18/+130
* feature addition: [user_ldap] update user profile from LDAPMarc Hefter2023-04-064-20/+96
* feature addition: [user_ldap] update user profile from LDAP; WIP; fixing some...Marc Hefter2023-04-066-4/+64
* feature addition: [user_ldap] update user profile from LDAP; WIP work-in-prog...Marc Hefter2023-04-065-0/+226
* Merge pull request #27538 from nextcloud/scanner-home-not-writable-better-errorsCôme Chilliet2023-04-052-7/+21
|\
| * better error messages if the users home is not writable during scanningRobin Appelman2023-04-052-7/+21
* | Merge pull request #37526 from nextcloud/use-correct-icon-for-calendar-user-s...Julius Härtl2023-04-052-1/+2
|\ \
| * | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-042-1/+2
* | | Merge pull request #33292 from nextcloud/no-profilerRobin Appelman2023-04-051-3/+15
|\ \ \ | |_|/ |/| |
| * | don't hard error when trying to load profiles with no profiler registeredRobin Appelman2023-04-041-3/+15
* | | Merge pull request #37430 from nextcloud/trash-cleanup-loggingRobin Appelman2023-04-052-27/+52
|\ \ \
| * | | add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-032-27/+52
* | | | Merge pull request #37586 from nextcloud/dependajulia/bump-nextcloud-vue-tov....Julia Kirschenheuter2023-04-054-35/+238
|\ \ \ \
| * | | | Bump @nextcloud/vue to version "^7.9.0"julia.kirschenheuter2023-04-054-35/+238
| | |_|/ | |/| |
* | | | Merge pull request #37495 from joshtrichards/jr-trim-pw-reset-usernameCôme Chilliet2023-04-051-0/+2
|\ \ \ \
| * | | | Trim user earlierJosh Richards2023-04-041-1/+3
| * | | | Trim the user/email provided for password resetsJosh Richards2023-03-301-1/+1
* | | | | Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-namesArthur Schiwon2023-04-051-0/+9
|\ \ \ \ \
| * | | | | Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-0525-331/+209
|\ \ \ \ \
| * | | | | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
| * | | | | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| * | | | | View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-032-8/+3
| * | | | | More type cleanup in View and FileInfoCôme Chilliet2023-04-034-97/+84
| * | | | | Fix return type of methods returning false on errorCôme Chilliet2023-04-0315-65/+41
| * | | | | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-033-5/+6
| * | | | | Remove unused method getLocalFolderCôme Chilliet2023-04-036-32/+1
| * | | | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-034-125/+76
* | | | | | Merge pull request #37507 from nextcloud/fix/config-values-typesKate2023-04-0515-39/+39
|\ \ \ \ \ \
| * | | | | | Fix types for reading and writing config valuesjld31032023-04-0515-39/+39
|/ / / / / /
* | | | | | Merge pull request #37504 from nextcloud/fix/app-framework-tainterKate2023-04-051-28/+26
|\ \ \ \ \ \
| * | | | | | Refactor AppFrameworkTainter to make it more readablejld31032023-04-051-20/+23