summaryrefslogtreecommitdiffstats
path: root/settings/templates
Commit message (Collapse)AuthorAgeFilesLines
* Show mail address & display name if it is read onlyMorris Jobke2015-01-151-0/+14
| | | | | | | * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393
* Merge pull request #12988 from owncloud/logfile_downloadMorris Jobke2015-01-091-1/+11
|\ | | | | Logfile download
| * add Download logfile button to admin settingsGeorg Ehrke2015-01-071-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add logSettingsController add download logfile button move getEntries to LogSettingsController move set log level to logsettingscontroller.php add warning if logfile is bigger than 100MB add unit test for set log level fix typecasting, add new line at EoF show log and logfile download only if log_type is set to owncloud add unit test for getFilenameForDownload
* | Fix incorrect warning about setting the overwrite.cli.urlJoas Schilling2015-01-071-2/+2
| |
* | fixing wrong usage of license vs licenceThomas Müller2015-01-061-2/+2
|/
* Link to HTTPS pageLukas Reschke2014-12-191-2/+2
| | | | Those domains are now accessible via HTTPS
* Merge pull request #12921 from owncloud/user-mail-user-managementThomas Müller2014-12-192-1/+12
|\ | | | | Mail address of users is now changable in the user management
| * Mail address of users is now changable in the user managementMorris Jobke2014-12-182-1/+12
| | | | | | | | | | | | | | | | | | | | | | * 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 #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-6/+15
|\ \ | | | | | | Wave accessibility compliance
| * | more alt text and label fixes in Personal settingsJan-Christoph Borchardt2014-12-181-6/+15
| | |
* | | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-181-0/+1
|\ \ \ | |_|/ |/| | make sure styles and scripts are only loaded once
| * | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-161-0/+1
| |/
* / Send mail for new usersMorris Jobke2014-12-164-0/+55
|/ | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature
* Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-151-4/+4
|\ | | | | adding dependencies for command line tools and php libraries
| * adjust styling of missing dependencies in apps managementThomas Müller2014-12-111-4/+4
| |
* | Show user backend in user managementMorris Jobke2014-12-122-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 templateMorris Jobke2014-12-121-0/+13
| |
* | remove PHP generated user list and move all to the existing JS partMorris Jobke2014-12-121-70/+16
|/
* Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-1/+6
| | | | Fix #10836
* Check for working .htaccess via AJAXLukas Reschke2014-12-061-15/+1
| | | | Fixes https://github.com/owncloud/core/issues/12650
* Merge pull request #12607 from owncloud/this-is-an-awesome-dayClark Tomlinson2014-12-041-14/+0
|\ | | | | PHP 5.4 is now required for master
| * PHP 5.4 is now required for masterLukas Reschke2014-12-041-14/+0
| | | | | | | | :beers:
* | display missing dependencies in the apps management pageThomas Müller2014-12-041-0/+11
| |
* | adding @ sign between email address and domain name to make the syntax clearerSimon Whittaker2014-12-021-1/+1
|/
* Allow read-only configurationLukas Reschke2014-11-251-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 grammarVolkan Gezer2014-11-211-1/+1
| | | Suggested by mnestis on Transifex.
* User management search just searches users - adjust label of input field - ↵Morris Jobke2014-11-181-1/+1
| | | | fixes #10229
* Merge pull request #11917 from owncloud/fix-11909Thomas Müller2014-11-111-3/+19
|\ | | | | Add checkbox to enforce SSL for subdomains
| * Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-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 managementMorris Jobke2014-11-101-1/+1
| |
* | manage select2 via bowerMorris Jobke2014-11-061-2/+2
|/
* Capitalize Checks in admin pageVincent Petry2014-11-031-1/+1
|
* fix loading of more log entriesThomas Müller2014-10-301-1/+1
|
* introduce sidebar for admin pageThomas Müller2014-10-301-7/+33
|
* Adding translations for settingsThomas Müller2014-10-291-1/+3
|
* "Group admin" default label (issue #7706)Sebastian Bolt2014-10-221-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 sanitizationLukas Reschke2014-10-171-2/+2
| | | | Better to be safe than sorry ;)
* implement sidebar fro personal settings - bad kung-fuThomas Müller2014-10-171-7/+14
|
* first steps of sidebar for personal and admin settingsJan-Christoph Borchardt2014-10-171-0/+13
|
* Merge pull request #11570 from owncloud/backport-11408-masterLukas Reschke2014-10-151-73/+77
|\ | | | | Backport 11408 master
| * fixing typosThomas Müller2014-10-141-0/+1
| |
| * Refactor MailSettings controllerLukas Reschke2014-10-141-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 layoutThomas Müller2014-10-151-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/postsetupajaxcheckVincent Petry2014-09-231-30/+11
|\ | | | | Moved WebDAV check to client side JS
| * 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
* | 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-091-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-091-8/+1
|
* Merge pull request #10863 from owncloud/removeWarningWhenCheckIsDisabledVicDeo2014-09-091-1/+1
|\ | | | | Add new check_for_working_internet configuration switch
| * Don't show warning when has_internet_connection is set to falseLukas Reschke2014-09-051-1/+1
| | | | | | | | | | | | Revert Add disabled