summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax
Commit message (Collapse)AuthorAgeFilesLines
* use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke2013-08-301-1/+1
|
* backport of #4357 to masterThomas Müller2013-08-271-10/+14
|
* Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ | | | | Add newlines at the end of files
| * Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| |
* | Merge pull request #4483 from owncloud/compare-true-falseBart Visscher2013-08-182-2/+2
|\ \ | |/ |/| Compare result are already true/false
| * Fix spacing of all touched lines.Andreas Fischer2013-08-171-1/+1
| |
| * Compare result are already true/falseBart Visscher2013-08-172-2/+2
| |
* | communicate size of newly created file back and update UIThomas Müller2013-08-161-0/+2
| |
* | Merge branch 'master' into mimetype-defaultsThomas Müller2013-08-162-42/+49
|\| | | | | | | | | Conflicts: apps/files/ajax/newfile.php
| * Use multiple lines for the JSON data array.Andreas Fischer2013-08-081-1/+5
| |
| * Adjust JSON code to stable5.Andreas Fischer2013-08-081-1/+2
| |
| * Do not repeat JSON success code.Andreas Fischer2013-08-081-8/+7
| |
| * Do not repeat definition of $target.Andreas Fischer2013-08-081-5/+6
| |
| * Check expected type after JSON decode instead of checking what is not expected.Andreas Fischer2013-08-071-1/+1
| | | | | | | | This will also allow "true" and "false" as filenames instead of only "null".
* | add the option to have templates for newly created filesRobin Appelman2013-08-071-34/+38
|/
* Split scanning logic from ajax fileRobin Appelman2013-07-191-45/+29
|
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+1
|\ | | | | | | | | Conflicts: apps/files/ajax/upload.php
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-4/+5
| |
| * php 5.3 compliant nowThomas Müller2013-07-051-1/+2
| |
| * get the real physical folder name for anonymous uploadThomas Müller2013-07-051-2/+7
| |
* | on reshares we now recursively move to the root of all reshares - therefore ↵Thomas Müller2013-07-051-15/+14
| | | | | | | | some code has been refactured and added as a new public function
* | handle anonymous upload to reshared folderThomas Müller2013-07-051-0/+5
|/
* fix uploading when ['dirtoken'] is not setRobin Appelman2013-07-011-1/+1
|
* code styleRobin Appelman2013-07-011-34/+34
|
* Public upload featureRoman Geber2013-06-251-6/+42
|
* use json to encode user listRobin Appelman2013-06-191-1/+1
|
* allow scanning files for multiple usersRobin Appelman2013-06-191-13/+29
|
* reuse etag when doing a forced rescanRobin Appelman2013-06-141-1/+1
|
* Revert "FIX: Download of files named "true" or "false" impossible"Roland Hager2013-06-121-2/+1
| | | | | This reverts commit d2d71c8797f7e7b51e55bec4217738faaf6a08ca. which was accidentally commited
* FIX: Download of files named "true" or "false" impossibleRoland Hager2013-06-121-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.dialogsThomas Tanghus2013-05-171-0/+8
|
* [files] fix mock creation and remove hardcoded 'require' statementMorris Jobke2013-05-121-2/+0
|
* [files] rename lib to "App"Morris Jobke2013-05-121-2/+2
|
* [files] remove normalizePath on rename and dependency injectionMorris Jobke2013-05-121-1/+4
|
* [files] kill stripslashesMorris Jobke2013-05-121-3/+3
|
* [files] refactoringMorris Jobke2013-05-121-19/+31
|
* string comparisionMorris Jobke2013-05-121-1/+1
|
* wrong root dir nameMorris Jobke2013-05-121-2/+2
|
* fix allowed rename of folder in root directory to reserved name "Shared"Morris Jobke2013-05-121-2/+4
| | | | refs #2159
* Files: set the proper mimetype when creating a new text fileRobin Appelman2013-05-061-1/+1
|
* No need to strip slashes, json_decode handles that for usBart Visscher2013-04-191-1/+1
|
* return original filename to fileuploadJörn Friedrich Dreyer2013-03-281-0/+1
|
* Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-1/+1
|
* remove debug outputBjörn Schießle2013-03-071-2/+1
|
* json encode list of filesBjörn Schießle2013-03-071-1/+8
|
* Join split translated stringsBart Visscher2013-02-211-2/+1
|
* Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-1/+1
| | | | When this is the case only the configured max upload size is taking into account for uploading
* Files: explicitly defineRobin Appelman2013-02-082-0/+4
|
* Files: rename 'space' to 'storage' in upload.phpRobin Appelman2013-02-071-1/+1
|
* Files: add translation support back to move/renameRobin Appelman2013-02-072-5/+5
|