aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
...
* disabling dropping on dragging objects temporarilyMichael Jobst2016-11-141-1/+5
| | | | better solution
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-2/+0
| | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-11/+0
| | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix drag and drop icon for files appMorris Jobke2016-10-101-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix hidden files handlingVincent Petry2016-08-191-2/+6
| | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level.
* added back the jquery animationsErik Pellikka2016-05-131-6/+11
|
* code style fixErik Pellikka2016-05-131-11/+3
|
* code style fixErik Pellikka2016-05-131-3/+2
|
* code style fixErik Pellikka2016-05-131-2/+6
|
* added elseifErik Pellikka2016-05-131-1/+1
|
* fixed to work with share links as wellErik Pellikka2016-05-131-3/+4
|
* typo fixErik Pellikka2016-05-131-2/+2
|
* TweakingErik Pellikka2016-05-131-7/+7
|
* Avoids jumping if window is smaller than 300 pixels in heightMorris Jobke2016-05-131-2/+3
| | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300
* Add scrolling when dragging filesErik Pellikka2016-05-131-0/+19
|
* webDAV select bug fixedJulian Müller2016-01-111-2/+3
|
* Move files/ajax/scan.php to background jobLukas Reschke2015-11-281-48/+0
| | | | The background job will now be executed in chunks of 500 users all 10 minutes.
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-1/+1
| | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint.
* Make files app use Webdav for most operationsVincent Petry2015-11-221-7/+23
|
* Fix file action download spinnerVincent Petry2015-10-301-1/+6
|
* Fix sidebar interactionVincent Petry2015-09-281-13/+8
| | | | | | | | | - Clicking a file row or selecting it will open the sidebar. - When sidebar is open, its contents update with the last selection. - Dragging doesn't open the sidebar but does update its contents if it was open already. - Switching folders closes the sidebar. - Close sidebar when highlighted file got deleted/removed from list
* Prevent scanner going crazy with unavailable storagesVincent Petry2015-08-241-0/+3
|
* Merge pull request #18354 from owncloud/files-fixdndVincent Petry2015-08-191-1/+3
|\ | | | | Fix file drag and drop JS error
| * Fix file drag and drop JS errorVincent Petry2015-08-171-1/+3
| |
* | update jquery-visibility in files appMorris Jobke2015-08-171-2/+2
|/ | | | * ref #12877
* Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporaryVincent Petry2015-08-131-3/+2
|\ | | | | Show storage full warning for shared storages temporary
| * Show strage full warning for shared storages temporaryMorris Jobke2015-08-121-3/+2
| | | | | | | | | | | | | | * removed the setDefault call because then it will always be reshown * was added with ba475d486258c0b7ea86cd766814053df6c69170 * fixes #18208
* | replace tipsys with tooltipsHendrik Leppelsack2015-08-121-0/+2
|/
* Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-301-1/+26
|\ | | | | Add loading spinner to download icon
| * move updateFileActionSpinner to OCA.Files.FileActionsMorris Jobke2015-07-221-20/+0
| |
| * refactor this to proper separation of concernsMorris Jobke2015-07-151-14/+28
| |
| * refactoring into proper methodsMorris Jobke2015-07-071-1/+32
| |
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-2/+2
|\ \ | | | | | | Replace jQuery tipsy with bootstrap tooltip
| * | fix tipsy dependencyHendrik Leppelsack2015-07-081-2/+2
| |/
* / Make getMimeIcon use OC.MimeType.getIconUrlRoeland Jago Douma2015-07-091-12/+7
|/
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-051-1/+15
| | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders
* remove encryption specific code from files appBjoern Schiessle2015-04-071-17/+0
|
* Removing left overs from old encryption appThomas Müller2015-04-071-6/+0
|
* fixing js unit testsThomas Müller2015-03-091-8/+0
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-7/+7
|
* Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-171-4/+7
| | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well.
* Improved Javascript docs for JSDocVincent Petry2014-10-311-1/+4
| | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* Use function call for FileList.pageSizeNazar Mokrynskyi2014-10-151-1/+1
|
* Added permission check for drag and dropVincent Petry2014-09-041-1/+6
| | | | | | | | When dropping files onto a read-only folder, a notification is now shown instead of attempting to upload. This for both the drag for upload and drag from inside the file list cases.
* decode filename for scrolltoJörn Friedrich Dreyer2014-06-051-1/+1
|
* use slide toggle for files appBernhard Posselt2014-06-051-7/+1
|
* Merge pull request #8695 from owncloud/jserrorfixesLukas Reschke2014-05-301-2/+3
|\ | | | | Fixed undefined object error that appears after a delay
| * Fixed undefined object error that appears after a delayVincent Petry2014-05-231-2/+3
| | | | | | | | Now binding properly with the file list instance object.
* | select webdav address on clickVolkan Gezer2014-05-301-0/+3
|/
* Merge pull request #8610 from owncloud/ie8-filesdndbugVincent Petry2014-05-161-1/+1
|\ | | | | Fix drag and drop in IE8