aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fix(TaskProcessing): Add since doc for new EShapeType methodMarcel Klehr2024-07-171-0/+1
| * | | | | | fix(TaskProcessing): Update openapi specsMarcel Klehr2024-07-173-1712/+1712
| * | | | | | fix(TaskProcessing): Run cs:fixMarcel Klehr2024-07-172-2/+1
| * | | | | | fix(TaskProcessing): Use getScalarType instead of relying on magic integersMarcel Klehr2024-07-171-5/+7
| * | | | | | fix(TaskProcessing): fix testsMarcel Klehr2024-07-171-9/+21
| * | | | | | test(TaskProcessing): Add test for setTaskResult with fileIdsMarcel Klehr2024-07-171-0/+52
| * | | | | | fix(TaskProcessingA/Manager): Catch new errorMarcel Klehr2024-07-171-1/+7
| * | | | | | fix(TaskProcessingA/Manager): Use time() along with rand int for file namesMarcel Klehr2024-07-171-2/+2
| * | | | | | fix(TaskProcessingApiController): Address review commentsMarcel Klehr2024-07-171-5/+5
| * | | | | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ins...Marcel Klehr2024-07-171-0/+9
| * | | | | | fix: do not overwrite the output if NodeID existsAlexander Piskun2024-07-171-6/+1
| * | | | | | fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID ins...Marcel Klehr2024-07-171-0/+5
| * | | | | | fix: Validate output properlyMarcel Klehr2024-07-172-5/+67
| * | | | | | fix: psalm errorsMarcel Klehr2024-07-171-3/+3
| * | | | | | feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-174-47/+142
* | | | | | | Merge pull request #46583 from nextcloud/filecache-sharding-compatRobin Appelman2024-07-196-35/+50
|\ \ \ \ \ \ \
| * | | | | | | fix: make batch propagator work with sharding restrictionsRobin Appelman2024-07-172-5/+5
| * | | | | | | fix: make usermountcache compatible with shardingRobin Appelman2024-07-172-27/+38
| * | | | | | | fix: make joining on tags in search queries work with shardingRobin Appelman2024-07-171-1/+0
| * | | | | | | fix: always set storage id in Cache::getRobin Appelman2024-07-171-2/+2
| * | | | | | | fix: add set storage id for more cache queriesRobin Appelman2024-07-171-0/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followupJohn Molakvoæ2024-07-1971-217/+790
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | chore(integration): add file request testsskjnldsv2024-07-193-9/+52
| * | | | | | chore: compile assetsskjnldsv2024-07-1842-62/+224
| * | | | | | fix(files_sharing): file request expiration date timezoneskjnldsv2024-07-181-1/+12
| * | | | | | fix(files_sharing): file request form validation and date component eventskjnldsv2024-07-182-1/+2
| * | | | | | fix(files_sharing): improve file request info messagesskjnldsv2024-07-186-19/+54
| * | | | | | fix(files_sharing): also allow removing READ permissions on email sharesskjnldsv2024-07-181-1/+4
| * | | | | | fix: drop outdated handlebar comments templateskjnldsv2024-07-181-3/+0
| * | | | | | feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-1816-61/+332
| * | | | | | feat(files_sharing): allow uploading to subfolders in File requestsskjnldsv2024-07-181-5/+2
| * | | | | | feat(files_sharing): use label as title and file drop destination if availableskjnldsv2024-07-182-1/+10
| * | | | | | fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-182-4/+6
| * | | | | | fix(files_sharing): use ClipboardText icon and fix trailing-button-clickskjnldsv2024-07-181-2/+2
| * | | | | | fix(files_sharing): improve file request email handlingskjnldsv2024-07-183-9/+19
| * | | | | | fix(files_sharing): file request margin and buttons orderskjnldsv2024-07-182-18/+27
| * | | | | | fix(files_sharing): file request add email on focusoutskjnldsv2024-07-181-2/+3
| * | | | | | fix(files_sharing): file request use l10n `t` and `n` aliasesskjnldsv2024-07-184-33/+31
| * | | | | | fix(files_sharing): file request conditions with link/email global settingsskjnldsv2024-07-183-13/+37
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-19138-648/+2108
|/ / / / / /
* | | | | | Merge pull request #46446 from nextcloud/update-app-api-rate-limit-keyAlexander Piskun2024-07-181-2/+3
|\ \ \ \ \ \
| * | | | | | chore: use "app_api" session key, "app_api_system" is deprecatedAndrey Borysenko2024-07-181-2/+3
* | | | | | | Merge pull request #46615 from nextcloud/feat/webhook_listeners-AppApiAdminAc...Alexander Piskun2024-07-187-11/+51
|\ \ \ \ \ \ \
| * | | | | | | feat: allow to use webhook_listeners without user contextAlexander Piskun2024-07-187-11/+51
| |/ / / / / /
* | | | | | | Merge pull request #46567 from nextcloud/tests/cleanupremotestoragestest-name...Robin Appelman2024-07-181-22/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | test: update share tests to work with shardingRobin Appelman2024-07-161-22/+22
* | | | | | | Merge pull request #46587 from nextcloud/fix/shrink-headlinesFerdinand Thiessen2024-07-188-12/+17
|\ \ \ \ \ \ \
| * | | | | | | chore: Recompile assetsFerdinand Thiessen2024-07-176-7/+7
| * | | | | | | fix(css): Shrink headlines a bitFerdinand Thiessen2024-07-172-5/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #46594 from nextcloud/fix/issue-28162-2Anna2024-07-181-0/+5
|\ \ \ \ \ \ \