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 (Collapse)Author
2012-10-18check if mount point was already loaded to avoid redundant read operationsBjörn Schießle
2012-10-18typo from previous commit fixedBjörn Schießle
2012-10-18load system wide configured mount points before accessing shared filesBjörn Schießle
2012-10-18check for mount points if file was shared from a different userBjörn Schießle
2012-10-18Merge pull request #39 from scambra/date-l10n-fixesThomas Müller
Date l10n fixes
2012-10-18when using oracle use LOWER() to make searching files case insensitiveJörn Friedrich Dreyer
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
delete fscache on deleting user
2012-10-16don't duplicate locales with country codescambra
2012-10-16Use strftime to format date with translated month namesscambra
2012-10-16Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke
set_magic_quotes_runtime gives a PHP warning
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
reresubmit: improved persistent cookies :)
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
PHP errors logging into the owncloud log
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
The usage of /dev/urandom is enough secure
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
extend logon page to display multiple error messages
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
outdated tokens are deleted before checking against cookies if an invalid token is used we delete all stored tokens for saveness used token will be replaced by a new one after successful authentication
2012-10-15improve token securityMichael Göhler
switched from time() to internal method OC_Util::generate_random_bytes()
2012-10-15Make the lifetime of the remember login cookieBart Visscher