summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10250 from owncloud/block-folder-upload-stable6Vincent Petry2014-09-031-1/+1
|\
| * Prevent folder upload causing unexpected behaviorRobin Appelman2014-08-071-1/+1
* | use notification to shw error on new via webJörn Friedrich Dreyer2014-08-271-1/+5
* | Fix Upload button does not disappearVincent Petry2014-08-141-0/+2
|/
* Fix public download link when zip download is disabledVincent Petry2014-06-121-3/+8
* only enable drag&drop upload if public upload is allowed, backport of #7631Bjoern Schiessle2014-03-121-1/+1
* Merge pull request #7608 from owncloud/stable6-publicpagedownloadallMorris Jobke2014-03-111-1/+6
|\
| * Fixed "select all" + download on public pageVincent Petry2014-03-061-1/+6
* | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-063-27/+35
|/
* Only add files to file list when uploading to current directoryJoas Schilling2014-02-101-2/+2
* permanently show download action on mobile, only iconJörn Friedrich Dreyer2014-02-051-2/+2
* fixing preview generationJörn Friedrich Dreyer2014-02-041-1/+1
* change publicUploadButtonMock to public_uploadMyles McNamara2014-01-221-1/+1
* added trigger to redo selection text on a directory changernveach2014-01-201-0/+2
* fixed selector string and removed all checkbox if it was selectedrnveach2014-01-201-1/+2
* Fix to not destroy draggable when no draggable was setVincent Petry2014-01-161-1/+4
* Fixed various file name escaping issues in core appsVincent Petry2014-01-124-28/+49
* Merge pull request #6090 from ganomi/summaryfixganomi2013-11-281-1/+1
|\
| * Fix filellist/rename/summary problemganomi2013-11-271-1/+1
* | Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek2013-11-281-2/+17
|\ \
| * | Update file list entry on renameVincent Petry2013-11-271-2/+17
| |/
* / New file box now has default file name + extensionVincent Petry2013-11-281-3/+13
|/
* Merge pull request #5641 from owncloud/filestrash-emptytrashBjörn Schießle2013-11-251-2/+3
|\
| * Deleting all files in trash now only sends a single flagVincent Petry2013-11-111-2/+3
* | Fixed delete action to show error message as notificationVincent Petry2013-11-191-1/+11
* | fix filtering number like filenames in filelistJörn Friedrich Dreyer2013-11-181-1/+1
* | Fixed total dirs/files message hiding conditionVincent Petry2013-11-131-3/+3
* | Merge pull request #5804 from owncloud/files-selectionsummaryMorris Jobke2013-11-111-1/+1
|\ \ | |/ |/|
| * Selection summary is now displayed properlyVincent Petry2013-11-111-1/+1
* | Merge pull request #5769 from owncloud/files-changedirjseventMorris Jobke2013-11-111-0/+6
|\ \ | |/ |/|
| * Added JS event for when the user changes the directoryVincent Petry2013-11-081-0/+6
* | Increased upload error delay to 10 secondsVincent Petry2013-11-081-6/+5
|/
* Fixed totalDirs JS errorVincent Petry2013-11-071-2/+2
* Merge pull request #5399 from frisco82/fixDownloadOverQuotaMorris Jobke2013-11-061-35/+30
|\
| * Do not count the size of shared folder on totalRamiro Aparicio2013-11-061-35/+30
* | Fixed storage stats to be based on current directoryVincent Petry2013-11-062-7/+26
* | Update quota value in client after scan and uploadVincent Petry2013-11-063-13/+33
* | calling getstoragestats.php only if a user is logged in because this call req...Thomas Müller2013-11-051-17/+19
* | Merge pull request #5582 from owncloud/files-previewcachingThomas Müller2013-11-053-38/+66
|\ \
| * | Fixed preview URL + size while dragging an existing fileVincent Petry2013-10-281-2/+3
| * | Append file etag to preview URLsVincent Petry2013-10-283-36/+63
| |/
* | Merge pull request #5648 from owncloud/files-fixhidecontrolsinviewermodeMorris Jobke2013-10-311-0/+3
|\ \
| * | Corretly hide "no permissions" message in controls in viewer modeVincent Petry2013-10-311-0/+3
* | | prefer closest over parentJörn Friedrich Dreyer2013-10-311-1/+1
* | | use data-file to retrieve filenameJörn Friedrich Dreyer2013-10-311-1/+1
|/ /
* | Merge pull request #5628 from owncloud/files-fixsummaryVicDeo2013-10-301-6/+7
|\ \
| * | Fixed summary visibility checkVincent Petry2013-10-301-6/+7
* | | Prevent closing the create dropdown when right clicking in FirefoxVincent Petry2013-10-301-1/+5
|/ /
* / Added fix to correctly parse non-array error messagesVincent Petry2013-10-291-2/+7
|/
* Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist...Jörn Friedrich Dreyer2013-10-232-7/+22
|\