Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show user backend in user management | Morris Jobke | 2014-12-12 | 2 | -8/+20 |
| | | | | | | | * 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 | ||||
* | move loading of JS and CSS to template | Morris Jobke | 2014-12-12 | 1 | -0/+13 |
| | |||||
* | remove PHP generated user list and move all to the existing JS part | Morris Jobke | 2014-12-12 | 1 | -70/+16 |
| | |||||
* | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 1 | -1/+6 |
| | | | | Fix #10836 | ||||
* | Check for working .htaccess via AJAX | Lukas Reschke | 2014-12-06 | 1 | -15/+1 |
| | | | | Fixes https://github.com/owncloud/core/issues/12650 | ||||
* | Merge pull request #12607 from owncloud/this-is-an-awesome-day | Clark Tomlinson | 2014-12-04 | 1 | -14/+0 |
|\ | | | | | PHP 5.4 is now required for master | ||||
| * | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 1 | -14/+0 |
| | | | | | | | | :beers: | ||||
* | | display missing dependencies in the apps management page | Thomas Müller | 2014-12-04 | 1 | -0/+11 |
| | | |||||
* | | adding @ sign between email address and domain name to make the syntax clearer | Simon Whittaker | 2014-12-02 | 1 | -1/+1 |
|/ | |||||
* | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 1 | -3/+17 |
| | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database | ||||
* | update grammar | Volkan Gezer | 2014-11-21 | 1 | -1/+1 |
| | | | Suggested by mnestis on Transifex. | ||||
* | User management search just searches users - adjust label of input field - ↵ | Morris Jobke | 2014-11-18 | 1 | -1/+1 |
| | | | | fixes #10229 | ||||
* | Merge pull request #11917 from owncloud/fix-11909 | Thomas Müller | 2014-11-11 | 1 | -3/+19 |
|\ | | | | | Add checkbox to enforce SSL for subdomains | ||||
| * | Migrate "setsecurity.php" to the AppFramework | Lukas Reschke | 2014-11-03 | 1 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS | ||||
* | | Login Name -> Username in user management | Morris Jobke | 2014-11-10 | 1 | -1/+1 |
| | | |||||
* | | manage select2 via bower | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
|/ | |||||
* | Capitalize Checks in admin page | Vincent Petry | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | fix loading of more log entries | Thomas Müller | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | introduce sidebar for admin page | Thomas Müller | 2014-10-30 | 1 | -7/+33 |
| | |||||
* | Adding translations for settings | Thomas Müller | 2014-10-29 | 1 | -1/+3 |
| | |||||
* | "Group admin" default label (issue #7706) | Sebastian Bolt | 2014-10-22 | 1 | -3/+3 |
| | | | | | | Changed the column header to "Group Admin for" and the default value of the multiselect box to "no group" if user is not a groupadmin for any group. | ||||
* | Add some basic sanitization | Lukas Reschke | 2014-10-17 | 1 | -2/+2 |
| | | | | Better to be safe than sorry ;) | ||||
* | implement sidebar fro personal settings - bad kung-fu | Thomas Müller | 2014-10-17 | 1 | -7/+14 |
| | |||||
* | first steps of sidebar for personal and admin settings | Jan-Christoph Borchardt | 2014-10-17 | 1 | -0/+13 |
| | |||||
* | Merge pull request #11570 from owncloud/backport-11408-master | Lukas Reschke | 2014-10-15 | 1 | -73/+77 |
|\ | | | | | Backport 11408 master | ||||
| * | fixing typos | Thomas Müller | 2014-10-14 | 1 | -0/+1 |
| | | |||||
| * | Refactor MailSettings controller | Lukas Reschke | 2014-10-14 | 1 | -73/+76 |
| | | | | | | | | | | | | | | | | | | - 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 | -55/+72 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Merge pull request #7051 from owncloud/postsetupajaxcheck | Vincent Petry | 2014-09-23 | 1 | -30/+11 |
|\ | | | | | Moved WebDAV check to client side JS | ||||
| * | Moved WebDAV and internet checks to client side JS | Vincent Petry | 2014-09-23 | 1 | -30/+11 |
| | | | | | | | | | | | | | | - Added setup checks in JavaScript - Moved isWebDAVWorking to JS using SetupChecks - Moved internet connection checks to an ajax call that goes through the server | ||||
* | | date printed in the admin section regarding last execution time is already ↵ | Thomas Müller | 2014-09-22 | 1 | -1/+1 |
|/ | | | | displayed in the users timezone - no need to append UTC | ||||
* | Added select2 on the apps page | Vincent Petry | 2014-09-09 | 1 | -5/+1 |
| | | | | | | | Moved setupGroupsSelect() from admin.js to a common settings.js as OC.Settings.setupGoupsSelect(). Now using select2 as well on the apps page. | ||||
* | Now using select2 for the groups excluded from sharing | Vincent Petry | 2014-09-09 | 1 | -8/+1 |
| | |||||
* | Merge pull request #10863 from owncloud/removeWarningWhenCheckIsDisabled | VicDeo | 2014-09-09 | 1 | -1/+1 |
|\ | | | | | Add new check_for_working_internet configuration switch | ||||
| * | Don't show warning when has_internet_connection is set to false | Lukas Reschke | 2014-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Revert Add disabled | ||||
* | | Merge pull request #10740 from owncloud/fix-everyone-group-count | Lukas Reschke | 2014-09-08 | 1 | -3/+3 |
|\ \ | |/ |/| | Using countUsers method to return true count of users | ||||
| * | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-05 | 1 | -3/+3 |
| | | |||||
* | | Add unit tests and fix rootcerts creation bug | Lukas Reschke | 2014-08-31 | 1 | -3/+6 |
| | | |||||
* | | Cleanup routes | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -3/+38 |
| | | |||||
* | | move hardcoded color to CSS class - for themeability | Morris Jobke | 2014-08-29 | 1 | -2/+2 |
| | | |||||
* | | color quota bar yellow for feedback if usage is over 90% | Jan-Christoph Borchardt | 2014-08-29 | 1 | -1/+2 |
|/ | |||||
* | user mgmt: move 'Show storage location' and 'Show last log in' to settings area | Jan-Christoph Borchardt | 2014-08-29 | 3 | -46/+46 |
| | |||||
* | Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵ | Stephane V | 2014-08-28 | 1 | -1/+12 |
| | | | | | | optional columns This fixes #9367. | ||||
* | Set email input field to type=email for better UX | Dan Callahan | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10339 from owncloud/users-defaultquotafix | Vincent Petry | 2014-08-18 | 1 | -3/+3 |
|\ | | | | | Fixed default quota field on user management page | ||||
| * | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-13 | 1 | -1/+1 |
| | | |||||
| * | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-12 | 1 | -1/+1 |
| | | |||||
| * | Use global apps slide toggle logic | Vincent Petry | 2014-08-12 | 1 | -2/+2 |
| | | | | | | | | | | Remove local app settings slide logic and make it use the global one triggered by the "data-apps-slide-toggle" attribute. | ||||
* | | Add a note about overwritewebroot when using system cron | Joas Schilling | 2014-08-18 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | If the current webroot is non-empty but the webroot from the config is, and system cron is used, the URL generator fails to build valid URLs. So we notify the admin to set it up correctly. Fix #9995 |