summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* implement previews for public uploadGeorg Ehrke2013-09-231-1/+5
* 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
| | * | remove file action elements before recreating themThomas Müller2013-09-181-0/+5
| | * | store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-181-0/+6
| * | | Merge pull request #4263 from owncloud/search_scrolltoJörn Friedrich Dreyer2013-09-192-5/+41
| |\ \ \ | | |_|/ | |/| |
| | * | initial scrollto implementation:Jörn Friedrich Dreyer2013-09-172-5/+41
| | |/
* | | fix race condition in lazy preview loadingJörn Friedrich Dreyer2013-09-191-12/+18
* | | Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core i...Jörn Friedrich Dreyer2013-09-192-3/+3
|\ \ \
| * \ \ Merge branch 'fix_3728_with_file_exists_dialog' of github.com:owncloud/core i...Thomas Müller2013-09-191-26/+26
| |\ \ \
| * | | | fixing typos and l10nThomas Müller2013-09-192-3/+3
* | | | | fix double translation of error messageJörn Friedrich Dreyer2013-09-191-1/+1
| |/ / / |/| | |
* | | | jsdoc types should go into {}Jörn Friedrich Dreyer2013-09-191-26/+26
|/ / /
* | | use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky .....Jörn Friedrich Dreyer2013-09-191-4/+8
* | | hide excessive logging with a trace flagJörn Friedrich Dreyer2013-09-182-23/+26
* | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-181-178/+182
|\| |
| * | refactor upload progressJörn Friedrich Dreyer2013-09-161-135/+173
| |/
* | use existsJörn Friedrich Dreyer2013-09-171-1/+1
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-174-140/+351
|\|
| * Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-9/+11
| |\
| | * refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-9/+11
| * | Use hash part of URL for IE8 in files appVincent Petry2013-09-131-7/+51
| * | Fixed JS error in trashbin appVincent Petry2013-09-131-0/+4
| * | Changed breadcrumb event handling to not use delegateVincent Petry2013-09-131-4/+3
| * | 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-132-64/+75
| * | 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-133-31/+159
| |/
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-101-76/+75
|\|
| * Merge pull request #4647 from owncloud/fix_4619Thomas Müller2013-09-101-0/+3
| |\
| | * Workaround for IE 9 & 10 for clicking filelist after adding new itemringmaster2013-08-291-0/+3
* | | whitespace and indentation fixesJörn Friedrich Dreyer2013-09-081-28/+28
* | | remove unused hooksJörn Friedrich Dreyer2013-09-082-23/+0
* | | cleanup commentsJörn Friedrich Dreyer2013-09-082-203/+75
* | | fine ie8 compatabilityJörn Friedrich Dreyer2013-09-061-1/+5
* | | fix page leaving checksJörn Friedrich Dreyer2013-09-062-105/+46
* | | fix upload to folderJörn Friedrich Dreyer2013-09-061-16/+3
* | | fix upload of multiple filesJörn Friedrich Dreyer2013-09-061-2/+2
* | | refactor replace and autorename resolution in upload.phpJörn Friedrich Dreyer2013-09-061-2/+2
* | | cleanup dead codeJörn Friedrich Dreyer2013-09-051-30/+38
* | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-051-1/+1
|\| |
| * | Merge pull request #4683 from owncloud/publicuploadjserrorThomas Müller2013-09-041-0/+1
| |\ \
| | * | Fixed public upload error that prevents uploadVincent Petry2013-09-011-0/+1
* | | | separate uploading code from progress code, add progress capability detectionJörn Friedrich Dreyer2013-09-053-114/+131
* | | | refactor dialog creationJörn Friedrich Dreyer2013-09-041-5/+7
* | | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-045-350/+303
|\| | |