summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8169 from owncloud/change-to-showAndreas Fischer2014-04-201-1/+1
|\
| * Change from showHTML to showLukas Reschke2014-04-111-1/+1
* | Merge pull request #8104 from owncloud/lukepolo-masterThomas Müller2014-04-152-64/+107
|\ \ | |/ |/|
| * add link to further discussion about that folder checkThomas Müller2014-04-151-0/+1
| * fix single file upload in firefoxThomas Müller2014-04-101-1/+5
| * In cases folder drag and drop is not supported a proper message is displayedThomas Müller2014-04-091-5/+12
| * use FileList.findFileElThomas Müller2014-04-091-1/+2
| * Merge branch 'master' into lukepolo-masterThomas Müller2014-04-093-23/+10
| |\
| * | js style fixes according to our jshintrc rulesThomas Müller2014-04-071-58/+56
| * | fix folder upload in jsThomas Müller2014-04-071-16/+21
| * | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-072-5/+32
| |\ \
| | * | Fixed issue with drag and drop not in the root directory, for folders and filesLuke Policinski2014-02-201-6/+7
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-6/+6
| | * | Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-192-5/+30
* | | | Merge pull request #8069 from owncloud/fix-localization-issues-with-file-encr...Björn Schießle2014-04-111-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix some localization issues with file encryption/decription stringsVolkan Gezer2014-04-051-3/+3
| |/ /
* | | Merge pull request #8049 from owncloud/filepickersvgMorris Jobke2014-04-093-23/+10
|\ \ \ | |/ / |/| |
| * | Moved code to replace svg with png to OC.UtilVincent Petry2014-04-043-23/+10
* | | Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-2/+4
|/ /
* | Correctly set svg for crumb dividerVincent Petry2014-04-031-1/+1
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-025-554/+709
* | Fixed broken delete file actionVincent Petry2014-04-011-1/+1
* | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-282-16/+34
|\ \
| * | fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns undefine...Thomas Müller2014-03-181-5/+8
| * | additional class is added to the file actions called e.g. 'action-share', 'ac...Thomas Müller2014-03-171-11/+26
* | | enable SVG->PNG fallback for newly uploaded files and foldersJan-Christoph Borchardt2014-03-271-1/+1
* | | remove executable flag for file-upload.jsMorris Jobke2014-03-201-0/+0
* | | Comment moved to prevent 'Line is too long' warning.Oskar Hollmann2014-03-191-1/+2
* | | Fix: 'Upload button tooltip doesn't disappear'Oskar Hollmann2014-03-191-0/+1
* | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-181-28/+0
|/ /
* | only initialise upload dropZone if public upload is allowedIchEben2014-03-071-1/+1
* | Merge pull request #7592 from owncloud/fixstoragefreespaceVincent Petry2014-03-061-499/+506
|\ \
| * | Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+3
| * | Added unit tests for "add()" method for file uploadVincent Petry2014-03-061-499/+504
* | | Merge branch 'master' into fix-7307Thomas Müller2014-03-063-27/+27
|\| |
| * | Merge pull request #7575 from owncloud/issue/7571Vincent Petry2014-03-051-2/+2
| |\ \
| | * | Do not set #dir when on public.phpJoas Schilling2014-03-051-2/+2
| * | | don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-053-25/+25
| |/ /
* | | fixing download url in files appThomas Müller2014-03-021-1/+1
* | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-022-3/+5
|/ /
* | coding style fixes, cut long lines, comments not on same lines, curly bracesJan-Christoph Borchardt2014-02-261-8/+11
* | Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-242-7/+13
|\ \
| * | rename url parameterRobin Appelman2014-02-241-1/+1
| * | Add url parameter to control whether previews should return 404 when the mime...Robin Appelman2014-02-211-0/+1
| * | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-202-29/+68
| |\|
| * | Show svg mime icons when no preview is availableRobin Appelman2014-02-192-7/+12
* | | code style: else on same lineJan-Christoph Borchardt2014-02-211-2/+1
* | | fix intendationMorris Jobke2014-02-201-3/+3
* | | Fixed trashbin titleVincent Petry2014-02-201-21/+15
* | | Fixed title formatVincent Petry2014-02-201-1/+8