Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-29 | 109 | -109/+131 |
| | |||||
* | Merge pull request #9278 from owncloud/l10n-servershare-dialog | Volkan Gezer | 2014-06-28 | 1 | -2/+2 |
|\ | | | | | fix server share dialog title | ||||
| * | fix server share dialog title | Volkan Gezer | 2014-06-28 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #9265 from owncloud/fix-whitespace | Morris Jobke | 2014-06-28 | 2 | -5/+5 |
|\ \ | | | | | | | fix trailing whitespace noted by Scrutinizer | ||||
| * | | fix trailing whitespace noted by Scrutinizer | Jan-Christoph Borchardt | 2014-06-27 | 2 | -5/+5 |
| | | | |||||
* | | | Merge pull request #9020 from owncloud/l10n-external-errors-fix | Morris Jobke | 2014-06-28 | 2 | -5/+7 |
|\ \ \ | | | | | | | | | some strings to localize external mount api responses. fix #8094 | ||||
| * | | | some strings to localize external mount api responses. fix #8094 | Volkan Gezer | 2014-06-12 | 2 | -5/+7 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-28 | 14 | -20/+45 |
| |_|/ |/| | | |||||
* | | | normalize path before comparison to make sure that we always find the mount ↵ | Bjoern Schiessle | 2014-06-27 | 1 | -1/+2 |
| | | | | | | | | | | | | point | ||||
* | | | Merge pull request #9263 from owncloud/remote-share-update | icewind1991 | 2014-06-27 | 1 | -0/+19 |
|\ \ \ | |_|/ |/| | | Better detecting of remote changes for external shares | ||||
| * | | Improve comment | Robin Appelman | 2014-06-27 | 1 | -1/+2 |
| | | | |||||
| * | | Also check for updated permissions for webdav storages | Robin Appelman | 2014-06-27 | 1 | -0/+18 |
| | | | |||||
* | | | Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpage | Vincent Petry | 2014-06-27 | 2 | -1/+4 |
|\ \ \ | | | | | | | | | Allow late registration of file actions in public page | ||||
| * | | | Remove missed console.log in file list | Vincent Petry | 2014-06-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | Allow late registration of file actions in public page | Vincent Petry | 2014-06-27 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #9256 from owncloud/design-mobile-shared | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
|\ \ \ | | | | | | | | | show share action of shared items darker to distinguish from non-shared,... | ||||
| * | | | show share action of shared items darker to distinguish from non-shared, fix ↵ | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
| |/ / | | | | | | | | | | #8898 | ||||
* | | | Merge pull request #9259 from owncloud/fix-rename-icon | Morris Jobke | 2014-06-27 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | fix rename icon, fix #9257 | ||||
| * | | | fix rename icon, fix #9257 | Jan-Christoph Borchardt | 2014-06-27 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #8383 from owncloud/object_storage | Vincent Petry | 2014-06-27 | 139 | -8074/+117 |
|\ \ \ | |/ / |/| | | Object storage | ||||
| * | | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 2 | -116/+113 |
| | | | |||||
| * | | remove rackspace opencloud libs from files_external 3rdparty | Jörn Friedrich Dreyer | 2014-06-25 | 136 | -7958/+0 |
| | | | |||||
| * | | Allow adding object stores with the files_external mount config | Robin Appelman | 2014-06-24 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #9254 from owncloud/fileactions-deferred | Morris Jobke | 2014-06-27 | 11 | -6/+168 |
|\ \ \ | | | | | | | | | Sync file list with file actions | ||||
| * | | | Sync file list with file actions | Vincent Petry | 2014-06-27 | 11 | -6/+168 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever file actions are registered later, now the file lists are automatically notified. Added FileActions.addUpdateListener() to be able to receive such notifications. This removes the need for apps to manually call FileActions.display() after registering new actions. This fixes issues with race conditions when file actions are registered after the file list was already rendered. | ||||
* | | | | Merge pull request #9174 from owncloud/breadcrumbfix | Jan-Christoph Borchardt | 2014-06-27 | 5 | -128/+155 |
|\ \ \ \ | |/ / / |/| | | | Breadcrumb width calculation fix | ||||
| * | | | Breadcrumb width calculation fix | Vincent Petry | 2014-06-27 | 5 | -128/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrote the breadcrumb calculation to be more readable. Breadcrumb now has a setMaxWidth() method to set the maximum allowed width which is used to fit the breadcrumbs. The breadcrumb width is now based on the container width, passed through setMaxWidth() by the FileList class. Now using fixed widths for the test crumbs to simulate consistent widths across browsers which rendering engines might usually yield different results. | ||||
* | | | | Merge pull request #9247 from owncloud/move-webdav-class-to-core-master | Thomas Müller | 2014-06-27 | 3 | -456/+0 |
|\ \ \ \ | | | | | | | | | | | Move webdav class to core master | ||||
| * | | | | remove pointless require - we should kill all require_once like that in our ↵ | Thomas Müller | 2014-06-27 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | tests | ||||
| * | | | | fix autoloader | Thomas Müller | 2014-06-27 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies | Thomas Müller | 2014-06-27 | 1 | -453/+0 |
| | | | | | |||||
* | | | | | Merge pull request #9215 from owncloud/officemimetypesupdatefix | Vincent Petry | 2014-06-27 | 1 | -57/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | Office mime types update fix | ||||
| * | | | | Moved office mimetype update to a repair step | Vincent Petry | 2014-06-25 | 1 | -57/+0 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-27 | 34 | -31/+87 |
| | | | | | |||||
* | | | | | Merge pull request #9051 from owncloud/Bagera-master | Frank Karlitschek | 2014-06-26 | 3 | -23/+36 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix delete action height | ||||
| * | | | | | fix padding for last cell in summary of trashbin | Morris Jobke | 2014-06-26 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Aligning in the table header as well | Bagera | 2014-06-16 | 2 | -15/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | Aligning the columns and in the rows | ||||
| * | | | | | Aligning with line height | Bagera | 2014-06-16 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove "top:" in favour of setting "line-height" and fixing the resulting problem with the input field being positioned wrongly. | ||||
| * | | | | | Fix delete action height | Bagera | 2014-06-16 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix #8530 and align the all actions in the row | ||||
* | | | | | | Merge pull request #9236 from owncloud/sharing-settingswording | icewind1991 | 2014-06-26 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix wording for remote shares in settings page | ||||
| * | | | | | | Fix wording for remote shares in settings page | Vincent Petry | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #9234 from owncloud/fix-ellipsis-for-folders | Raghu Nayyar | 2014-06-26 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix ellipsis for folders on mobile screens | ||||
| * | | | | | | | Fix ellipsis for folders on mobile screens | Morris Jobke | 2014-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #9162 | ||||
* | | | | | | | | Merge pull request #9206 from owncloud/occ-scan-user | Vincent Petry | 2014-06-26 | 1 | -13/+18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Prevent running the files:scan command as the wrong user | ||||
| * | | | | | | | | Prevent running the files:scan command as the wrong user | Robin Appelman | 2014-06-25 | 1 | -13/+18 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #9223 from owncloud/occ-scan-arguments | icewind1991 | 2014-06-26 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Add error message when no users specified to files:scan command | ||||
| * | | | | | | | | Add error message when no users specified to files:scan command | Vincent Petry | 2014-06-26 | 1 | -0/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #9171 from owncloud/enc_always_use_oc_view | Björn Schießle | 2014-06-26 | 5 | -109/+98 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | [encryption] always use oc view | ||||
| * | | | | | | | fix unit tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 4 | -77/+59 |
| | | | | | | | |