| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
https://github.com/nextcloud/server/pull/608/commits/351cab6bce41b53f9efd4ba9aed4e7435f843691 - THX @schiessle
|
|\ \
| | |
| | | |
[stable9] remove reference magic
|
| | | |
|
|\ \ \
| |/ /
|/| | |
[stable9] 204 and 304 must not have a body, see https://tools.ietf.org/html/rfc7230#section-3.3
|
| | |
| | |
| | |
| | | |
https://tools.ietf.org/html/rfc7230#section-3.3
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/stable9-fix-unmerged-shares-repair-betterregexp
[stable9] Improve regexp to detect duplicate folders when repairing unmerged sares
|
| |/ / |
|
|/ / |
|
|\ \
| |/
|/|
| |
| | |
owncloud/stable9-6230563489165248c20d4ca2e0be74c8bbff1dd1
[stable9] Simplify testPermissionMovedGroupShare (#25573)
|
| |
| |
| |
| |
| | |
Reduces significantly the testing time but still cover the permission
change
|
|\ \
| |/
|/|
| |
| | |
owncloud/stable9-eaecf0cfa9094eb5224e568b7bdde1bd49cfad73
[stable9] Merge pull request #25652 from owncloud/fix-getQuota-on-null
|
|/
|
|
| |
Ensure the user exists before calling a method on it
|
|\
| |
| | |
[stable9] add conditional smb trace logging for debug purposes
|
| | |
|
|\ \
| | |
| | | |
[stable9] Group shares with same source and target
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Whenever a group share is created after a direct share, the stime order
needs to be properly considered in the repair routine, considering that
the direct user share is appended to the $subShares array and breaking
its order.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Pick the most recent subshare that has no parenthesis from duplication
which should match whichever name the user picked last. If all
subshares have duplicate parenthesis names, use the least recent group
share's target instead.
|
| | |
| | |
| | |
| | |
| | | |
This would slow down the upgrade needlessly as there is no repair to be
done.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
The repair step was a bit overeager to skip repairing so it missed the
case where a group share exists without subshares but with an
additional direct user share.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added flag to enforce grouping of received shares even when the method
is called for a user different than the current one. This can happen at
sharing time whenever the recipient's FS is being setup from the
sharer's call.
This fixes duplicated received folders for new shares.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
owncloud/stable9-provisioning-api-subadmin-addtogroup
[stable9] Fix subadmin permission check for addToGroup/removeFromGroup
|
| | |
| | |
| | |
| | |
| | | |
Fixes issue where subadmins could never add users to a group.
Added missing unit tests
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
owncloud/fix-server-side-share-expiration-setting-stable9
[stable9] In cases where the server dictates the link share expiration the date…
|
| | |
| | |
| | |
| | | |
updated on consequitive changes and enable/disable actions
|
|/ /
| |
| | |
Fixes #23620
|
|/
|
| |
backport of https://github.com/owncloud/core/pull/25764
|
|
|
| |
Read-only folders won't be deletable
|
|
|
| |
Sanitize more data in config report
|
|
|
|
|
| |
* getJailedPath expects $path to have a trailing / - fixes #25464
* Adding test case for getPathById including a jailed cache where root is just empty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#25775)
* Next step jenkinsfile (#25622)
* Adding timestamper and evaluation of test results even in case of failure
* Adding build timeout
* use fixed value 120 minutes as timeout for each test executing for now
* Terminate the build as soon as test execution fails
* Adjust external testing as well
* Finalize use of executeAndReport
* Fix discoverymanager tests (#25769)
* Allow testing of the DiscoveryManager
* Array sort order is of no relevance
|
| |
|
| |
|
|
|
|
|
|
| |
* [stable9] Added integration test
* Use phantomjs-prebuilt
|
|
|
|
|
|
| |
See issue #25461.
When using a theme with alternative filetype icons `OCA.External.StatusManager.Utils.getIconRoute` should respect that, rather than hard coding the default icon.
Note this change does not affect windows_network_drive and sharepoint icons, which appear not to be easily themeable.
|
| |
|
|
|
|
|
|
|
| |
* Adding quota plugin to new dav endpoint
* Added integrated test failing in old endpoint
* Added 0B quota test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Bring all tests from master
* Removed not applying tests of webdav
* Removed tests about disabling/enabling users
* Fixed/removed some sharing tests for 9.0
* fixed capabilities tests
* Fixed security headers confusion
* Indentation
* Removed merging shares tests
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Whenever an LDAP user also has an email address defined in LDAP, the
LDAP code will try and update the email address of the locally known
user. This happens at login time or every time the user's LDAP
attributes are processed.
There is code listening to the email setting hook which updates the
system address book, which also will trigger FS setup due to avatars
and other things.
This fix only sets the email address when really necessary.
|
|
|
|
| |
(#25517) (#25596)
|
| |
|
| |
|
| |
|