summaryrefslogtreecommitdiffstats
path: root/settings/ajax
Commit message (Collapse)AuthorAgeFilesLines
* check if user is logged inBjoern Schiessle2013-11-261-0/+3
|
* change 'Display Name' to more understandable 'Full Name', fix #5612Jan-Christoph Borchardt2013-11-061-2/+2
|
* Fixed user dir existence check when creating new userVincent Petry2013-10-251-4/+4
| | | | | | The check was done too later. It turns out that createUser() had already created the dir, which caused the warning message to be shown every time.
* Added warning notification when user home already existsVincent Petry2013-10-221-0/+7
| | | | | | | When creating a user and the home already exists in the data dir, a warning notification will be displayed. Fixes #5161
* Move ajax/changepassword to changepassword/controller to use autoloadingkondou2013-09-131-98/+0
|
* Use a controller instead of two files for changepassword.phpkondou2013-09-112-77/+84
|
* Remove $recoveryPassword from changepersonalpassword & fix indentkondou2013-09-062-9/+12
|
* Split personal and user-mgmt password change logickondou2013-09-062-18/+42
|
* Merge pull request #4563 from owncloud/use_personal-passwordJan-Christoph Borchardt2013-08-281-1/+1
|\ | | | | Use personal-password for the password name in personal.php
| * Use personal-password for the password name in personal.phpkondou2013-08-241-1/+1
| | | | | | | | Fix #4491
* | Merge branch 'master' into improve_app-managementkondou2013-08-215-4/+29
|\| | | | | | | | | Conflicts: settings/js/apps.js
| * Merge pull request #4447 from owncloud/fix_4351_masterMorris Jobke2013-08-201-1/+1
| |\ | | | | | | Use JSON to send/receive group data.
| | * Use JSON to send/receive group data.Owen Winkler2013-08-151-1/+1
| | | | | | | | | | | | Squashed commits from PR #4364 for master.
| * | Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle2013-08-181-0/+25
| |\ \ | | | | | | | | Enable user to decrypt files again after encryption app was disabled
| | * | improved error handlingBjoern Schiessle2013-07-301-4/+8
| | | |
| | * | working decrypt files methodBjoern Schiessle2013-07-291-8/+15
| | | |
| | * | add decryptall.phpBjörn Schießle2013-07-291-0/+14
| | |/
| * | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-182-2/+2
| |\ \ | | | | | | | | Add newlines at the end of files
| | * | Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
| | |/
| * | Add trailing comma for all touched array lines.Andreas Fischer2013-08-171-1/+1
| | |
| * | Fix spacing of all touched lines.Andreas Fischer2013-08-171-1/+1
| | |
| * | Compare result are already true/falseBart Visscher2013-08-171-1/+1
| |/
* | Log exception at the catching codekondou2013-08-091-0/+1
| |
* | Improve app-managementkondou2013-08-061-6/+5
|/ | | | | | | | - Better error messages - Translate untranslated strings Basically picks non-app-dependency related stuff from #4017
* Use !== and === in settings.kondou2013-07-217-12/+12
|
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-131-0/+1
|\ | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php
| * Merge pull request #3681 from owncloud/fix_ajax_removeuser.phpMorris Jobke2013-06-121-0/+1
| |\ | | | | | | Init language object before using it
| | * init language object before using itGeorg Ehrke2013-06-121-0/+1
| | |
* | | Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-8/+22
|\| | | | | | | | | | | | | | Conflicts: settings/ajax/changepassword.php
| * | use pre_setPassword hook to update the encryption keys if the back-end ↵Björn Schießle2013-06-061-9/+21
| |/ | | | | | | doesn't support password change; improved output to let the admin know what happened
* | only check for recovery key if someone else than the user wants to change ↵Björn Schießle2013-06-071-1/+1
| | | | | | | | the password
* | fix password change when files_encryption app is disabledFlorin Peter2013-06-031-23/+29
|/
* display a warning if the user has enabled file recovery but the admin tries ↵Björn Schießle2013-05-181-3/+7
| | | | to change the users password without a recovery password
* show nicer warning if the admin recovery password was wrongBjörn Schießle2013-05-161-1/+1
|
* some error handling in case the recovery password is wrongBjörn Schießle2013-05-161-2/+5
|
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-2/+3
|
* fix inconsistent post parameters in change password operationBjörn Schießle2013-05-081-1/+1
|
* allow to set quota to zero, issue #2696Björn Schießle2013-05-071-5/+1
|
* Fix retrieval of users with multiple backendsArthur Schiwon2013-05-031-2/+7
|
* Merge pull request #3098 from jerrac/displaynamesaveontimeoutMorris Jobke2013-04-251-1/+3
|\ | | | | On the Personal Settings page, made the display name save like the email address saves
| * Fixed comment in personal.js. Changed message text in changedisplayname.php.David Reagan2013-04-231-1/+1
| |
| * Made saving the display name work the same way as the email address. Fixed a ↵David Reagan2013-04-231-1/+3
| | | | | | | | few comparison operators. Increased the fadeOut time for the success and error messages.
* | fix syntax layoutMorris Jobke2013-04-231-3/+6
| |
* | fix logical issue while retrieving log via ajaxMorris Jobke2013-04-231-1/+1
|/
* fixes #2743 - use public OC_User::getDisplayName instead of ↵Thomas Mueller2013-04-081-1/+1
| | | | OC_User::determineDisplayName
* Add log as text and not as HTMLLukas Reschke2013-03-031-9/+2
|
* Fix encoding settings ajax getlogBart Visscher2013-03-031-1/+10
|
* Whitespace fixesBart Visscher2013-02-221-31/+31
|
* Merge pull request #1855 from owncloud/userlist_load_displaynamesBernhard Posselt2013-02-221-2/+4
|\ | | | | Fetch displayname in userlist ajax requests. Refs #1681
| * Fetch displayname in userlist ajax requests. Refs #1681Thomas Tanghus2013-02-221-2/+4
| |