summaryrefslogtreecommitdiffstats
path: root/core/templates/untrustedDomain.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix trusted domain error pageJoas Schilling2022-08-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-1/+1
| | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* Show a link to the docs instead of a button on the untrusted domain pageMorris Jobke2018-04-171-6/+2
| | | | | | | | 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>
* Remove deprecated URL functions for OCP\UtilRoeland Jago Douma2018-03-131-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Shorten text of untrusted domain errorJan-Christoph Borchardt2017-08-121-2/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Improve design of various error messagesJan-Christoph Borchardt2017-08-121-16/+14
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Initial work on Apps page split:Arthur Schiwon2016-08-091-1/+1
| | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-171-1/+1
| | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* Update untrustedDomain.phpJürgen Weigert2015-11-121-1/+1
|
* addressing #14982 self-closing tags ending slash doesn't have a purpose & ↵Volker E2015-03-171-3/+3
| | | | should be removed
* Add a trusted domain wizardLukas Reschke2014-08-211-0/+19
Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.