Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | further improvements on multiple login token support | Michael Göhler | 2012-10-14 | 1 | -3/+13 | |
| * | | improve token security | Michael Göhler | 2012-10-14 | 1 | -1/+1 | |
| * | | 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 | |
* | | | Move the ( to the right position | Lukas Reschke | 2012-10-16 | 1 | -2/+2 | |
* | | | Fix PHP notice | Lukas Reschke | 2012-10-16 | 1 | -2/+2 | |
* | | | Fix PHP notice | Lukas Reschke | 2012-10-16 | 1 | -1/+1 | |
* | | | Add isUserVerified() | Lukas Reschke | 2012-10-16 | 1 | -1/+12 | |
* | | | Merge branch 'extended_log' | Victor Dubiniuk | 2012-10-16 | 2 | -0/+26 | |
|\ \ \ | ||||||
| * | | | Uncaught exception logging | VicDeo | 2012-09-26 | 2 | -2/+8 | |
| * | | | Log PHP errors to the OC log | Victor Dubiniuk | 2012-09-12 | 2 | -0/+20 | |
* | | | | "deny from all" instead directory | Lukas Reschke | 2012-10-15 | 1 | -3/+1 | |
* | | | | Show a warning in the installer if .htaccess is not working | Lukas Reschke | 2012-10-15 | 1 | -0/+7 | |
* | | | | Use /dev/urandom instead of /dev/random | Lukas Reschke | 2012-10-15 | 1 | -4/+4 | |
* | | | | Check if $_Post | Lukas Reschke | 2012-10-15 | 1 | -2/+4 | |
* | | | | Change verifyUser so that external json files can call it | Lukas Reschke | 2012-10-15 | 1 | -4/+6 | |
* | | | | verifyUser() for the json part | Lukas Reschke | 2012-10-15 | 1 | -2/+14 | |
* | | | | Verify password page for users | Lukas Reschke | 2012-10-15 | 1 | -0/+19 | |
* | | | | Correct formatting | Lukas Reschke | 2012-10-15 | 1 | -2/+2 | |
* | | | | Merge pull request #30 from visit1985/logonpage | Lukas Reschke | 2012-10-15 | 2 | -7/+9 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | extend logon page to display multiple error messages | Michael Göhler | 2012-10-14 | 2 | -7/+9 | |
* | | | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 11 | -1324/+1324 | |
* | | | | Show a warning in the installer if no secure RNG is available | Lukas Reschke | 2012-10-14 | 2 | -0/+26 | |
* | | | | Fallback to /dev/random if openssl_random_pseudo_bytes not available | Lukas Reschke | 2012-10-14 | 1 | -6/+14 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-14 | 1 | -1/+1 | |
* | | | | don't increase the size of the users home folder twice | Robin Appelman | 2012-10-13 | 1 | -1/+3 | |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-13 | 1 | -1/+1 | |
* | | | | Fix the require path | Lukas Reschke | 2012-10-13 | 1 | -1/+1 | |
* | | | | fix bug #1977: remove etags from database after version rollback so that the ... | Björn Schießle | 2012-10-12 | 1 | -1/+1 | |
* | | | | this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e sho... | Björn Schießle | 2012-10-12 | 1 | -3/+0 | |
* | | | | remove unneeded variable | Björn Schießle | 2012-10-12 | 1 | -1/+0 | |
* | | | | check if directory already exist before executing mkdir | Björn Schießle | 2012-10-12 | 2 | -0/+40 | |
|/ / / | ||||||
* | | | Use resolved path for require_once in autoloader | Bart Visscher | 2012-10-12 | 1 | -1/+1 | |
* | | | whitespace fixes | Bart Visscher | 2012-10-12 | 2 | -2/+2 | |
* | | | disable log when running tests | Robin Appelman | 2012-10-12 | 1 | -5/+8 | |
* | | | nortmalize path before adding it to the fscache to avoid multiple fscache ent... | Björn Schießle | 2012-10-12 | 1 | -0/+3 | |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-12 | 1 | -0/+1 | |
* | | | add *.ai files to the mimetypes list | Björn Schießle | 2012-10-11 | 1 | -0/+1 | |
* | | | fixed offset calculation (bug #1961) | Björn Schießle | 2012-10-11 | 1 | -1/+1 | |
* | | | Add logging when stripping apps from autoload include path | Bart Visscher | 2012-10-10 | 1 | -2/+5 | |
* | | | Remove unused search code | Bart Visscher | 2012-10-10 | 1 | -1/+0 | |
* | | | No need to use array_search | Bart Visscher | 2012-10-10 | 1 | -1/+1 | |
* | | | Use __DIR__ instead of __FILE__ to get SERVERROOT | Bart Visscher | 2012-10-10 | 1 | -1/+1 | |
* | | | Correct indentation | Lukas Reschke | 2012-10-10 | 1 | -3/+5 |