Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2016-07-31[stable9] Adding quota plugin to new dav endpoint (#25615) (#25646)Thomas Müller
* Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
2016-07-26Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes #23248 (#25598)Thomas Müller
2016-07-26Prevent setting email and triggering events at login time (#25531)Vincent Petry
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.
2016-07-13Cast share id to string (#25402) (#25431)Thomas Müller
2016-07-12Additional perm check in WebdavVincent Petry
2016-07-07Hide revert button when no permission to revert (#25327)Vincent Petry
2016-07-07[stable9] Contacts API: replace raw image data with url (#25219)Georg Ehrke
* [stable9] Contacts API: replace raw image data with url * fix a ImageExportPlugin Test
2016-07-07Cap LDAP user cache (#25324)Jörn Friedrich Dreyer
2016-07-07[stable9] Filelist change dir auto-prepend slash (#25378)Vincent Petry
* 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
2016-07-06Backport 25367 to Stable 9.0 (#25384)Carlos Damken
2016-07-06Ignore invalid paths in the JS file list (#25368)Vincent Petry
2016-07-06Merge pull request #25298 from owncloud/schiessle-fix-get-contact-stable9Vincent Petry
[stable9] get only vcards which match both the address book id and the vcard uri
2016-07-04check if renamed user is still valid by reapplying the ldap filter (#25338)felixboehm
2016-07-01Suppress warnings from DAV migration if there's nothing to do (#25279)Thomas Müller
2016-06-29get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle
2016-06-24Hide search results after switching directoryVincent Petry
When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
2016-06-24Fix search result link for file results outside default listVincent Petry
When outside the "All files" list, the search result link must properly redirect to the "All files" list.
2016-06-23On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma
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
2016-06-22Rollback version must also adjust cached sizeVincent Petry
2016-06-21Merge pull request #25197 from owncloud/fix-npe-in-user-ldap-stable9Vincent Petry
[stable9] Fix null pointer exception in user_ldap
2016-06-21Merge pull request #25199 from owncloud/shared-mount-catch-9Vincent Petry
[9.0] Catch exceptions while creating shared mounts
2016-06-21dd support to know where the storage test comes from (#25166)Juan Pablo Villafañez
2016-06-21Catch exceptions while creating shared mountsRobin Appelman
2016-06-21Fix null pointer exception in user_ldapJörn Friedrich Dreyer
2016-06-20Delay files_sharing's registerMountProvidersVincent Petry
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.
2016-06-20Make getShareFolder use given view instead of static FS (#25150)Vincent Petry
2016-06-16Convert Dropbox Forbidden exception to StorageNotAvailableExceptionVincent Petry
2016-06-15Merge pull request #25052 from owncloud/stable9-webdav-download-mimetypeVincent Petry
[stable9] DAV now returns file name with Content-Disposition header
2016-06-13Show the path relative to the requesting user (#25067)Roeland Douma
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
2016-06-13DAV now returns file name with Content-Disposition headerVincent Petry
2016-06-10Merge pull request #24950 from owncloud/stable9-fixdynamicldapgroupaccessVincent Petry
[stable9] Fixed dynamic group ldap access
2016-06-09Add unit test for LDAP multi group cachingVincent Petry
2016-06-08Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk
Fixes #22450
2016-06-08Use array_merge when reading cached groups membersVincent Petry
2016-06-06Allow public upload when the quota is unlimited (#24988)Joas Schilling
2016-06-06Merge pull request #24951 from ↵Vincent Petry
owncloud/backport-24949-internal-server-error-in-sync-client-on-forbidden-directurl [9.0] Catch the ForbiddenException to make sure it gets handled
2016-06-03Catch the ForbiddenException to make sure it gets handledJoas Schilling
2016-06-02My fix for #24272, #23613, File not found when single file in a folder (#24800)Dmitry Popov
* 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.
2016-06-02Merge pull request #24958 from owncloud/stable9_24869Vincent Petry
[stable9] Use a capped memory cache for the user/group cache
2016-06-01Use a capped memory cache for the user/group cacheRoeland Jago Douma
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.
2016-06-01Backport of share id as string fixVincent Petry
2016-06-01formatting, white-space changes onlyArthur Schiwon
2016-06-01fixed possible indention problemalexweirig
spaces -> tab conversion
2016-06-01Fixing group handlingalexweirig
added back the cache processing and fixed
2016-06-01Fixed dynamic group ldap accessalexweirig
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
2016-05-30Merge pull request #24830 from ↵Vincent Petry
owncloud/stable9-lenz1111-share_download_range_requests_support [stable9] lenz1111's fantastic share download range requests support
2016-05-30Merge pull request #24839 from owncloud/shared-storage-local-9Vincent Petry
[9.0] Improve isLocal performance for SharedStorage
2016-05-30dont update search onResize (#24848)Fabian
2016-05-30don't fail on "bad signature" during login. Most likely this happens because ↵Björn Schießle
(#24837) the login password changed at the user back-end (e.g ldap). Such failures will be handled after login correctly by allowing the user to adjust the passwords
2016-05-25Improve isLocal performance for SharedStorageRobin Appelman