Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 38 | -171/+632 |
|\ | |||||
| * | Check for file exists before loading app version file | Bart Visscher | 2012-10-17 | 1 | -3/+2 |
| * | 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 | 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 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 |
| |\ | |||||
| | * | 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 |
| | * | 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 |