Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use gerMimeTypeDetector detectPath instead of getMimeType | Georg Ehrke | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | backport of #4357 to master | Thomas Müller | 2013-08-27 | 1 | -10/+14 |
| | |||||
* | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 1 | -1/+1 |
|\ | | | | | Add newlines at the end of files | ||||
| * | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4483 from owncloud/compare-true-false | Bart Visscher | 2013-08-18 | 2 | -2/+2 |
|\ \ | |/ |/| | Compare result are already true/false | ||||
| * | Fix spacing of all touched lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 |
| | | |||||
| * | Compare result are already true/false | Bart Visscher | 2013-08-17 | 2 | -2/+2 |
| | | |||||
* | | communicate size of newly created file back and update UI | Thomas Müller | 2013-08-16 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into mimetype-defaults | Thomas Müller | 2013-08-16 | 2 | -42/+49 |
|\| | | | | | | | | | Conflicts: apps/files/ajax/newfile.php | ||||
| * | Use multiple lines for the JSON data array. | Andreas Fischer | 2013-08-08 | 1 | -1/+5 |
| | | |||||
| * | Adjust JSON code to stable5. | Andreas Fischer | 2013-08-08 | 1 | -1/+2 |
| | | |||||
| * | Do not repeat JSON success code. | Andreas Fischer | 2013-08-08 | 1 | -8/+7 |
| | | |||||
| * | Do not repeat definition of $target. | Andreas Fischer | 2013-08-08 | 1 | -5/+6 |
| | | |||||
| * | Check expected type after JSON decode instead of checking what is not expected. | Andreas Fischer | 2013-08-07 | 1 | -1/+1 |
| | | | | | | | | This will also allow "true" and "false" as filenames instead of only "null". | ||||
* | | add the option to have templates for newly created files | Robin Appelman | 2013-08-07 | 1 | -34/+38 |
|/ | |||||
* | Split scanning logic from ajax file | Robin Appelman | 2013-07-19 | 1 | -45/+29 |
| | |||||
* | 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 |
| | |||||
* | use json to encode user list | Robin Appelman | 2013-06-19 | 1 | -1/+1 |
| | |||||
* | allow scanning files for multiple users | Robin Appelman | 2013-06-19 | 1 | -13/+29 |
| | |||||
* | reuse etag when doing a forced rescan | Robin Appelman | 2013-06-14 | 1 | -1/+1 |
| | |||||
* | Revert "FIX: Download of files named "true" or "false" impossible" | Roland Hager | 2013-06-12 | 1 | -2/+1 |
| | | | | | This reverts commit d2d71c8797f7e7b51e55bec4217738faaf6a08ca. which was accidentally commited | ||||
* | FIX: Download of files named "true" or "false" impossible | Roland Hager | 2013-06-12 | 1 | -1/+2 |
| | | | | | | | It was not possible to download a file called "true" or "false" (caseinsensitive) when clicking the link "download" due to the result of json_decode(). Both cases are now implicitly checked. Hotfix provided by Herbert Pophal | ||||
* | Various cleanups in OC.dialogs | Thomas Tanghus | 2013-05-17 | 1 | -0/+8 |
| | |||||
* | [files] fix mock creation and remove hardcoded 'require' statement | Morris Jobke | 2013-05-12 | 1 | -2/+0 |
| | |||||
* | [files] rename lib to "App" | Morris Jobke | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | [files] remove normalizePath on rename and dependency injection | Morris Jobke | 2013-05-12 | 1 | -1/+4 |
| | |||||
* | [files] kill stripslashes | Morris Jobke | 2013-05-12 | 1 | -3/+3 |
| | |||||
* | [files] refactoring | Morris Jobke | 2013-05-12 | 1 | -19/+31 |
| | |||||
* | string comparision | Morris Jobke | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | wrong root dir name | Morris Jobke | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | fix allowed rename of folder in root directory to reserved name "Shared" | Morris Jobke | 2013-05-12 | 1 | -2/+4 |
| | | | | refs #2159 | ||||
* | Files: set the proper mimetype when creating a new text file | Robin Appelman | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | No need to strip slashes, json_decode handles that for us | Bart Visscher | 2013-04-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | remove debug output | Björn Schießle | 2013-03-07 | 1 | -2/+1 |
| | |||||
* | json encode list of files | Björn Schießle | 2013-03-07 | 1 | -1/+8 |
| | |||||
* | 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: explicitly define | Robin Appelman | 2013-02-08 | 2 | -0/+4 |
| | |||||
* | Files: rename 'space' to 'storage' in upload.php | Robin Appelman | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Files: add translation support back to move/rename | Robin Appelman | 2013-02-07 | 2 | -5/+5 |
| |