summaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Expand)AuthorAgeFilesLines
* Selection summary is now displayed properlyVincent Petry2013-11-111-1/+1
* Fixed storage stats to be based on current directoryVincent Petry2013-11-061-7/+19
* Update quota value in client after scan and uploadVincent Petry2013-11-061-12/+31
* 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-051-29/+56
|\
| * Fixed preview URL + size while dragging an existing fileVincent Petry2013-10-281-2/+3
| * Append file etag to preview URLsVincent Petry2013-10-281-27/+53
* | 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 branch 'master' into prevent_user_from_creating_or_renaming_to_an_exist...Jörn Friedrich Dreyer2013-10-231-2/+10
|\
| * Fixed ugly white space while loading file thumbnailVincent Petry2013-10-221-2/+10
* | prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer2013-10-221-99/+99
|/
* give getSelectedFilesTrash() a unique name for the trash.js to avoid confusio...Bjoern Schiessle2013-10-181-5/+5
* Disabled ajax mode for public files viewVincent Petry2013-10-141-1/+3
* 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-071-4/+4
|\ \
| * | remove double uri encodingJörn Friedrich Dreyer2013-10-071-4/+4
| |/
* / Fix breadcrumb to reinit dnd after ajax nav #5064Vincent Petry2013-10-071-6/+8
|/
* 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-231-39/+28
|\|
| * 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
| |\|
| * | 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
| |\ \
| * | | architecture too complexJörn Friedrich Dreyer2013-08-211-7/+0
| * | | progress fixesJörn Friedrich Dreyer2013-08-161-27/+2
* | | | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-161-81/+103
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
| | |/ | |/|
* / | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-0/+9
|/ /
* | 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