Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-21no error if we try to delete a file which no longer existsBjoern Schiessle
2014-09-23Do only follow HTTP and HTTPS redirectsLukas Reschke
2014-08-25Merge pull request #10448 from owncloud/check_quota_on_new_via_web_stable6Jörn Friedrich Dreyer
2014-08-19set incognitoMode to true, getUser should always return false during public u...Bjoern Schiessle
2014-08-15check quota when trying to download a file via new -> webJörn Friedrich Dreyer
2014-05-23php upload errors are written to logThomas Müller
2014-03-06don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle
2014-02-14Send correct path on file upload when using public appJoas Schilling
2014-02-10Only add files to file list when uploading to current directoryJoas Schilling
2014-01-21OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller
2013-11-14Files app backend now normalizes paths before rendering templatesVincent Petry
2013-11-06Fixed storage stats to be based on current directoryVincent Petry
2013-10-31Added missing comma to make the next diff cleanerVincent Petry
2013-10-28Append file etag to preview URLsVincent Petry
2013-10-27Fix double not in newfile/newfolder language.Andreas Fischer
2013-10-23fix translationsJörn Friedrich Dreyer
2013-10-23cleanup array value assignmentJörn Friedrich Dreyer
2013-10-23cleanup precondition checking when creating new files / foldersJörn Friedrich Dreyer
2013-10-23use correct filename in error result jsonJörn Friedrich Dreyer
2013-10-23fixing undefined variable $newnameThomas Müller
2013-10-22prevent user from creating or renaming sth. to an existing filenameJörn Friedrich Dreyer
2013-10-17Fixed upload permissions distinction between public and logged in uploadVincent Petry
2013-10-14Fixed file permissions after public uploadVincent Petry
2013-10-08catch exceptions while uploading and pass on the error messageThomas Müller
2013-10-02Remove require in rawlist.phpkondou
2013-10-02Fix require in apps/files/ajax/rawlist.phpkondou
2013-09-25Merge branch 'master' into appframework-masterThomas Müller
2013-09-20remove unneccessary lib in namespaceJörn Friedrich Dreyer
2013-09-20namespaces use upcasefirst partsJörn Friedrich Dreyer
2013-09-19Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer
2013-09-19adding comma to get cleaner diffs in the futureThomas Müller
2013-09-18add permissions of the file to the json responseThomas Müller
2013-09-17Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer
2013-09-17use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller
2013-09-15Merge pull request #4853 from owncloud/external-shared_mimetype-iconsThomas Müller
2013-09-14Use external and shared icons in OC.Dialogs.filepicker()kondou
2013-09-13Fixed ajax support to also update the current dir permissionsVincent Petry
2013-09-13Ajax calls for "files" and "files_trashbin" appsVincent Petry
2013-09-12Merge pull request #4816 from owncloud/fixing-723-masterJan-Christoph Borchardt
2013-09-12adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin a...Thomas Müller
2013-09-12Clean up rawlist.php and fix non-array requestkondou
2013-09-11Split some lines, use ===, avoid unnecessary operationkondou
2013-09-06fix upload of multiple filesJörn Friedrich Dreyer
2013-09-06refactor replace and autorename resolution in upload.phpJörn Friedrich Dreyer
2013-09-06Use usort() instead of uasort() to not maintain keyskondou
2013-09-06Sort files by name, not by mimetypekondou
2013-09-05Only use mimetype_list and clean up a bitkondou
2013-09-05Make it possible to pass rawlist.php an JSON array, to filter by more than on...kondou
2013-09-04Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer
2013-08-30use gerMimeTypeDetector detectPath instead of getMimeTypeGeorg Ehrke