summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-052-13/+27
|\
| * improve handling of files we can't access in the scannerRobin Appelman2023-04-052-13/+27
* | Merge pull request #37531 from nextcloud/dependabot/npm_and_yarn/webpack-5.77.0Louis2023-04-054-10/+10
|\ \
| * | bump webpack from 5.75.0 to 5.77.0dependabot[bot]2023-04-054-10/+10
* | | Merge pull request #27538 from nextcloud/scanner-home-not-writable-better-errorsCôme Chilliet2023-04-052-7/+21
|\ \ \
| * | | better error messages if the users home is not writable during scanningRobin Appelman2023-04-052-7/+21
* | | | Merge pull request #37526 from nextcloud/use-correct-icon-for-calendar-user-s...Julius Härtl2023-04-052-1/+2
|\ \ \ \
| * | | | fix(dav): Use an icon with correct color for calendar user settings sectionThomas Citharel2023-04-042-1/+2
* | | | | Merge pull request #33292 from nextcloud/no-profilerRobin Appelman2023-04-051-3/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | don't hard error when trying to load profiles with no profiler registeredRobin Appelman2023-04-041-3/+15
| | |_|/ | |/| |
* | | | Merge pull request #37430 from nextcloud/trash-cleanup-loggingRobin Appelman2023-04-052-27/+52
|\ \ \ \ | |_|_|/ |/| | |
| * | | add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-032-27/+52
* | | | Merge pull request #37586 from nextcloud/dependajulia/bump-nextcloud-vue-tov....Julia Kirschenheuter2023-04-054-35/+238
|\ \ \ \
| * | | | Bump @nextcloud/vue to version "^7.9.0"julia.kirschenheuter2023-04-054-35/+238
| | |_|/ | |/| |
* | | | Merge pull request #37495 from joshtrichards/jr-trim-pw-reset-usernameCôme Chilliet2023-04-051-0/+2
|\ \ \ \
| * | | | Trim user earlierJosh Richards2023-04-041-1/+3
| * | | | Trim the user/email provided for password resetsJosh Richards2023-03-301-1/+1
* | | | | Merge pull request #37575 from nextcloud/fix/user_ldap-log-suffix-namesArthur Schiwon2023-04-051-0/+9
|\ \ \ \ \
| * | | | | Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
| | |_|_|/ | |/| | |
* | | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-0525-331/+209
|\ \ \ \ \
| * | | | | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
| * | | | | Fix dav application testsCôme Chilliet2023-04-031-2/+1
| * | | | | View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-032-8/+3
| * | | | | More type cleanup in View and FileInfoCôme Chilliet2023-04-034-97/+84
| * | | | | Fix return type of methods returning false on errorCôme Chilliet2023-04-0315-65/+41
| * | | | | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-033-5/+6
| * | | | | Remove unused method getLocalFolderCôme Chilliet2023-04-036-32/+1
| * | | | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-034-125/+76
* | | | | | Merge pull request #37507 from nextcloud/fix/config-values-typesKate2023-04-0515-39/+39
|\ \ \ \ \ \
| * | | | | | Fix types for reading and writing config valuesjld31032023-04-0515-39/+39
|/ / / / / /
* | | | | | Merge pull request #37504 from nextcloud/fix/app-framework-tainterKate2023-04-051-28/+26
|\ \ \ \ \ \
| * | | | | | Refactor AppFrameworkTainter to make it more readablejld31032023-04-051-20/+23
| * | | | | | Update AppFrameworkTainter to use non-deprecated interfacejld31032023-04-051-16/+11
|/ / / / / /
* | | | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0520-8/+30
* | | | | | Merge pull request #36360 from nextcloud/new-share-existing-nodeRobin Appelman2023-04-041-0/+4
|\ \ \ \ \ \
| * | | | | | also set the node when re-using existing share on share createRobin Appelman2023-04-031-0/+4
* | | | | | | Merge pull request #37278 from nextcloud/feature/document-talk-icon-url-defin...Joas Schilling2023-04-041-0/+7
|\ \ \ \ \ \ \
| * | | | | | | Fix the example URLVitor Mattos2023-03-201-1/+1
| * | | | | | | Document talk icon url definitionVitor Mattos2023-03-161-0/+7
* | | | | | | | Merge pull request #37573 from nextcloud/artonge/debt/remote_autotest-js.shLouis2023-04-043-15/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove autotest-js.shLouis Chemineau2023-04-043-15/+1
* | | | | | | | | Merge pull request #37559 from nextcloud/preview-generate-cmdRobin Appelman2023-04-044-0/+144
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add command to generate a preview for a fileRobin Appelman2023-04-034-0/+144
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge pull request #37453 from nextcloud/fix/36918-The_breadcrumb_navigation_...Julia Kirschenheuter2023-04-0410-20/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-0410-20/+23
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #37572 from nextcloud/bugfix/noid/help-discovering-broken-...Joas Schilling2023-04-042-6/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(initial-state): Log an error when initial-state can not be JSON encodedJoas Schilling2023-04-042-6/+31
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #37345 from nextcloud/artonge/fix_files_version_cypress_testsJoas Schilling2023-04-0410-64/+114
|\ \ \ \ \ \ \ \
| * | | | | | | | Only upload logs and data on failureLouis Chemineau2023-04-041-4/+4
| * | | | | | | | Prevent expiration from delete file in cypress testsLouis Chemineau2023-03-302-1/+4