- Sep 30, 2020
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Bump @nextcloud/vue to 2.6.6
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Nextcloud bot authored
-
- Sep 29, 2020
-
-
Julius Härtl authored
Adjust scroll container height to make it a proper boundary element for actions
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Avoid crash when unauthenticated users make weather-related requests
-
Roeland Jago Douma authored
Generate exception to log on php errors
-
Julius Härtl authored
Do not match sharees on an empty email address
-
Roeland Jago Douma authored
Show federation and email results also with exact user match unless c…
-
Roeland Jago Douma authored
Sync all users to the system addresssbook
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Nextcloud bot authored
-
- Sep 28, 2020
-
-
dependabot-preview[bot] authored
-
Roeland Jago Douma authored
Make BeforeTemplateRenderedEvent aware of the actual response
-
Roeland Jago Douma authored
Bump jsdoc from 3.6.5 to 3.6.6 in /build
-
Christoph Wurst authored
When asking for sharees we compare not only UID and displayname but also the email address. And if that matches we return the sharee as an exact match. This logic had a flaw as in that it also matched the empty string to users with no email address. This is most noticeable when you disable sharee enumeration and open the ownership transfer dialog. It suggested other users of the instance before. This has stopped now. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
dependabot-preview[bot] authored
Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.4.3...v3.4.4 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Roeland Jago Douma <rullzer@users.noreply.github.com>
-
Julien Veyssier authored
Signed-off-by:
Julien Veyssier <eneiluj@posteo.net>
-
Roeland Jago Douma authored
Fix app text going too far down on hover/focus
-
Nextcloud bot authored
-
- Sep 27, 2020
-
-
Nextcloud bot authored
-
- Sep 26, 2020
-
-
Nextcloud bot authored
-
dependabot-preview[bot] authored
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.5 to 3.6.6. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.6/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.5...3.6.6 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Sep 25, 2020
-
-
Jan C. Borchardt authored
Signed-off-by:
Jan C. Borchardt <hey@jancborchardt.net>
-
Joas Schilling authored
Fix numeric folders throwing on markDirty
-
Roeland Jago Douma authored
[Automated] Update psalm-baseline.xml
-
Nextcloud-PR-Bot authored
Signed-off-by:
GitHub <noreply@github.com>
-
Nextcloud bot authored
-
- Sep 24, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Update autloader
-
Joas Schilling authored
TypeError: strpos() expects parameter 1 to be string, int given The problem is that in cacheNode() we strip of any slashes, so a folder "0/" will be trimmed to "0" and be used as an array key. Since PHP automatically casts numeric array keys to integers, you afterwards get $nodePath as int(0). Since it's now a number, the strpos() function does not accept it anymore. Simply casting $nodePath to a string again in the foreach solves the issue Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Log slow dashboard widgets
-
Roeland Jago Douma authored
Merge pull request #22948 from nextcloud/add-more-integration-tests-for-files-transfer-ownership-command Add more integration tests for "files:transfer-ownership" command
-
Roeland Jago Douma authored
Delete files that exceed trashbin size immediately
-
Roeland Jago Douma authored
Add occ command to set theming values
-
Roeland Jago Douma authored
Make 'Reasons to use Nextcloud' button translatable, fix #22977
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-