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-09-30use public api for session access from server containerThomas Müller
2013-09-30Merge branch 'master' into channelsThomas Müller
2013-09-30put the current version and edition into a seperate file to simplify packagin...Frank Karlitschek
2013-09-30use ===Frank Karlitschek
2013-09-30prepare the updater for the new update channelsFrank Karlitschek
2013-09-30Merge pull request #4967 from owncloud/dont_remember_login_if_enc_enabledThomas Müller
2013-09-30[tx-robot] updated from transifexJenkins for ownCloud
2013-09-30Merge pull request #5012 from owncloud/check_keyfiles_existsMorris Jobke
2013-09-30Merge pull request #4459 from owncloud/appframework-masterThomas Müller
2013-09-30Merge branch 'master' into appframework-masterThomas Müller
2013-09-30fixing PHPDoc & typoThomas Müller
2013-09-30Merge branch 'master' into move-aborted-upload-detection-into-plugin-masterThomas Müller
2013-09-30Merge pull request #4969 from owncloud/fixing-4043-masterThomas Müller
2013-09-30cURL does not honour default_socket_timeoutEvgeni Golov
2013-09-30Merge pull request #4966 from owncloud/text_preview_blacklistAndreas Fischer
2013-09-29Merge pull request #4960 from owncloud/fixing-mirall-1014-masterThomas Müller
2013-09-28initialize $middleWaresThomas Müller
2013-09-27delay middleware registrationsThomas Müller
2013-09-27fixing error in initialization of TagManagerThomas Müller
2013-09-27Merge branch 'master' into appframework-masterThomas Müller
2013-09-27Merge pull request #4207 from owncloud/search_shared_filesThomas Müller
2013-09-27check not only if the keyfile folder exists but also if it contains keyfilesBjoern Schiessle
2013-09-27Merge pull request #5001 from owncloud/fixing-user-external-backends-masterMorris Jobke
2013-09-27[tx-robot] updated from transifexJenkins for ownCloud
2013-09-26check every enabled app if the remember login feature needs to be disabledBjoern Schiessle
2013-09-26prelogin apps have to be loaded within setupBackend() otherwise required clas...Thomas Müller
2013-09-26adding unit tests for ObjectTree::move()Thomas Müller
2013-09-26Merge pull request #4892 from owncloud/vcategories_publicThomas Müller
2013-09-25remove unneccessary codeThomas Müller
2013-09-25$path already contains the full path to the fileThomas Müller
2013-09-25fixing copyright and add class documentationThomas Müller
2013-09-25manager checkPassword now returns User object, adjust internal user class acc...Arthur Schiwon
2013-09-25Merge pull request #4968 from owncloud/user_checkpwdThomas Müller
2013-09-25stripos return value checkThomas Müller
2013-09-25class API decommissioning part 1Thomas Müller
2013-09-25AppFramework:Thomas Müller
2013-09-25Merge branch 'master' into appframework-masterThomas Müller
2013-09-24[tx-robot] updated from transifexJenkins for ownCloud
2013-09-24introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle
2013-09-24Add factory class for the server container.Thomas Tanghus
2013-09-24Adjust Tests and satisfy themArthur Schiwon
2013-09-24Fix docArthur Schiwon
2013-09-24Fix return value from User object to User IDArthur Schiwon
2013-09-24duplicate code :sigh: - will fix this in a second prThomas Müller
2013-09-24adding file_exists check just to be on the save sideThomas Müller
2013-09-24=== not ==Arthur Schiwon
2013-09-24User: move checkPassword from User to Manager to not break APIArthur Schiwon
2013-09-24adding privilege check on move and rename operationsThomas Müller
2013-09-24don't remember login if the encrypion app is enabled because the userBjoern Schiessle
2013-09-24add blacklist to txt preview backendGeorg Ehrke