Commit History

Author SHA1 Message Date
  Marcel Klehr d20f4fedca fix(settings/SetupChecks): Don't follow redirects 4 months ago
  Pytal 025a7849b4 Merge pull request #46361 from nextcloud/perf/scroll-user-list 4 months ago
  Git'Fellow 6b523e8b09 Merge pull request #46317 from nextcloud/s3InsertTimeout 4 months ago
  yemkareems f727040f50 Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-login 4 months ago
  Christopher Ng 088cc32b97 chore: compile assets 4 months ago
  Christopher Ng 4b392ebb4e perf(settings): Optimize user list scroll performance 4 months ago
  Nextcloud bot 4fd2127761 Fix(l10n): Update translations from Transifex 4 months ago
  F. E Noel Nfebe 7b60b989b0 Merge pull request #46321 from nextcloud/fix/46195/feedback-no-read-perms 4 months ago
  nextcloud-command 5bb36dce4c chore(assets): Recompile assets 4 months ago
  fenn-cs 48339500fc fix(SharingDetailsView): Prevent illegal unselection of read permissions 4 months ago
  Andy Scherzinger 9b2d195cda Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background 4 months ago
  Andy Scherzinger 9bab06978e Merge pull request #46360 from nextcloud/style/noid/dashboardIconResized 4 months ago
  Andy Scherzinger 67fef54b6c style: Align dashboard app icon in size with photos app icon 4 months ago
  nextcloud-command 1f4926bd1f chore(assets): Recompile assets 4 months ago
  Louis Chemineau 93cb30fc0c fix(files): Correctly center the checkbox's background in grid view 4 months ago
  Côme Chilliet a434dfbcb3 Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occ 4 months ago
  Côme Chilliet 5b9966feba fix(occ): Use the const instead of hardcoded string for --debug-log option 4 months ago
  Sebastian Krupinski fe90956aa4 Merge pull request #46315 from nextcloud/fix/limit-vevent-size 4 months ago
  provokateurin 68d60fcd26 fix(OpenAPI): Regenerate 4 months ago
  yemkareems 4eba967d63 fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager 4 months ago
  yemkareems 6ac49e549b fix: ran bash build/openapi-checker.sh and commit the result 4 months ago
  yemkareems 710dc43309 fix: doc block corrected 4 months ago
  yemkareems 357786f36a fix: return type doc block added as per psalm 4 months ago
  yemkareems 53e3644ffb fix: return type doc block added as per psalm 4 months ago
  yemkareems 0df1a29cf0 fix: return type doc block added as per psalm 4 months ago
  yemkareems 3dee8a213d fix: second join and where conditions added only when search param is available 4 months ago
  yemkareems 0e6040289f fix: query refactored to support both the search by email and sort by login 4 months ago
  yemkareems ae95e46787 fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller 4 months ago
  yemkareems ceedfb4616 fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched 4 months ago
  yemkareems cfafbc8415 fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25. 4 months ago