summaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Collapse)AuthorAgeFilesLines
* CSRF check in the settingsLukas Reschke2012-07-0713-1/+15
|
* use new sanitizeHTML() functionBjoern Schiessle2012-06-211-1/+1
|
* use new sanitize HTML functionBjoern Schiessle2012-06-191-1/+1
|
* Fix newline in codeBart Visscher2012-06-041-2/+3
|
* Validate email on saveTom Needham2012-06-041-5/+4
|
* Sanitize group in togglegroupsMichael Gapczynski2012-05-091-1/+1
|
* Provide feedback when user creation failsMichael Gapczynski2012-05-061-4/+4
|
* sanity check on language selectionRobin Appelman2012-04-151-2/+8
|
* reuse OC_L10N objectsRobin Appelman2012-04-143-3/+3
|
* show error when installing an app has failedRobin Appelman2012-04-142-4/+6
|
* Add support for logging to syslogBart Visscher2012-03-301-1/+1
|
* improve log browsingRobin Appelman2012-02-262-0/+22
|
* add configure option for default quotaRobin Appelman2012-02-241-2/+9
|
* new config widget for user quotaRobin Appelman2012-02-241-4/+5
|
* add a default user quotaRobin Appelman2012-02-241-2/+8
|
* save quota in human readable format (42 MB), should prevent some of the ↵Robin Appelman2011-12-141-1/+4
| | | | overflow related problems
* after editing a user quota, set the value of the quota field to how the ↵Robin Appelman2011-12-111-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 configurableRobin Appelman2011-10-161-0/+15
|
* Merge branch 'lostpassword'Bart Visscher2011-09-301-0/+19
|\ | | | | | | | | | | | | Conflicts: core/templates/login.php index.php lib/util.php
| * Add email field to personal preferencesBart Visscher2011-09-261-0/+19
| |
* | Add more checks for admin userBart Visscher2011-09-302-0/+2
| |
* | Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|/
* Use OC_JSON for json responsesBart Visscher2011-09-2511-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 passwordRobin Appelman2011-09-251-1/+2
|
* check for old password when changing passwordsRobin Appelman2011-09-251-1/+1
|
* fixed users not being able to change their passwordRobin Appelman2011-08-301-4/+4
|
* Fix changing password in personal page (not complete)Michael Gapczynski2011-08-271-1/+1
|
* add option to set user quotaRobin Appelman2011-08-151-0/+22
|
* merged admin, help and settings to settingsJan-Christoph Borchardt2011-08-138-21/+198
|
* fix changing passwordsRobin Appelman2011-08-121-13/+12
|
* more work on encryptionFrank Karlitschek2011-08-111-0/+1
|
* move openid settings to PersonalRobin Appelman2011-08-061-0/+26
|
* Renaming classes :-)Jakob Sack2011-07-292-5/+5
|
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-1/+1
|
* make personal settings translatableRobin Appelman2011-06-202-8/+12
|
* add settings option for languageRobin Appelman2011-06-201-0/+24
|
* Made the "change password" thingie in settings workingJakob Sack2011-04-181-0/+35