summaryrefslogtreecommitdiffstats
path: root/core/templates/untrustedDomain.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.