aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* 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
|\ | | | | Refactor upload js
| * 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 ↵Jörn Friedrich Dreyer2013-03-281-5/+2
| | | | | | | | cancel button correctly
| * use === to compare empty string ''Jörn Friedrich Dreyer2013-03-281-1/+1
| |
| * don't update progress bar in ie < 10Jörn Friedrich Dreyer2013-03-281-1/+3
| |
| * refactor files.js, make proper use of fileupload eventsJörn Friedrich Dreyer2013-03-281-237/+136
| |
* | Translate 'Error' in corekondou2013-04-061-4/+4
| |
* | Fixed things in alert-messagesroot2013-04-051-4/+4
|/ | | | | | Two parameters for OC.dialogs.alert, otherwise one will be "undefined". Also fixed missing translation.
* Merge pull request #2575 from owncloud/fixing-1461-masterJörn Friedrich Dreyer2013-03-281-5/+25
|\ | | | | Fix upload progressbar in IE8 and IE9
| * fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-261-2/+6
| |
| * fixes #1461Thomas Mueller2013-03-261-3/+19
| |
* | prevent to fire delete ajax a second time.Thomas Mueller2013-03-261-1/+1
|/ | | | Before the click on a single file delete icon fired two different handlers - one of them is for multiple deletion only
* let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+1
|
* json encode list of filesBjörn Schießle2013-03-071-2/+3
|
* fixed bug that prevented a newly created file to be opened with registered ↵Bernhard Posselt2013-02-251-1/+1
| | | | files actions