summaryrefslogtreecommitdiffstats
path: root/apps/files/js/files.js
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | 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
* | 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
|\
| * 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
| * 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
|/
* Merge pull request #2575 from owncloud/fixing-1461-masterJörn Friedrich Dreyer2013-03-281-5/+25
|\
| * 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
|/
* 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 fi...Bernhard Posselt2013-02-251-1/+1
* use distance option to delay dragging in sane browsersJörn Friedrich Dreyer2013-02-251-0/+4
* Merge pull request #1833 from owncloud/fix_1465Thomas Müller2013-02-251-1/+1
|\
| * IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
* | Whitespace fixesBart Visscher2013-02-221-10/+10
|/
* Add Ability to the app to detect more details on the fileVicDeo2013-02-181-3/+4
* count divs in actions instead of action div itself (is set to 100%)Jörn Friedrich Dreyer2013-02-101-3/+4
* remove unused codeThomas Müller2013-02-081-6/+0
* Merge pull request #1229 from owncloud/from_live_to_onThomas Müller2013-02-031-3/+3
|\