![]() 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. |
||
---|---|---|
.meteor | ||
.tx | ||
.vscode | ||
client | ||
config | ||
i18n | ||
meta | ||
models | ||
public | ||
server | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.travis.yml | ||
app.json | ||
CHANGELOG.md | ||
Contributing.md | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
package.json | ||
README.md | ||
sandstorm-pkgdef.capnp | ||
sandstorm.js | ||
scalingo.json |
Wekan fork
Wekan is an open-source and collaborative kanban board application.
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.
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 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.
Currently you can install Wekan fork on the following Platforms:
These Platforms have not been tested yet, but are coming sometime, so links don't work yet:
Wekan fork is released under the very permissive MIT license, and made with Meteor.