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
path: root/lib
AgeCommit message (Expand)Author
2013-11-28Merge pull request #6089 from owncloud/files-mimetyperefreshafterrenameFrank Karlitschek
2013-11-28Merge pull request #6072 from owncloud/mssql-fix-schema-migration-oc6Frank Karlitschek
2013-11-28Merge pull request #6084 from owncloud/fix-app-routingThomas Müller
2013-11-28Redetect mime type whenever extension is renamedVincent Petry
2013-11-28Fix getRawPathInfo for the '/' edge caseRobin Appelman
2013-11-27Merge pull request #6086 from owncloud/incognito_modeMorris Jobke
2013-11-27[tx-robot] updated from transifexJenkins for ownCloud
2013-11-27return false if user is in incognito modeBjoern Schiessle
2013-11-27fix custom routes defined by appsRobin Appelman
2013-11-27Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke
2013-11-27add PHPDoc for urlParamsMorris Jobke
2013-11-27on mssql the schema migration sometimes fails due to an already existing tran...Thomas Mueller
2013-11-27Merge pull request #6058 from owncloud/ldap2avatarblizzz
2013-11-26Merge pull request #6060 from owncloud/fix-6050-oc6Björn Schießle
2013-11-26fixing failing unit testThomas Müller
2013-11-26[tx-robot] updated from transifexJenkins for ownCloud
2013-11-26fixes #6050Thomas Müller
2013-11-26Add a (currently) empty system for running common repair stepsRobin Appelman
2013-11-26remove passwords from logfileBjoern Schiessle
2013-11-26[tx-robot] updated from transifexJenkins for ownCloud
2013-11-26merge master into single-user-modeRobin Appelman
2013-11-25Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler
2013-11-25Merge pull request #6035 from owncloud/fixing-rawpath-reverseproxy-oc6Jörn Friedrich Dreyer
2013-11-25Merge pull request #6037 from owncloud/fix-6007-oc6Thomas Müller
2013-11-25adding documentation for registerRoutes()Thomas Müller
2013-11-25fix some capital lettersMorris Jobke
2013-11-25page level doc blocks and class descriptionsMorris Jobke
2013-11-25AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke
2013-11-25adding chunked upload handlingThomas Müller
2013-11-25Add "single user mode" which restricts access to users in the admin groupRobin Appelman
2013-11-25in case uri and script name don't match we better throw an exceptionThomas Müller
2013-11-25fix defaults.php docMorris Jobke
2013-11-25handle duplicate slashes in case of reverse proxy configurationThomas Müller
2013-11-25fix defaults.php docMorris Jobke
2013-11-25fix db.php docMorris Jobke
2013-11-25provide more cli friendly error messagesRobin Appelman
2013-11-25fix appframework routingThomas Müller
2013-11-25Merge pull request #6021 from owncloud/show_buildThomas Müller
2013-11-25Merge pull request #5874 from owncloud/fix-5845Thomas Müller
2013-11-25add new function to generate the human readable version string based on versi...Thomas Mueller
2013-11-25update PHPDocThomas Mueller
2013-11-24send the build number too to push the next daily build. This is needed for th...Frank Karlitschek
2013-11-24fix overwrite host support and make the code a bit more readableFrank Karlitschek
2013-11-24Merge pull request #5995 from owncloud/extstorage-isreadablefixVincent Petry
2013-11-24[tx-robot] updated from transifexJenkins for ownCloud
2013-11-23Avatar: accept OC_Image as in setParameterArthur Schiwon
2013-11-22Moved default isReadable/isUpdatable impl into Common classVincent Petry
2013-11-22Revert "use relative paths to create images from a file. This way it also wor...Bjoern Schiessle
2013-11-22Merge pull request #6003 from owncloud/incognito_modeVincent Petry
2013-11-22add incognito mode, allows to hide my user ID. For example, this is useful to...Bjoern Schiessle