summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
* it is not possible to unshare files in OC5Bjoern Schiessle2013-12-051-14/+5
* fixing ajax call to getstoragestats.phpThomas Müller2013-12-021-1/+1
* use defaults to determine webdav realm nameJörn Friedrich Dreyer2013-11-271-1/+2
* Fixed storage stats to be based on current directoryVincent Petry2013-11-192-2/+9
* fixing js error in case the file name is a numberThomas Müller2013-11-181-1/+1
* backport search scrollto & filter to stable5Jörn Friedrich Dreyer2013-11-183-0/+39
* Files app backend now normalizes paths before rendering templatesVincent Petry2013-11-152-1/+3
* use closest instead of parentJörn Friedrich Dreyer2013-10-311-1/+1
* allow dnd into folders starting with whitespaceJörn Friedrich Dreyer2013-10-311-1/+1
* Fixed sharing status update for new/uploaded filesVincent Petry2013-10-173-5/+15
* Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-1/+6
* Update file actions for newly created filesVincent Petry2013-10-171-0/+1
* File actions are now updated after create/upload fileVincent Petry2013-10-141-0/+1
* revert backport from here: https://github.com/owncloud/core/pull/5088Bjoern Schiessle2013-10-081-1/+3
* trash bin button needs to be an input fieldBjoern Schiessle2013-10-071-3/+1
* adding comma to get cleaner diffs in the futureThomas Müller2013-09-191-1/+1
* no file actions during uploadThomas Müller2013-09-191-1/+0
* remove file action elements before recreating themThomas Müller2013-09-191-0/+5
* store the permissions retrieved via ajax within the dom elementThomas Müller2013-09-191-0/+6
* add permissions of the file to the json responseThomas Müller2013-09-191-1/+2
* Workaround for IE 9 & 10 for clicking filelist after adding new itemThomas Müller2013-09-101-1/+4
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-272-39/+41
|\
| * proper response in case the upload fails - e.g. in case permissions on shared...Thomas Müller2013-08-082-39/+41
* | storage information is path specificThomas Müller2013-08-272-2/+2
* | fix #2711 using a custom event, also use css selectors over filterAttrJörn Friedrich Dreyer2013-08-151-2/+3
* | Merge pull request #4361 from ringmaster/fix_4355Thomas Müller2013-08-081-2/+4
|\ \ | |/ |/|
| * Provide a default mime-type for files created by filename.ringmaster2013-08-081-2/+4
* | Check expected type after JSON decode instead of checking what is not expected.Andreas Fischer2013-08-081-1/+1
|/
* load authentication apps to get users from other backends like LDAP - THX @bl...Thomas Müller2013-08-051-0/+1
* manual backporting of #4285Thomas Müller2013-08-051-0/+31
* Add a CLI script for manually triggering checking a folder for updatesRobin Appelman2013-08-011-0/+22
* 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