summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
* Squashed commit of the following:Thomas Müller2013-07-222-1/+6
* IE8 Show delete iconVictor Dubiniuk2013-07-121-0/+5
* Squashed commit of the following:Thomas Müller2013-07-082-17/+14
* Backport of #3951 to stable5Thomas Müller2013-07-051-4/+11
* fix detection of public upload in filelist.jsRobin Appelman2013-07-011-1/+1
* fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
* code styleRobin Appelman2013-07-011-34/+34
* Added file-upload to GIT repoRoman Geber2013-07-011-0/+343
* Public upload featureRoman Geber2013-07-015-159/+73
* use css browser switch instead of deprecated jquery browser detectionJörn Friedrich Dreyer2013-07-011-7/+7
* '#upload' is actually '#uploadprogresswrapper', fix css and js to show cancel...Jörn Friedrich Dreyer2013-07-012-6/+7
* use local variable to walk DOM only onceJörn Friedrich Dreyer2013-07-011-4/+5
* use === to compare empty string ''Jörn Friedrich Dreyer2013-07-011-1/+1
* don't update progress bar in ie < 10Jörn Friedrich Dreyer2013-07-011-1/+3
* return created table row, use as context in fileupload eventsJörn Friedrich Dreyer2013-07-011-11/+153
* refactor files.js, make proper use of fileupload eventsJörn Friedrich Dreyer2013-07-011-237/+136
* return original filename to fileuploadJörn Friedrich Dreyer2013-07-011-0/+1
* use json to encode user listRobin Appelman2013-06-202-2/+2
* allow scanning files for multiple usersRobin Appelman2013-06-202-15/+45
* reuse etag when doing a forced rescanRobin Appelman2013-06-191-1/+1
* Add data-dir attribute to home breadcrumbMichael Gapczynski2013-05-231-1/+1
* It's a classLukas Reschke2013-04-291-1/+1
* Remove uneeded onclick handlerLukas Reschke2013-04-291-1/+1
* Move onclick handlerLukas Reschke2013-04-292-1/+5
* Files: Fix XSS when creating dropshadowRobin Appelman2013-04-281-3/+3
* backport #3109 to stable5 - changed *.po and *.pot have been ignoredJenkins for ownCloud2013-04-2458-0/+220
* 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
* No need to strip slashes, json_decode handles that for usBart Visscher2013-04-191-1/+1
* always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-171-0/+7
* Using max-width instead of width for filename.raghunayyar2013-04-111-1/+1
* Adds a fixed width to the filename to prevent horizontal scroll.raghunayyar2013-04-111-1/+1
* fixes #2125 - the warning is now displayed with a disabled buttonThomas Mueller2013-04-091-1/+1
* fixes #1463 - file size is now displayed correctly in IE8Thomas Mueller2013-03-291-2/+6
* fixes #1461Thomas Mueller2013-03-291-3/+19
* prevent to fire delete ajax a second time.Thomas Mueller2013-03-262-3/+3
* Merge pull request #2272 from owncloud/fix_json_encoded_pubic_download_oc5Thomas Müller2013-03-261-1/+1
|\
| * let public link download handle json encoded file listsBjörn Schießle2013-03-131-1/+1
* | don't show share action for the Shared folder, approved pull request #2265Björn Schießle2013-03-131-1/+1
|/
* Merge pull request #1584 from owncloud/ocs_multiple_methodsTom Needham2013-03-093-1/+30
|\
| * Merge in masterTom Needham2013-03-0916-12/+32
| |\
| * \ Rebase to current masterTom Needham2013-03-0570-467/+744
| |\ \
| * | | Add further capabilities to /cloud/capabilitites api callTom Needham2013-02-103-1/+30
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-102-9/+26
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-091-0/+1
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-03-082-7/+9
* | | Merge pull request #2167 from owncloud/input-type-fixFrank Karlitschek2013-03-071-1/+1
|\ \ \
| * | | add type=text to ZIP size field, fix second part of #2097Jan-Christoph Borchardt2013-03-061-1/+1
* | | | remove debug outputBjörn Schießle2013-03-071-2/+1
* | | | json encode list of filesBjörn Schießle2013-03-072-3/+11