| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Read-only folders won't be deletable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* [stable9] Contacts API: replace raw image data with url
* fix a ImageExportPlugin Test
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|\
| |
| | |
[stable9] get only vcards which match both the address book id and the vcard uri
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
When clicking on a folder result in the search result list, the result
box for "results in another folder" must disappear.
|
|/
|
|
|
| |
When outside the "All files" list, the search result link must properly
redirect to the "All files" list.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Scenario:
user0 shares a folder 'foo' with user2
user1 shares a folder 'foo' with user2
user2 logs in
Before: show only the 'foo' from user1
After: show both.
* Added intergration tests
|
| |
|
|\
| |
| | |
[stable9] Fix null pointer exception in user_ldap
|
| | |
|
|\ \
| | |
| | | |
[9.0] Catch exceptions while creating shared mounts
|
| |/ |
|
|/ |
|
|
|
|
|
|
|
|
| |
This moves registerMountProviders until after the sharing backends were
registered. In some situations registerMountProviders will trigger
listeners which might require filesystem access which itself would
mount shares, which itself requires the sharing backends to be
initialized.
|
| |
|
| |
|
|\
| |
| | |
[stable9] DAV now returns file name with Content-Disposition header
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
| |
A share can only be requested by 3 'types' of people
* owner
* initiator
* recipient
So we have to get the path as the current user. Since that is the only
path that has any meaning to the user.
- Fixed tests
|
|\
| |
| | |
[stable9] Fixed dynamic group ldap access
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
spaces -> tab conversion
|
| |
| |
| | |
added back the cache processing and fixed
|
| |
| |
| |
| |
| |
| | |
getUserGroups:
Using $userDN instead of $uid to query LDAP
Converting groupDN to group name using API instead of substring
Removing cache processing at the end of the method
|
| |
| |
| |
| | |
Fixes #22450
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl
[9.0] Catch the ForbiddenException to make sure it gets handled
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fixed group share searching for members of
multiple group. Issue #11808.
* Fixed group share searching, continued.
Avoid searching for empty group list in getItemSharedWithUser().
Broke tests in previous commit, #12030.
* Simler check for group count.
* Fix for https://github.com/owncloud/core/issues/24783 , described there
* Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside.
|
|\ \
| | |
| | | |
[stable9] Use a capped memory cache for the user/group cache
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
For #24403
When upgrading huge installations this can lead to memory problems as
the cache will only grow and grow.
Capping this memory will make sure we don't run out while during normal
operation still basically cache everything.
|
|/ |
|
|\
| |
| |
| |
| | |
owncloud/stable9-lenz1111-share_download_range_requests_support
[stable9] lenz1111's fantastic share download range requests support
|