Search found 55 matches

by TomR
07 Oct 2023, 10:21
Forum: General Discussion
Topic: E-mail notifications use http urls
Replies: 2
Views: 14452

Re: E-mail notifications use http urls

You should always redirect to the https:// url
So not only teh links in email but also manually entered url get redirected.
by TomR
09 Feb 2023, 19:18
Forum: Customizations
Topic: Black color for in status column
Replies: 1
Views: 12939

Re: Black color for in status column

Clear cache. This is usally the case after changing .css files.
by TomR
29 May 2018, 12:50
Forum: Help
Topic: Connection via URL with user/password
Replies: 1
Views: 2281

Re: Connection via URL with user/password

In version1.2.x it is possible, but I did not find a solution form v2.x.x

See also https://mantisbt.org/forums/viewtopic.php?f=3&t=25513
by TomR
29 May 2018, 12:34
Forum: Help
Topic: Login with API Key in parameter
Replies: 4
Views: 5829

Re: Login with API Key in parameter

Another friendly bump. :D

Can anyone help me out. This is stopping us to migrate to version 2.x.x.

How can we achive auto-login ( with parameters username en password in v1.2.x ) in v2.x.x.
No LDAP available :(
by TomR
26 Apr 2018, 13:59
Forum: Help
Topic: Login with API Key in parameter
Replies: 4
Views: 5829

Re: Login with API Key in parameter

Friendly 'bump'. :)

Anyone who can help me get in the right direction?
by TomR
22 Apr 2018, 10:15
Forum: Help
Topic: Login with API Key in parameter
Replies: 4
Views: 5829

Re: Login with API Key in parameter

I guess I am really missing something here 8O I want to use https://mymantisbturl/?username=xxx from an external application. Really need no authorization as I will check if the originate from our cloud environment ( that works ). But definitely want to separate users Why is it showing me the defaul...
by TomR
21 Apr 2018, 20:34
Forum: Help
Topic: Login with API Key in parameter
Replies: 4
Views: 5829

Login with API Key in parameter

We want to login from an external application into MantisBT. I looked at the SampleAuth plugin to accomplish that. The plugins is working fine, except it poses a security risc. If you guess a username, one can login without problems with someone elses account. I wonder what would be a feasible use c...
by TomR
15 Nov 2017, 12:33
Forum: Help
Topic: Dokuwiki integration CSP errors after upgrade
Replies: 2
Views: 3660

Re: Dokuwiki integration CSP errors after upgrade

https://www.mantisbt.org/bugs/view.php?id=19576 seems to solve the problem,
But that effectively disables CSP al together which seems a bit drastic.

In config_inc.php

Code: Select all

$g_custom_headers = array( 'Content-Security-Policy:' );
by TomR
15 Nov 2017, 09:43
Forum: Help
Topic: Automatically Login on load site
Replies: 1
Views: 2356

Re: Automatically Login on load site

Solution for for 2.

In config_inc.php

Code: Select all

$g_default_home_page = 'changelog_page.php'; 
by TomR
14 Nov 2017, 16:01
Forum: Help
Topic: Dokuwiki integration CSP errors after upgrade
Replies: 2
Views: 3660

Dokuwiki integration CSP errors after upgrade

Dokuwiki integration gives all kind of CSP errors after upgrade 1.2.20 -> 2.x

Upgrading from 1.2.20 to version 2.x leads to a lot of CSP errors when opening wiki pages with wiki integration from MantisBT
by TomR
07 Aug 2017, 08:55
Forum: Help
Topic: Unable to add an issue in MantisBT bugtracker
Replies: 1
Views: 2742

Unable to add an issue in MantisBT bugtracker

I always get an Appliction Error #2800. I tried different browsers, different computers. Cleared cookies, history etc. There are a few things I want to enter in the MantisBT bugtracker. Main issue I have is in the Wiki integration ( DokuWiki ). After upgrading 1.2.20 -> 2.5.1 I get all kinds of CSP ...
by TomR
10 Jan 2017, 14:31
Forum: Help
Topic: Black graphs on Mantis 1.3 ?
Replies: 23
Views: 26792

Re: Black graphs on Mantis 1.3 ?

A solution is indeed to copy your fonts to library/font directory and put that in config_inc.php :D

For some reason unknown to me /usr/share/fonts/msttcore is not working anymore in config_inc.php
by TomR
23 Sep 2016, 20:35
Forum: Help
Topic: Black graphs on Mantis 1.3 ?
Replies: 23
Views: 26792

Re: Black graphs on Mantis 1.3 ?

Hi, sorry took some time.

I did a fresh install of MantisBT 1.3.1 as well as MantisBT 2.0.0.beta2
Installed Standard Graphics plugin.

Same problem in both environments. :(

What else can I look for?
by TomR
15 Sep 2016, 11:07
Forum: Help
Topic: Black graphs on Mantis 1.3 ?
Replies: 23
Views: 26792

Re: Black graphs on Mantis 1.3 ?

@Atrol, thanks for removing upload .html. I don't know what I was think last night. 8O As a matter of fact the company logo is one thing, the second logo should be the logo of TeamViewer. Both are set in custom_header_inc.php That worked fine on 1.2.19 ( no inline issues there ). For now I removed t...
by TomR
14 Sep 2016, 19:59
Forum: Help
Topic: Black graphs on Mantis 1.3 ?
Replies: 23
Views: 26792

Re: Black graphs on Mantis 1.3 ?

Google Chrome on Win7 ( bTW - same problem on IE11) No 3rd-party plugins. ( yet, I plan to use the same as now in 1.2.19 ) uploaded .html and screenshot Added Google Developer Tools screenshot On a 2.0.0-beta2 installation I also do not see any graphs ( however no black square ). Google Developer To...