• Joined on 2020-09-24
Bouni commented on issue vikunja/frontend#2240 2022-08-10 09:43:27 +00:00
500 when get issue

I don't know what I did but after navigating to the overview page and dragging the list agion it seems it worked this time 🤨

But in try.vikunja.io it still does not work for me…

Bouni opened issue vikunja/frontend#2240 2022-08-10 09:29:27 +00:00
Dragging List to other namespace does not work
Bouni commented on issue vikunja/vikunja#1224 2022-08-08 14:38:04 +00:00
Can't remove shared namespace with user that has apostroph in his name

@konrad Solves my issue! Thank you for your fast response!

Bouni commented on issue vikunja/vikunja#1224 2022-08-02 13:38:42 +00:00
Can't remove shared namespace with user that has apostroph in his name

I'm on vacation, will test next week when I'm back 👍

Bouni commented on issue vikunja/vikunja#1224 2022-07-29 08:54:42 +00:00
Can't remove shared namespace with user that has apostroph in his name

I did another test, I resent the DELETE request using my browsers dev tools and edited the URL by replacing ' with %27 and that did the trick!

Bouni commented on issue vikunja/vikunja#1224 2022-07-29 08:52:36 +00:00
Can't remove shared namespace with user that has apostroph in his name

I looked a bit deeper into it and the problem seems to be the URL encoding of the link, so might be a frontend issue rather than a API issue.

This is the URL I see when I try to delete the…

Bouni opened issue vikunja/vikunja#1224 2022-07-29 08:31:49 +00:00
Can't remove shared namespace with user that has apostroph in his name
Bouni closed issue vikunja/vikunja#859 2021-05-14 08:29:33 +00:00
Unable to register new user
Bouni commented on issue vikunja/vikunja#859 2021-05-14 08:05:18 +00:00
Unable to register new user

Uhh, nice, i wasn't ware of a CLI!

I manually modified the user in the sqlite DB and that worked for me ...

Maybe a resend option is worth a feature request 😏

Bouni commented on issue vikunja/vikunja#859 2021-05-14 05:19:41 +00:00
Unable to register new user

I just pulled the latest docker containers a few minutes ago and now the register button is shown!

So I tried to register my new user, but the system gives me "A user with this username already…

Bouni opened issue vikunja/vikunja#859 2021-05-12 14:08:39 +00:00
Unable to register new user
Bouni commented on issue vikunja/frontend#373 2021-05-04 10:37:09 +00:00
500 when get issue

If I get it this reight, the prefered way would be to have the /api/v1/info a protected endpoint so that only logged in users can use it and have a popup like for the keyboard shortcuts that shows…

Bouni created branch main in Bouni/vikunja-frontend 2021-04-15 07:33:50 +00:00
Bouni pushed to main at Bouni/vikunja-frontend 2021-04-15 07:33:50 +00:00
aff3e33d93 Update dependency date-fns to v2.21.0 (#477)
4ed5d1e8fe Add repeat mode setting for tasks
6e58acf98f Update dependency date-fns to v2.20.3 (#473)
ae2ca0d07d Update dependency cypress to v7.1.0 (#472)
89763181ce Update dependency vue-advanced-cropper to v1.5.0 (#471)
Compare 10 commits »
Bouni commented on issue vikunja/frontend#373 2021-04-15 05:17:59 +00:00
500 when get issue

To be honest, I totally forgot about this 😅 If you want to submit a PR for this, go on, if not let me know and I'll see if I can find some spare time to do it ...

Bouni opened issue vikunja/frontend#373 2021-01-12 14:43:31 +00:00
Version Info on GUI
Bouni deleted branch task-list-color-bubbles from Bouni/vikunja-frontend 2021-01-11 16:32:01 +00:00
Bouni pushed to task-list-color-bubbles at Bouni/vikunja-frontend 2020-12-10 11:18:05 +00:00
9a206319f7 fix requested changes
Bouni commented on pull request vikunja/frontend#321 2020-12-10 06:39:08 +00:00
Add color indicators to task list

I figured it out, at first the getter is called with listId 0 which returns null 🤷‍♂️

Bouni pushed to task-list-color-bubbles at Bouni/vikunja-frontend 2020-12-10 06:38:17 +00:00
2a25654a84 use computed for listColor, moved .colorBubble to theme.scss