Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically scan files when needed | Robin Appelman | 2012-10-21 | 1 | -222/+241 |
| | |||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-21 | 1 | -3/+2 |
|\ | |||||
| * | Check for file exists before loading app version file | Bart Visscher | 2012-10-20 | 1 | -3/+2 |
| | | |||||
* | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵ | Robin Appelman | 2012-10-21 | 3 | -71/+117 |
| | | | | | | | | | | | | api for the filecache most apps would want to use this api instead of using the cache directly | ||||
* | | remove chroot from filesystem api | Robin Appelman | 2012-10-21 | 2 | -21/+0 |
| | | |||||
* | | add getCache and getScanner to storage api in order to allow storage ↵ | Robin Appelman | 2012-10-21 | 2 | -72/+48 |
| | | | | | | | | backends to overwride caching behaviour | ||||
* | | drop depricated is_readable and is_writable | Robin Appelman | 2012-10-21 | 4 | -36/+1 |
| | | |||||
* | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 7 | -25/+1 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-20 | 2 | -5/+5 |
|\| | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-20 | 2 | -5/+5 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-18 | 2 | -14/+32 |
|\| | |||||
| * | check if mount point was already loaded to avoid redundant read operations | Björn Schießle | 2012-10-18 | 1 | -1/+8 |
| | | |||||
| * | typo from previous commit fixed | Björn Schießle | 2012-10-18 | 1 | -1/+1 |
| | | |||||
| * | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 2 | -48/+57 |
| | | |||||
| * | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 2 | -15/+28 |
| | | |||||
| * | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 2 | -6/+9 |
| |\ | | | | | | | Date l10n fixes | ||||
| | * | don't duplicate locales with country code | scambra | 2012-10-16 | 1 | -2/+3 |
| | | | |||||
| | * | Use strftime to format date with translated month names | scambra | 2012-10-16 | 2 | -6/+8 |
| | | | |||||
| * | | when using oracle use LOWER() to make searching files case insensitive | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -2/+8 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-10-17 | 22 | -1351/+1585 |
|\| | | |||||
| * | | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 2 | -3/+14 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 3 | -1/+33 |
| | | | |||||
| * | | Fix unshareAll() | Michael Gapczynski | 2012-10-16 | 1 | -2/+4 |
| | | | |||||
| * | | Delete user files in /data/ after deleting a user | Lukas Reschke | 2012-10-16 | 1 | -0/+4 |
| | | | |||||
| * | | Add unshareAll() function to Share API | Michael Gapczynski | 2012-10-16 | 1 | -0/+14 |
| | | | |||||
| * | | Merge pull request #36 from scambra/filecache-fixes | icewind1991 | 2012-10-16 | 2 | -1/+10 |
| |\ \ | | | | | | | | | delete fscache on deleting user | ||||
| | * | | delete fscache on deleting user | scambra | 2012-10-16 | 2 | -1/+10 |
| | |/ | |||||
| * / | Use `get_magic_quotes_gpc()` to determine if magic_quotes is enabled | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| |/ | | | | | | | set_magic_quotes_runtime gives a PHP warning | ||||
| * | Set oc_token to httponly | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #31 from visit1985/persistentcookies | Lukas Reschke | 2012-10-16 | 2 | -13/+66 |
| |\ | | | | | | | reresubmit: improved persistent cookies :) | ||||
| | * | 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID) | Michael Göhler | 2012-10-15 | 2 | -3/+3 |
| | | | |||||
| | * | extend configkey column to hold 128bit values | Michael Göhler | 2012-10-14 | 1 | -1/+1 |
| | | | |||||
| | * | implement fixed php session timeout and session id regeneration | Michael Göhler | 2012-10-14 | 1 | -0/+22 |
| | | | |||||
| | * | removed username and password from token generation | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | | |||||
| | * | fixed typo and redundant method call | Michael Göhler | 2012-10-14 | 1 | -2/+1 |
| | | | |||||
| | * | added a warning message to the log when a cookie is rejected | Michael Göhler | 2012-10-14 | 1 | -0/+1 |
| | | | |||||
| | * | fixed wrong variable usage | Michael Göhler | 2012-10-14 | 1 | -5/+5 |
| | | | |||||
| | * | call unsetMagicInCookie if token is invalid | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | | |||||
| | * | forgot a class name | Michael Göhler | 2012-10-14 | 1 | -2/+2 |
| | | | |||||
| | * | delete all tokens on password change | Michael Göhler | 2012-10-14 | 2 | -3/+7 |
| | | | |||||
| | * | further improvements on multiple login token support | Michael Göhler | 2012-10-14 | 1 | -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 security | Michael Göhler | 2012-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | switched from time() to internal method OC_Util::generate_random_bytes() | ||||
| | * | Make the lifetime of the remember login cookie | Bart Visscher | 2012-10-14 | 2 | -4/+5 |
| | | | |||||
| | * | Cleanup login tokens on login success | Bart Visscher | 2012-10-14 | 1 | -0/+13 |
| | | | |||||
| | * | Add support for multiple login cookie tokens | Bart Visscher | 2012-10-14 | 1 | -9/+12 |
| | | | |||||
| * | | Make enhanced auth configurable | Lukas Reschke | 2012-10-16 | 2 | -15/+21 |
| | | | |||||
| * | | Don't add the enhanced auth time to the configuration | Lukas Reschke | 2012-10-16 | 1 | -4/+1 |
| | | | |||||
| * | | Set a standard value for enhanced auth time | Lukas Reschke | 2012-10-16 | 1 | -1/+1 |
| | | | |||||
| * | | Make enhanced auth time configurable | Lukas Reschke | 2012-10-16 | 3 | -6/+7 |
| | | | |||||
| * | | Move isUserVerified to OC_Util | Lukas Reschke | 2012-10-16 | 2 | -12/+13 |
| | | |