summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* use a more descriptive error message when the user tries to create '/Shared'Jörn Friedrich Dreyer2013-10-231-1/+1
* 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
* | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-185/+205
|/
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-171-2/+2
* 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-141-20/+24
|/
* use !== comparisonJörn Friedrich Dreyer2013-10-071-1/+1
* Replace plus sign with space in files app URL #4932Vincent Petry2013-09-201-2/+6
* Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-6/+43
|\
| * Merge pull request #4900 from owncloud/fixing-4488-masterJörn Friedrich Dreyer2013-09-191-1/+6
| |\
| | * no file actions during uploadThomas Müller2013-09-181-1/+0
| | * store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-181-0/+6
| * | initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-5/+36
| |/
* | hide excessive logging with a trace flagJörn Friedrich Dreyer2013-09-181-5/+5
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-40/+225
|\|
| * Use hash part of URL for IE8 in files appVincent Petry2013-09-131-7/+51
| * Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-2/+14
| * update file summary on ajax file list loadThomas Müller2013-09-131-0/+1
| * fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-131-2/+4
| * calling replaceSVG() to display breadcrumb images correctly on IE8Thomas Müller2013-09-131-0/+6
| * fixing no-repeat for IE8Thomas Müller2013-09-131-0/+1
| * Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-9/+128
* | whitespace and indentation fixesJörn Friedrich Dreyer2013-09-081-28/+28
* | remove unused hooksJörn Friedrich Dreyer2013-09-081-20/+0
* | cleanup commentsJörn Friedrich Dreyer2013-09-081-65/+8
* | fix page leaving checksJörn Friedrich Dreyer2013-09-061-8/+13
* | fix upload to folderJörn Friedrich Dreyer2013-09-061-16/+3
* | separate uploading code from progress code, add progress capability detectionJörn Friedrich Dreyer2013-09-051-10/+10
* | refactor dialog creationJörn Friedrich Dreyer2013-09-041-5/+7
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-041-15/+126
|\|
| * rename emptyfolder to emptycontentAlessandro Cosentino2013-08-311-2/+2
| * Merge master into oc_previewGeorg Ehrke2013-08-291-0/+110
| |\
| | * Reimplement filesummary in JSkondou2013-08-281-0/+110
| * | use random string as id for checkboxGeorg Ehrke2013-08-261-1/+2
| * | fix background size in filelist.jsGeorg Ehrke2013-08-261-1/+1
| * | move path generation for previews to dedicated functionGeorg Ehrke2013-08-231-1/+1
| * | Merge master into oc_previewGeorg Ehrke2013-08-191-6/+4
| |\|
| | * Merge pull request #4113 from owncloud/delete-fixJan-Christoph Borchardt2013-08-151-6/+4
| | |\
| | | * fix loading.gif size for both upload and deletion, force visiblityJan-Christoph Borchardt2013-07-301-1/+1
| | | * Replace delete icon with spinnerVictor Dubiniuk2013-07-291-5/+3
| * | | vertically center rename input boxJan-Christoph Borchardt2013-08-171-1/+1
| * | | Merge master into oc_previewGeorg Ehrke2013-08-141-2/+3
| |\| |
| | * | Reword a phrasekondou2013-08-141-1/+1
| | * | Use plural translationskondou2013-08-091-2/+3
| * | | increase row height to 50px, properly position everything, checkboxes, action...Jan-Christoph Borchardt2013-08-141-1/+1
| * | | lazy load preview iconsGeorg Ehrke2013-08-141-1/+1
| * | | Merge branch 'master' into oc_previewThomas Müller2013-07-301-2/+4
| |\| |