aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | chore(assets): Recompile assetsnextcloud-command2025-04-0213-13/+13
| * | test: add cypress tests for sharing download permissionFerdinand Thiessen2025-04-023-6/+110
| * | fix(files_sharing): make sure IDs are unique for HTML elementsFerdinand Thiessen2025-04-021-2/+8
| * | fix(files_sharing): ugly hacks to update permissions on share creationFerdinand Thiessen2025-04-024-9/+27
| * | fix: pass hide download attribute while creating the share to fix github issu...yemkareems2025-04-022-5/+8
|/ /
* | Merge pull request #51578 from nextcloud/backport/51521/stable31Andy Scherzinger2025-04-0219-169/+358
|\ \
| * | test: adjust for cypressbackport/51521/stable31Ferdinand Thiessen2025-04-011-1/+1
| * | chore(assets): Recompile assetsnextcloud-command2025-04-014-6/+6
| * | test: make cypress run in secure context and add WebAuthn testsFerdinand Thiessen2025-04-019-120/+315
| * | fix(webauthn): do not require bcmath or gmp - not needed anymoreFerdinand Thiessen2025-04-013-13/+2
| * | fix(core): adjust fronend code for changes in webauthn libraryFerdinand Thiessen2025-04-013-31/+36
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0230-84/+516
* | | Merge pull request #51850 from nextcloud/backport/51845/stable31Andy Scherzinger2025-04-011-0/+17
|\ \ \ | |/ / |/| |
| * | fix: don't have sabre/dav send it's own reponse if we already send the zip re...backport/51845/stable31Robin Appelman2025-04-011-0/+17
|/ /
* | Merge pull request #51843 from nextcloud/backport/51760/stable31Andy Scherzinger2025-04-013-1/+39
|\ \
| * | fix(files_reminder): Replace error log by setup checkbackport/51760/stable31Louis Chemineau2025-04-013-1/+39
| * | fix(files_reminders): Lower disabled notifications app error to infoLouis Chemineau2025-04-011-1/+1
|/ /
* | Merge pull request #51820 from nextcloud/backport/50768/stable31Christoph Wurst2025-04-015-17/+82
|\ \
| * | perf(cron): Delay (re)checking timed jobsbackport/50768/stable31Christoph Wurst2025-03-315-17/+82
* | | Merge pull request #51331 from nextcloud/backport/51082/stable31Joas Schilling2025-04-0122-27/+331
|\ \ \
| * | | fix(caldav): Restore old private events and deprecate thembackport/51082/stable31Joas Schilling2025-03-319-0/+474
| * | | feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-3115-495/+27
| * | | feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-3110-0/+298
| |/ /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-0192-218/+246
* | | Merge pull request #51781 from nextcloud/backport/51336/stable31Pytal2025-03-3127-271/+1034
|\ \ \ | |/ / |/| |
| * | chore(assets): Recompile assetsnextcloud-command2025-03-316-9/+9
| * | test(settings): Fix group items not being foundChristopher Ng2025-03-311-26/+24
| * | test(settings): Correctly find group in selectChristopher Ng2025-03-311-0/+2
| * | test(settings): Wait until groups list has loadedChristopher Ng2025-03-311-0/+6
| * | fix(settings): Separate subadmin optionsChristopher Ng2025-03-311-1/+3
| * | fix(settings): Fix initialization of storeChristopher Ng2025-03-311-3/+3
| * | fix(settings): Preserve system groups on resetChristopher Ng2025-03-311-1/+6
| * | chore(openapi): Update specChristopher Ng2025-03-312-0/+324
| * | fix(settings): Natural order groupsChristopher Ng2025-03-313-5/+18
| * | fix(settings): Fix duplicated group options in new account dialogChristopher Ng2025-03-311-12/+18
| * | fix(settings): Fix duplicated group options when editing accountChristopher Ng2025-03-311-2/+2
| * | fix(settings): Fix group creation in new account dialogChristopher Ng2025-03-311-3/+6
| * | fix(settings): Fix group creation when editing usersChristopher Ng2025-03-311-5/+4
| * | fix(settings): Only change usercount if group can be foundChristopher Ng2025-03-311-3/+11
| * | fix(settings): Fix editing groups and subadmin groups of userChristopher Ng2025-03-312-19/+47
| * | feat(provisioning_api): Add endpoint for fetching user subadmin groups with d...Christopher Ng2025-03-312-0/+45
| * | fix(settings): Fix erroneous hiding of group admin column with paginated groupsChristopher Ng2025-03-314-14/+4
| * | fix(settings): Prevent selection of invalid groups that are not fully loadedChristopher Ng2025-03-311-2/+5
| * | fix(settings): Fix loaded groups being undefinedChristopher Ng2025-03-313-26/+16
| * | chore(settings): Add note on groups sortingChristopher Ng2025-03-311-0/+9
| * | refactor(settings): Consolidate group formattingChristopher Ng2025-03-315-43/+30
| * | perf(settings): Make scrolling smooth when a large number of groups are renderedChristopher Ng2025-03-311-2/+8
| * | fix(settings): Allow searching for groups in new account dialogChristopher Ng2025-03-311-21/+32
| * | fix(settings): Allow searching for groups in user rowChristopher Ng2025-03-314-60/+89
| * | perf(settings): Cancel request on new searchChristopher Ng2025-03-314-35/+70