Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Gracefull handle link shares rename hook | Roeland Jago Douma | 2016-03-14 | 1 | -0/+6 | |
| | |/ | |/| | | | | | | | | | | | | | | | | Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out. | |||||
* | | | allow group shares, even if not all public keys are available | Bjoern Schiessle | 2016-03-15 | 2 | -2/+42 | |
| | | | ||||||
* | | | Remove disabled autocorrect for new file names | Morris Jobke | 2016-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | * ref #22784 | |||||
* | | | Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadall | Morris Jobke | 2016-03-09 | 2 | -3/+5 | |
|\ \ \ | | | | | | | | | [stable8.2] Fix archive file name when downloading public share | |||||
| * | | | Remove "files" arg from download URL in public link page | Vincent Petry | 2016-03-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument. | |||||
| * | | | Fix archive file name when downloading public share | Vincent Petry | 2016-03-07 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given. | |||||
* | | | Merge pull request #22935 from owncloud/stable8.2-remove-wrongly-backported-test | Morris Jobke | 2016-03-09 | 2 | -57/+1 | |
|\ \ \ | | | | | | | | | Remove wrongly backported test | |||||
| * | | | Fix casing - causes failure on php 5.4 | Thomas Müller | 2016-03-08 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove wrongly backported test | Morris Jobke | 2016-03-08 | 1 | -56/+0 | |
| |/ / | | | | | | | | | | * backported with #22752 | |||||
* / / | Remove browser autocomplete in new file menu | Vincent Petry | 2016-03-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #22868 from owncloud/stable8.2-backport-22865 | C. Montero Luque | 2016-03-04 | 4 | -1/+82 | |
|\ \ | | | | | | | [stable8.2] Run cleanup of expired DB file locks to background job | |||||
| * | | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 4 | -1/+82 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider. | |||||
* / | Properly check path validity before deleting to trash | Vincent Petry | 2016-03-04 | 1 | -1/+1 | |
|/ | | | | | This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations. | |||||
* | allow putting the part file in the view root | Robin Appelman | 2016-03-01 | 1 | -0/+56 | |
| | ||||||
* | Merge pull request #22665 from owncloud/backport-22599-stable8.2 | Thomas Müller | 2016-02-29 | 1 | -2/+2 | |
|\ | | | | | [backport] [stable8.2] take the first result of that array, if present. Fixes 2nd display na… | |||||
| * | take the first result of that array, if present. Fixes 2nd display name to ↵ | Arthur Schiwon | 2016-02-26 | 1 | -2/+2 | |
| | | | | | | | | be 'Array', if cache is configured and enabled. | |||||
* | | Skip users with no trashbin | Victor Dubiniuk | 2016-02-26 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #22676 from owncloud/fed-share-etag-82 | Morris Jobke | 2016-02-26 | 1 | -0/+50 | |
|\ \ | |/ |/| | [8.2] use the default view for propagation if possible | |||||
| * | Add test for owner etag propagation | Robin Appelman | 2016-02-26 | 1 | -0/+50 | |
| | | ||||||
* | | Merge pull request #22649 from owncloud/external-share-manager-82 | Thomas Müller | 2016-02-25 | 1 | -3/+4 | |
|\ \ | | | | | | | inject the correct external share manager into the storage | |||||
| * | | inject the correct external share manager into the storage | Robin Appelman | 2016-02-25 | 1 | -3/+4 | |
| |/ | ||||||
* | | Merge pull request #22629 from owncloud/stable8.2-fedshare-testremote-after-404 | Thomas Müller | 2016-02-25 | 1 | -0/+3 | |
|\ \ | |/ |/| | [stable8.2] Properly trigger testRemote after getting a 404 from remote fed share | |||||
| * | Properly trigger testRemote after getting a 404 from remote fed share | Vincent Petry | 2016-02-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share. | |||||
* | | Merge pull request #22614 from owncloud/backport-22358-stable8.2 | Morris Jobke | 2016-02-24 | 4 | -5/+32 | |
|\ \ | |/ |/| | [Backport][stable8.2] Fix race condition when switching filter mode. | |||||
| * | Fix race condition when switching filter mode. Fixes #22278 | Arthur Schiwon | 2016-02-24 | 4 | -5/+32 | |
| | | ||||||
* | | set etag and permission fields for trashbin entries | Robin Appelman | 2016-02-22 | 1 | -0/+3 | |
|/ | ||||||
* | Fix public page footer position in IE | Vincent Petry | 2016-02-22 | 1 | -0/+5 | |
| | | | | | | | | The content element needs hasLayout, so triggering it with a display attribute. Without this, the #content element's height would be as high as the window's height instead of adjusting itself to its contents' height. | |||||
* | Fixes pagination in IE | Morris Jobke | 2016-02-22 | 1 | -1/+0 | |
| | | | | | * tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044 | |||||
* | Close file detail sidebar when selecting/unselecting files | Vincent Petry | 2016-02-17 | 2 | -9/+36 | |
| | | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now. | |||||
* | Merge pull request #22040 from owncloud/stable8.2-backport-21999 | Thomas Müller | 2016-02-11 | 1 | -1/+1 | |
|\ | | | | | [stable8.2] [user_ldap] properly decode cached objects | |||||
| * | [user_ldap] properly decode cached objects | Morris Jobke | 2016-02-01 | 1 | -1/+1 | |
| | | | | | | | | * fixes #21896 | |||||
* | | Merge pull request #22293 from owncloud/stable8.2-versions-fixpathasrecipient | Morris Jobke | 2016-02-10 | 2 | -1/+7 | |
|\ \ | | | | | | | [stable8.2] Fix versions path as share recipient when different than owner path | |||||
| * | | Use full path of known file when handling versions | Vincent Petry | 2016-02-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | Instead of relying on the versions API response, use the known file path when populating version models. | |||||
| * | | Remove path from versions response | Vincent Petry | 2016-02-10 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The path attribute contains the path relative to the owner's home folder, not the one from the recipient, which is useless for the client and needlessly discloses the owner's original path. The requested already has access to the full path of the file, so no need to add it to the response. | |||||
* | | | Make LDAP more robust to exceptions and log them properly | Morris Jobke | 2016-02-10 | 2 | -1/+2 | |
|/ / | ||||||
* | | adjust test | Arthur Schiwon | 2016-02-09 | 1 | -2/+2 | |
| | | ||||||
* | | Backport of LDAP second display name | Arthur Schiwon | 2016-02-09 | 11 | -15/+209 | |
|/ | | | | From c1871f5787cd48eb1e116f7f62bc4d4a50a0a04b | |||||
* | Merge pull request #21666 from owncloud/smb-statcache-cap-82 | Vincent Petry | 2016-01-13 | 1 | -1/+8 | |
|\ | | | | | [8.2] cap the number of entries we cache in smb's statcache | |||||
| * | cap the number of entries we cache in smb's statcache | Robin Appelman | 2016-01-12 | 1 | -1/+8 | |
| | | ||||||
* | | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2016-01-11 | 4 | -18/+178 | |
| | | ||||||
* | | only use master key ID if a user is logged in. Otherwise keep the public ↵ | Björn Schießle | 2016-01-11 | 2 | -16/+69 | |
| | | | | | | | | link share key | |||||
* | | Check libsmbclient-php as well as smbclient binary | Robin McCorkell | 2016-01-09 | 1 | -2/+4 | |
| | | ||||||
* | | Merge pull request #21313 from owncloud/scanner-skip-not-available-82 | Vincent Petry | 2015-12-24 | 2 | -2/+6 | |
|\ \ | | | | | | | [8.2] Skip unavailable storages in scanner | |||||
| * | | Skip unavailable storages in scanner | Robin Appelman | 2015-12-21 | 2 | -2/+6 | |
| |/ | ||||||
* / | [Sharing] Respect disabled incoming federated shares | Roeland Jago Douma | 2015-12-18 | 1 | -1/+3 | |
|/ | | | | | | | Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713 | |||||
* | Merge pull request #21197 from owncloud/backport-21133-stable8.2 | Vincent Petry | 2015-12-15 | 4 | -9/+203 | |
|\ | | | | | [backport] [stable8.2] Fix shared files of deleted users, detect DN change when checking for existence on LDAP | |||||
| * | throw NoUserException in getHome when the requested user does not exist anymore | Arthur Schiwon | 2015-12-14 | 4 | -9/+203 | |
| | | | | | | | | look for DN changes before marking a user as deleted | |||||
* | | Merge pull request #21211 from ↵ | Vincent Petry | 2015-12-15 | 2 | -2/+7 | |
|\ \ | | | | | | | | | | | | | owncloud/stable8.2-handle-enforce-home-folder-rule-setting [stable8.2] properly preserve home folder naming enforcement setting | |||||
| * | | properly preserve home folder naming enforcement setting | Morris Jobke | 2015-12-15 | 2 | -2/+7 | |
| | | | ||||||
* | | | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-14 | 1 | -0/+4 | |
| | | |