Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9750 from owncloud/issue/9745 | Vincent Petry | 2014-07-21 | 1 | -7/+9 |
|\ | | | | | Correctly use groups parameter only when its not empty | ||||
| * | Correctly use groups parameter only when its not empty | Joas Schilling | 2014-07-21 | 1 | -7/+9 |
| | | | | | | | | Fix #9745 | ||||
* | | Do not force isAdmin as true and so the list is filtered correctly | Joas Schilling | 2014-07-21 | 1 | -3/+1 |
| | | |||||
* | | Fix username for subadmins and only send subadmin groups | Joas Schilling | 2014-07-21 | 1 | -2/+5 |
|/ | | | | Fix #9748 | ||||
* | remove dead code | Arthur Schiwon | 2014-07-14 | 1 | -7/+7 |
| | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests | ||||
* | magic strings - bad kungfu | Thomas Müller | 2014-07-09 | 1 | -0/+3 |
| | |||||
* | skip certain tests for shipped apps | Georg Ehrke | 2014-06-13 | 1 | -1/+4 |
| | |||||
* | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 5 | -15/+98 |
|\ | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -1/+3 |
| |\ | | | | | | | Add the option to enable apps only for specific groups | ||||
| | * | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -1/+3 |
| | | | |||||
| * | | remove group rename stuff, there is not support in the backends yet. to do ↵ | Arthur Schiwon | 2014-06-02 | 1 | -24/+0 |
| | | | | | | | | | | | | for oc8. | ||||
| * | | Make sure group data is returned. | ringmaster | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Rename $accessiblegroups to $accessibleGroups | Lukas Reschke | 2014-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | cleanup | Arthur Schiwon | 2014-06-02 | 1 | -38/+0 |
| | | | |||||
| * | | unify and consolidate group fetching method for initial template fill and ↵ | Arthur Schiwon | 2014-06-02 | 1 | -35/+46 |
| | | | | | | | | | | | | ajax request | ||||
| * | | get translations from settings, not core | Arthur Schiwon | 2014-06-02 | 2 | -3/+3 |
| | | | |||||
| * | | enable group filtering | Arthur Schiwon | 2014-06-02 | 1 | -0/+75 |
| | | | |||||
| * | | make filter work on server-side | Arthur Schiwon | 2014-06-02 | 1 | -3/+8 |
| | | | |||||
| * | | refactor delete handling and apply it to users and groups | Arthur Schiwon | 2014-06-02 | 1 | -0/+1 |
| | | | |||||
| * | | fix user creation, checkSubAdminUser is only available in OC_JSON | Arthur Schiwon | 2014-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Let's switch to OCP\JSON | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
| | | | |||||
| * | | Use OCP\JSON instead of OC_JSON | Lukas Reschke | 2014-06-02 | 1 | -3/+3 |
| | | | |||||
| * | | Remove legacy "Check for user comment" | Lukas Reschke | 2014-06-02 | 1 | -3/+1 |
| | | | | | | | | | | | | I don't think these comments are necessary anymore and therefore they should get killed. | ||||
| * | | 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 |