Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow read-only configuration | Lukas Reschke | 2014-12-01 | 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 Conflicts: lib/base.php settings/admin.php | ||||
* | Login Name -> Username in user management | Morris Jobke | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Capitalize Checks in admin page | Vincent Petry | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | fixing typos | Thomas Müller | 2014-10-14 | 1 | -0/+1 |
| | |||||
* | Refactor MailSettings controller | Lukas Reschke | 2014-10-10 | 1 | -73/+76 |
| | | | | | | - Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests | ||||
* | 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 Backport of e65ceb08fc4a56d0fb9e4be5d51ba04168cbb59a from master | ||||
* | 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-22 | 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-22 | 1 | -8/+1 |
| | |||||
* | Don't show warning when has_internet_connection is set to false | Lukas Reschke | 2014-09-09 | 1 | -1/+1 |
| | | | | | | Revert Add disabled | ||||
* | Using countUsers method to return true count of users | Clark Tomlinson | 2014-09-08 | 1 | -3/+3 |
| | |||||
* | 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-29 | 1 | -1/+12 |
| | | | | | | optional columns This fixes #9367. | ||||
* | it does not affect gravity on planet earth, but only for tipsy | Arthur Schiwon | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | make singleselect check for gravity wish, and make it south for default quota | Arthur Schiwon | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | Use global apps slide toggle logic | Vincent Petry | 2014-08-21 | 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 | ||||
* | Fixed JS and CSS issues in users page | Vincent Petry | 2014-07-17 | 1 | -2/+2 |
| | | | | | | - 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 | ||||
* | increment group counters when a user is created | Arthur Schiwon | 2014-07-10 | 1 | -2/+2 |
| | | | | | | | | decrease user count in affected groups after user delete increase/decrease everyone count on user creation/deletion avoid global selector | ||||
* | fix apostrophe fixes #9486 | Volkan Gezer | 2014-07-09 | 1 | -1/+1 |
| | |||||
* | improvements for uninstall button | Georg Ehrke | 2014-07-06 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+12 |
| | |||||
* | Better Logic to display user count for everyone. | raghunayyar | 2014-06-24 | 1 | -1/+3 |
| | |||||
* | Make sure last seen tooltip always appears even after searching and filtering | Arthur Schiwon | 2014-06-19 | 1 | -2/+2 |
| | |||||
* | Migrate table layout to p layout for share settings | Morris Jobke | 2014-06-17 | 1 | -52/+39 |
| | | | | ref #8906 | ||||
* | Merge pull request #9053 from owncloud/small_ux_improvement | Morris Jobke | 2014-06-16 | 1 | -1/+2 |
|\ | | | | | share settings, small ux improvement | ||||
| * | show explenation only if the setting is activated | Bjoern Schiessle | 2014-06-16 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-16 | 1 | -0/+1 |
|\ \ | |/ |/| | Make shipped apps updatable via appstore | ||||
| * | Merge branch 'master' into update_shipped_apps_from_appstore | Georg Ehrke | 2014-06-05 | 9 | -204/+347 |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php | ||||
| * | | add button for properly uninstalling apps | Georg Ehrke | 2014-05-31 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-https | Lukas Reschke | 2014-06-14 | 1 | -29/+25 |
|\ \ \ | | | | | | | | | migrate table layout to paragraph layout for HTTPS setting | ||||
| * | | | migrate table layout to paragraph layout for HTTPS setting | Morris Jobke | 2014-06-13 | 1 | -29/+25 |
| | | | | |||||
* | | | | remove double space | Morris Jobke | 2014-06-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix mail settings save function - ref #8854 | Morris Jobke | 2014-06-13 | 1 | -2/+2 |
|/ / / | |||||
* | | | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 1 | -1/+1 |
| | | | |||||
* | | | unify share settings | Bjoern Schiessle | 2014-06-05 | 1 | -6/+3 |
| | | | |||||
* | | | This settings doesn't belong together | Bjoern Schiessle | 2014-06-05 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php | ||||
* | | | improve share settings working | Bjoern Schiessle | 2014-06-05 | 1 | -5/+2 |
| |/ |/| | |||||
* | | fix related layout issues in user management | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #8264 from owncloud/app-enable-by-group | icewind1991 | 2014-06-03 | 1 | -1/+11 |
|\ \ | | | | | | | Add the option to enable apps only for specific groups | ||||
| * | | bring back the line breaks | Thomas Müller | 2014-06-03 | 1 | -1/+2 |
| | | | |||||
| * | | Apps: fix wording and layout for 'enable only for specific groups' | Jan-Christoph Borchardt | 2014-06-03 | 1 | -3/+3 |
| | | | |||||
| * | | adding some line breaks | Thomas Müller | 2014-06-03 | 1 | -0/+2 |
| | | | |||||
| * | | Add option to enable app for specific groups | Robin Appelman | 2014-06-03 | 1 | -1/+8 |
| | | | |||||
* | | | Merge pull request #8840 from owncloud/share_settings | Thomas Müller | 2014-06-03 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | by default don't show option to send mail notifications for shares | ||||
| * | | | improve settings name | Bjoern Schiessle | 2014-06-03 | 1 | -2/+1 |
| | | | | |||||
* | | | | Merge pull request #8827 from owncloud/add-sqlite-info | Thomas Müller | 2014-06-03 | 1 | -0/+14 |
|\ \ \ \ | | | | | | | | | | | add info about sqlite on setup page | ||||
| * | | | | simplify SQLite warning | Morris Jobke | 2014-06-03 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | add notification on admin page | Morris Jobke | 2014-06-03 | 1 | -0/+14 |
| | |/ / | |/| | |