Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1500 | -176214/+23713 |
|\ | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | 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-17 | 9 | -9/+9 |
| | | |||||
| * | From now on we support two german translation: formal and personal | Thomas Mueller | 2012-10-16 | 1 | -1/+2 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 77 | -551/+2719 |
| | | |||||
| * | remove apps translations - they live in owncloud/apps now | Thomas Mueller | 2012-10-16 | 770 | -133244/+0 |
| | | |||||
| * | 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 | 3 | -14/+70 |
| |\ | | | | | | | reresubmit: improved persistent cookies :) | ||||
| | * | 128byte is not 128bit - now we realy use 256bit (same as PHPSESSID) | Michael Göhler | 2012-10-15 | 3 | -4/+4 |
| | | | |||||
| | * | extend configkey column to hold 128bit values | Michael Göhler | 2012-10-14 | 2 | -2/+2 |
| | | | |||||
| | * | 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 | 3 | -5/+9 |
| | | | |||||
| | * | 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 |
| | | | |||||
| * | | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 106 | -1370/+6973 |
| | | | |||||
| * | | Make enhanced auth configurable | Lukas Reschke | 2012-10-16 | 3 | -15/+24 |
| | | | |||||
| * | | 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 | 4 | -6/+10 |
| | | | |||||
| * | | Move isUserVerified to OC_Util | Lukas Reschke | 2012-10-16 | 3 | -13/+14 |
| | | | |||||
| * | | Move the ( to the right position | Lukas Reschke | 2012-10-16 | 1 | -2/+2 |
| | | | |||||
| * | | Password check for admins | Lukas Reschke | 2012-10-16 | 1 | -2/+6 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Correct check for admin | Lukas Reschke | 2012-10-16 | 1 | -4/+2 |
| | | | |||||
| * | | Merge branch 'extended_log' | Victor Dubiniuk | 2012-10-16 | 2 | -0/+26 |
| |\ \ | | | | | | | | | | | | | PHP errors logging into the owncloud log | ||||
| | * | | 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 |
| | | | | |||||
| * | | | Verify passwords for admins | Lukas Reschke | 2012-10-16 | 1 | -3/+11 |
| | | | | |||||
| * | | | Remove verify user from personal.php | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
| | | | | |||||
| * | | | Revert "Verify user login before changing the password reset mail" | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | This reverts commit 9aa9110fd906bc9191adbb129bf421ede77ccad7. | ||||
| * | | | Revert "Remove old password check from changepassword and use verifyUser ↵ | Lukas Reschke | 2012-10-15 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | instead" This reverts commit e6b8153865a521a4750ec44016c5f22f453edfe1. |