Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #9732 from owncloud/fix-9716 | Morris Jobke | 2014-07-20 | 1 | -1/+3 |
|\ | | | | | do not show selected groups twice after user creation | ||||
| * | $.unique works only for DOM elements | Arthur Schiwon | 2014-07-18 | 1 | -1/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-20 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-19 | 1 | -1/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-18 | 1 | -1/+115 |
| | |||||
* | Merge pull request #9705 from owncloud/ie8-userspagefix | blizzz | 2014-07-17 | 5 | -6/+11 |
|\ | | | | | Fixed JS and CSS issues in users page | ||||
| * | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 5 | -6/+11 |
| | | | | | | | | | | | | - Renamed "delete" to "deleteEntry" to make IE8 happy. - Added missing "svg" class for the "+" button - Added height to "+" button but was unable to properly align it | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-17 | 2 | -22/+75 |
|/ | |||||
* | Port of #9584 | Stephan Peijnik | 2014-07-16 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9583 lib/private/group/metadata.php: For subadmins also return an array of groups, indexed by their GIDs. settings/users.php: Convert array of arrays to array of GIDs before calling into OC_Group::displayNamesInGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Fix indentation. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Renamed $grp to $group in foreach loop. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Use is_null() instead of empty() when checking the return value of GroupManager::get(). Additionally, $grp was renamed to $group inside \OC\Group\MetaData::fetchGroups(). Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> Updated code to reflect changes introduced to \OC\Group\MetaData. Now that fetchGroups() does not exist anymore and getGroups() is called directory, the 'groups' property does not exist anymore. Instead, we now generate that array on the fly and return it from getGroups. Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com> | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-16 | 1 | -3/+4 |
| | |||||
* | Merge pull request #9628 from edozzo/master | blizzz | 2014-07-15 | 1 | -2/+12 |
|\ | | | | | Userlist: async load doesnt fill checked group/subadmin array | ||||
| * | Strinct comparsion fix | DeLtAfOx | 2014-07-15 | 1 | -2/+2 |
| | | |||||
| * | Userlist: async load doesnt fill checked group/subadmin array | DeLtAfOx | 2014-07-15 | 1 | -2/+12 |
| | | |||||
* | | remove dead code | Arthur Schiwon | 2014-07-14 | 3 | -9/+16 |
|/ | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-14 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-13 | 2 | -0/+33 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-12 | 2 | -0/+3 |
| | |||||
* | Merge pull request #9525 from owncloud/incrementuser2 | Vincent Petry | 2014-07-10 | 4 | -37/+109 |
|\ | | | | | increment/decrement group and user counts when necessary | ||||
| * | use .filterAttr() | Thomas Müller | 2014-07-09 | 1 | -4/+4 |
| | | |||||
| * | use .filterAttr() | Thomas Müller | 2014-07-09 | 1 | -7/+8 |
| | | |||||
| * | some more cleanup | Thomas Müller | 2014-07-09 | 1 | -38/+36 |
| | | |||||
| * | magic strings - bad kungfu | Thomas Müller | 2014-07-09 | 1 | -0/+3 |
| | | |||||
| * | remove the group in case the last user has removed from that group | Thomas Müller | 2014-07-09 | 1 | -0/+12 |
| | | |||||
| * | fixing JS synatx errors | Thomas Müller | 2014-07-09 | 2 | -5/+5 |
| | | |||||
| * | avoid global selector | Arthur Schiwon | 2014-07-09 | 1 | -1/+1 |
| | | |||||
| * | increase/decrease everyone count on user creation/deletion | Arthur Schiwon | 2014-07-09 | 3 | -8/+42 |
| | | |||||
| * | decrease user count in affected groups after user delete | Arthur Schiwon | 2014-07-09 | 1 | -0/+14 |
| | | |||||
| * | increment group counters when a user is created | Arthur Schiwon | 2014-07-09 | 3 | -3/+13 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-10 | 10 | -2/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-09 | 36 | -36/+1 |
| | |||||
* | fix apostrophe fixes #9486 | Volkan Gezer | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-08 | 2 | -4/+5 |
| | |||||
* | Merge pull request #9505 from stephane84/fix-9497 | Vincent Petry | 2014-07-07 | 1 | -0/+1 |
|\ | | | | | Refocus input field after user creation | ||||
| * | Fixes #9497 | Stephane V | 2014-07-07 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #9479 from stephane84/fix-9147 | Morris Jobke | 2014-07-07 | 1 | -0/+1 |
|\ \ | | | | | | | Log table design glitch in date field | ||||
| * | | Bug 9147 owncloud/core | Stephane V | 2014-07-06 | 1 | -0/+1 |
| |/ | | | | | | | Added class="date" in the latest column of the log table to get everything on one line (in the ajax request). | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-07 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #9469 from owncloud/replace_uninstall_button_with_link | Morris Jobke | 2014-07-06 | 2 | -7/+7 |
|\ \ | |/ |/| | improvements for uninstall button | ||||
| * | improvements for uninstall button | Georg Ehrke | 2014-07-05 | 2 | -7/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-06 | 2 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-05 | 1 | -0/+37 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-04 | 14 | -0/+14 |
| | |||||
* | Merge pull request #9390 from owncloud/fix-9368 | Jan-Christoph Borchardt | 2014-07-03 | 1 | -2/+0 |
|\ | | | | | Revert 'hides table header while users load.' | ||||
| * | Revert "hides table header while users load." | Arthur Schiwon | 2014-07-02 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-03 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #9374 from owncloud/link-contribute-promote | Jan-Christoph Borchardt | 2014-07-02 | 2 | -0/+15 |
|\ \ | |/ |/| | add link to contribute and promote pages in personal settings | ||||
| * | personal: link straight to /promote as @tomneedham said | Jan-Christoph Borchardt | 2014-07-02 | 1 | -1/+1 |
| | | |||||
| * | add link to contribute and promote pages in personal settings | Jan-Christoph Borchardt | 2014-07-02 | 2 | -0/+15 |
| | | |||||
* | | remove shadow effects from settings icons, reduce size | Jan-Christoph Borchardt | 2014-07-02 | 10 | -35/+11 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-02 | 2 | -1/+5 |
| |