Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixed file list sorting | Vincent Petry | 2014-08-11 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using a natural sort algorithm that is more consistent between JS and PHP (although not perfect in some corner cases) - added OC.Util.naturalSortComparator that uses the same algo that was used for the user list - changed user list and files list to use OC.Util.naturalSortComparator - removed toLowerCase() and changed the comparator to use String.localeCompare() - added unit tests - added OC_NaturalSort that is used by OCP\Util::naturalSortCompare() | |||||
* | | | Add timeout to user and group deletion notification | Vincent Petry | 2014-09-15 | 1 | -4/+43 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added timeout in DeleteHandler to auto-delete after a delay. Fixed issue where OC.Notification.hide() was called twice in a row when deleting multiple entries, causing the second notification to disappear. Fixed issue where "undo" click event handler was registered multiple times when calling setNotifications() twice. Added JS unit tests for the DeleteHandler class. Refix undo users, groups feature Timeout is now cleared in cancel(). Fixed click handler name for "undo" to be able to work with multiple DeleteHandler instances (in our case one for users and one for groups) so that there is no conflict. | |||||
* | | Merge pull request #10740 from owncloud/fix-everyone-group-count | Lukas Reschke | 2014-09-08 | 1 | -0/+11 | |
|\ \ | | | | | | | Using countUsers method to return true count of users | |||||
| * | | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -0/+11 | |
| | | | ||||||
* | | | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Cleanup routes | Robin Appelman | 2014-08-31 | 1 | -2/+1 | |
| | | | ||||||
* | | | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -87/+128 | |
|/ / | ||||||
* | | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-28 | 1 | -0/+23 | |
| | | | | | | | | | | | | optional columns This fixes #9367. | |||||
* | | Implementing moment.js | Clark Tomlinson | 2014-08-28 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | Updating Usages Removing unused method Adding JS Doc | |||||
* | | Redirect user after clicking on link | Lukas Reschke | 2014-08-22 | 1 | -1/+3 | |
| | | | | | | | | Use DI | |||||
* | | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -0/+16 | |
| | | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | |||||
* | | Fix default quota settings field | Vincent Petry | 2014-08-12 | 1 | -30/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | The default quota settings field is initially hidden which makes it impossible for singleSelect() to make its width measurements. This fix uses the app navigation slide "show" event to defer the singleSelect() initialization on the default quota field. Refactored setQuota() into UserList._updateQuota(). Refactored duplicate event handler code into UserList.onQuotaSelect(). | |||||
* | | Use global apps slide toggle logic | Vincent Petry | 2014-08-12 | 1 | -24/+0 | |
|/ | | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute. | |||||
* | Merge pull request #10176 from owncloud/fix-install-icon-size | Morris Jobke | 2014-08-05 | 1 | -1/+1 | |
|\ | | | | | use correct app-icon class for new apps as well, fix icon size | |||||
| * | use correct app-icon class for new apps as well, fix icon size | Jan-Christoph Borchardt | 2014-08-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #10154 from owncloud/uninstall-undefined-appitem | Morris Jobke | 2014-08-05 | 1 | -1/+2 | |
|\ \ | |/ |/| | Fix undefined variable when uninstalling an app | |||||
| * | Fix undefined variable when uninstalling an app | Robin Appelman | 2014-08-04 | 1 | -1/+2 | |
| | | ||||||
* | | Set group usercount to 0, not '', fixes #9782 | tomneedham | 2014-08-04 | 1 | -1/+3 | |
|/ | ||||||
* | Fixed wrong brackets in apps settings | Der-Jan | 2014-07-30 | 1 | -1/+1 | |
| | ||||||
* | $.unique works only for DOM elements | Arthur Schiwon | 2014-07-18 | 1 | -1/+3 | |
| | ||||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 3 | -4/+4 | |
| | | | | | | - 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 | |||||
* | 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 | 2 | -2/+9 | |
|/ | | | | | | | | | | do not filter groups. but update the user count according to the filter improve phpdoc improve metadata runtime cache add metadata tests | |||||
* | 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 | |
| | ||||||
* | 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 | 2 | -7/+41 | |
| | ||||||
* | 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 | 2 | -2/+12 | |
| | ||||||
* | 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). | |||||
* / | improvements for uninstall button | Georg Ehrke | 2014-07-05 | 1 | -6/+6 | |
|/ | ||||||
* | Revert "hides table header while users load." | Arthur Schiwon | 2014-07-02 | 1 | -2/+0 | |
| | | | | This reverts commit 0dc12a3737127aad28be12f9417d2a63601a88ff. | |||||
* | hides table header while users load. | raghunayyar | 2014-07-01 | 1 | -0/+2 | |
| | ||||||
* | Fix test mail behaviour | Morris Jobke | 2014-06-25 | 1 | -3/+3 | |
| | | | | | | | * ref #8854 * prevent default of "send test mail" button * drop unused form serialization * use display name of user for test mail | |||||
* | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 1 | -3/+13 | |
| | ||||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -1/+2 | |
| | | | | ref #8906 | |||||
* | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-16 | 1 | -0/+27 | |
|\ | | | | | Make shipped apps updatable via appstore | |||||
| * | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 7 | -559/+1259 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | |||||
| * | | remove console.log in apps.js | Georg Ehrke | 2014-06-04 | 1 | -1/+0 | |
| | | | ||||||
| * | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -0/+28 | |
| | | | ||||||
* | | | style | Arthur Schiwon | 2014-06-16 | 1 | -2/+2 | |
| | | | ||||||
* | | | escape before output, fixes #9041 | Arthur Schiwon | 2014-06-16 | 1 | -1/+1 | |
| | | |