Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | | ||||||
* | | | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 6 | -6/+11 | |
| | | | ||||||
* | | | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-14 | 1 | -0/+8 | |
|/ / | ||||||
* | | Handle non existing files in version previews | Robin Appelman | 2015-12-14 | 1 | -7/+11 | |
| | | ||||||
* | | Bring back delete permission in share overview | Vincent Petry | 2015-12-14 | 2 | -27/+11 | |
|/ | ||||||
* | Merge pull request #21157 from owncloud/trashbin-loggedout-82 | Thomas Müller | 2015-12-14 | 2 | -2/+16 | |
|\ | | | | | [8.2] Fix trashbin wrapper when no user is loggedin | |||||
| * | skip test if we cant use the filesystem when not logged in | Robin Appelman | 2015-12-11 | 1 | -2/+5 | |
| | | ||||||
| * | Fix thrashbin wrapper when no user is loggedin | Robin Appelman | 2015-12-11 | 2 | -2/+13 | |
| | | ||||||
* | | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 3 | -5/+49 | |
|/ | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | |||||
* | Merge pull request #21115 from owncloud/stable8.2-backport-21109 | Roeland Douma | 2015-12-10 | 2 | -37/+10 | |
|\ | | | | | [stable8.2] Deduplicate version expire jobs | |||||
| * | Deduplicate version expire jobs | Morris Jobke | 2015-12-10 | 2 | -37/+10 | |
| | | | | | | | | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108 | |||||
* | | Merge pull request #21090 from owncloud/backport-20995-stable8.2 | Vincent Petry | 2015-12-10 | 1 | -1/+5 | |
|\ \ | | | | | | | [backport] [stable8.2] ensure multiselect always receives an array when setting its value, f… | |||||
| * | | ensure multiselect always receives an array when setting its value, fixes #18734 | Arthur Schiwon | 2015-12-09 | 1 | -1/+5 | |
| | | | ||||||
* | | | Merge pull request #21101 from owncloud/stable8.2_20989 | Morris Jobke | 2015-12-10 | 1 | -0/+41 | |
|\ \ \ | |_|/ |/| | | [Stable 8.2] Update parent when moving share into recieved share | |||||
| * | | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-10 | 1 | -0/+41 | |
| |/ | | | | | | | | | | | | | | | | | Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused. | |||||
* | | Merge pull request #21044 from owncloud/group-propagation-82 | Vincent Petry | 2015-12-10 | 8 | -116/+311 | |
|\ \ | | | | | | | [8.2] Group share etag propagation | |||||
| * | | fix etag propagation with group reshares | Robin Appelman | 2015-12-09 | 4 | -13/+65 | |
| | | | ||||||
| * | | Add test case for group share propagation | Robin Appelman | 2015-12-09 | 4 | -103/+246 | |
| | | | ||||||
* | | | Merge pull request #21080 from ↵ | Roeland Douma | 2015-12-10 | 3 | -4/+14 | |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/stable8.2-share-computesharepermissions-notstore [stable8.2] Fix (re)share permission checks in a few code paths | |||||
| * | | Add reshare permission checks | Vincent Petry | 2015-12-09 | 2 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients. | |||||
| * | | Compute share permissions in the view | Vincent Petry | 2015-12-09 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage | |||||
* | | | Add tests | Robin Appelman | 2015-12-09 | 1 | -0/+50 | |
| | | | ||||||
* | | | Dont set the string storage id to the numeric storage id for personal mounts | Robin Appelman | 2015-12-09 | 1 | -4/+4 | |
|/ / |