aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* Shortened notification message that was too longVincent Petry2013-10-041-1/+1
| | | | | | The message for invalid private key was too long and didn't fit in the notification box. This fix reduces the message to fit properly by removing the extra information.
* 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
|\| | | | | | | | | Conflicts: settings/ajax/changepassword.php
| * Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-191-0/+5
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/filelist.js
| | * initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present
| * | 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
| | | | | | | | | | | | ... maybe something is wrong there
| * | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-171-93/+115
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
| * | 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
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files/templates/part.list.php
| * | | 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
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: apps/files/index.php
| * | | Fixed JS error in trashbin appVincent Petry2013-09-131-0/+4
| | | |
| * | | Changed breadcrumb event handling to not use delegateVincent Petry2013-09-131-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | Using delegate might break apps that embed themselves in the files container. When an app embeds itself and the user clicks a breadcrumb, it will simply reload the whole browser page.
| * | | 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
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
* / | 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
| |\ \ | | | | | | | | Enable user to decrypt files again after encryption app was disabled
| | * \ Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-11/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php
| | * | | 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 ↵Bjoern Schiessle2013-08-121-0/+14
| | | | | | | | | | | | | | | | | | | | the user
| * | | | 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
|\| | | | | | | | | | | | | | | | | Conflicts: 3rdparty lib/template.php
| * | 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
| | | | | | | | wrong, sorry.
* | merge conflicts ...Georg Ehrke2013-07-101-150/+17
|\|
| * 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
| |
* | properly encode pathGeorg Ehrke2013-07-101-1/+1
| |
* | implement preview loading after uploadGeorg Ehrke2013-07-021-6/+13
|/
* 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
|