Freek Bes

Results 8 comments of Freek Bes

I've also experienced this issue on the same OS and browser, seems to be something with Improved Intra indeed. A quick reload fixes this issue, but a long-term solution would...

I'm not a big fan of allowing custom URLs in profiles on Intra, so self-hosted ones are out of the question for now. However, different git platforms are totally doable....

@harm-smits sounds like a plan. Currently different services are saved in a specific format: `service@username`. I'm not sure currently how to implement third party services in that manner, but maybe...

Status update! I just finished writing the new back-end for the extension, where git usernames will instead be stored in the following format in the new DB: `domain@username`. So `github.com@FreekBes`...

This feature has been added in release v4.0.0: https://github.com/FreekBes/improved_intra/releases/tag/v4.0.0

Hello, I like the part where it aims to be a drop-in replacement to the standard minilibx. Diversifying the choice in MLX libraries was never really the intention of the...

For adding a setting, please take a look at the following commits / releases: https://github.com/FreekBes/improved_intra_server/releases/tag/v3.2.0 - adding a setting to the database https://github.com/FreekBes/improved_intra_server/commit/fe0453cb0110fd13f5519752865674b8ff6ff738 - adding a setting to the back-end...

I've set up a [branch](https://github.com/FreekBes/improved_intra_server/tree/docker) that runs the Improved Intra back-end server in a Docker container. This should make development and testing of the to-be-added setting easier. However, I could...