Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in redmine subdir #47

Closed
JDStar opened this issue Feb 12, 2019 · 2 comments
Closed

Error in redmine subdir #47

JDStar opened this issue Feb 12, 2019 · 2 comments
Assignees
Labels

Comments

@JDStar
Copy link

JDStar commented Feb 12, 2019

My redmine is in URI example https://my.domain.rm/redmine/.
Your plugin use non relative path to URI like:
#admin-menu a.vault { background-image: url("/images/locked.png"); }
and if I try save parameters in vault plugin server return 404 code because save action make:
https://my.domain.rm/vault_settings instead of corrected in my redmine instance https://my.domain.rm/redmine/vault_settings

@noshutdown-ru-user
Copy link
Member

we take a look

noshutdown-ru-user added a commit that referenced this issue Dec 15, 2019
@noshutdown-ru-user
Copy link
Member

should be fine now in https://github.com/noshutdown-ru/vault/tree/development

noshutdown-ru-user added a commit that referenced this issue Dec 22, 2019
* added validation of encryption key length (#49)

* Update pt-BR.yml (#50)

* Update pt-BR.yml

* New import feature: update existing keys by name instead of create new ones (and double it) (#53)

* Windows specific bugs (#52)

* Temporary file should be closed before opening as zip archive, otherwise EAccess Permission Denied will be raised
* Content of zip archive should be read as binary before sending as response or it will be corrupted

* Add group support in whitelist (#51)

* Check if current user linked to group with whitelist

* Update select to show groups and list first them before users

* set new version

* #54

* change code formating

* #47

* added French
added Japanese

* fix tests

* update travis

* fix

* set 2.3.3

Co-authored-by: Leandro Gehlen <[email protected]>
Co-authored-by: oivanenko <[email protected]>
Co-authored-by: AizeLeOuf <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants