YunoHost-Apps / kanboard_ynh

Kanboard package for YunoHost
http://kanboard.net
GNU Affero General Public License v3.0
14 stars 16 forks source link

Admin user #29

Closed f0x2501 closed 8 years ago

f0x2501 commented 8 years ago

Hello all When I declare my user as admin, I didn't access KB admin interfaces. So I cannot create a project, manage users, give rights to board ... My only option is to create private KB like a normal user.

I check forum, documentation, github, issues ... Maybe I miss something ? Thanks for your help.

mbugeia commented 8 years ago

Hi, You are right, it's a new bug. I need to fix this.

f0x2501 commented 8 years ago

Thanks for the quickness !

ruihildt commented 8 years ago

@mbugeia any news on this issue ? Kanboard is basically unusable for now.

mbugeia commented 8 years ago

It should be fixed now, I removed the plugin, can you test it and give me a feedback ? sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/kanboard_ynh kanboard

Vey commented 8 years ago

Hello @mbugeia, thanks a lot for your work !

I've been sneaking around for a while hoping to see this fixed and I'll need further usage to be sure but I'm glad to tell you it looks like it works ! \o/

But it did not using your command... :(

In order to get it working, i had to desinstall the app and do:

sudo yunohost app install -u https://github.com/YunoHost-Apps/kanboard_ynh

I think the url used for the install through admin panel is using an old version and therefore upgrading is working but the admin issue is still occuring.

Anyway, it is working now and I cannot thank you enough for your work (and others helpers ;))!

App infos:

Application version: 1.0.27 PHP version: 5.6.19-0+deb8u1 PHP SAPI: fpm-fcgi OS version: Linux 3.14.32-xxxx-grs-ipv6-64 Database driver: mysql Database version: 5.5.49-0+deb8u1

mbugeia commented 8 years ago

Hi, You're right, the admin panel is still using an old version of the package so the bug is still here. That's because I wanted to verify that the fix work before pushing the new version. Le 28 avr. 2016 08:39, "Vey" notifications@github.com a écrit :

Hello @mbugeia https://github.com/mbugeia, thanks a lot for your work !

I've been sneaking around for a while hoping to see this fixed and I'll need further usage to be sure but I'm glad to tell you it looks like it works ! \o/

But it did not using your command... :(

In order to get it working, i had to desinstall the app and do:

sudo yunohost app install -u https://github.com/YunoHost-Apps/kanboard_ynh

I think the url used for the install through admin panel is using an old version and therefore upgrading is working but the admin issue is still occuring.

Anyway, it is working now and I cannot thank you enough for your work (and others helpers ;))!

App infos:

Application version: 1.0.27 PHP version: 5.6.19-0+deb8u1 PHP SAPI: fpm-fcgi OS version: Linux 3.14.32-xxxx-grs-ipv6-64 Database driver: mysql Database version: 5.5.49-0+deb8u1

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/YunoHost-Apps/kanboard_ynh/issues/29#issuecomment-215325364

ruihildt commented 8 years ago

Hi,

I can confirm uninstalling and installing make it work.

As for the one line command update it didn't work, actually the "-u" parameter is not recognized?

mbugeia commented 8 years ago

@ruihildt thanks ! For installing the command is just sudo yunohost app install https://github.com/YunoHost-Apps/kanboard_ynh the last parameter can take a github url, a local directory or just the name of the application if it's an official app.

For upgrade -u is mandatory for an url (-f for a local directory)

More info with yunohost app install -h or yunohost app upgrade -h ;)

bachy commented 8 years ago

i also had this issue, and i also had to remove the app and reinstall it since upgrade did not resolve the issue it's been almost 2 month since the bug fixe, we should push it, shouldn't we ?

mbugeia commented 8 years ago

PR is here: https://github.com/YunoHost/apps/pull/74

Psycojoker commented 8 years ago

Issue migrated at https://dev.yunohost.org/issues/488

It would be great if you could use this bugtracker instead of github from now one :) (you don't have to create an account and you can log with github)