summaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Expand)AuthorAgeFilesLines
* Return possibly changed appid.Thomas Tanghus2012-08-051-3/+4
* Wait with csrf check for now.Thomas Tanghus2012-08-041-1/+1
* And add the file goddammitThomas Tanghus2012-08-041-0/+65
* hide morelog button if there are no more log entries - bugfix for oc-1398Georg Ehrke2012-08-041-1/+1
* fix tooglegroup for subadminsGeorg Ehrke2012-07-201-1/+7
* simplify code of createuser.phpGeorg Ehrke2012-07-201-7/+4
* simplify code of changepassword.phpGeorg Ehrke2012-07-191-12/+2
* fix copy&paste fail and deny subadmins to set the default qoutaGeorg Ehrke2012-07-192-3/+3
* fix setqouta for subadminsGeorg Ehrke2012-07-191-1/+7
* simplify code of remoteuser.phpGeorg Ehrke2012-07-191-14/+4
* fix removeuser.php for subadminsGeorg Ehrke2012-07-181-1/+17
* remove unused code from togglesubadmins.phpGeorg Ehrke2012-07-181-4/+0
* fix changepassword.php for subadminsGeorg Ehrke2012-07-181-1/+22
* add another file which was missing in the previous commitGeorg Ehrke2012-07-151-0/+23
* subadmins can now add usersGeorg Ehrke2012-07-151-4/+25
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0910-19/+0
* 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 overf...Robin Appelman2011-12-141-1/+4
* after editing a user quota, set the value of the quota field to how the serve...Robin Appelman2011-12-111-1/+1
* make log level configurableRobin Appelman2011-10-161-0/+15
* Merge branch 'lostpassword'Bart Visscher2011-09-301-0/+19
|\
| * 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
* 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