summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-251-2/+6
|
* Merge pull request #9703 from owncloud/files-preview-animateMorris Jobke2014-07-241-1/+0
|\ | | | | [OC 7] Fix preview animation on uploading
| * Fix preview animation on uploadingVincent Petry2014-07-171-1/+0
| | | | | | | | | | When adding/uploading files, the preview is now animated. When loading a list of files directly the preview is displayed directly.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-241-0/+5
| |
* | Fix remote share when remote server is installed at the rootRobin Appelman2014-07-231-2/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-221-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-211-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-201-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-191-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-172-1/+36
|/
* Correctly return the owner display name for children of sharesVincent Petry2014-07-162-1/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-1649-49/+4
|
* Merge pull request #9596 from owncloud/fixing-9503-masterMorris Jobke2014-07-152-5/+5
|\ | | | | reduce share action text to the user name only
| * reduce share action text to the user name onlyThomas Müller2014-07-142-5/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-151-0/+6
|/
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+1
| | | | | | | | | | | | | | Added mountType attribute for files/folder to indicated whether they are regular, external or shared. The client side then adapts the "Delete" action hint text based on this information. Only the mount roots must have the delete icon hint adapted. To make this detectable on the client side, the mountType can now be null, "shared", "shared-root", "external" or "external-root". This also gives room to icon customization on the client side.
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-141-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-131-1/+13
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-124-2/+31
|
* Merge pull request #9538 from owncloud/fileactions-cleanupVincent Petry2014-07-102-6/+41
|\ | | | | Propagate file action changes to the file lists
| * Propagate file action changes to the file listsVincent Petry2014-07-092-6/+41
| | | | | | | | | | | | | | | | | | Whenever an app needs to register an event late, it does that on the original file actions object. Since the file actions that the file list work on is a merged list, not the original one, the registration event needs to be propagated there as well.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-104-0/+15
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-0974-5/+116
|
* Merge pull request #9515 from owncloud/update-sharecleanupfixVincent Petry2014-07-082-10/+24
|\ | | | | Fix update cleanup to only affect file and folders
| * Fix update cleanup to only affect file and foldersVincent Petry2014-07-082-10/+24
| | | | | | | | | | | | Fix bug in the SQL query that cleans up stray shares for removed files/folders, which is now correctly limited to that item type instead of also removing all other share types.
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-081-1/+0
|/ | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort()
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-0859-111/+62
|
* Merge pull request #9499 from owncloud/shares-hidetokenrecipientMorris Jobke2014-07-072-1/+45
|\ | | | | Do not show recipient for link shares in file list
| * Do not show recipient for link shares in file listVincent Petry2014-07-072-1/+45
| | | | | | | | | | | | | | | | In the "Shared with link" section, the share_with field can contain a value when a password was set. This fix prevents this value to be shown as it is not intended for the end user.
* | Merge pull request #9502 from owncloud/add_ocsidsMorris Jobke2014-07-072-1/+2
|\ \ | | | | | | Add ocsids for shipped apps in core repo
| * | add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
| |/
* | Merge pull request #9415 from owncloud/external-sharedialogMorris Jobke2014-07-071-4/+31
|\ \ | | | | | | Improved external share dialog
| * | Improved external share dialogVincent Petry2014-07-071-4/+31
| |/ | | | | | | | | Changed title, label and buttons. Removed icon.
* / Fixed shared list sortingVincent Petry2014-07-071-3/+2
|/ | | | | Use Array.sort instead of underscore's sortBy() as they don't use the same method/function signature.
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-071-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-061-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-0573-76/+4
|
* Merge pull request #9357 from owncloud/sharing_unshare_on_deleteBjörn Schießle2014-07-044-34/+33
|\ | | | | [sharing] unshare childrens on delete
| * if a folder gets deleted we unshare all shared files/folders belowBjoern Schiessle2014-07-044-34/+33
| |
* | Merge pull request #9434 from owncloud/files-reloadpromiseissueMorris Jobke2014-07-041-7/+2
|\ \ | | | | | | Fix reload call for all subclasses
| * | Fix reload call for all subclassesVincent Petry2014-07-041-7/+2
| |/ | | | | | | All subclasses must also properly return the ajax call object.
* | Merge pull request #9426 from owncloud/design-remoteshare-confirmMorris Jobke2014-07-043-8/+35
|\ \ | | | | | | use icon-confirm instead of text for accepting remote share, works better with translations
| * | IE8 fixesMorris Jobke2014-07-041-1/+10
| | |
| * | use icon-confirm instead of text for accepting remote share, works better ↵Jan-Christoph Borchardt2014-07-043-8/+26
| | | | | | | | | | | | with translations
* | | Return and use isPreviewAvailable for share previewsVincent Petry2014-07-042-5/+10
| |/ |/| | | | | | | Since the mime type is known, now isPreviewAvailable is returned as well and used by the JS side to properly render mime icon and previews.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-0415-4/+36
|/
* for shared links, use wide logo on desktop and icon on mobileJan-Christoph Borchardt2014-07-031-1/+1
|
* Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-032-3/+10
|\ | | | | Fix mobile share view glitches
| * use same logo for mobile as for when logged in, fix #9360Jan-Christoph Borchardt2014-07-021-2/+4
| |
| * hide text of download button, only show iconJan-Christoph Borchardt2014-07-022-1/+6
| |