summaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | Creating new files, folders or uploading files now have their sharing icon updated accordingly. For this, the global share status list that is cached in OC.Share.statuses is reused for new files. In OC.Share, split loadIcons into loadIcons + updateIcons. Fixes #4977 Backport of 70c9652cdf6e00f1c62fb9a61d9dd4fb3e2c93c3
* Fixed upload permissions distinction between public and logged in uploadVincent Petry2013-10-171-1/+6
| | | | Backport of 9cfb438ff7fd24ef5c81c4f2e075789d320016e2
* Update file actions for newly created filesVincent Petry2013-10-171-0/+1
| | | | | | | | | The commit d53b603b8259e9c9fe498b4bd50b4dbedc0bf01b for the backport didn't contain code for the case where new files were created. This is because that code already existed in OC6 as part of another fix. This fix adds the missing call to update the file actions for newly created files.
* File actions are now updated after create/upload fileVincent Petry2013-10-141-0/+1
| | | | | | | | The file actions must explicitly be updated by calling FileActions.display() on the file element after creating or uploading a file. Backport of e98ea06890e87a67f2ae501b7daa55882d1d3a03 for #4971 and #4993
* revert backport from here: https://github.com/owncloud/core/pull/5088Bjoern Schiessle2013-10-081-1/+3
| | | | This shouldn't have been backported.
* 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
| | | | manual backport of f4ec5182bdeaa611d13648b50d24f80501d92acd
* Merge pull request #4357 from owncloud/fixing-4341-stable5Thomas Müller2013-08-272-39/+41
|\ | | | | Enable file upload to shared folder with create permission only
| * proper response in case the upload fails - e.g. in case permissions on ↵Thomas Müller2013-08-082-39/+41
| | | | | | | | shared folders are not enough
* | 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
|\ \ | |/ |/| Send mime-type for new files
| * Provide a default mime-type for files created by filename.ringmaster2013-08-081-2/+4
| | | | | | | | Fixes #4355.
* | Check expected type after JSON decode instead of checking what is not expected.Andreas Fischer2013-08-081-1/+1
|/ | | | This will also allow "true" and "false" as filenames instead of only "null".
* load authentication apps to get users from other backends like LDAP - THX ↵Thomas Müller2013-08-051-0/+1
| | | | @blizzz
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 7e875ff47ae1a3e546c74fb12895b2bfbeedabdf Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Sun Jul 14 21:58:08 2013 +0200 No admin option to enable public upload in case encryption is enabled No upload on pubic page if public upload is disabled commit 4939d9a668c13cdd74e8bb8e305bdd7a59661c4d Author: Thomas Mueller <thomas.mueller@tmit.eu> Date: Fri Jul 12 21:34:38 2013 +0200 change anonymous to public commit c3bda8654d911383ae0acf9e41adda7117cb79f8 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:51:01 2013 +0200 fixing Undefined index: publicUploadEnabled commit 98861afde443c12a2ef5290c83c63fd12b7b196d Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:05:58 2013 +0200 in case the encryption app is enabled we cannot yet allow anonymous upload commit 974f09629d0e8bf5d90cf8546fa4a82738ebdebe Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 12 17:03:51 2013 +0200 new admin setting added which allows to turn off anonymous uploads
* IE8 Show delete iconVictor Dubiniuk2013-07-121-0/+5
|
* Squashed commit of the following:Thomas Müller2013-07-082-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 70e6ad56ed5d00aeea8fe82b45047998dac92f80 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Sat Jul 6 00:11:42 2013 +0200 fixing check if public share is a folder or not commit 8e74ecec3f43a52a9a55871954171ef4073eab9d Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Sat Jul 6 00:04:01 2013 +0200 removing unused getSharedItem() commit 60ac0f274bbaa926dcec1800e952f2e0b1f05a50 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 17:39:41 2013 +0200 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function Conflicts: apps/files/ajax/upload.php commit f071f7439568ffd8b785cd96035cc2e616f61b01 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 11:30:53 2013 +0200 fixing Notice: Undefined index: isPublic commit d2f2c7e9b896fd0ac57fb8047501205fc37b2abc Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 09:58:41 2013 +0200 handle anonymous upload to reshared folder
* Backport of #3951 to stable5Thomas Müller2013-07-051-4/+11
| | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 46c1280e4f2ac61f0b3c5fed9d2a516cb000c009 Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 13:45:21 2013 +0200 proper fix for getting the shared item if no user is logged in commit 99e32baec4464444a1a46ae47321e0378e367c3e Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 13:22:38 2013 +0200 php 5.3 compliant now commit 227e5f10016e362ed1302acb4426de391d4d9b4b Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Jul 5 12:15:47 2013 +0200 get the real physical folder name for anonymous upload
* 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
| | | | Optimized CSS identifiers
* Public upload featureRoman Geber2013-07-015-159/+73
| | | | | Conflicts: apps/files/js/filelist.js
* 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 ↵Jörn Friedrich Dreyer2013-07-012-6/+7
| | | | cancel button correctly
* 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
|