aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* chore: compile assetsChristopher Ng2023-10-2394-134/+134
* fix: Share select search globally iconChristopher Ng2023-10-231-1/+1
* chore: Bump @nextcloud/vue to v8-beta.9Christopher Ng2023-10-232-6/+18
* Merge pull request #40482 from nextcloud/fix/workflowengine_fileaccessJulius Härtl2023-10-235-10/+64
|\
| * enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-235-6/+45
| * fix(isLegitimatedForUserId): Setup mountpoints to check file accessJonas2023-10-232-9/+24
* | Merge pull request #41064 from nextcloud/fix/40705-_increase_contrast_on_Devi...Pytal2023-10-233-4/+3
|\ \ | |/ |/|
| * Remove opacity on table headerjulia.kirschenheuter2023-10-233-4/+3
* | Merge pull request #40495 from nextcloud/fix/master-name-in-share-cacheJulius Härtl2023-10-232-0/+41
|\ \
| * | test(files_sharing): Test if recent files result use actual share target nameJulius Härtl2023-10-181-0/+37
| * | fix(sharing): set name to target name in sharing cacheMax2023-10-181-0/+4
* | | Merge pull request #41063 from nextcloud/fix/37092/dashboard-html-validationSimon L2023-10-233-10/+10
|\ \ \
| * | | chore(assets): Recompile assetsGrigorii K. Shartsev2023-10-232-3/+3
| * | | fix(dashboard): use span instead of div for icon to htmlGrigorii K. Shartsev2023-10-231-7/+7
* | | | Merge pull request #40980 from nextcloud/fix/37092/remove-unnecessary-rolesSimon L2023-10-235-6/+6
|\ \ \ \
| * | | | chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-212-2/+2
| * | | | fix(core): remove unnecessary role=contentinfo from page footer on loginGrigorii K. Shartsev2023-10-212-2/+2
| * | | | fix(core): remove unnecessary role=banner on top level headerGrigorii K. Shartsev2023-10-212-2/+2
* | | | | Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocpCôme Chilliet2023-10-2314-138/+332
|\ \ \ \ \
| * | | | | Allow passing null to PublicKeyToken::setScope, fixes testsCôme Chilliet2023-10-231-2/+2
| * | | | | Improve docblock annotations for tokens and their exceptionsCôme Chilliet2023-10-237-9/+27
| * | | | | Use more precise typing for setScope method parameterCôme Chilliet2023-10-231-2/+2
| * | | | | Update autoloadersCôme Chilliet2023-10-232-0/+6
| * | | | | Make sure that OC interfaces returns OC interfaces for backward compatibilityCôme Chilliet2023-10-236-2/+48
| * | | | | Move Exceptions used in OCP to OCPCôme Chilliet2023-10-237-33/+126
| * | | | | Adapt baseline to filename changeCôme Chilliet2023-10-231-1/+1
| * | | | | Align PublicKeyToken with interface changesCôme Chilliet2023-10-231-10/+6
| * | | | | Move IToken and IProvider::getToken to OCPCôme Chilliet2023-10-205-104/+139
* | | | | | Merge pull request #41034 from nextcloud/fix/37092/users--html-validationFerdinand Thiessen2023-10-236-11/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-214-6/+6
| * | | | | fix(settings): label user quota progress with aria-labelledbyGrigorii K. Shartsev2023-10-211-2/+2
| * | | | | fix(settings): users page html validationGrigorii K. Shartsev2023-10-212-3/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #41055 from nextcloud/feat/noid/profile-manager-ocpJoas Schilling2023-10-237-66/+132
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix(profile): Directly migrate to OCP constantsJoas Schilling2023-10-232-45/+4
| * | | | feat(profile): Add public interface for profile manager so apps can check configJoas Schilling2023-10-237-32/+139
* | | | | Merge pull request #41045 from nextcloud/fix/openapi/provisioning_api/quota-f...Joas Schilling2023-10-232-12/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(provisioning_api): Fix quota fields in OpenAPIjld31032023-10-232-12/+44
|/ / / /
* | | | Merge pull request #40933 from nextcloud/check-datemax-enforcement-pubshareCôme Chilliet2023-10-239-31/+28
|\ \ \ \
| * | | | Do not treat `isDefaultExpireDateEnforced` as fallbackfenn-cs2023-10-227-11/+11
| * | | | Fix has expiration date logicfenn-cs2023-10-227-22/+19
| * | | | Check expiry enforcement for all share typesfenn-cs2023-10-2210-17/+17
* | | | | Merge pull request #40966 from nextcloud/jr-security-policy-expansionJoas Schilling2023-10-231-10/+46
|\ \ \ \ \
| * | | | | Apply suggestionsJosh Richards2023-10-201-5/+4
| * | | | | SECURITY: Add {links, headings, $, scope, public GH Issues notes}Josh Richards2023-10-181-10/+47
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-10-238-2/+14
* | | | | | Merge pull request #41039 from nextcloud/fix/run-cypress-always-parallelFerdinand Thiessen2023-10-224-50/+756
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | feat(cypress): Always run cypress CI in parallel (independent from cypress.io)Ferdinand Thiessen2023-10-214-50/+756
| | |/ / / | |/| | |
* | | | | Merge pull request #41024 from nextcloud/fix/follow-up-app-orderJohn Molakvoæ2023-10-2214-59/+319
|\ \ \ \ \
| * | | | | chore: Compile assetsFerdinand Thiessen2023-10-218-12/+12
| * | | | | feat(theming): Allow to reset the user defined app order to the default valueFerdinand Thiessen2023-10-215-43/+211