Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-25 | 1 | -2/+6 |
| | |||||
* | Merge pull request #9703 from owncloud/files-preview-animate | Morris Jobke | 2014-07-24 | 1 | -1/+0 |
|\ | | | | | [OC 7] Fix preview animation on uploading | ||||
| * | Fix preview animation on uploading | Vincent Petry | 2014-07-17 | 1 | -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 transifex | Jenkins for ownCloud | 2014-07-24 | 1 | -0/+5 |
| | | |||||
* | | Fix remote share when remote server is installed at the root | Robin Appelman | 2014-07-23 | 1 | -2/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-22 | 1 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-21 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-20 | 1 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 1 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 2 | -1/+36 |
|/ | |||||
* | Correctly return the owner display name for children of shares | Vincent Petry | 2014-07-16 | 2 | -1/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 49 | -49/+4 |
| | |||||
* | Merge pull request #9596 from owncloud/fixing-9503-master | Morris Jobke | 2014-07-15 | 2 | -5/+5 |
|\ | | | | | reduce share action text to the user name only | ||||
| * | reduce share action text to the user name only | Thomas Müller | 2014-07-14 | 2 | -5/+5 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-15 | 1 | -0/+6 |
|/ | |||||
* | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 1 | -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 transifex | Jenkins for ownCloud | 2014-07-14 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-13 | 1 | -1/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-12 | 4 | -2/+31 |
| | |||||
* | Merge pull request #9538 from owncloud/fileactions-cleanup | Vincent Petry | 2014-07-10 | 2 | -6/+41 |
|\ | | | | | Propagate file action changes to the file lists | ||||
| * | Propagate file action changes to the file lists | Vincent Petry | 2014-07-09 | 2 | -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 transifex | Jenkins for ownCloud | 2014-07-10 | 4 | -0/+15 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-09 | 74 | -5/+116 |
| | |||||
* | Merge pull request #9515 from owncloud/update-sharecleanupfix | Vincent Petry | 2014-07-08 | 2 | -10/+24 |
|\ | | | | | Fix update cleanup to only affect file and folders | ||||
| * | Fix update cleanup to only affect file and folders | Vincent Petry | 2014-07-08 | 2 | -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üller | 2014-07-08 | 1 | -1/+0 |
|/ | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-08 | 59 | -111/+62 |
| | |||||
* | Merge pull request #9499 from owncloud/shares-hidetokenrecipient | Morris Jobke | 2014-07-07 | 2 | -1/+45 |
|\ | | | | | Do not show recipient for link shares in file list | ||||
| * | Do not show recipient for link shares in file list | Vincent Petry | 2014-07-07 | 2 | -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_ocsids | Morris Jobke | 2014-07-07 | 2 | -1/+2 |
|\ \ | | | | | | | Add ocsids for shipped apps in core repo | ||||
| * | | add ocsids to info.xml | Georg Ehrke | 2014-07-07 | 2 | -1/+2 |
| |/ | |||||
* | | Merge pull request #9415 from owncloud/external-sharedialog | Morris Jobke | 2014-07-07 | 1 | -4/+31 |
|\ \ | | | | | | | Improved external share dialog | ||||
| * | | Improved external share dialog | Vincent Petry | 2014-07-07 | 1 | -4/+31 |
| |/ | | | | | | | | | Changed title, label and buttons. Removed icon. | ||||
* / | Fixed shared list sorting | Vincent Petry | 2014-07-07 | 1 | -3/+2 |
|/ | | | | | Use Array.sort instead of underscore's sortBy() as they don't use the same method/function signature. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-07 | 1 | -0/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-06 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-05 | 73 | -76/+4 |
| | |||||
* | Merge pull request #9357 from owncloud/sharing_unshare_on_delete | Björn Schießle | 2014-07-04 | 4 | -34/+33 |
|\ | | | | | [sharing] unshare childrens on delete | ||||
| * | if a folder gets deleted we unshare all shared files/folders below | Bjoern Schiessle | 2014-07-04 | 4 | -34/+33 |
| | | |||||
* | | Merge pull request #9434 from owncloud/files-reloadpromiseissue | Morris Jobke | 2014-07-04 | 1 | -7/+2 |
|\ \ | | | | | | | Fix reload call for all subclasses | ||||
| * | | Fix reload call for all subclasses | Vincent Petry | 2014-07-04 | 1 | -7/+2 |
| |/ | | | | | | | All subclasses must also properly return the ajax call object. | ||||
* | | Merge pull request #9426 from owncloud/design-remoteshare-confirm | Morris Jobke | 2014-07-04 | 3 | -8/+35 |
|\ \ | | | | | | | use icon-confirm instead of text for accepting remote share, works better with translations | ||||
| * | | IE8 fixes | Morris Jobke | 2014-07-04 | 1 | -1/+10 |
| | | | |||||
| * | | use icon-confirm instead of text for accepting remote share, works better ↵ | Jan-Christoph Borchardt | 2014-07-04 | 3 | -8/+26 |
| | | | | | | | | | | | | with translations | ||||
* | | | Return and use isPreviewAvailable for share previews | Vincent Petry | 2014-07-04 | 2 | -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 transifex | Jenkins for ownCloud | 2014-07-04 | 15 | -4/+36 |
|/ | |||||
* | for shared links, use wide logo on desktop and icon on mobile | Jan-Christoph Borchardt | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #9391 from owncloud/design-mobile-share | Jan-Christoph Borchardt | 2014-07-03 | 2 | -3/+10 |
|\ | | | | | Fix mobile share view glitches | ||||
| * | use same logo for mobile as for when logged in, fix #9360 | Jan-Christoph Borchardt | 2014-07-02 | 1 | -2/+4 |
| | | |||||
| * | hide text of download button, only show icon | Jan-Christoph Borchardt | 2014-07-02 | 2 | -1/+6 |
| | |