Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSRF check in the settings | Lukas Reschke | 2012-07-07 | 13 | -1/+15 |
| | |||||
* | use new sanitizeHTML() function | Bjoern Schiessle | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | Fix newline in code | Bart Visscher | 2012-06-04 | 1 | -2/+3 |
| | |||||
* | Validate email on save | Tom Needham | 2012-06-04 | 1 | -5/+4 |
| | |||||
* | Sanitize group in togglegroups | Michael Gapczynski | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | Provide feedback when user creation fails | Michael Gapczynski | 2012-05-06 | 1 | -4/+4 |
| | |||||
* | sanity check on language selection | Robin Appelman | 2012-04-15 | 1 | -2/+8 |
| | |||||
* | reuse OC_L10N objects | Robin Appelman | 2012-04-14 | 3 | -3/+3 |
| | |||||
* | show error when installing an app has failed | Robin Appelman | 2012-04-14 | 2 | -4/+6 |
| | |||||
* | Add support for logging to syslog | Bart Visscher | 2012-03-30 | 1 | -1/+1 |
| | |||||
* | improve log browsing | Robin Appelman | 2012-02-26 | 2 | -0/+22 |
| | |||||
* | add configure option for default quota | Robin Appelman | 2012-02-24 | 1 | -2/+9 |
| | |||||
* | new config widget for user quota | Robin Appelman | 2012-02-24 | 1 | -4/+5 |
| | |||||
* | add a default user quota | Robin Appelman | 2012-02-24 | 1 | -2/+8 |
| | |||||
* | save quota in human readable format (42 MB), should prevent some of the ↵ | Robin Appelman | 2011-12-14 | 1 | -1/+4 |
| | | | | overflow related problems | ||||
* | 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 |