summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * Properly trigger testRemote after getting a 404 from remote fed shareVincent Petry2016-02-241-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.2Morris Jobke2016-02-244-5/+32
|\ \ | |/ |/| [Backport][stable8.2] Fix race condition when switching filter mode.
| * Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-244-5/+32
| |
* | set etag and permission fields for trashbin entriesRobin Appelman2016-02-221-0/+3
|/
* Fix public page footer position in IEVincent Petry2016-02-221-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 IEMorris Jobke2016-02-221-1/+0
| | | | | * tested in Firefox, Chrome, Safari, IE and Edge with folder and file shares * fixes #20044
* Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-172-9/+36
| | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now.
* Merge pull request #22040 from owncloud/stable8.2-backport-21999Thomas Müller2016-02-111-1/+1
|\ | | | | [stable8.2] [user_ldap] properly decode cached objects
| * [user_ldap] properly decode cached objectsMorris Jobke2016-02-011-1/+1
| | | | | | | | * fixes #21896
* | Merge pull request #22293 from owncloud/stable8.2-versions-fixpathasrecipientMorris Jobke2016-02-102-1/+7
|\ \ | | | | | | [stable8.2] Fix versions path as share recipient when different than owner path
| * | Use full path of known file when handling versionsVincent Petry2016-02-101-1/+2
| | | | | | | | | | | | | | | Instead of relying on the versions API response, use the known file path when populating version models.
| * | Remove path from versions responseVincent Petry2016-02-101-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 properlyMorris Jobke2016-02-102-1/+2
|/ /
* | adjust testArthur Schiwon2016-02-091-2/+2
| |
* | Backport of LDAP second display nameArthur Schiwon2016-02-0911-15/+209
|/ | | | From c1871f5787cd48eb1e116f7f62bc4d4a50a0a04b
* Merge pull request #21666 from owncloud/smb-statcache-cap-82Vincent Petry2016-01-131-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 statcacheRobin Appelman2016-01-121-1/+8
| |
* | always use an LDAP URL when connecting to LDAPArthur Schiwon2016-01-114-18/+178
| |
* | only use master key ID if a user is logged in. Otherwise keep the public ↵Björn Schießle2016-01-112-16/+69
| | | | | | | | link share key
* | Check libsmbclient-php as well as smbclient binaryRobin McCorkell2016-01-091-2/+4
| |
* | Merge pull request #21313 from owncloud/scanner-skip-not-available-82Vincent Petry2015-12-242-2/+6
|\ \ | | | | | | [8.2] Skip unavailable storages in scanner
| * | Skip unavailable storages in scannerRobin Appelman2015-12-212-2/+6
| |/
* / [Sharing] Respect disabled incoming federated sharesRoeland Jago Douma2015-12-181-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.2Vincent Petry2015-12-154-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 anymoreArthur Schiwon2015-12-144-9/+203
| | | | | | | | look for DN changes before marking a user as deleted
* | Merge pull request #21211 from ↵Vincent Petry2015-12-152-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 settingMorris Jobke2015-12-152-2/+7
| | |
* | | Fixed JS unit tests for fed owner display nameVincent Petry2015-12-141-0/+4
| | |
* | | show display name but internally use the user nameBjörn Schießle2015-12-146-6/+11
| | |
* | | don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-141-0/+8
|/ /
* | Handle non existing files in version previewsRobin Appelman2015-12-141-7/+11
| |
* | Bring back delete permission in share overviewVincent Petry2015-12-142-27/+11
|/
* Merge pull request #21157 from owncloud/trashbin-loggedout-82Thomas Müller2015-12-142-2/+16
|\ | | | | [8.2] Fix trashbin wrapper when no user is loggedin
| * skip test if we cant use the filesystem when not logged inRobin Appelman2015-12-111-2/+5
| |
| * Fix thrashbin wrapper when no user is loggedinRobin Appelman2015-12-112-2/+13
| |
* | Bring back file delete action text to be based on contextVincent Petry2015-12-113-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-21109Roeland Douma2015-12-102-37/+10
|\ | | | | [stable8.2] Deduplicate version expire jobs
| * Deduplicate version expire jobsMorris Jobke2015-12-102-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.2Vincent Petry2015-12-101-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 #18734Arthur Schiwon2015-12-091-1/+5
| | |
* | | Merge pull request #21101 from owncloud/stable8.2_20989Morris Jobke2015-12-101-0/+41
|\ \ \ | |_|/ |/| | [Stable 8.2] Update parent when moving share into recieved share
| * | Update parent when moving share into recieved shareRoeland Jago Douma2015-12-101-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-82Vincent Petry2015-12-108-116/+311
|\ \ | | | | | | [8.2] Group share etag propagation
| * | fix etag propagation with group resharesRobin Appelman2015-12-094-13/+65
| | |
| * | Add test case for group share propagationRobin Appelman2015-12-094-103/+246
| | |
* | | Merge pull request #21080 from ↵Roeland Douma2015-12-103-4/+14
|\ \ \ | |_|/ |/| | | | | | | | owncloud/stable8.2-share-computesharepermissions-notstore [stable8.2] Fix (re)share permission checks in a few code paths
| * | Add reshare permission checksVincent Petry2015-12-092-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 viewVincent Petry2015-12-091-3/+6
| | | | | | | | | | | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage
* | | Add testsRobin Appelman2015-12-091-0/+50
| | |
* | | Dont set the string storage id to the numeric storage id for personal mountsRobin Appelman2015-12-091-4/+4
|/ /