summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Gracefull handle link shares rename hookRoeland Jago Douma2016-03-141-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 availableBjoern Schiessle2016-03-152-2/+42
| | |
* | | Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
| | | | | | | | | | | | * ref #22784
* | | Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadallMorris Jobke2016-03-092-3/+5
|\ \ \ | | | | | | | | [stable8.2] Fix archive file name when downloading public share
| * | | Remove "files" arg from download URL in public link pageVincent Petry2016-03-071-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 shareVincent Petry2016-03-071-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-testMorris Jobke2016-03-092-57/+1
|\ \ \ | | | | | | | | Remove wrongly backported test
| * | | Fix casing - causes failure on php 5.4Thomas Müller2016-03-081-1/+1
| | | |
| * | | Remove wrongly backported testMorris Jobke2016-03-081-56/+0
| |/ / | | | | | | | | | * backported with #22752
* / / Remove browser autocomplete in new file menuVincent Petry2016-03-071-1/+1
|/ /
* | Merge pull request #22868 from owncloud/stable8.2-backport-22865C. Montero Luque2016-03-044-1/+82
|\ \ | | | | | | [stable8.2] Run cleanup of expired DB file locks to background job
| * | Run cleanup of expired DB file locks to background jobMorris Jobke2016-03-044-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 trashVincent Petry2016-03-041-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 rootRobin Appelman2016-03-011-0/+56
|
* Merge pull request #22665 from owncloud/backport-22599-stable8.2Thomas Müller2016-02-291-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 Schiwon2016-02-261-2/+2
| | | | | | | | be 'Array', if cache is configured and enabled.
* | Skip users with no trashbinVictor Dubiniuk2016-02-261-0/+6
| |
* | Merge pull request #22676 from owncloud/fed-share-etag-82Morris Jobke2016-02-261-0/+50
|\ \ | |/ |/| [8.2] use the default view for propagation if possible
| * Add test for owner etag propagationRobin Appelman2016-02-261-0/+50
| |
* | Merge pull request #22649 from owncloud/external-share-manager-82Thomas Müller2016-02-251-3/+4
|\ \ | | | | | | inject the correct external share manager into the storage
| * | inject the correct external share manager into the storageRobin Appelman2016-02-251-3/+4
| |/
* | Merge pull request #22629 from owncloud/stable8.2-fedshare-testremote-after-404Thomas Müller2016-02-251-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 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
| | |