Commit Graph

283 Commits (04075eba6b83a71a9af17bc2cfcbdcfe31a76af2)

Author SHA1 Message Date
raghunayyar 970f899726 Initial Commit : Changes Storage to Quota, Implements GroupName editing. 12 years ago
Arthur Schiwon dc28f58951 add Storage Location col 12 years ago
raghunayyar c7af9cd6dd Initial Commit : User Search, Fixes Typos 12 years ago
raghunayyar 78e1b71003 Reverts Bogus Changes. 12 years ago
raghunayyar ce46cd3680 Implements Group Creation from Sidebar 12 years ago
raghunayyar b506388b75 Reverts last commit, implements user in group count. 12 years ago
raghunayyar b2ca595509 Add GroupList Ajax to Users. 12 years ago
Georg Ehrke 2bcfd8e084 make it possible to update shipped apps via the appstore 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Bjoern Schiessle a9ac11718e backup the encryption key after the encryption was disabled so that the user 12 years ago
Thomas Müller e0dd69e4e6 remove legacy aka deprecated code: OC_FilesystemView 12 years ago
Volkan Gezer 1903895172 Make email display name change translatable again 13 years ago
Volkan Gezer 286323f7a4 Fix some localization issues with file encryption/decription strings 13 years ago
Thomas Müller 3eb5898f7b use \OC_Mail::validateAddress() to validate the email address - fixes #7862 13 years ago
Bjoern Schiessle 86b3cdc132 close encryption session after decryption was finished 13 years ago
Bjoern Schiessle f2f5769df7 catch errors during decryption 13 years ago
Bjoern Schiessle 2556647a10 check if user is logged in 13 years ago
Jan-Christoph Borchardt d62b683c6a change 'Display Name' to more understandable 'Full Name', fix #5612 13 years ago
Vincent Petry 1ee4b680f6 Fixed user dir existence check when creating new user 13 years ago
Vincent Petry 00f4928866 Added warning notification when user home already exists 13 years ago
kondou 306a8681c5 Move ajax/changepassword to changepassword/controller to use autoloading 13 years ago
kondou f6faec0e0b Use a controller instead of two files for changepassword.php 13 years ago
kondou 4aa84047fe Remove $recoveryPassword from changepersonalpassword & fix indent 13 years ago
kondou a21376480d Split personal and user-mgmt password change logic 13 years ago
Bjoern Schiessle bab63c22ee encryption error messages, distinguish between a re-enabled encryption app and a password change from outside 13 years ago
kondou 81cadd5ea3 Remove gravatar and no-avatar functionality, prepare for default avatars even more and reword some stuff 13 years ago
kondou 0a4febf1eb Integrate newavatar.php into avatar.php by using GET, POST & DELETE 13 years ago
kondou 9500109349 Refactor newavatar.php and show (for now) an alert on problems when setting new avatars 13 years ago
kondou 252548c62c Improve styling & enable avatar-upload at personal page 13 years ago
kondou a58d270684 Load avatar from path, if one's provided 13 years ago
kondou 2bfe662235 Add unittests & check filetype in setLocalAvatar() 13 years ago
kondou fac671b14e Modularize get(), async getAvatar, avatars @ usermgmt 13 years ago
kondou 4a08f7d710 Add basic avatars and gravatar 13 years ago
kondou fbe7a68ce8 Use personal-password for the password name in personal.php 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Andreas Fischer 4f462e9b6f Add trailing comma for all touched array lines. 13 years ago
Andreas Fischer d38929fb10 Fix spacing of all touched lines. 13 years ago
Bart Visscher 29b6dd53a0 Compare result are already true/false 13 years ago
Owen Winkler cd7e57e8ec Use JSON to send/receive group data. 13 years ago
kondou 605050df9b Log exception at the catching code 13 years ago
kondou 1a4465f41d Improve app-management 13 years ago
Bjoern Schiessle a7a7ef2b3a improved error handling 13 years ago
Bjoern Schiessle b6fa0e4eef working decrypt files method 13 years ago
Björn Schießle 830f5d24c7 add decryptall.php 13 years ago
kondou 05084e03a0 Use !== and === in settings. 13 years ago
Georg Ehrke a2fa91fdd5 init language object before using it 13 years ago
Björn Schießle b25ab94a08 only check for recovery key if someone else than the user wants to change the password 13 years ago
Björn Schießle d7a9852f7b use pre_setPassword hook to update the encryption keys if the back-end doesn't support password change; improved output to let the admin know what happened 13 years ago
Florin Peter 563f343291 fix password change when files_encryption app is disabled 13 years ago
Björn Schießle f70240f430 display a warning if the user has enabled file recovery but the admin tries to change the users password without a recovery password 13 years ago