Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport of #4357 to master | Thomas Müller | 2013-08-27 | 1 | -10/+14 |
| | |||||
* | Merge branch 'master' into fixing-3942-master | Thomas Müller | 2013-07-06 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: apps/files/ajax/upload.php | ||||
| * | proper fix for getting the shared item if no user is logged in | Thomas Müller | 2013-07-05 | 1 | -4/+5 |
| | | |||||
| * | php 5.3 compliant now | Thomas Müller | 2013-07-05 | 1 | -1/+2 |
| | | |||||
| * | get the real physical folder name for anonymous upload | Thomas Müller | 2013-07-05 | 1 | -2/+7 |
| | | |||||
* | | on reshares we now recursively move to the root of all reshares - therefore ↵ | Thomas Müller | 2013-07-05 | 1 | -15/+14 |
| | | | | | | | | some code has been refactured and added as a new public function | ||||
* | | handle anonymous upload to reshared folder | Thomas Müller | 2013-07-05 | 1 | -0/+5 |
|/ | |||||
* | fix uploading when ['dirtoken'] is not set | Robin Appelman | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | code style | Robin Appelman | 2013-07-01 | 1 | -34/+34 |
| | |||||
* | Public upload feature | Roman Geber | 2013-06-25 | 1 | -6/+42 |
| | |||||
* | return original filename to fileupload | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -0/+1 |
| | |||||
* | Improve handeling of unlimited max upload size | Robin Appelman | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | Join split translated strings | Bart Visscher | 2013-02-21 | 1 | -2/+1 |
| | |||||
* | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -1/+1 |
| | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
* | Files: rename 'space' to 'storage' in upload.php | Robin Appelman | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Correct it | TheSFReader | 2013-02-01 | 1 | -1/+2 |
| | |||||
* | Files: fix sharing newly uploaded files | Robin Appelman | 2013-01-28 | 1 | -17/+20 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -41/+27 |
|\ | |||||
| * | introducing class OCA/files/lib/Helper with new function to build an array ↵ | Thomas Mueller | 2013-01-19 | 1 | -52/+35 |
| | | | | | | | | | | | | | | with storage stats DRYing the code by using \OCA\files\lib\Helper::buildFileStorageStatistics() now returning used space percent on each ajax call | ||||
| * | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-18 | 1 | -5/+30 |
| |\ | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js | ||||
| * | | rename space -> storage | Thomas Mueller | 2013-01-17 | 1 | -1/+1 |
| | | | |||||
* | | | merge master into filesytem | Robin Appelman | 2013-01-20 | 1 | -5/+30 |
|\ \ \ | | |/ | |/| | |||||
| * | | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -18/+18 |
| | | | |||||
| * | | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 1 | -7/+7 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upload.php apps/files/js/files.js lib/helper.php | ||||
| * | | the maximum upload size is now part of the response of the upload and delete ↵ | Thomas Müller | 2012-12-20 | 1 | -6/+32 |
| | | | | | | | | | | | | | | | | | | operation. the maximum upload size is updated within the browser once an upload or delete operation has been finished | ||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-07 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-03 | 1 | -4/+5 |
|\| | | |||||
| * | | fix error when wrong dir was specified | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -2/+2 |
| | | | |||||
| * | | move $l to top | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | fixing undefined variable $l | Thomas Mueller | 2013-01-02 | 1 | -1/+3 |
| | | | | |||||
| * | | | also translate 'No file was uploaded. Unknown error' | Jörn Friedrich Dreyer | 2013-01-03 | 1 | -2/+2 |
| |/ / | |||||
| * / | add translation call for 'Not enough space available' upload error | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 |
| |/ | |||||
* | | merge master into filesystem | Robin Appelman | 2012-12-02 | 1 | -14/+19 |
|\| | |||||
| * | fix checkstyle for files app | Jörn Friedrich Dreyer | 2012-11-29 | 1 | -12/+18 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-11-18 | 1 | -2/+4 |
|\| | |||||
| * | normalize the path once in upload.php is enough - THX Robin for this hint | Thomas Mueller | 2012-11-16 | 1 | -6/+2 |
| | | |||||
| * | refs #461 - drag'n'drop upload to a sub folder is working now | Thomas Mueller | 2012-11-16 | 1 | -0/+6 |
| | | |||||
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
| * | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| | | |||||
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -1/+1 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-23 | 1 | -3/+3 |
|\| | |||||
| * | Merge pull request #12 from scambra/fixes | icewind1991 | 2012-10-23 | 1 | -1/+1 |
| |\ | | | | | | | check free space using folder's owner | ||||
| | * | check free space using folder's owner | scambra | 2012-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | remove debug output | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | | | |||||
* | | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -2/+2 |
|/ / | |||||
* / | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 1 | -1/+2 |
|/ | |||||
* | Don't get metadata directly from the 'cached' file cache after upload | Michael Gapczynski | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | apply coding style | Thomas Mueller | 2012-08-29 | 1 | -4/+4 |
| |