| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Fixes an issue where retrying a previously failed federated share would
not properly reset the availability flag because the return value was
undefined instead of "true".
|
|
|
|
|
|
| |
In some cases, the owner of the share is also recipient through a group
share. The owner must still be able to increase permissions in that
situation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-4f73fb491a2bf12dbf4d20964cfd0f7129f998b1
[stable9.1] Add occ command to expire the trashbin (#25878)
|
| |
| |
| |
| |
| |
| | |
* Add occ command to expire the trashbin
* Fix versions folder in setup check
|
|/
|
|
|
|
|
|
| |
(#25911)
* [stable9.1] 2FA can now be enabled and disabled via the provisioning api
* [9.1] Return proper 'true' and 'false' values for two_factor_auth_enabled in provisioning api
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-a9e633db0cd04cb6288ce74c197153920a0b4665
[stable9.1] Best practice through out the web speak of a max avatar i…
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
size of… (#25857)
* Best practice through out the web speak of a max avatar image size of 96 pixels
* Respect size argument
THX @felixboehm
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2
[9.1] Before a user is getting scanned the database connection is re-…
|
| |/ |
|
|/
|
|
| |
Initialize files config with defaults in case none was passed
|
|
|
|
| |
When dot files are hidden, the table summary and selection summary will
not show how many hidden files were included.
|
|
|
|
|
|
| |
Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.
Their visibility is now toggled on CSS level.
|
|
|
|
|
|
|
| |
Connection checks will be done by using the configuration id, with the
stored password. LDAP password won't be sent to the client.
Conflicts:
apps/user_ldap/ajax/testConfiguration.php
|
|
|
|
|
| |
* Move over to new caldac tester repo
* no run.py anymore
|
| |
|
| |
|
|\
| |
| | |
[stable9.1] add conditional smb trace logging for debug purposes
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-usermountcache-hell-shortcutstorageid
[stable9.1] Fix sharedstorage recursion hell
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
To prevent recursions in initMountPoints which requires the numeric id
to populate oc_mounts
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
owncloud/stable9.1-provisioning-api-subadmin-addtogroup
[stable9.1] Fix subadmin permission check for addToGroup/removeFromGroup
|
| |/
| |
| |
| |
| | |
Fixes issue where subadmins could never add users to a group.
Added missing unit tests
|
|/
|
|
| |
This instead of recreating it for every call.
|
|
|
|
|
|
| |
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
|
|
|
| |
backport of https://github.com/owncloud/core/pull/25764
|
|
|
|
|
|
|
|
| |
* Fix file permissions for SMB (read-only folders will be writeable)
* Read-only folders won't be deletable
* Added comment for the read-only behaviour for folders
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [stable9.1] 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
* [stable9.1] Fix discoverymanager tests (#25769)
* Allow testing of the DiscoveryManager
* Array sort order is of no relevance
|
|
|
|
|
|
| |
* [stable9.1] Faster classification migration
* Update PHPDoc
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
#23248 (#25601)
|
|
|
|
|
|
| |
* [stable9.1] Added integration test
* A shared storage is never a home storage - fixes #25582
|
|
|
|
|
|
|
| |
* Adding quota plugin to new dav endpoint
* Added integrated test failing in old endpoint
* Added 0B quota test
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Group shares with same source and target
Fixes #24575
Note that this is a very limited solution and eventually we want smarter
merging!
* Add integration tests for merging received shares
* Improved share grouping readability + fixed test
* Add repair step for unmerged shares (WIP)
* Added more tests for sharing's MountProvider
* Group incoming shares for resharing in JS
* Adjust repair version check for unmerged shares
* Fix RepairUnmergedShares to not skip valid repair cases
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.
* Add integration tests for double shares with rename in between
* Make share target consistent when grouping group share with user share
In some situations, a group share is created before a user share, and
the recipient renamed the received share before the latter is created.
In this situation, the "file_target" was already modified and the second
created share must align to the already renamed share.
To achieve this, the MountProvider now groups only by "item_source"
value and sorts by share time. This makes it so that the least recent
share is selected as super-share and its "file_target" value is then
adjusted in all grouped shares.
This fixes the issue where this situation would have different
"file_target" values resulting in two shared folders appearing instead
of one.
|
|
|
|
| |
Reduces significantly the testing time but still cover the permission
change
|
|
|
| |
Fixes #24469
|
|
|
|
|
|
|
|
|
| |
* Filelist change dir auto-prepend slash
Prepend a slash to directories in case it was missing since many places
assume that it's there.
* Fix js unit test in filelist spec
|
| |
|
|
|
|
| |
OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)
|