Wiki.js | A modern and powerful wiki app built on Node.js

NGPixel a05560e9fc Added access rights feature + read access check 8 роки тому
assets a05560e9fc Added access rights feature + read access check 8 роки тому
client 3d20fee5df Local authentication 8 роки тому
controllers 3d20fee5df Local authentication 8 роки тому
libs a05560e9fc Added access rights feature + read access check 8 роки тому
locales 1ad03a3d1f Markdown parsing + tree parsing + content display 9 роки тому
middlewares a05560e9fc Added access rights feature + read access check 8 роки тому
models a05560e9fc Added access rights feature + read access check 8 роки тому
tests b035a68ca4 Base Project Files 9 роки тому
views a05560e9fc Added access rights feature + read access check 8 роки тому
.babelrc b035a68ca4 Base Project Files 9 роки тому
.gitattributes b035a68ca4 Base Project Files 9 роки тому
.gitignore 24f90d4a17 Removed Redis & MongoDB dependencies in favor of Loki.js 9 роки тому
.snyk 09b4d37f4c Update snyk policy 8 роки тому
.travis.yml 2cf8f2c247 Replaced Express-Brute store from Mongo to Mongoose 8 роки тому
LICENSE 5bec7ff5c5 Initial commit 9 роки тому
README.md a05560e9fc Added access rights feature + read access check 8 роки тому
agent.js dc6fc449f0 Added Social Authentication + fixed Agent Cron 8 роки тому
config.sample.yml dc6fc449f0 Added Social Authentication + fixed Agent Cron 8 роки тому
gulpfile.js fa7391ea4b Login screen 8 роки тому
package.json a05560e9fc Added access rights feature + read access check 8 роки тому
server.js a05560e9fc Added access rights feature + read access check 8 роки тому
wiki.sublime-project b035a68ca4 Base Project Files 9 роки тому

README.md

<img src="https://raw.githubusercontent.com/Requarks/wiki/master/assets/favicons/favicon-96x96.png" alt="Requarks Wiki" title="Requarks Wiki" align="right" />

Requarks Wiki

Release License Build Status Codacy Badge Dependency Status Known Vulnerabilities

A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown

Under development

Documentation

Milestones
  • Account Management
  • Assets Management
    • Images
    • Files/Documents
  • Authentication
    • Strategies
      • Local
      • Microsoft Account
      • Google ID
      • Facebook
    • Access Rights
      • View
      • Edit / Create
  • Background Agent (git sync, cache purge, etc.)
  • Caching
  • Create Entry
  • Edit Entry
  • Git Management
  • Markdown Editor
    • Basic Formatting
    • Links
    • Table Editor
  • Move Entry
  • Navigation
  • Parsing / Tree / Metadata
  • Search
  • UI
  • View Entry Source