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
2013-11-12add trash bin and file versions delete hooks in OC::registerPreviewHooksGeorg Ehrke
2013-11-05display the exception instead of meaningless messageThomas Müller
2013-11-02replace template function link_to_docs() with \OC_Helper::linkToDocs()Thomas Mueller
2013-11-01Merge pull request #5443 from owncloud/fix-autoloader-cachingBart Visscher
2013-11-01Make "Please contact your system administrator" a full sentence.Andreas Fischer
2013-10-28Merge pull request #3889 from owncloud/apps_preloadMorris Jobke
2013-10-24Merge pull request #5528 from frisco82/changeUpadateNotificationThomas Müller
2013-10-24Changed update message to be more instructive, changed update style to be les...Ramiro Aparicio
2013-10-24Merge pull request #5507 from owncloud/webdav-removeredirectfromindexThomas Müller
2013-10-24Remove WebDAV redirect from the root pathVincent Petry
2013-10-23Fixed sharing dropdown placeholders in IE8/9Vincent Petry
2013-10-22Only use autoloader cache when 'instanceid' is available.Andreas Fischer
2013-10-22Inject memoryCache into Autoloader. Remove recursion-prevention hack.Andreas Fischer
2013-10-21introduce link_to_docs() and migrate linksThomas Müller
2013-10-18Use display name from magic cookie, fixes #4884Arthur Schiwon
2013-10-16Merge branch 'master' into fixing-appframework-masterThomas Müller
2013-10-12Include exception message in log entry when session fails to startTom Needham
2013-10-11Handle ownCloud logging when data dir not createdTom Needham
2013-10-11Log the session exception when ownCloud is not installedTom Needham
2013-10-10Merge pull request #4780 from AxelRb/masterMorris Jobke
2013-10-10changed the argument to false for getValue , reformated else statementAxel Roenn
2013-10-08Merge branch 'master' into fixing-appframework-masterThomas Müller
2013-10-07PHPDoc addedThomas Müller
2013-10-02fixing various PHPDoc commentsThomas Müller
2013-10-02remove obsolete function login()Thomas Müller
2013-10-02code cleanup - remove special case for webdav in handleApacheAuth()Thomas Müller
2013-10-02Merge branch 'master' into apache-auth-masterThomas Müller
2013-10-01Squashed commit of the following:Thomas Müller
2013-09-30Merge branch 'master' into lib-private-master-2Thomas Müller
2013-09-30Merge pull request #4967 from owncloud/dont_remember_login_if_enc_enabledThomas Müller
2013-09-30move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller
2013-09-25Merge branch 'master' into appframework-masterThomas Müller
2013-09-24introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle
2013-09-24don't remember login if the encrypion app is enabled because the userBjoern Schiessle
2013-09-20Merge pull request #4684 from owncloud/improved-consoleBart Visscher
2013-09-18Note to self 2: Do as you preach. Test!Thomas Tanghus
2013-09-18Note to self: Test before pushing!!!Thomas Tanghus
2013-09-18Use new emitter systemThomas Tanghus
2013-09-17OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus
2013-09-16/OC/Server has created too early causing issues with config operations as OC:...Thomas Müller
2013-09-15Merge branch 'master' into appframework-masterThomas Müller
2013-09-13Merge branch 'master' into appframework-masterThomas Müller
2013-09-12Merge branch 'master' into oc_avatarskondou
2013-09-10Changed default behaviour to not log IP address in case of an auth failure. C...Axel Roenn
2013-09-09On an auth failure the uid and the IP address should be logged to the standar...Axel Roenn
2013-09-06Revert "fixes #4574"Thomas Müller
2013-09-04Merge branch 'master' into oc_avatarskondou
2013-09-02Merge branch 'master' into clean_up_utilkondou
2013-09-01Provide 'enable_avatars' in config.php, to disable avatarskondou
2013-09-01Use more object oriented way for console commandsBart Visscher