Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Adds admin check on groupname changes. | raghunayyar | 2014-06-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | load groups when clicking on them | Arthur Schiwon | 2014-06-02 | 1 | -1/+16 | |
| | | | ||||||
| * | | add Last Login column | Arthur Schiwon | 2014-06-02 | 1 | -2/+6 | |
| | | | ||||||
| * | | Initial Commit : Changes Storage to Quota, Implements GroupName editing. | raghunayyar | 2014-06-02 | 1 | -0/+24 | |
| | | | ||||||
| * | | add Storage Location col | Arthur Schiwon | 2014-06-02 | 2 | -10/+18 | |
| | | | ||||||
| * | | Initial Commit : User Search, Fixes Typos | raghunayyar | 2014-06-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Reverts Bogus Changes. | raghunayyar | 2014-06-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Implements Group Creation from Sidebar | raghunayyar | 2014-06-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | Reverts last commit, implements user in group count. | raghunayyar | 2014-06-02 | 1 | -75/+0 | |
| | | | ||||||
| * | | Add GroupList Ajax to Users. | raghunayyar | 2014-06-02 | 1 | -0/+75 | |
| |/ | ||||||
* | | add unit test | Georg Ehrke | 2014-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | various fixes as requested by pr reviewers | Georg Ehrke | 2014-06-02 | 3 | -6/+4 | |
| | | ||||||
* | | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-05-31 | 4 | -1/+60 | |
|\| | | | | | | | | | | | Conflicts: lib/private/app.php lib/private/installer.php | |||||
| * | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+18 | |
| | | ||||||
| * | Merge pull request #8398 from owncloud/enc_backup_keys | Björn Schießle | 2014-05-13 | 2 | -0/+41 | |
| |\ | | | | | | | backup the encryption key after the encryption was disabled | |||||
| | * | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 2 | -0/+41 | |
| | | | | | | | | | | | | can restore them if needed | |||||
| * | | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -1/+1 | |
| |/ | ||||||
* / | make it possible to update shipped apps via the appstore | Georg Ehrke | 2014-05-31 | 4 | -9/+80 | |
|/ | ||||||
* | Make email display name change translatable again | Volkan Gezer | 2014-04-15 | 2 | -2/+2 | |
| | ||||||
* | Fix some localization issues with file encryption/decription strings | Volkan Gezer | 2014-04-05 | 1 | -3/+4 | |
| | ||||||
* | use \OC_Mail::validateAddress() to validate the email address - fixes #7862 | Thomas Müller | 2014-03-24 | 1 | -1/+1 | |
| | ||||||
* | close encryption session after decryption was finished | Bjoern Schiessle | 2014-02-26 | 1 | -0/+2 | |
| | ||||||
* | catch errors during decryption | Bjoern Schiessle | 2014-02-17 | 1 | -1/+8 | |
| | ||||||
* | check if user is logged in | Bjoern Schiessle | 2013-11-26 | 1 | -0/+3 | |
| | ||||||
* | change 'Display Name' to more understandable 'Full Name', fix #5612 | Jan-Christoph Borchardt | 2013-11-06 | 1 | -2/+2 | |
| | ||||||
* | Fixed user dir existence check when creating new user | Vincent Petry | 2013-10-25 | 1 | -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 exists | Vincent Petry | 2013-10-22 | 1 | -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 autoloading | kondou | 2013-09-13 | 1 | -98/+0 | |
| | ||||||
* | Use a controller instead of two files for changepassword.php | kondou | 2013-09-11 | 2 | -77/+84 | |
| | ||||||
* | Remove $recoveryPassword from changepersonalpassword & fix indent | kondou | 2013-09-06 | 2 | -9/+12 | |
| | ||||||
* | Split personal and user-mgmt password change logic | kondou | 2013-09-06 | 2 | -18/+42 | |
| | ||||||
* | Merge pull request #4563 from owncloud/use_personal-password | Jan-Christoph Borchardt | 2013-08-28 | 1 | -1/+1 | |
|\ | | | | | Use personal-password for the password name in personal.php | |||||
| * | Use personal-password for the password name in personal.php | kondou | 2013-08-24 | 1 | -1/+1 | |
| | | | | | | | | Fix #4491 | |||||
* | | Merge branch 'master' into improve_app-management | kondou | 2013-08-21 | 5 | -4/+29 | |
|\| | | | | | | | | | Conflicts: settings/js/apps.js | |||||
| * | Merge pull request #4447 from owncloud/fix_4351_master | Morris Jobke | 2013-08-20 | 1 | -1/+1 | |
| |\ | | | | | | | Use JSON to send/receive group data. | |||||
| | * | Use JSON to send/receive group data. | Owen Winkler | 2013-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Squashed commits from PR #4364 for master. | |||||
| * | | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 1 | -0/+25 | |
| |\ \ | | | | | | | | | Enable user to decrypt files again after encryption app was disabled | |||||
| | * | | improved error handling | Bjoern Schiessle | 2013-07-30 | 1 | -4/+8 | |
| | | | | ||||||
| | * | | working decrypt files method | Bjoern Schiessle | 2013-07-29 | 1 | -8/+15 | |
| | | | | ||||||
| | * | | add decryptall.php | Björn Schießle | 2013-07-29 | 1 | -0/+14 | |
| | |/ | ||||||
| * | | Merge pull request #4497 from owncloud/newlines_at_eof_kondou | Kondou | 2013-08-18 | 2 | -2/+2 | |
| |\ \ | | | | | | | | | Add newlines at the end of files | |||||
| | * | | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 | |
| | |/ | ||||||
| * | | Add trailing comma for all touched array lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix spacing of all touched lines. | Andreas Fischer | 2013-08-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -1/+1 | |
| |/ | ||||||
* | | Log exception at the catching code | kondou | 2013-08-09 | 1 | -0/+1 | |
| | | ||||||
* | | Improve app-management | kondou | 2013-08-06 | 1 | -6/+5 | |
|/ | | | | | | | | - Better error messages - Translate untranslated strings Basically picks non-app-dependency related stuff from #4017 | |||||
* | Use !== and === in settings. | kondou | 2013-07-21 | 7 | -12/+12 | |
| | ||||||
* | Merge branch 'master' into files_encryption_check_private_key | Björn Schießle | 2013-06-13 | 1 | -0/+1 | |
|\ | | | | | | | | | | | Conflicts: apps/files_encryption/appinfo/app.php apps/files_encryption/lib/util.php | |||||
| * | Merge pull request #3681 from owncloud/fix_ajax_removeuser.php | Morris Jobke | 2013-06-12 | 1 | -0/+1 | |
| |\ | | | | | | | Init language object before using it |