Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Tips & tricks section to admin settings | Jan-Christoph Borchardt | 2015-03-23 | 1 | -0/+8 |
| | |||||
* | collapse app descriptions by default, make expandable, fix #13112 | Jan-Christoph Borchardt | 2015-03-19 | 1 | -0/+15 |
| | |||||
* | Merge pull request #14972 from owncloud/add-group-style | Morris Jobke | 2015-03-18 | 1 | -2/+21 |
|\ | | | | | User management design details | ||||
| * | slight positioning fixes in user mgmt controls bar | Jan-Christoph Borchardt | 2015-03-17 | 1 | -1/+4 |
| | | |||||
| * | improve style of 'Add group' input and button | Jan-Christoph Borchardt | 2015-03-17 | 1 | -1/+17 |
| | | |||||
* | | add whitespace to prevent file deletion when wanting to scroll | Jan-Christoph Borchardt | 2015-03-17 | 1 | -2/+6 |
|/ | |||||
* | adjust list of errors, more compact and readable | Jan-Christoph Borchardt | 2015-03-06 | 1 | -1/+7 |
| | |||||
* | Make the password changed msg inline to fix #10242 | kondou | 2015-02-11 | 1 | -2/+0 |
| | |||||
* | Add value if restore of data is possible for a user | Morris Jobke | 2015-01-27 | 1 | -1/+4 |
| | | | | | | | | | | | * reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy | ||||
* | add margin to log table - fixes #13558 | Morris Jobke | 2015-01-21 | 1 | -1/+4 |
| | |||||
* | Mail address of users is now changable in the user management | Morris Jobke | 2014-12-18 | 1 | -0/+1 |
| | | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages | ||||
* | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commands | Bernhard Posselt | 2014-12-15 | 1 | -0/+5 |
|\ | | | | | adding dependencies for command line tools and php libraries | ||||
| * | adjust styling of missing dependencies in apps management | Thomas Müller | 2014-12-11 | 1 | -0/+5 |
| | | |||||
* | | Show user backend in user management | Morris Jobke | 2014-12-12 | 1 | -2/+5 |
|/ | | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area | ||||
* | display missing dependencies in the apps management page | Thomas Müller | 2014-12-04 | 1 | -0/+6 |
| | |||||
* | Merge pull request #11570 from owncloud/backport-11408-master | Lukas Reschke | 2014-10-15 | 1 | -2/+2 |
|\ | | | | | Backport 11408 master | ||||
| * | Refactor MailSettings controller | Lukas Reschke | 2014-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php | ||||
* | | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -3/+58 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -1/+13 |
| | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -3/+5 |
| | |||||
* | user mgmt: move 'Show storage location' and 'Show last log in' to settings area | Jan-Christoph Borchardt | 2014-08-29 | 1 | -10/+0 |
| | |||||
* | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-28 | 1 | -0/+2 |
| | | | | | | optional columns This fixes #9367. | ||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -0/+5 |
| | | | | | | - 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 | ||||
* | add link to contribute and promote pages in personal settings | Jan-Christoph Borchardt | 2014-07-02 | 1 | -0/+3 |
| | |||||
* | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -3/+8 |
| | | | | ref #8906 | ||||
* | simplify security warning on admin page | Morris Jobke | 2014-06-16 | 1 | -2/+4 |
| | |||||
* | fix hidden user group search field | Volkan Gezer | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 1 | -11/+0 |
| | |||||
* | slightly widen sidebar to 250px, works better with apps and on mobile | Jan-Christoph Borchardt | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8620 from owncloud/design-navigation-two | Thomas Müller | 2014-06-05 | 1 | -1/+4 |
|\ | | | | | Toggle app navigation not only on mobile, but on desktop as well | ||||
| * | fix related layout issues in user management | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+4 |
| | | |||||
* | | personal settings: unbold clients header and remove obsolete CSS | Jan-Christoph Borchardt | 2014-06-04 | 1 | -4/+7 |
|/ | |||||
* | Merge pull request #7151 from owncloud/user-jquery | Thomas Müller | 2014-06-03 | 1 | -2/+40 |
|\ | | | | | Continuing the New User management | ||||
| * | user management: display table at full width | Jan-Christoph Borchardt | 2014-06-02 | 1 | -0/+6 |
| | | |||||
| * | user management: remove unneeded and erroneous user filter reset function | Jan-Christoph Borchardt | 2014-06-02 | 1 | -4/+0 |
| | | |||||
| * | add reset button for the filter field | Arthur Schiwon | 2014-06-02 | 1 | -2/+8 |
| | | |||||
| * | Enhancement : Toggle Add Group on Click, @blizzz have a look here. | raghunayyar | 2014-06-02 | 1 | -0/+5 |
| | | |||||
| * | Enhancement : The edit icon looks like files app rename fileaction. | raghunayyar | 2014-06-02 | 1 | -9/+10 |
| | | |||||
| * | Enhancement: Transparency added to icons, changes opacity to 1 on hover. | raghunayyar | 2014-06-02 | 1 | -1/+2 |
| | | |||||
| * | Enhancement: Makes Edit and Delete Icons Tapable, 44px by 44px dimensions. | raghunayyar | 2014-06-02 | 1 | -5/+8 |
| | | |||||
| * | Enhancement: Always show edit & delete for the active group. | raghunayyar | 2014-06-02 | 1 | -6/+7 |
| | | |||||
| * | Rename and Delete Happens only on Active Group. | raghunayyar | 2014-06-02 | 1 | -3/+3 |
| | | |||||
| * | Initial Commit : Changes Storage to Quota, Implements GroupName editing. | raghunayyar | 2014-06-02 | 1 | -1/+6 |
| | | |||||
| * | Initial Commit : User Search, Fixes Typos | raghunayyar | 2014-06-02 | 1 | -1/+3 |
| | | |||||
| * | Fixes delete icon only on hover. | raghunayyar | 2014-06-02 | 1 | -1/+2 |
| | | |||||
| * | Deletes Group Clientside Effectively. | raghunayyar | 2014-06-02 | 1 | -1/+5 |
| | | |||||
| * | Reverts last commit, implements user in group count. | raghunayyar | 2014-06-02 | 1 | -0/+1 |
| | | |||||
| * | Add GroupList Ajax to Users. | raghunayyar | 2014-06-02 | 1 | -1/+1 |
| | | |||||
| * | Splits Controls overlap in files and users. | raghunayyar | 2014-06-02 | 1 | -0/+7 |
| | |