summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* automatically scan files when neededRobin Appelman2012-10-211-222/+241
|
* Merge branch 'master' into filesystemRobin Appelman2012-10-211-3/+2
|\
| * Check for file exists before loading app version fileBart Visscher2012-10-201-3/+2
| |
* | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵Robin Appelman2012-10-213-71/+117
| | | | | | | | | | | | api for the filecache most apps would want to use this api instead of using the cache directly
* | remove chroot from filesystem apiRobin Appelman2012-10-212-21/+0
| |
* | add getCache and getScanner to storage api in order to allow storage ↵Robin Appelman2012-10-212-72/+48
| | | | | | | | backends to overwride caching behaviour
* | drop depricated is_readable and is_writableRobin Appelman2012-10-214-36/+1
| |
* | drop filectime from the filesystem api'sRobin Appelman2012-10-207-25/+1
| |
* | Merge branch 'master' into filesystemRobin Appelman2012-10-202-5/+5
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2012-10-202-5/+5
| |
* | merge master into filesystemRobin Appelman2012-10-182-14/+32
|\|
| * check if mount point was already loaded to avoid redundant read operationsBjörn Schießle2012-10-181-1/+8
| |
| * typo from previous commit fixedBjörn Schießle2012-10-181-1/+1
| |
| * load system wide configured mount points before accessing shared filesBjörn Schießle2012-10-182-48/+57
| |
| * check for mount points if file was shared from a different userBjörn Schießle2012-10-182-15/+28
| |
| * Merge pull request #39 from scambra/date-l10n-fixesThomas Müller2012-10-182-6/+9
| |\ | | | | | | Date l10n fixes
| | * don't duplicate locales with country codescambra2012-10-161-2/+3
| | |
| | * Use strftime to format date with translated month namesscambra2012-10-162-6/+8
| | |
| * | when using oracle use LOWER() to make searching files case insensitiveJörn Friedrich Dreyer2012-10-181-2/+8
| | |
* | | merge master into filesystemRobin Appelman2012-10-1722-1351/+1585
|\| |
| * | core.js and core.css don't need to be absoluteBart Visscher2012-10-172-3/+14
| | |
| * | [tx-robot] updated from transifexJenkins for ownCloud2012-10-163-1/+33
| | |
| * | Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
| | |
| * | Delete user files in /data/ after deleting a userLukas Reschke2012-10-161-0/+4
| | |
| * | Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
| | |
| * | Merge pull request #36 from scambra/filecache-fixesicewind19912012-10-162-1/+10
| |\ \ | | | | | | | | delete fscache on deleting user
| | * | delete fscache on deleting userscambra2012-10-162-1/+10
| | |/
| * / Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabledLukas Reschke2012-10-161-1/+1
| |/ | | | | | | set_magic_quotes_runtime gives a PHP warning
| * Set oc_token to httponlyLukas Reschke2012-10-161-1/+1
| |
| * Merge pull request #31 from visit1985/persistentcookiesLukas Reschke2012-10-162-13/+66
| |\ | | | | | | reresubmit: improved persistent cookies :)
| | * 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID)Michael Göhler2012-10-152-3/+3
| | |
| | * extend configkey column to hold 128bit valuesMichael Göhler2012-10-141-1/+1
| | |
| | * implement fixed php session timeout and session id regenerationMichael Göhler2012-10-141-0/+22
| | |
| | * removed username and password from token generationMichael Göhler2012-10-141-2/+2
| | |
| | * fixed typo and redundant method callMichael Göhler2012-10-141-2/+1
| | |
| | * added a warning message to the log when a cookie is rejectedMichael Göhler2012-10-141-0/+1
| | |
| | * fixed wrong variable usageMichael Göhler2012-10-141-5/+5
| | |
| | * call unsetMagicInCookie if token is invalidMichael Göhler2012-10-141-2/+2
| | |
| | * forgot a class nameMichael Göhler2012-10-141-2/+2
| | |
| | * delete all tokens on password changeMichael Göhler2012-10-142-3/+7
| | |
| | * further improvements on multiple login token supportMichael Göhler2012-10-141-3/+13
| | | | | | | | | | | | | | | | | | 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
| | * improve token securityMichael Göhler2012-10-141-1/+1
| | | | | | | | | | | | switched from time() to internal method OC_Util::generate_random_bytes()
| | * Make the lifetime of the remember login cookieBart Visscher2012-10-142-4/+5
| | |
| | * Cleanup login tokens on login successBart Visscher2012-10-141-0/+13
| | |
| | * Add support for multiple login cookie tokensBart Visscher2012-10-141-9/+12
| | |
| * | Make enhanced auth configurableLukas Reschke2012-10-162-15/+21
| | |
| * | Don't add the enhanced auth time to the configurationLukas Reschke2012-10-161-4/+1
| | |
| * | Set a standard value for enhanced auth timeLukas Reschke2012-10-161-1/+1
| | |
| * | Make enhanced auth time configurableLukas Reschke2012-10-163-6/+7
| | |
| * | Move isUserVerified to OC_UtilLukas Reschke2012-10-162-12/+13
| | |