summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Allow read-only configurationLukas Reschke2014-12-011-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 managementMorris Jobke2014-11-101-1/+1
|
* Capitalize Checks in admin pageVincent Petry2014-11-031-1/+1
|
* fixing typosThomas Müller2014-10-141-0/+1
|
* Refactor MailSettings controllerLukas Reschke2014-10-101-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 JSVincent Petry2014-09-231-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üller2014-09-221-1/+1
| | | | displayed in the users timezone - no need to append UTC
* Added select2 on the apps pageVincent Petry2014-09-221-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 sharingVincent Petry2014-09-221-8/+1
|
* Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-091-1/+1
| | | | | | Revert Add disabled
* Using countUsers method to return true count of usersClark Tomlinson2014-09-081-3/+3
|
* user mgmt: move 'Show storage location' and 'Show last log in' to settings areaJan-Christoph Borchardt2014-08-293-46/+46
|
* Adds 2 checkboxes at the top of userlist in the settings, to display/hide ↵Stephane V2014-08-291-1/+12
| | | | | | optional columns This fixes #9367.
* it does not affect gravity on planet earth, but only for tipsyArthur Schiwon2014-08-211-1/+1
|
* make singleselect check for gravity wish, and make it south for default quotaArthur Schiwon2014-08-211-1/+1
|
* Use global apps slide toggle logicVincent Petry2014-08-211-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 cronJoas Schilling2014-08-181-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 pageVincent Petry2014-07-171-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 createdArthur Schiwon2014-07-101-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 #9486Volkan Gezer2014-07-091-1/+1
|
* improvements for uninstall buttonGeorg Ehrke2014-07-061-1/+1
|
* personal: link straight to /promote as @tomneedham saidJan-Christoph Borchardt2014-07-021-1/+1
|
* add link to contribute and promote pages in personal settingsJan-Christoph Borchardt2014-07-021-0/+12
|
* Better Logic to display user count for everyone.raghunayyar2014-06-241-1/+3
|
* Make sure last seen tooltip always appears even after searching and filteringArthur Schiwon2014-06-191-2/+2
|
* Migrate table layout to p layout for share settingsMorris Jobke2014-06-171-52/+39
| | | | ref #8906
* Merge pull request #9053 from owncloud/small_ux_improvementMorris Jobke2014-06-161-1/+2
|\ | | | | share settings, small ux improvement
| * show explenation only if the setting is activatedBjoern Schiessle2014-06-161-1/+2
| |
* | Merge pull request #8808 from owncloud/update_shipped_apps_from_appstoreGeorg Ehrke2014-06-161-0/+1
|\ \ | |/ |/| Make shipped apps updatable via appstore
| * Merge branch 'master' into update_shipped_apps_from_appstoreGeorg Ehrke2014-06-059-204/+347
| |\ | | | | | | | | | | | | | | | Conflicts: lib/private/app.php settings/templates/apps.php
| * | add button for properly uninstalling appsGeorg Ehrke2014-05-311-0/+1
| | |
* | | Merge pull request #9028 from owncloud/table-to-paragraph-layout-for-httpsLukas Reschke2014-06-141-29/+25
|\ \ \ | | | | | | | | migrate table layout to paragraph layout for HTTPS setting
| * | | migrate table layout to paragraph layout for HTTPS settingMorris Jobke2014-06-131-29/+25
| | | |
* | | | remove double spaceMorris Jobke2014-06-141-1/+1
| | | |
* | | | fix mail settings save function - ref #8854Morris Jobke2014-06-131-2/+2
|/ / /
* | | unify controls bar, remove duplicate from user managementJan-Christoph Borchardt2014-06-061-1/+1
| | |
* | | unify share settingsBjoern Schiessle2014-06-051-6/+3
| | |
* | | This settings doesn't belong togetherBjoern Schiessle2014-06-051-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "make reshare settings foldable" This reverts commit c01f196f723dcb3dea6947c821a70d4d80563bbd. Conflicts: settings/templates/admin.php
* | | improve share settings workingBjoern Schiessle2014-06-051-5/+2
| |/ |/|
* | fix related layout issues in user managementJan-Christoph Borchardt2014-06-041-1/+1
| |
* | Merge pull request #8264 from owncloud/app-enable-by-groupicewind19912014-06-031-1/+11
|\ \ | | | | | | Add the option to enable apps only for specific groups
| * | bring back the line breaksThomas Müller2014-06-031-1/+2
| | |
| * | Apps: fix wording and layout for 'enable only for specific groups'Jan-Christoph Borchardt2014-06-031-3/+3
| | |
| * | adding some line breaksThomas Müller2014-06-031-0/+2
| | |
| * | Add option to enable app for specific groupsRobin Appelman2014-06-031-1/+8
| | |
* | | Merge pull request #8840 from owncloud/share_settingsThomas Müller2014-06-031-2/+1
|\ \ \ | | | | | | | | by default don't show option to send mail notifications for shares
| * | | improve settings nameBjoern Schiessle2014-06-031-2/+1
| | | |
* | | | Merge pull request #8827 from owncloud/add-sqlite-infoThomas Müller2014-06-031-0/+14
|\ \ \ \ | | | | | | | | | | add info about sqlite on setup page
| * | | | simplify SQLite warningMorris Jobke2014-06-031-4/+4
| | | | |
| * | | | add notification on admin pageMorris Jobke2014-06-031-0/+14
| | |/ / | |/| |