aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/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-191-0/+5
|\
| * initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-0/+5
* | fix race condition in lazy preview loadingJörn Friedrich Dreyer2013-09-191-12/+18
* | fixing typos and l10nThomas Müller2013-09-191-2/+2
* | use 96x96 as 64x64 thumbnails in conflicts dialog, 64x64 looks very blocky .....Jörn Friedrich Dreyer2013-09-191-4/+8
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-93/+115
|\|
| * Fixed JS error in trashbin appVincent Petry2013-09-131-0/+4
| * Changed breadcrumb event handling to not use delegateVincent Petry2013-09-131-4/+3
| * fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-131-62/+71
| * Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-131-19/+29
* | separate uploading code from progress code, add progress capability detectionJörn Friedrich Dreyer2013-09-051-16/+16
* | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-041-203/+37
|\|
| * Merge master into oc_previewGeorg Ehrke2013-08-261-200/+0
| |\
| | * remove duplicate codeThomas Müller2013-08-221-198/+0
| * | fix preview issue when uploading a file with parenthesesGeorg Ehrke2013-08-261-1/+3
| * | move path generation for previews to dedicated functionGeorg Ehrke2013-08-231-2/+7
| * | Merge master into oc_previewGeorg Ehrke2013-08-191-0/+16
| |\|
| | * Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-0/+14
| | |\
| | | * Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-11/+11
| | | |\
| | | * | remove whitespaces and some leftover code from testingBjoern Schiessle2013-08-151-1/+1
| | | * | check if some encrypted files are left after the app was disabled and warn th...Bjoern Schiessle2013-08-121-0/+14
| | * | | communicate size of newly created file back and update UIThomas Müller2013-08-161-0/+2
| | | |/ | | |/|
| * | | use jQuery.get instead of jQuery.ajaxGeorg Ehrke2013-08-161-6/+2
| * | | Merge master into oc_previewGeorg Ehrke2013-08-141-10/+2
| |\| |
| | * | Use plural translationskondou2013-08-091-11/+3
| * | | lazy load preview iconsGeorg Ehrke2013-08-141-6/+14
| * | | don't use hardcoded size for previewGeorg Ehrke2013-08-141-1/+3
| * | | style fixesGeorg Ehrke2013-07-301-1/+1
| * | | Merge branch 'master' into oc_previewThomas Müller2013-07-301-4/+10
| |\| |
| * | | merge conflicts ...Georg Ehrke2013-07-101-150/+17
| |\ \ \
| * | | | properly encode pathGeorg Ehrke2013-07-101-1/+1
| * | | | implement preview loading after uploadGeorg Ehrke2013-07-021-6/+13
* | | | | architecture too complexJörn Friedrich Dreyer2013-08-211-7/+0
* | | | | progress fixesJörn Friedrich Dreyer2013-08-161-27/+2
| |_|/ / |/| | |
* | | | remove whitespacesBjoern Schiessle2013-07-291-1/+1
* | | | disable "deleted files" button if trash bin is emptyBjörn Schießle2013-07-261-2/+10
| |_|/ |/| |
* | | finally remove the file size obfuscation as it had more disadvantages. I was ...Jan-Christoph Borchardt2013-07-181-3/+1
| |/ |/|
* | Public upload featureRoman Geber2013-06-251-148/+1
* | use json to encode user listRobin Appelman2013-06-191-1/+1
* | allow scanning files for multiple usersRobin Appelman2013-06-191-2/+16
|/
* small typo fix: added 2 whitespacesdavidak2013-05-241-2/+2
* Files: set the proper mimetype when creating a new text fileRobin Appelman2013-05-061-2/+2
* It's a classLukas Reschke2013-04-281-1/+1
* Move onclick handlerLukas Reschke2013-04-281-0/+5
* Files: Fix XSS when creating dropshadowRobin Appelman2013-04-221-3/+3
* Merge pull request #2279 from owncloud/refactor_upload_jsBart Visscher2013-04-061-240/+138
|\
| * use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer2013-03-281-7/+7
| * '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel...Jörn Friedrich Dreyer2013-03-281-5/+2
| * use === to compare empty string ''Jörn Friedrich Dreyer2013-03-281-1/+1