Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27close encryption session after decryption was finishedBjoern Schiessle
2014-02-17catch errors during decryptionBjoern Schiessle
2013-11-26check if user is logged inBjoern Schiessle
2013-11-06change 'Display Name' to more understandable 'Full Name', fix #5612Jan-Christoph Borchardt
2013-10-25Fixed user dir existence check when creating new userVincent Petry
2013-10-22Added warning notification when user home already existsVincent Petry
2013-09-13Move ajax/changepassword to changepassword/controller to use autoloadingkondou
2013-09-11Use a controller instead of two files for changepassword.phpkondou
2013-09-06Remove $recoveryPassword from changepersonalpassword & fix indentkondou
2013-09-06Split personal and user-mgmt password change logickondou
2013-08-28Merge pull request #4563 from owncloud/use_personal-passwordJan-Christoph Borchardt
2013-08-24Use personal-password for the password name in personal.phpkondou
2013-08-21Merge branch 'master' into improve_app-managementkondou
2013-08-20Merge pull request #4447 from owncloud/fix_4351_masterMorris Jobke
2013-08-18Merge pull request #4239 from owncloud/decrypt_files_againBjörn Schießle
2013-08-18Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou
2013-08-18Add _many_ newlines at the end of fileskondou
2013-08-18Add trailing comma for all touched array lines.Andreas Fischer
2013-08-18Fix spacing of all touched lines.Andreas Fischer
2013-08-17Compare result are already true/falseBart Visscher
2013-08-15Use JSON to send/receive group data.Owen Winkler
2013-08-09Log exception at the catching codekondou
2013-08-06Improve app-managementkondou
2013-07-30improved error handlingBjoern Schiessle
2013-07-29working decrypt files methodBjoern Schiessle
2013-07-29add decryptall.phpBjörn Schießle
2013-07-21Use !== and === in settings.kondou
2013-06-13Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-12Merge pull request #3681 from owncloud/fix_ajax_removeuser.phpMorris Jobke
2013-06-12init language object before using itGeorg Ehrke
2013-06-10Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle
2013-06-07only check for recovery key if someone else than the user wants to change the...Björn Schießle
2013-06-06use pre_setPassword hook to update the encryption keys if the back-end doesn'...Björn Schießle
2013-06-03fix password change when files_encryption app is disabledFlorin Peter
2013-05-18display a warning if the user has enabled file recovery but the admin tries t...Björn Schießle
2013-05-16show nicer warning if the admin recovery password was wrongBjörn Schießle
2013-05-16some error handling in case the recovery password is wrongBjörn Schießle
2013-05-16allow admin to recover users files in case of password lostBjörn Schießle
2013-05-08fix inconsistent post parameters in change password operationBjörn Schießle
2013-05-07allow to set quota to zero, issue #2696Björn Schießle
2013-05-03Fix retrieval of users with multiple backendsArthur Schiwon
2013-04-26Merge pull request #3098 from jerrac/displaynamesaveontimeoutMorris Jobke
2013-04-24Fixed comment in personal.js. Changed message text in changedisplayname.php.David Reagan
2013-04-23Made saving the display name work the same way as the email address. Fixed a ...David Reagan
2013-04-23fix syntax layoutMorris Jobke
2013-04-23fix logical issue while retrieving log via ajaxMorris Jobke
2013-04-09fixes #2743 - use public OC_User::getDisplayName instead of OC_User::determin...Thomas Mueller
2013-03-04Add log as text and not as HTMLLukas Reschke
2013-03-04Fix encoding settings ajax getlogBart Visscher
2013-02-22Whitespace fixesBart Visscher