The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Lauri Ojansivu 4a77bc930f Merge branch 'devel' into edge 6 years ago
.github Update GitHub issue template for LDAP and Snap issues elsewhere. 7 years ago
.meteor Merge pull request #2187 from GavinLilly/kadira-integration 6 years ago
.tx Update translations. 7 years ago
.vscode Add VSCode editor configuration to the repository 9 years ago
client Merge branch 'devel' into edge 6 years ago
config - Admin Panel / Layout / Custom Product Name now changes webpage title. 7 years ago
fix-download-unicode Add support for IE11 in fix-download-unicode. 8 years ago
i18n Update translations. 6 years ago
meta Change fr.md to not be executeable. 7 years ago
models Merge branch 'devel' into edge 6 years ago
nginx - Add optional Nginx reverse proxy config to docker-compose.yml and nginx directory. 6 years ago
openapi openapi: make the code python 3.5 compatible 6 years ago
openshift - OpenShift: Drop default namespace value and duplicate WEKAN_SERVICE_NAME parameter. 7 years ago
public Add the ability to change the card background 6 years ago
releases - Fix OIDC error "a.join is not a function" b reverting 6 years ago
server Merge branch 'devel' into edge 6 years ago
snap Fixing problem when mongodb was not started at install/refresh 7 years ago
snap-src - Fix OIDC error "a.join is not a function" b reverting 6 years ago
stacksmith/user-scripts v1.98 6 years ago
.editorconfig Add editorconfig support 10 years ago
.eslintrc.json Lint also async. Thanks to Akuket ! 6 years ago
.gitignore - Add whole packages/ directory to .gitignore. 7 years ago
.travis.yml Update versions of Node and NPM at Travis. 7 years ago
CHANGELOG.md v2.28 6 years ago
CONTRIBUTING.md Remove duplicate Contributing.md 7 years ago
Dockerfile - Fix OIDC error "a.join is not a function" b reverting 6 years ago
LICENSE update license to year 2019 6 years ago
README.md Fix typo. 7 years ago
SECURITY.md I removed the period from a non-sentence. 7 years ago
Stackerfile.yml v2.28 6 years ago
app.env App env variables 8 years ago
app.json Remove Trello. 7 years ago
docker-compose.yml - Fix OIDC error "a.join is not a function" b reverting 6 years ago
find.sh - Add find.sh bash script that ignores extra directories when searching. 6 years ago
package.json v2.28 6 years ago
rebuild-wekan.bat - Because scrollbar uses [remote file from CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), 7 years ago
rebuild-wekan.sh Update rebuild script. 6 years ago
sandstorm-pkgdef.capnp v2.28 6 years ago
sandstorm.js Add the following new Sandstorm features and fixes: 6 years ago
scalingo.json Remove Trello. 7 years ago
settings.json Adding SSO CAS to Wekan 7 years ago
snapcraft.yaml snap: also generate the html doc of the REST API 6 years ago
start-wekan.bat - Fix OIDC error "a.join is not a function" b reverting 6 years ago
start-wekan.sh - Fix OIDC error "a.join is not a function" b reverting 6 years ago
status-wekan.sh Revised shell scripts to check for wekan repository 7 years ago
stop-wekan.sh Revised shell scripts to check for wekan repository 7 years ago

README.md

Wekan - Open Source kanban

Contributors Docker Repository on Quay Docker Hub container status Docker Hub pulls Wekan Build Status Codacy Badge Code Climate Project Dependencies Code analysis at Open Hub

Translate Wekan at Transifex

Translations to non-English languages are accepted only at Transifex using webbrowser. New English strings of new features can be added as PRs to edge branch file wekan/i18n/en.i18n.json .

Wekan feature requests and bugs

Please add most of your questions as GitHub issue: Wekan feature requests and bugs. It's better than at chat where details get lost when chat scrolls up.

Chat

Wekan Vanila Chat - Most Wekan community and developers are here at #wekan chat channel. Use webbrowser to register, and after that you can also alternatively use mobile app Rocket.Chat by Rocket.Chat with address https://chat.vanila.io and same username and password.

Wekan IRC FAQ

FAQ

NOTE:

  • Please read the FAQ first
  • Please don't feed the trolls and spammers that are mentioned in the FAQ :)

About Wekan

Wekan is an completely Open Source and Free software collaborative kanban board application with MIT license.

Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.

Since Wekan is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on various platforms.

  • Features: Wekan has real-time user interface. Not all features are implemented, yet.
  • Platforms: Wekan supports many platforms and plan is to add more. This will be the first place to look if you want to install it, test out and learn more in depth.
  • Integrations: Current possible integrations and future plans.
  • Team: The people who spends their time and make Wekan into what it is right now.

Roadmap

Roadmap

Upcoming Wekan App Development Platform will make possible many use cases. If you don't find your feature or integration in GitHub issues and Features or Integrations page at wiki, please add them.

We are very welcoming to new developers and teams to submit new pull requests to devel branch to make this Wekan App Development Platform possible faster. Please see Developer Documentation to get started.

We also welcome sponsors for features and bugfixes. By working directly with Wekan you get the benefit of active maintenance and new features added by growing Wekan developer community.

Actual work happens at Wekan GitHub issues.

See Development links on Wekan wiki bottom of the page for more info.

If you want to know what is going on exactly this moment, you can check out the project page.

Demo

Wekan demo

Screenshot

More screenshots at Features page

Screenshot of Wekan

Stable

  • master+devel branch. At release, devel is merged to master.
  • Receives fixes and features that have been tested at edge that they work.
  • If you want automatic updates, use Snap.
  • If you want to test before update, use Docker quay.io release tags.

Edge

  • edge branch. All new fixes and features are added to here first. Testing Edge.

License

Wekan is released under the very permissive MIT license, and made with Meteor.