| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Force enable apps
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/revert-13097-feature/11319/where-is-your-data
Revert "Where is your data?"
|
| |/ |
|
| |
| |
| |
| |
| | |
tabulator change
Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
|
| |
| |
| |
| |
| | |
fixed tabulator
Co-Authored-By: aignerat <46312655+aignerat@users.noreply.github.com>
|
|/
|
|
| |
Signed-off-by: Christian Aigner <christian.aigner@huemer-it.com>
|
|\
| |
| | |
always allow moving mountpoints inside the same mountpoint
|
| |
| |
| |
| |
| |
| | |
even if that mountpoint isn't normally a valid target for moving mounts into
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/bugfix/noid/absolute-paths-of-images-for-linked-collaboration-resources
Replace the icon-class with an absolute link to an image
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |/
| |
| |
| |
| |
| | |
Otherwise the icon can not be displayed in mobile apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/
|
|
|
|
|
| |
If a file is on external storage there is no owner. WHich means we can't
check. So just return an empty array then.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
CSP: set nonce for iframes
|
| |
| |
| |
| |
| |
| |
| | |
This for now uses the jsNonce. That way we can easily backport it.
For 17 I will fix it properly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
allow renaming the root of a movable mount even if the parent folder …
|
| |
| |
| |
| | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | | |
handle long etags from dav external storage
|
| |/
| |
| |
| |
| |
| | |
we can only store etags up to 40 characters long in the database, so when we get an etag that's longer we simply hash it to bring down the length
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
|
|/
|
|
| |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|
|
|
| |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\
| |
| |
| |
| | |
nextcloud/bugfix/noid/avoid-duplicate-container-creation
Avoid duplicate App container creation
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |
| |
| |
| | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \
| | |
| | |
| | |
| | | |
nextcloud/feature/noid/add-preview-information-as-optional-data
Add preview data as optional data for files
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \
| | | |
| | | | |
Do not calculate folder size for parent that also needs proper scan, fixes #3524
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Ari Selseng <ari@selseng.net>
|
| |/ /
|/| |
| | | |
Signed-off-by: Marius Blüm <marius@lineone.io>
|
|\ \ \
| | | |
| | | | |
Cleanup some PHPDoc leftovers and unused variables
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \ \
| |/ / /
|/| | | |
Use a tmp file for swift writes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Else this leads to a seekable stream error with chunked uploads
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/allow-bracket-notation-for-remove-ipv6-address
Allow bracket IPv6 address format inside IPAdress Normalizer
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When run with php's build-in server (for instance on localhost:8080), IP provided through $this->server['REMOTE_ADDR'] is [::1], which is not an acceptable format for \inet_pton. This removes the brackets if there's any.
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Fix ObjectStorage expired token (v3)
|
| | | | |
| | | | |
| | | | | |
Auth-Service (in explizit v3) will recheck the cached-token and will end in an "token expired exception".
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
nextcloud/feature/noid/add-activities-for-group-membership-changes
Add activities for group membership changes
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|