Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unit tests and provide better message | Morris Jobke | 2019-02-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | check ocs-provider route | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add setup check for ocm-provider route | Bjoern Schiessle | 2019-02-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Implement storing and loading the server info | Michael Weimann | 2019-01-14 | 1 | -0/+103 |
| | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | Run setupchecks when #security-warnings is present | Daniel Kesselberg | 2019-01-05 | 1 | -57/+63 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Make setup check also pass with a 501 status | Julius Härtl | 2018-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | 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 | ||||
| * | Add check for missing .woff2 rule in Nginx via setup check | Morris Jobke | 2018-11-29 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Add sendmailmode to gui | Daniel Kesselberg | 2018-11-29 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | expire share days in settings validate | Rinat Gumirov | 2018-10-31 | 1 | -5/+2 |
| | | | | Signed-off-by: Rinat Gumirov <rinat.gumirov@mail.ru> | ||||
* | Add check for well known URL of WebFinger in the settings overview | Daniel Calviño Sánchez | 2018-10-10 | 1 | -2/+3 |
| | | | | | | | If the WebFinger service is not set in Nextcloud configuration no check is performed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Fix a misleading setup check for .well-known/caldav & carddav | Morris Jobke | 2018-10-10 | 1 | -2/+2 |
| | | | | | | The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix "checkWellKnownUrl" not being run | Daniel Calviño Sánchez | 2018-09-27 | 1 | -2/+2 |
| | | | | | | | | | | The check is run only if its last parameter is true; data() tries to convert the HTML attribute string to an actual JavaScript value, so "true" is returned as an actual boolean instead of an string; as a strict comparison against "true" was used the result was false and thus the checks were not run. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | Add warning state to setup checks | Julius Härtl | 2018-06-06 | 1 | -1/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add visual indicator for setup checks | Julius Härtl | 2018-06-06 | 1 | -3/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Show a link to the docs instead of a button on the untrusted domain page | Morris Jobke | 2018-04-17 | 1 | -25/+0 |
| | | | | | | | | Before there was a button to "quickly" add the untrusted domain to the config. This button often didn't worked, because the generated URL was often untrusted as well. Thus removing it and providing proper docs seems to be the better approach to handle this rare case. Also the log should not be spammed by messages for the untrusted domain accesses, because they are user related and not necessarily an administrative issue. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | add share permissions to settings page | Bjoern Schiessle | 2018-02-27 | 1 | -0/+22 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Don't send the test mail twice | Joas Schilling | 2017-04-24 | 1 | -4/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't put the SMTP password into the HTML code | Joas Schilling | 2017-04-18 | 1 | -9/+27 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Remove the double password confirmation on changing cron | Joas Schilling | 2017-03-13 | 1 | -3/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Require confirmation when changing the email settings | Joas Schilling | 2016-11-18 | 1 | -10/+37 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Color the trusted domain to alert the admin a bit more | Joas Schilling | 2016-10-31 | 1 | -2/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Switch to public API | Joas Schilling | 2016-10-21 | 1 | -5/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -20/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | 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 |
| | | | | fixes #20199 | ||||
* | 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 |
| | | | | Otherwise this will ignore the two last checks :speak_no_evil: | ||||
* | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+2 |
| | | | | * fixes #20012 | ||||
* | 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 |
|\ | | | | | [admin settings] Show success message if security warnings are empty | ||||
| * | 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 |
| | | | | | | | | * fixes #15257 | ||||
* | | Clear cron errors on change of background job mode | Morris Jobke | 2015-08-20 | 1 | -0/+2 |
|/ | | | | * fixes #18454 | ||||
* | Merge pull request #17975 from owncloud/settings_admin_warning_levels | Jan-Christoph Borchardt | 2015-08-18 | 1 | -7/+26 |
|\ | | | | | Settings admin warning levels | ||||
| * | 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 |
|/ | | | | | | | | | Currently it is possible to set a negative number of days in which a public share expires. This results in public sharing not working and it undesired. Weird thing is that the API still lets you create shares and gives back an URL. However the id is "unkown" and the URL invalid. | ||||
* | adjust wording and add button to confirm encryption | Bjoern Schiessle | 2015-05-05 | 1 | -12/+6 |
| | |||||
* | don't let the the user disable encryption once it was activated | Bjoern Schiessle | 2015-05-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15445 from owncloud/enc2_migration | Clark Tomlinson | 2015-04-16 | 1 | -1/+21 |
|\ | | | | | add migration script from old encryption to new one | ||||
| * | allow user to start migration in admin settings if no external user ↵ | Bjoern Schiessle | 2015-04-16 | 1 | -1/+21 |
| | | | | | | | | back-ends are enabled | ||||
* | | remove slow fade animation for remaining tipsy tooltips | Jan-Christoph Borchardt | 2015-04-15 | 1 | -1/+1 |
|/ | |||||
* | Move federated cloud sharing, files externals and updater to special positions | Joas Schilling | 2015-03-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #15234 from owncloud/encryption2_core | Thomas Müller | 2015-03-26 | 1 | -0/+16 |
|\ | | | | | core part of encryption 2.0 | ||||
| * | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+16 |
| | | | | | | | | encryption modules |