summaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Expand)AuthorAgeFilesLines
* Only do regular polling of storage statistics if session_keepalive is enabledJulius Härtl2020-03-161-1/+1
* Copy isFileNameValid function, so the filepicker works without the files appJoas Schilling2020-02-251-0/+2
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-1/+1
* Hide newFile menu if quota is set to 0BJulius Härtl2019-05-281-0/+1
* Deprecate OC.fileIsBlacklisted and move it to the bundleChristoph Wurst2019-05-141-1/+1
* Deprecate oc_current_user, fix usage and move currentUser to the bundleChristoph Wurst2019-05-081-2/+2
* Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
* Throttle getstoragestats.php calls and allow simultaneous uploadsTomasz Grobelny2019-01-271-0/+4
* Remove deprecated and unused fileDownloadPathChristoph Wurst2018-10-081-5/+0
* Fixup! removed unwanted lineJohn Molakvoæ (skjnldsv)2018-01-031-1/+0
* Fixed quota update on upload and on deleteJohn Molakvoæ (skjnldsv)2018-01-031-14/+4
* Update quotas on each uploadJohn Molakvoæ (skjnldsv)2018-01-031-0/+17
* Show warning if slash is entered as filenameMorris Jobke2018-01-031-0/+2
* Merge pull request #7592 from nextcloud/update-quota-on-files-uploadRoeland Jago Douma2017-12-281-0/+27
|\
| * Fixed testsJohn Molakvoæ (skjnldsv)2017-12-261-1/+0
| * Update quota on file upload and deletionJohn Molakvoæ (skjnldsv)2017-12-211-0/+28
* | Fix drag shadow not visible when dragging a file on a narrow screenDaniel Calviño Sánchez2017-12-141-1/+0
|/
* Improve drag & drop and fix some background issue if d&d on narrow windowsJohn Molakvoæ (skjnldsv)2017-11-081-7/+11
* Use proper whitespaceMorris Jobke2017-11-061-1/+1
* Fix #5349, no themed icon when dragging folderPatrik Kernstock2017-06-131-1/+1
* added quit option in commentstabview.jsnoveens2017-03-231-6/+19
* Fix grammarLukas Reschke2017-03-201-1/+1
* Add ignore_files to config,Felix Heidecke2017-03-201-0/+3
* disabling dropping on dragging objects temporarilyMichael Jobst2016-11-141-1/+5
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-2/+0
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-11/+0
* fix drag and drop icon for files appMorris Jobke2016-10-101-1/+1
* Fix hidden files handlingVincent Petry2016-08-191-2/+6
* 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
* 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
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-1/+1
* 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
* 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 errorVincent Petry2015-08-171-1/+3
* | update jquery-visibility in files appMorris Jobke2015-08-171-2/+2
|/
* Merge pull request #18231 from owncloud/fix-show-shared-storage-full-temporaryVincent Petry2015-08-131-3/+2
|\
| * Show strage full warning for shared storages temporaryMorris Jobke2015-08-121-3/+2