Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 3 | -21/+85 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 66 | -0/+79 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-15 | 53 | -54/+56 |
| | |||||
* | Added mountType attribute and adapted Delete action text | Vincent Petry | 2014-07-14 | 3 | -5/+28 |
| | | | | | | | | | | | | | | 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-13 | 1 | -0/+2 |
| | |||||
* | Propagate file action changes to the file lists | Vincent Petry | 2014-07-09 | 5 | -37/+96 |
| | | | | | | | | | 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-09 | 3 | -1/+5 |
| | |||||
* | 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 | 1 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-07 | 1 | -0/+2 |
| | |||||
* | [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 | 1 | -0/+2 |
| | |||||
* | Merge pull request #9445 from owncloud/filelist-auth-error | icewind1991 | 2014-07-04 | 2 | -2/+35 |
|\ | | | | | Reload the page when the files app encounters an authentication error | ||||
| * | Add machine readable error messages to OC\JSON | Robin Appelman | 2014-07-04 | 2 | -2/+35 |
| | | | | | | | | | | | | | | | | | | | | Reload the files app in case of authentication errors, expired tokens or disabled app Reloading will triger the full server side handeling of those errors formatting fix missing semicolon + some jshint warnings | ||||
* | | Merge pull request #9434 from owncloud/files-reloadpromiseissue | Morris Jobke | 2014-07-04 | 1 | -1/+3 |
|\ \ | |/ |/| | Fix reload call for all subclasses | ||||
| * | Fix reload call for all subclasses | Vincent Petry | 2014-07-04 | 1 | -1/+3 |
| | | | | | | | | All subclasses must also properly return the ajax call object. | ||||
* | | Fix FileActions merging override | Vincent Petry | 2014-07-04 | 2 | -10/+156 |
|/ | | | | | | When merging FileActions, the register() functio needs to correctly override the previously merged action handler without affecting the original one. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-04 | 54 | -0/+86 |
| | |||||
* | Merge pull request #9403 from owncloud/design-fix-fileslistbottom | Morris Jobke | 2014-07-03 | 2 | -3/+7 |
|\ | | | | | Fix bottom of files list, add proper space to have room for dropdowns | ||||
| * | reduce file list bottom whitespace a bit | Jan-Christoph Borchardt | 2014-07-03 | 1 | -1/+1 |
| | | |||||
| * | fix left margin of file list summary | Jan-Christoph Borchardt | 2014-07-03 | 2 | -1/+5 |
| | | |||||
| * | add whitespace to bottom of Files list – more obvious it's the end, and ↵ | Jan-Christoph Borchardt | 2014-07-03 | 1 | -2/+2 |
| | | | | | | | | space for share dropdown | ||||
* | | Merge pull request #9394 from owncloud/design-fix-rename | Jan-Christoph Borchardt | 2014-07-03 | 1 | -4/+5 |
|\ \ | |/ |/| | fix position of rename function, and text size | ||||
| * | fix checkbox shifting when rename input appears | Jan-Christoph Borchardt | 2014-07-03 | 1 | -0/+2 |
| | | |||||
| * | fix position of rename function, and text size | Jan-Christoph Borchardt | 2014-07-03 | 1 | -4/+3 |
| | | |||||
* | | Merge pull request #9391 from owncloud/design-mobile-share | Jan-Christoph Borchardt | 2014-07-03 | 1 | -1/+1 |
|\ \ | | | | | | | Fix mobile share view glitches | ||||
| * | | shared view: remove whitespace glitch on right | Jan-Christoph Borchardt | 2014-07-02 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-03 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Merge pull request #9389 from owncloud/fix-nametext-height | Jan-Christoph Borchardt | 2014-07-03 | 1 | -0/+1 |
|\ \ | | | | | | | fix nametext height, was higher than the row | ||||
| * | | fix nametext height, was higher than the row | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #9365 from owncloud/design-controls-polish | Jan-Christoph Borchardt | 2014-07-03 | 1 | -0/+3 |
|\ \ | |/ |/| | Design controls polish | ||||
| * | make sure table header is white instead of slightly grey | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #9373 from owncloud/design-fix-modified | Vincent Petry | 2014-07-02 | 1 | -2/+7 |
|\ \ | | | | | | | shade color for modified dates again, fix #9363 | ||||
| * | | simplify formula and add comment | Morris Jobke | 2014-07-02 | 1 | -2/+3 |
| | | | |||||
| * | | shade color for modified dates again, fix #9363 | Jan-Christoph Borchardt | 2014-07-02 | 1 | -1/+5 |
| |/ | |||||
* | | Merge pull request #9311 from owncloud/storage-not-available | Vincent Petry | 2014-07-02 | 2 | -33/+59 |
|\ \ | |/ |/| | Handle storages not being available in webui and webdav | ||||
| * | More error catching in list.php | Robin Appelman | 2014-07-01 | 1 | -7/+22 |
| | | |||||
| * | If loading a directory fails, navigate back to the previous directory | Robin Appelman | 2014-06-30 | 1 | -11/+12 |
| | | |||||
| * | Handle StorageNotAvailableException in ajax/list.php | Robin Appelman | 2014-06-30 | 1 | -27/+37 |
| | | |||||
* | | Merge pull request #9341 from owncloud/sharing-fileactions-fix | Morris Jobke | 2014-07-02 | 3 | -15/+46 |
|\ \ | | | | | | | Fix fileActionsReady event after deferred file actions update | ||||
| * | | Use fileActionsReady to re-render sharing icons | Vincent Petry | 2014-07-01 | 3 | -16/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever file actions are modified, either by registering new actions or when appending a new page of entries, the sharing app is now notified so it can correctly refresh the sharing icon status. Additionally, the core's loadIcons() method is also used to load the existing shares and also refresh the sharing icons afterwards. | ||||
| * | | Fix fileActionsReady event after deferred file actions update | Vincent Petry | 2014-07-01 | 2 | -1/+11 |
| | | | |||||
* | | | Merge pull request #9344 from owncloud/files-scrollissue | Morris Jobke | 2014-07-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix files list scroll behavior | ||||
| * | | | Fix files list scroll behavior | Vincent Petry | 2014-07-01 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | View container height needs to be accurate and span over the whole scroll container for infinite scrolling to work properly. | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-02 | 63 | -63/+0 |
|/ / | |||||
* | | Merge pull request #9313 from owncloud/design-icon-cancel | Morris Jobke | 2014-07-01 | 1 | -3/+2 |
|\ \ | | | | | | | change 'Cancel upload' text to x icon for more space in breadcrumbs bar | ||||
| * | | change 'Cancel upload' text to x icon for more space in breadcrumbs bar | Jan-Christoph Borchardt | 2014-06-30 | 1 | -3/+2 |
| |/ | |||||
* / | remove obsolete CSS, fix visual bug in share dialog #9255 | Jan-Christoph Borchardt | 2014-06-30 | 1 | -2/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-06-28 | 1 | -11/+11 |
| |