Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | after editing a user quota, set the value of the quota field to how the ↵ | Robin Appelman | 2011-12-11 | 1 | -1/+1 |
| | | | | | | server parsed the input, not the user input this way the user can see when an invalid input is given | ||||
* | make log level configurable | Robin Appelman | 2011-10-16 | 1 | -0/+15 |
| | |||||
* | Merge branch 'lostpassword' | Bart Visscher | 2011-09-30 | 1 | -0/+19 |
|\ | | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php | ||||
| * | Add email field to personal preferences | Bart Visscher | 2011-09-26 | 1 | -0/+19 |
| | | |||||
* | | Add more checks for admin user | Bart Visscher | 2011-09-30 | 2 | -0/+2 |
| | | |||||
* | | Check if the application is actually enabled | Bart Visscher | 2011-09-30 | 1 | -0/+1 |
|/ | |||||
* | Use OC_JSON for json responses | Bart Visscher | 2011-09-25 | 11 | -82/+32 |
| | | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit. | ||||
* | actually check the correct password when changing the password | Robin Appelman | 2011-09-25 | 1 | -1/+2 |
| | |||||
* | check for old password when changing passwords | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | fixed users not being able to change their password | Robin Appelman | 2011-08-30 | 1 | -4/+4 |
| | |||||
* | Fix changing password in personal page (not complete) | Michael Gapczynski | 2011-08-27 | 1 | -1/+1 |
| | |||||
* | add option to set user quota | Robin Appelman | 2011-08-15 | 1 | -0/+22 |
| | |||||
* | merged admin, help and settings to settings | Jan-Christoph Borchardt | 2011-08-13 | 8 | -21/+198 |
| | |||||
* | fix changing passwords | Robin Appelman | 2011-08-12 | 1 | -13/+12 |
| | |||||
* | more work on encryption | Frank Karlitschek | 2011-08-11 | 1 | -0/+1 |
| | |||||
* | move openid settings to Personal | Robin Appelman | 2011-08-06 | 1 | -0/+26 |
| | |||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 2 | -5/+5 |
| | |||||
* | add oc_user::getUser to get the user id of the loggedin user | Robin Appelman | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | make personal settings translatable | Robin Appelman | 2011-06-20 | 2 | -8/+12 |
| | |||||
* | add settings option for language | Robin Appelman | 2011-06-20 | 1 | -0/+24 |
| | |||||
* | Made the "change password" thingie in settings working | Jakob Sack | 2011-04-18 | 1 | -0/+35 |