| Commit message (Expand) | Author | Age | Files | Lines |
* | Move settings to an app | Christoph Wurst | 2019-09-28 | 1 | -319/+0 |
* | testing process | Maxence Lange | 2019-08-29 | 1 | -3/+4 |
* | Move font from Nunito to Noto Sans | Jan-Christoph Borchardt | 2019-06-22 | 1 | -1/+1 |
* | Move OC.theme to the bundle and deprecate oc_defaults | Christoph Wurst | 2019-05-14 | 1 | -6/+6 |
* | Move oc_appconfig/OC.appConfig to the main bundle | Christoph Wurst | 2019-05-06 | 1 | -1/+1 |
* | Fix setup checks for ocm/ocs-provider | Morris Jobke | 2019-03-21 | 1 | -2/+2 |
* | Revert "Where is your data?" | Roeland Jago Douma | 2019-03-20 | 1 | -103/+0 |
* | Add unit tests and provide better message | Morris Jobke | 2019-02-20 | 1 | -2/+2 |
* | check ocs-provider route | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
* | add setup check for ocm-provider route | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
* | Implement storing and loading the server info | Michael Weimann | 2019-01-14 | 1 | -0/+103 |
* | Run setupchecks when #security-warnings is present | Daniel Kesselberg | 2019-01-05 | 1 | -57/+63 |
* | Make setup check also pass with a 501 status | Julius Härtl | 2018-12-19 | 1 | -1/+1 |
* | Merge pull request #12734 from nextcloud/feature/noid/check-nginx-woff2 | Roeland Jago Douma | 2018-11-29 | 1 | -2/+3 |
|\ |
|
| * | Add check for missing .woff2 rule in Nginx via setup check | Morris Jobke | 2018-11-29 | 1 | -2/+3 |
* | | Add sendmailmode to gui | Daniel Kesselberg | 2018-11-29 | 1 | -0/+2 |
|/ |
|
* | expire share days in settings validate | Rinat Gumirov | 2018-10-31 | 1 | -5/+2 |
* | Add check for well known URL of WebFinger in the settings overview | Daniel Calviño Sánchez | 2018-10-10 | 1 | -2/+3 |
* | Fix a misleading setup check for .well-known/caldav & carddav | Morris Jobke | 2018-10-10 | 1 | -2/+2 |
* | Fix "checkWellKnownUrl" not being run | Daniel Calviño Sánchez | 2018-09-27 | 1 | -2/+2 |
* | Add warning state to setup checks | Julius Härtl | 2018-06-06 | 1 | -1/+5 |
* | Add visual indicator for setup checks | Julius Härtl | 2018-06-06 | 1 | -3/+6 |
* | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 1 | -25/+0 |
* | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 1 | -0/+22 |
* | Don't send the test mail twice | Joas Schilling | 2017-04-24 | 1 | -4/+0 |
* | Don't put the SMTP password into the HTML code | Joas Schilling | 2017-04-18 | 1 | -9/+27 |
* | Remove the double password confirmation on changing cron | Joas Schilling | 2017-03-13 | 1 | -3/+6 |
* | Require confirmation when changing the email settings | Joas Schilling | 2016-11-18 | 1 | -10/+37 |
* | Color the trusted domain to alert the admin a bit more | Joas Schilling | 2016-10-31 | 1 | -2/+7 |
* | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -5/+5 |
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -20/+11 |
* | Adding a optional disclaimer to the anonymous upload page | Morris Jobke | 2016-09-08 | 1 | -1/+40 |
* | Use tooltip for background job execution time | Morris Jobke | 2016-07-13 | 1 | -1/+1 |
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -2/+2 |
* | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 1 | -0/+4 |
* | Move data protection check to javascript | Vincent Chan | 2016-02-01 | 1 | -3/+4 |
* | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -2/+2 |
* | Concat also the other results | Lukas Reschke | 2016-01-10 | 1 | -2/+2 |
* | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+2 |
* | Properly detect setup check messages set in the HTML template | Robin McCorkell | 2015-11-08 | 1 | -28/+36 |
* | save excluded groups in json format - fixes #10983 | Thomas Müller | 2015-10-01 | 1 | -5/+1 |
* | Merge pull request #18395 from owncloud/hide-empty-security-warning | Robin McCorkell | 2015-08-21 | 1 | -0/+4 |
|\ |
|
| * | add success message | Morris Jobke | 2015-08-21 | 1 | -1/+1 |
| * | [admin settings] hide security warnings if empty | Morris Jobke | 2015-08-18 | 1 | -0/+4 |
* | | Clear cron errors on change of background job mode | Morris Jobke | 2015-08-20 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -7/+26 |
|\ |
|
| * | All setup messages are now properly types | Roeland Jago Douma | 2015-07-30 | 1 | -14/+10 |
| * | Allow setupchecks to specify a warning level | Roeland Jago Douma | 2015-07-30 | 1 | -7/+30 |
* | | Do not allow invalid default expire days | Roeland Jago Douma | 2015-07-04 | 1 | -0/+7 |
|/ |
|
* | adjust wording and add button to confirm encryption | Bjoern Schiessle | 2015-05-05 | 1 | -12/+6 |