aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Fixed drag and drop onto foldersVincent Petry2013-10-151-5/+17
| | |/ | |/|
* / | Disabled ajax mode for public files viewVincent Petry2013-10-142-21/+27
|/ /
* | Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-111-1/+1
|\ \
| * | catch exceptions while uploading and pass on the error messageThomas Müller2013-10-081-1/+1
* | | File actions are now updated after create/upload fileVincent Petry2013-10-111-2/+5
| |/ |/|
* | Merge pull request #5134 from owncloud/trashbin-homeiconbrokenVincent Petry2013-10-091-3/+6
|\ \
| * | Do not call changeDirectory() when no dir set on breadcrumbVincent Petry2013-10-041-3/+6
| |/
* | Merge pull request #4921 from owncloud/file_conflicts_dialog_fixesVicDeo2013-10-074-39/+6
|\ \
| * | remove double uri encodingJörn Friedrich Dreyer2013-10-071-4/+4
| * | canceling individual uploads is currently impossible because there is no plac...Jörn Friedrich Dreyer2013-10-072-34/+1
| * | use !== comparisonJörn Friedrich Dreyer2013-10-071-1/+1
| |/
* / Fix breadcrumb to reinit dnd after ajax nav #5064Vincent Petry2013-10-071-6/+8
|/
* Merge pull request #4933 from owncloud/1376-filesappplussigninurlbugVincent Petry2013-10-041-2/+6
|\
| * Replace plus sign with space in files app URL #4932Vincent Petry2013-09-201-2/+6
* | Shortened notification message that was too longVincent Petry2013-10-041-1/+1
* | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-301-1/+5
|\ \
| * | implement previews for public uploadGeorg Ehrke2013-09-231-1/+5
| |/
* | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-236-581/+1411
|\|
| * Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-193-6/+53
| |\
| | * Merge pull request #4900 from owncloud/fixing-4488-masterJörn Friedrich Dreyer2013-09-192-1/+11
| | |\
| | | * Merge branch 'master' into fixing-4488-masterThomas Müller2013-09-191-135/+173
| | | |\
| | | * | no file actions during uploadThomas Müller2013-09-181-1/+0