aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | chore: compile assetsChristopher Ng2024-07-084-6/+6
| * | | | perf(settings): Optimize user list scroll performanceChristopher Ng2024-07-081-0/+1
* | | | | 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-096-0/+607
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(OpenAPI): Regenerateprovokateurin2024-07-082-58/+58
| * | | | | fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-085-57/+55
| * | | | | fix: ran bash build/openapi-checker.sh and commit the resultyemkareems2024-07-082-0/+496
| * | | | | 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-084-40/+5
| * | | | | fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-084-6/+15
| * | | | | fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-084-62/+20
| * | | | | fix: removed NoCSRFRequired used for testing locallyyemkareems2024-07-081-1/+0
| * | | | | fix: removed the params related to sortMode and order since it sorts by lastL...yemkareems2024-07-085-29/+18
| * | | | | 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: removed csrf check for the recent end point and ran cs fixyemkareems2024-07-081-5/+4
| * | | | | fix: rebased the branch with master and resolved conflictsyemkareems2024-07-0810-41/+183
| * | | | | fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-087-50/+55
| * | | | | 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-085-18/+31
| * | | | | feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-082-6/+6
| * | | | | feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-084-16/+78
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0922-0/+158
| |_|/ / / |/| | | |
* | | | | Merge pull request #46321 from nextcloud/fix/46195/feedback-no-read-permsF. E Noel Nfebe2024-07-089-8/+15
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-07-088-7/+7
| * | | | | fix(SharingDetailsView): Prevent illegal unselection of read permissionsfenn-cs2024-07-081-1/+8
|/ / / / /
* | | | | Merge pull request #46358 from nextcloud/artonge/fix/checkbox_backgroundAndy Scherzinger2024-07-083-4/+5
|\ \ \ \ \
| * | | | | chore(assets): Recompile assetsnextcloud-command2024-07-082-3/+3
| * | | | | fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* | | | | | Merge pull request #46360 from nextcloud/style/noid/dashboardIconResizedAndy Scherzinger2024-07-081-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | style: Align dashboard app icon in size with photos app iconAndy Scherzinger2024-07-081-1/+1
|/ / / / /
* | | | | Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occCôme Chilliet2024-07-086-2/+107
|\ \ \ \ \
| * | | | | 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-044-3/+30
| * | | | | fix(occ): Move debug log listener setup to a static method, add option for levelCôme Chilliet2024-07-023-15/+33
| * | | | | feat(occ): Add a --debug option to output all log levels to the outputCôme Chilliet2024-07-025-2/+62
* | | | | | Merge pull request #46315 from nextcloud/fix/limit-vevent-sizeSebastian Krupinski2024-07-086-0/+119
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fix(caldav): limit vevent sizeSebastianKrupinski2024-07-046-0/+119
* | | | | | Merge pull request #46010 from nextcloud/bugfix/noid/allow-guests-to-load-the...Joas Schilling2024-07-081-1/+1
|\ \ \ \ \ \
| * | | | | | fix(dashboard): Correctly redirect guests to login page when opening dashboardJoas Schilling2024-06-201-1/+1
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-084-0/+50
* | | | | | | Merge pull request #46271 from nextcloud/enh/dashboard-iconAndy Scherzinger2024-07-071-1/+1
|\ \ \ \ \ \ \