aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* merge conflicts ...Georg Ehrke2013-07-104-160/+421
|\
| * Merge pull request #3903 from owncloud/nonpublic-uploadingThomas Müller2013-07-011-1/+1
| |\ | | | | | | Fix upload regressions
| | * fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
| | |
| * | Merge pull request #3223 from owncloud/fix-2820Morris Jobke2013-07-011-5/+36
| |\ \ | | |/ | |/| if rename of file fails, the rename is undone in the view - fix 2820
| | * if rename of file fails, the rename is undone in the view - #fix 2820Morris Jobke2013-06-151-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * OC.dialog -> OC.Notification * Added test * Fixed OC.Notification.show() issue for queued items * Highlight failed item and show notification
| * | Merge pull request #1044 from owncloud/fix_extra_slashBart Visscher2013-06-281-1/+5
| |\ \ | | | | | | | | Remove duplicate / for first folder in root
| | * | update to !==Bart Visscher2013-06-281-1/+1
| | | |
| | * | only encodeURIComponent onceJörn Friedrich Dreyer2013-02-091-2/+2
| | | |
| | * | Check if extra / is necessary for the folder URLMichael Gapczynski2013-02-091-1/+5
| | | |
| * | | Added file-upload to GIT repoRoman Geber2013-06-261-0/+343
| | | | | | | | | | | | | | | | Optimized CSS identifiers
| * | | Public upload featureRoman Geber2013-06-252-152/+21
| | | |
| * | | 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-022-8/+16
|/ /
* | darker low threshold color for file size and age fading, better contrastJan-Christoph Borchardt2013-06-111-1/+1
| |
* | small typo fix: added 2 whitespacesdavidak2013-05-241-2/+2
| |
* | peselect filename without extension on renameJörn Friedrich Dreyer2013-05-131-0/+7
| |
* | 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
| |
* | Merge pull request #3108 from owncloud/fileactions-orderLukas Reschke2013-04-241-7/+7
|\ \ | | | | | | Files: fix the order fileactions are computed for a file
| * | Files: fix the order fileactions are computed for a fileRobin Appelman2013-04-241-7/+7
| | |
* | | fix wrong shared icon descriptionMorris Jobke2013-04-241-0/+1
|/ / | | | | | | | | | | fix #2928 translation of string "Shared" has to be marked as located in "files" for the translation extractor
* | Files: Fix XSS when creating dropshadowRobin Appelman2013-04-221-3/+3
| |
* | Fix displaying spinner on deleteBart Visscher2013-04-191-3/+3
| |
* | Merge pull request #2279 from owncloud/refactor_upload_jsBart Visscher2013-04-062-251/+292
|\ \ | | | | | | 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 local variable to walk DOM only onceJörn Friedrich Dreyer2013-03-281-4/+5
| | |
| * | 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
| | |
| * | return created table row, use as context in fileupload eventsJörn Friedrich Dreyer2013-03-281-11/+153
| | |
| * | 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
* | Merge pull request #2270 from owncloud/fix_json_encoded_pubic_downloadBjörn Schießle2013-03-261-1/+1
|\ \ | | | | | | let public link download handle json encoded file lists [master]
| * | let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+1
| | |
* | | only prevent shared action for the Shared folder in the root dirBjörn Schießle2013-03-131-1/+1
| | |
* | | don't add share action to the Shared folderBjörn Schießle2013-03-121-1/+1
|/ /
* | json encode list of filesBjörn Schießle2013-03-071-2/+3
| |
* | Merge pull request #2034 from owncloud/fix_bug47Michael Gapczynski2013-03-031-18/+19
|\ \ | | | | | | Fix #47 - Duplicate files create a (2) when multiples are uploaded
| * | fix oc#47Georg Ehrke2013-03-011-18/+19
| | |
* | | fixed bug that prevented a newly created file to be opened with registered ↵Bernhard Posselt2013-02-251-1/+1
| | | | | | | | | | | | files actions
* | | Merge pull request #1892 from owncloud/files_remove_row_on_deleteBjörn Schießle2013-02-251-1/+1
|\ \ \ | | | | | | | | delete table row if file was deleted instead of just hide it
| * | | delete table row if file was deleted instead of just hide itBjörn Schießle2013-02-251-1/+1
| | | |