aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | fix(npm): lockfileJohn Molakvoæ2023-04-211-11732/+14602
* | | Merge pull request #37525 from nextcloud/file-debug-infoRobin Appelman2023-04-216-0/+280
|\ \ \
| * | | validate that folder size sums to childrenRobin Appelman2023-04-171-5/+21
| * | | add command for getting fileinfo for debuggingRobin Appelman2023-04-176-0/+264
* | | | Merge pull request #37062 from nextcloud/free-spaceRobin Appelman2023-04-211-1/+1
|\ \ \ \
| * | | | Add function_exists() checkGit'Fellow2023-03-071-1/+1
| * | | | Fix free space problemsGit'Fellow2023-03-071-1/+1
* | | | | Merge pull request #37596 from nextcloud/enh/type-iconfig-getter-callsRobin Appelman2023-04-21105-457/+483
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-201507-17104/+20519
| |\ \ \ \
| * | | | | Adapt tests to config value typingCôme Chilliet2023-04-0538-308/+336
| * | | | | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-0569-150/+148
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2148-0/+248
* | | | | | Merge pull request #37834 from nextcloud/fix/profiler-fix-typeerrorArthur Schiwon2023-04-201-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix TypeError in ProfilerCôme Chilliet2023-04-201-1/+1
* | | | | | Merge pull request #37826 from nextcloud/bugfix/noid/no-error-for-guestsJoas Schilling2023-04-202-16/+9
|\ \ \ \ \ \
| * | | | | | fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-192-16/+9
* | | | | | | Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\ \ \ \ \ \ \
| * | | | | | | Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2
| * | | | | | | Ignore and log non integer versionsCôme Chilliet2023-04-051-0/+6
* | | | | | | | Merge pull request #37597 from Jerome-Herbinet/patch-20Louis2023-04-206-10/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | npm run buildJérôme Herbinet2023-04-204-6/+8
| * | | | | | | | npm run sassJérôme Herbinet2023-04-204-4/+4
| * | | | | | | | Cancel initial changesJérôme Herbinet2023-04-201-4/+1
| * | | | | | | | Merge branch 'master' into patch-20Jérôme Herbinet2023-04-191383-16509/+18724
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | npm run buildJérôme Herbinet2023-04-194-6/+6
| * | | | | | | | Following Artonge suggestionJérôme Herbinet2023-04-191-3/+2
| * | | | | | | | npm run sassJérôme Herbinet2023-04-054-4/+4
| * | | | | | | | Fix : Hides hidden files and folder in modalJérôme Herbinet2023-04-051-0/+3
* | | | | | | | | fix(npm): lockfileJohn Molakvoæ2023-04-201-3/+6
* | | | | | | | | Merge pull request #36565 from march42/feature/ldap_update_profileSimon L2023-04-206-1/+343
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | optimized handling of user profile data changeMarc Hefter2023-04-141-1/+23
| * | | | | | | | | 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