Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my board cannot be deleted or renamed by others #1557

Closed
RCohenE5Group opened this issue Mar 29, 2018 · 11 comments
Closed

my board cannot be deleted or renamed by others #1557

RCohenE5Group opened this issue Mar 29, 2018 · 11 comments

Comments

@RCohenE5Group
Copy link

Issue

see title

Impacted version:
latest snap

Server Setup Information:

  • Operating System:debian 9
  • Deployment Method(snap/sandstorm/mongodb bundle): snap
  • Http frontend (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): nginx
  • Node Version: ?
  • MongoDB Version: ?
  • ROOT_URL environment variable http(s)://(subdomain).example.com(/suburl): /

Problem description:

  • I created 2 users : A and B
  • I created one board with A
  • I invited B in the board
  • the user B cannot rename the board or delete it.

If the user is deactivated or left our company, how can I delete its boards ?
Why the first user is not "superuser" with all rights ?

Thanks

@RCohenE5Group
Copy link
Author

What I actually need is that all member to be admin by default and can potentially remove or rename any board.

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

First user is admin, that has top right menu when clicking username => Admin Panel. There can be set which users are admin.

@RCohenE5Group
Copy link
Author

if the creator of a board forget to set me as board admin, I'm completely blocked and I cannot remove the board

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

Yes, that's how permissions work.

Also, when you login to Wekan, you only see your own boards. To see shared boards, someone needs to invite to shared board.

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

There are also some cleanup scripts:
https://github.com/wekan/wekan-cleanup

Not all delete functionality is implemented yet. Pull requests and bounties welcome.

@RCohenE5Group
Copy link
Author

OK, each time I create a new board, I have to invite everybody...

Ideal way of working is like in google drive, I share a folder, and all members of the team access all documents... this way I can create documents without caring about who could access.

Well this is a new feature. But for the moment, all I need is to accees all boards of all members and delete/rename and also invite other members which is not possible for the moment.

Thanks

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

For some functionality there is API:
https://github.com/wekan/wekan/wiki/REST-API

Files are currently stored in MongoDB database. I will add Google Drive support later:
#142

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

Here is how to list boards of user:
https://github.com/wekan/wekan/wiki/REST-API#information-about-boards-of-user

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

Groups/Teams feature will be in Wekan later, it could be that then it's possible to have boards added for teams #802

It is at Roadmap column "In Progress: by ss+"

@xet7
Copy link
Member

xet7 commented Mar 29, 2018

Anyway, I recommend looking at Roadmap, and searching for open issues / feature requests. If there is not your feature, then add new issue about feature request.

@xet7 xet7 closed this as completed Mar 29, 2018
@RCohenE5Group
Copy link
Author

All right, thanks a lot, and congratulation to all the team for such a good sofware !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants