aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-wi...Andy Scherzinger2024-07-113-5/+24
|\
| * fix(dashboard): Document expected icon behaviourJoas Schilling2024-07-113-5/+24
* | feat: Add new forbidden filename options to CapabilitiesFerdinand Thiessen2024-07-113-3/+12
|/
* Merge pull request #46398 from nextcloud/fix/46165/token-raceArthur Schiwon2024-07-113-46/+19
|\
| * fix(Session): avoid race conditions on clustered setupsArthur Schiwon2024-07-103-46/+19
* | Merge pull request #46371 from nextcloud/feat/filename-validatorFerdinand Thiessen2024-07-105-0/+294
|\ \ | |/ |/|
| * feat: Add `IFilenameValidator` to have one consistent place for filename vali...Ferdinand Thiessen2024-07-095-0/+294
* | Merge pull request #46320 from nextcloud/perf/php-session-cache-limiterJoas Schilling2024-07-101-0/+1
|\ \
| * | perf: Set session.cache_limiter at runtime to avoid clients caching static as...Julius Härtl2024-07-081-0/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-0/+46
* | | chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-101-1/+1
* | | Merge pull request #46004 from nextcloud/perf/noid/log-slow-capabilitiesFerdinand Thiessen2024-07-091-0/+26
|\ \ \
| * | | perf(capabilities): Log capabilities providers that are slowJoas Schilling2024-06-211-0/+26
* | | | Merge pull request #46123 from nextcloud/feat/user-password-hashPytal2024-07-097-1/+110
|\ \ \ \ | |_|_|/ |/| | |
| * | | feat: Validate password hashChristopher Ng2024-07-081-0/+4
| * | | perf: Return cached password hashChristopher Ng2024-07-081-0/+3
| * | | docs: Add info for the password hashesChristopher Ng2024-07-082-0/+8
| * | | feat: Allow getting/setting the password hash of a userChristopher Ng2024-07-083-0/+37
| * | | feat: Implement IPasswordHashBackend in database user backendChristopher Ng2024-07-081-1/+31
| * | | feat: Add IPasswordHashBackendChristopher Ng2024-07-083-0/+27
| | |/ | |/|
* | | Merge pull request #46317 from nextcloud/s3InsertTimeoutGit'Fellow2024-07-091-29/+37
|\ \ \
| * | | fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-051-29/+37
* | | | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-092-0/+54
|\ \ \ \
| * | | | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-084-56/+54
| * | | | fix: doc block correctedyemkareems2024-07-081-1/+1
| * | | | fix: return type doc block added as per psalmyemkareems2024-07-082-7/+8
| * | | | fix: return type doc block added as per psalmyemkareems2024-07-082-2/+2
| * | | | fix: return type doc block added as per psalmyemkareems2024-07-081-1/+1
| * | | | fix: second join and where conditions added only when search param is availableyemkareems2024-07-081-11/+14
| * | | | fix: query refactored to support both the search by email and sort by loginyemkareems2024-07-082-12/+14
| * | | | fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-083-30/+1
| * | | | fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-083-5/+14
| * | | | fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-083-35/+16
| * | | | fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-084-23/+15
| * | | | fix: since added to doc blocksyemkareems2024-07-082-0/+2
| * | | | fix: doc blocks addedyemkareems2024-07-084-0/+22
| * | | | fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-081-2/+1
| * | | | fix: search and searchDisplayNames reverted to how it was initially as sort a...yemkareems2024-07-082-69/+10
| * | | | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-088-34/+87
| * | | | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-086-43/+48
| * | | | fix: cs fix and psalm ci related changesyemkareems2024-07-083-4/+6
| * | | | fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-084-16/+29
| * | | | feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-5/+5
| * | | | feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-083-11/+71
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-094-0/+94
| |_|/ / |/| | |
* | | | Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occCôme Chilliet2024-07-084-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | fix(occ): Use the const instead of hardcoded string for --debug-log optionCôme Chilliet2024-07-081-1/+1
| * | | feat: Add reserved options in a new OCP class so that applications know about...Côme Chilliet2024-07-043-0/+26
| * | | fix(occ): Move debug log listener setup to a static method, add option for levelCôme Chilliet2024-07-021-9/+2
| * | | feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-023-0/+14