| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Hack to prevent warning for read-only wrapper in public links
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Storage wrappers should normally always be registered inside a presetup
hook. However in the public link scenario this is not possible and
there is currently no good alternative with the current architecture.
Instead of logging a warning every time, this fix prevents the warning
to be shown but also adds a FIXME in the code for the future. This is
ok because this app is already using private/internal APIs at the
moment and should be reworked properly in the future.
|
|\ \
| | |
| | | |
theming: move reset button into field and only show when focused
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
|
|\ \ \
| | | |
| | | | |
Fix checkboxes when theming color is enabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e.
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|\ \ \ \
| |_|_|/
|/| | | |
Skip hidden files when counting visible files in list
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The file list UI logic that renders the next page doesn't properly
exclude hidden files when not shown. This fix makes sure that only rows
that are actually visible are counted when rendering a page, this makes
sure that the page will always have enough elements displayed.
|
|\ \ \ \
| | | | |
| | | | | |
Adds copy tooltip to clipboards
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | |_|/
| |/| |
| | | |
| | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |_|/
|/| |
| | |
| | | |
Signed-off-by: Robin Appelman <icewind@owncloud.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|/ /
| |
| |
| |
| |
| | |
As discussed we're changing the version from 9.2 to 11.0 to make some more sense.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| | |
|
|\ \
| | |
| | | |
Transfer ownership now returns exit code on error
|
| |/ |
|
|\ \
| | |
| | | |
disabling dropping on dragging objects temporarily
|
| |/
| |
| |
| | |
better solution
|
|\ \
| | |
| | | |
Fixes files_drop when avatars are disabled
|
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes: #2080
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \
| | | |
| | | | |
Skip broken shares when transferring ownership (#26527)
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
First process group shares and then user shares
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This prevents a validation failure where the code checks whether a file
is already shared with another user, but the check disables itself when
the owner is the same. Processing the groups first prevents the check
to kick in too early when the group share still has the old owner while
we try transferring the user share.
|
|\ \ \
| | | |
| | | | |
Remove unused $view from FilesPlugin (#26549)
|
| |/ /
| | |
| | |
| | | |
The Sabre FilesPlugin never uses the view so remove it.
|
|\ \ \
| | | |
| | | | |
Introduce an event for first time login based on the last login time …
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use firstLogin event to trigger creation of default calendar and default address book
Delay login of admin user after setup so that firstLogin event can properly be processed for the admin
Fixing tests ...
Skeleton files are not copied over -> only 3 cache entries are remaining
Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
|
|\ \ \
| |/ /
|/| | |
Fixes not allowed increasing of link share permissions
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes the following:
1. user0 shares folder with user1 (RO but with sharing permissions)
2. user1 shares by link
3. user1 send 'publicUpload=true' OCS request to the link share
before this increased the permissions of the link share. Which should
not happen.
now: API reponds with an error that the permissions can't be increased.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \
| | |
| | | |
Show specific empty message for tag input fields
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
nextcloud/sharetypesinfolder-no-getdirectorycontent
remove unneeded getDirectoryContent when getting share types for a folder
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \
| | | |
| | | | |
only query substorages to calculate the final mtime/size/etag when we need it
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |/
|/| |
|
| | |
|