summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-143-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.
* Propagate file action changes to the file listsVincent Petry2014-07-105-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.
* 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()
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-042-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
* Fix reload call for all subclassesVincent Petry2014-07-041-1/+3
| | | | All subclasses must also properly return the ajax call object.
* Fix FileActions merging overrideVincent Petry2014-07-042-10/+156
| | | | | | When merging FileActions, the register() functio needs to correctly override the previously merged action handler without affecting the original one.
* Merge pull request #9403 from owncloud/design-fix-fileslistbottomMorris Jobke2014-07-032-3/+7
|\ | | | | Fix bottom of files list, add proper space to have room for dropdowns
| * reduce file list bottom whitespace a bitJan-Christoph Borchardt2014-07-031-1/+1
| |
| * fix left margin of file list summaryJan-Christoph Borchardt2014-07-032-1/+5
| |
| * add whitespace to bottom of Files list – more obvious it's the end, and ↵Jan-Christoph Borchardt2014-07-031-2/+2
| | | | | | | | space for share dropdown
* | Merge pull request #9394 from owncloud/design-fix-renameJan-Christoph Borchardt2014-07-031-4/+5
|\ \ | |/ |/| fix position of rename function, and text size
| * fix checkbox shifting when rename input appearsJan-Christoph Borchardt2014-07-031-0/+2
| |
| * fix position of rename function, and text sizeJan-Christoph Borchardt2014-07-031-4/+3
| |
* | Merge pull request #9391 from owncloud/design-mobile-shareJan-Christoph Borchardt2014-07-031-1/+1
|\ \ | | | | | | Fix mobile share view glitches
| * | shared view: remove whitespace glitch on rightJan-Christoph Borchardt2014-07-021-1/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-07-031-0/+1
| |/ |/|
* | Merge pull request #9389 from owncloud/fix-nametext-heightJan-Christoph Borchardt2014-07-031-0/+1
|\ \ | | | | | | fix nametext height, was higher than the row
| * | fix nametext height, was higher than the rowJan-Christoph Borchardt2014-07-021-0/+1
| |/
* | Merge pull request #9365 from owncloud/design-controls-polishJan-Christoph Borchardt2014-07-031-0/+3
|\ \ | |/ |/| Design controls polish
| * make sure table header is white instead of slightly greyJan-Christoph Borchardt2014-07-021-0/+3
| |
* | Merge pull request #9373 from owncloud/design-fix-modifiedVincent Petry2014-07-021-2/+7
|\ \ | | | | | | shade color for modified dates again, fix #9363
| * | simplify formula and add commentMorris Jobke2014-07-021-2/+3
| | |
| * | shade color for modified dates again, fix #9363Jan-Christoph Borchardt2014-07-021-1/+5
| |/
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-022-33/+59
|\ \ | |/ |/| Handle storages not being available in webui and webdav
| * More error catching in list.phpRobin Appelman2014-07-011-7/+22
| |
| * If loading a directory fails, navigate back to the previous directoryRobin Appelman2014-06-301-11/+12
| |
| * Handle StorageNotAvailableException in ajax/list.phpRobin Appelman2014-06-301-27/+37
| |
* | Merge pull request #9341 from owncloud/sharing-fileactions-fixMorris Jobke2014-07-023-15/+46
|\ \ | | | | | | Fix fileActionsReady event after deferred file actions update
| * | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-013-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 updateVincent Petry2014-07-012-1/+11
| | |
* | | Merge pull request #9344 from owncloud/files-scrollissueMorris Jobke2014-07-021-1/+1
|\ \ \ | | | | | | | | Fix files list scroll behavior
| * | | Fix files list scroll behaviorVincent Petry2014-07-011-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 transifexJenkins for ownCloud2014-07-0263-63/+0
|/ /
* | Merge pull request #9313 from owncloud/design-icon-cancelMorris Jobke2014-07-011-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 barJan-Christoph Borchardt2014-06-301-3/+2
| |/
* / remove obsolete CSS, fix visual bug in share dialog #9255Jan-Christoph Borchardt2014-06-301-2/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-301-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-281-11/+11
|
* Merge pull request #9260 from owncloud/fileactions-lateregisterinpublicpageVincent Petry2014-06-271-1/+0
|\ | | | | Allow late registration of file actions in public page
| * Remove missed console.log in file listVincent Petry2014-06-271-1/+0
| |
* | Merge pull request #9256 from owncloud/design-mobile-sharedJan-Christoph Borchardt2014-06-271-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 Borchardt2014-06-271-0/+6
| |/ | | | | | | #8898
* / fix rename icon, fix #9257Jan-Christoph Borchardt2014-06-271-2/+2
|/
* Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-275-6/+160
|\ | | | | Sync file list with file actions
| * Sync file list with file actionsVincent Petry2014-06-275-6/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/breadcrumbfixJan-Christoph Borchardt2014-06-275-128/+155
|\ \ | |/ |/| Breadcrumb width calculation fix
| * Breadcrumb width calculation fixVincent Petry2014-06-275-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 #9215 from owncloud/officemimetypesupdatefixVincent Petry2014-06-271-57/+0
|\ \ | | | | | | Office mime types update fix
| * | Moved office mimetype update to a repair stepVincent Petry2014-06-251-57/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-274-4/+32
| | |