- Dec 03, 2019
-
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> add tests on non-owner pov Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> duplicate Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> small fixes Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> removed tags Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> working on users with resharing rights Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> -getLogger() Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> fix type Signed-off-by:
Maxence Lange <maxence@artificial-owl.com> Update SharingRightsException.php
-
Roeland Jago Douma authored
Always return overwritehost if configured
-
Nextcloud bot authored
-
- Dec 02, 2019
-
-
Roeland Jago Douma authored
Use PHP_VERSION_ID to check for the current php version
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Roeland Jago Douma authored
Add a transfer ownership background job
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
John Molakvoæ authored
Fix files_sharing app LoadSidebar event
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
Do not call count on null
-
Roeland Jago Douma authored
Minor typo
-
John Molakvoæ authored
Bump url-loader from 2.3.0 to 3.0.0
-
dependabot-preview[bot] authored
Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.3.0...v3.0.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
John Molakvoæ authored
Bump file-loader from 4.3.0 to 5.0.2
-
John Molakvoæ authored
Bump style-loader from 1.0.0 to 1.0.1
-
John Molakvoæ authored
Bump bootstrap from 4.3.1 to 4.4.1
-
Nextcloud bot authored
-
- Dec 01, 2019
-
-
Rillian Grant authored
Colon outside of italics in the bug report issue template when in every similar instance of this in this file it is inside. Signed-off-by:
Rillian Grant <rillian.grant@hotmail.com>
-
dependabot-preview[bot] authored
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.3.1 to 4.4.1. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.3.1...v4.4.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
-
dependabot-preview[bot] authored
Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/webpack-contrib/style-loader/releases) - [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/style-loader/compare/v1.0.0...v1.0.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.3.0 to 5.0.2. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v5.0.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Nextcloud bot authored
-
- Nov 30, 2019
-
-
Nextcloud bot authored
-
- Nov 29, 2019
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
delay creation of the cert bundle
-
Roeland Jago Douma authored
Add refresh-interval to exported calendars
-
Roeland Jago Douma authored
Fix provisioning_api getUsers types
-
Roeland Jago Douma authored
Drop php 7.1 support
-
Roeland Jago Douma authored
Set common-name to user's displayname if none is set
-
Roeland Jago Douma authored
Trim the login name
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Nextcloud bot authored
-
- Nov 28, 2019
-
-
Christoph Wurst authored
Otherwise we keep on using it with leading or trailing whitespaces for app tokens and other logic. The reason this doesn't throw an error immediately with local users is that (My)SQL compares strings regardless of their padding by default. So we look up 'uid ' and get the row for the user 'uid'. Other back-ends will lead to a hard error, though, and the user is unable to log out as all request fail. Ref https://stackoverflow.com/a/10495807/2239067 Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Roeland Jago Douma authored
allow user flows when the acting user is legitimate, but not its owner
-
John Molakvoæ authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-
Roeland Jago Douma authored
Adjust tags acceptance tests to moved admin section
-