aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-0968-213/+266
* Merge pull request #46361 from nextcloud/perf/scroll-user-listPytal2024-07-091-0/+1
|\
| * perf(settings): Optimize user list scroll performanceChristopher Ng2024-07-081-0/+1
* | Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-...yemkareems2024-07-094-0/+553
|\ \ | |/ |/|
| * fix(OpenAPI): Regenerateprovokateurin2024-07-082-58/+58
| * fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manageryemkareems2024-07-081-1/+1
| * fix: ran bash build/openapi-checker.sh and commit the resultyemkareems2024-07-082-0/+496
| * fix: limit and fixLimit removed. negative limit handled in controller. remove...yemkareems2024-07-081-10/+4
| * fix: removed default limit of 25. if null is given all users are fetched or i...yemkareems2024-07-081-1/+1
| * fix: removed references to old disabled users code. refactored query as per g...yemkareems2024-07-081-27/+4
| * 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-081-6/+3
| * 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-082-7/+96
| * fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc...yemkareems2024-07-081-7/+7
| * fix: sort the user getDisplayNames based on lastLogin. Default sort order is ...yemkareems2024-07-081-2/+2
| * feat: cs fix run on the changed files and default order by last_login desc. A...yemkareems2024-07-081-1/+1
| * feat: add ability to sort users by last_login, uid or displayName. one of the...yemkareems2024-07-081-5/+7
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0914-0/+50
* | 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-081-1/+2
|\ \
| * | fix(files): Correctly center the checkbox's background in grid viewLouis Chemineau2024-07-081-1/+2
* | | style: Align dashboard app icon in size with photos app iconAndy Scherzinger2024-07-081-1/+1
|/ /
* | 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-082-0/+2
* | | fix: update dashboard iconAndy Scherzinger2024-07-071-1/+1
* | | style: unify copy iconAndy Scherzinger2024-07-072-2/+2
* | | style: Add app icon to file remindersAndy Scherzinger2024-07-072-0/+2
* | | Merge pull request #46259 from nextcloud/feat/provide-body-containerFerdinand Thiessen2024-07-072-11/+21
|\ \ \
| * | | feat(theming): Provide `body-container-` variables through themingFerdinand Thiessen2024-07-042-11/+21
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-072-2/+2
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-066-2/+54
* | | | Merge pull request #46307 from nextcloud/artonge/feat/improve_grid_viewJohn Molakvoæ2024-07-055-60/+95
|\ \ \ \
| * | | | feat(files): Refresh grid view layoutLouis Chemineau2024-07-042-34/+59
| * | | | feat(files): Display mtime in grid viewLouis Chemineau2024-07-043-26/+36
* | | | | Merge pull request #46295 from nextcloud/chore/remove-obsolete-function-gener...Richard Steinmetz2024-07-051-25/+0
|\ \ \ \ \
| * | | | | chore(caldav): remove obsolete functionSebastianKrupinski2024-07-041-25/+0
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0516-4/+48
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #46193 from nextcloud/fix/limit-vcard-sizeRichard Steinmetz2024-07-056-0/+119
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix(carddav): limit vcard sizeSebastianKrupinski2024-07-046-0/+119
* | | | | chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-58/+58
| |_|/ / |/| | |
* | | | Merge pull request #46174 from nextcloud/fix/integrity-checkJohn Molakvoæ2024-07-043-1/+147
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(IntegrityCheck): Ensure the check is run if no results are availableFerdinand Thiessen2024-07-033-1/+147
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-0428-14/+86
* | | | Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullableHamza2024-07-035-17/+19
|\ \ \ \
| * | | | Fix: Make out of office replacement nullableHamza Mahjoubi2024-07-035-17/+19
* | | | | Merge pull request #46068 from nextcloud/fix/guest-share-ui-updateF. E Noel Nfebe2024-07-032-80/+6
|\ \ \ \ \