summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-173-21/+85
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-1666-0/+79
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-1553-54/+56
|
* 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.
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-131-0/+2
|
* Propagate file action changes to the file listsVincent Petry2014-07-095-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 transifexJenkins for ownCloud2014-07-093-1/+5
|
* 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-081-2/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-071-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-061-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-051-0/+2
|
* Merge pull request #9445 from owncloud/filelist-auth-erroricewind19912014-07-042-2/+35
|\ | | | | Reload the page when the files app encounters an authentication error
| * 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
* | Merge pull request #9434 from owncloud/files-reloadpromiseissueMorris Jobke2014-07-041-1/+3
|\ \ | |/ |/| Fix reload call for all subclasses
| * 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.
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-0454-0/+86
|
* 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
|