summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #5310 from owncloud/hide_filestable-header_when_emptyChristopher Schäpers2013-10-221-4/+12
| |\
| | * Fix mind-boggling emptycontent logickondou2013-10-211-1/+1
| | * Fix shared folder still showing fileheaderkondou2013-10-211-2/+2
| | * Improve updateEmptyContent logickondou2013-10-201-1/+1
| | * Create FileList.updateEmptyContent() and fix not showing emptycontent after d...kondou2013-10-201-5/+10
| | * Hide files list header, when theres no files to seekondou2013-10-121-0/+3
| * | Merge pull request #5466 from owncloud/files-thumbnailloadingdelaystyleThomas Müller2013-10-221-2/+10
| |\ \
| | * | Fixed ugly white space while loading file thumbnailVincent Petry2013-10-221-2/+10
* | | | use a more descriptive error message when the user tries to create '/Shared'Jörn Friedrich Dreyer2013-10-232-3/+3
* | | | Merge branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist...Thomas Müller2013-10-221-3/+29
|\| | |
| * | | Added FileList.setViewerMode to hide controlsVincent Petry2013-10-221-0/+25
| |/ /
* | | fixing js syntax errorThomas Müller2013-10-221-2/+2
* | | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-223-433/+492
|/ /
* | give getSelectedFilesTrash() a unique name for the trash.js to avoid confusio...Bjoern Schiessle2013-10-181-5/+5
* | Fixed sharing status update for new/uploaded filesVincent Petry2013-10-173-4/+14
* | Merge pull request #5262 from owncloud/files-ie8-conflictdialogbrokenfixMorris Jobke2013-10-161-1/+5
|\ \
| * | Fixed conflict dialog in IE8Vincent Petry2013-10-101-1/+5
* | | Merge pull request #5353 from owncloud/files-dndtodirbrokenMorris Jobke2013-10-161-14/+22
|\ \ \
| * | | Fixed drag and drop upload to breadcrumbVincent Petry2013-10-151-26/+22