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://app.transifex.com/wekan/wekan only. https://wekan.fi
Find a file
Drew Fisher 0f62fe0c6e Fix login on Sandstorm by not creating welcome boards
This one is a pretty strange chain of events:

* fetching /.sandstorm-login via accounts-sandstorm's rendezvous protocol
  causes a user to be created in the users collection
* models/users.js has hooks to create a board and lists when a user is created
* models/activities.js has a hook to create activity entries when a list is
  created
* this hook does not handle not having no boardId, which results in attempting
  to run the hook with boardId: 'false'.  'false' does not have a title
  attribute, which causes the whole method call to throw an exception.
* This makes the initial login fail.

While there may be other bugs, the simple fix is to not create the board and
lists when running under Sandstorm, where you only have one board anyway.
2016-11-03 23:42:00 -04:00
.meteor Implement a disconnected indicator 2016-07-20 18:04:16 +02:00
.tx Pull translations from Transifex 2016-07-20 22:30:17 +02:00
.vscode Add VSCode editor configuration to the repository 2016-07-20 15:54:59 +02:00
client Fix eslint testing 2016-07-21 12:52:32 +02:00
config Change the board import layout from a popup to a full page 2016-01-31 20:03:12 +01:00
i18n Pull translations from Transifex 2016-07-20 22:30:17 +02:00
meta optimize png images losslessly using zopflipng 2016-07-18 22:54:03 +02:00
models Fix login on Sandstorm by not creating welcome boards 2016-11-03 23:42:00 -04:00
public optimize png images losslessly using zopflipng 2016-07-18 22:54:03 +02:00
server Do not publish the whole user doc of board members (#579) 2016-04-21 19:24:42 +02:00
.editorconfig Add editorconfig support 2015-10-12 17:41:09 +02:00
.eslintrc.json Fix initial board creation 2016-06-03 03:56:40 +02:00
.gitignore Add the Transifex configuration to the repository 2016-07-20 16:17:21 +02:00
.travis.yml Adapt CI 2015-10-27 18:01:44 +01:00
app.json Mention Heroku one-click-install on the release notes 2015-09-10 19:20:19 +02:00
CHANGELOG.md Complete the release notes 2016-07-20 22:27:51 +02:00
Contributing.md Create a security disclosure process 2015-10-21 17:59:33 +02:00
docker-compose.yml ports in docker-compose.yml must be an array 2016-01-08 10:14:55 +01:00
Dockerfile Update some meta-data 2016-01-02 17:15:19 +01:00
LICENSE Update some meta-data 2016-01-02 17:15:19 +01:00
package.json Fix eslint testing 2016-07-21 12:52:32 +02:00
README.md Add Debian Wheezy 64bit install doc by soohwa 2016-11-01 09:59:28 +02:00
sandstorm-pkgdef.capnp Add SANDSTORM=1 to the environment under Sandstorm 2016-11-03 23:42:00 -04:00
sandstorm.js Update some meta-data 2016-01-02 17:15:19 +01:00
scalingo.json Add Scalingo one-click deploy 2015-12-14 15:20:16 +01:00

Wekan fork

Join the chat

Wekan fork announcement

Wekan is an open-source and collaborative kanban board application.

Whether youre 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.

Our roadmap is self-hosted on Wekan fork

Wekan supports most features you would expect of it including a real-time user interface, cards comments, member assignations, customizable labels, filtered views, and more.

Since it is a free software, you dont 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.

Currently you can install Wekan fork on the following Platforms:

Debian Wheezy 64bit

Deploy SignUp Deploy to Scalingo Install on Cloudron

These Platforms have not been tested yet, but are coming sometime, so links don't work yet:

Docker

Sandstorm

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

Our roadmap is self-hosted on Wekan fork