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
2012-10-27Change Symfony/Component/Routing from submodule to composer fetchingBart Visscher
2012-10-17Merge branch 'master' into routingBart Visscher
2012-10-17Check for file exists before loading app version fileBart Visscher
2012-10-17core.js and core.css don't need to be absoluteBart Visscher
2012-10-17[tx-robot] updated from transifexJenkins for ownCloud
2012-10-17Fix unshareAll()Michael Gapczynski
2012-10-17Delete user files in /data/ after deleting a userLukas Reschke
2012-10-16Add unshareAll() function to Share APIMichael Gapczynski
2012-10-16Merge pull request #36 from scambra/filecache-fixesicewind1991
2012-10-16Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke
2012-10-16delete fscache on deleting userscambra
2012-10-16Set oc_token to httponlyLukas Reschke
2012-10-16Merge pull request #31 from visit1985/persistentcookiesLukas Reschke
2012-10-16Make enhanced auth configurableLukas Reschke
2012-10-16Don't add the enhanced auth time to the configurationLukas Reschke
2012-10-16Set a standard value for enhanced auth timeLukas Reschke
2012-10-16Make enhanced auth time configurableLukas Reschke
2012-10-16Move isUserVerified to OC_UtilLukas Reschke
2012-10-16Move the ( to the right positionLukas Reschke
2012-10-16Fix PHP noticeLukas Reschke
2012-10-16Fix PHP noticeLukas Reschke
2012-10-16Add isUserVerified()Lukas Reschke
2012-10-16Merge branch 'extended_log'Victor Dubiniuk
2012-10-16"deny from all" instead directoryLukas Reschke
2012-10-16Show a warning in the installer if .htaccess is not workingLukas Reschke
2012-10-15128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)Michael Göhler
2012-10-15Use /dev/urandom instead of /dev/randomLukas Reschke
2012-10-15Check if $_PostLukas Reschke
2012-10-15Change verifyUser so that external json files can call itLukas Reschke
2012-10-15verifyUser() for the json partLukas Reschke
2012-10-15Verify password page for usersLukas Reschke
2012-10-15Correct formattingLukas Reschke
2012-10-15Merge pull request #30 from visit1985/logonpageLukas Reschke
2012-10-15extend configkey column to hold 128bit valuesMichael Göhler
2012-10-15implement fixed php session timeout and session id regenerationMichael Göhler
2012-10-15removed username and password from token generationMichael Göhler
2012-10-15fixed typo and redundant method callMichael Göhler
2012-10-15added a warning message to the log when a cookie is rejectedMichael Göhler
2012-10-15fixed wrong variable usageMichael Göhler
2012-10-15call unsetMagicInCookie if token is invalidMichael Göhler
2012-10-15forgot a class nameMichael Göhler
2012-10-15delete all tokens on password changeMichael Göhler
2012-10-15further improvements on multiple login token supportMichael Göhler
2012-10-15improve token securityMichael Göhler
2012-10-15Make the lifetime of the remember login cookieBart Visscher
2012-10-15Cleanup login tokens on login successBart Visscher
2012-10-15Add support for multiple login cookie tokensBart Visscher
2012-10-14Whitespace cleanupBart Visscher
2012-10-14extend logon page to display multiple error messagesMichael Göhler
2012-10-14Show a warning in the installer if no secure RNG is availableLukas Reschke