jingo icon indicating copy to clipboard operation
jingo copied to clipboard

Node.js based Wiki

Results 66 jingo issues
Sort by recently updated
recently updated
newest added

config.yml is consulted for various Github URLs so that Jingo can connect to Github instances hosted at arbitrary locations. E.g. to login using https://mygithub.com one can add the following configuration...

This pull request is the File Upload work done by czenzel (noted in issue https://github.com/claudioc/jingo/issues/98) updated to latest and with minor additions. It offers a simplistic dialog in the edit...

Doesn't seem this is possible, but wanted to check. If not possible, can it be a feature request? GitHub pages can [now](https://github.com/blog/2228-simpler-github-pages-publishing) be served out of a `docs` directory on...

Just an idea to easily integrate other user databases (not authorization), i did it with my own OSMBC database. I just have extended lib/tools.js ``` var pg = require('pg'); var...

This pull request add salted sha256 instead of sha1. The secret is currently used as salt.

question

To be consistent with other responsive Bootstrap classes on the same page and other pages, the container for main content should have CSS class "container-fluid", not "container". This is set...

enhancement

If I add this markdown to a wiki article: ``` {{TOC}} # A heading containing [a link to an external site](http://www.externalsite.com/) ``` generates the following HTML (taken from the preview...

bug

I've been able to successfully install and run Jingo on my Windows system. However, I had to specify a full, absolute `repository` path in `config.yaml` to be able to run...

I've made some simple changes to [my fork](https://github.com/cholling/jingo) to use [bcrypt-nodejs](https://github.com/shaneGirish/bcrypt-nodejs) to provide more secure, salted password hashes. I've verified that I can successfully create passwords and subsequently log in...

I have setup Jingo Wiki to only allow logins from one specific organisation in Google (by adding this into the config.yaml file) which it does fine, the issue is when...