You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* 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]>
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 instancehttps://my.domain.rm/redmine/vault_settings
The text was updated successfully, but these errors were encountered: