Daniel Anner danner26
  • Joined on 2021-04-15
danner26 commented on issue vikunja/frontend#484 2021-04-16 13:06:13 +00:00
500 when get issue

TL;DR: We're currently waiting on bulma to introduce theming capabilities with css variables in the framework so we don't have to reinvent the wheel.

Makes sense, gotcha!

I don't really…

danner26 commented on issue vikunja/frontend#373 2021-04-16 13:02:16 +00:00
500 when get issue

I agree that keeping it up to date is the best way, but exposing information such as a version can "aid an attacker to craft targeted attacks against the service"

Refer to here. I worked with…

danner26 opened issue vikunja/frontend#484 2021-04-15 23:37:40 +00:00
[Feature Request] Add Customization to the UI
danner26 commented on issue vikunja/vikunja#772 2021-04-15 22:25:09 +00:00
Use random IDs instead of autoinc

I agree that autoinc is not the best way to go about this, but as a possible solution that I am not sure has been proposed yet is to do something like Jira does. Each project gets a unique 2-4…

danner26 commented on issue vikunja/frontend#480 2021-04-15 22:15:06 +00:00
500 when get issue

Good point. I think having small icons for specific relations would be very benificial to the UX. Often times if it is not directly shown in the UI, there will be a color difference between a…

danner26 commented on issue vikunja/frontend#373 2021-04-15 22:03:29 +00:00
500 when get issue

A frontend version isnt really the issue, it is the backend version that needs to be protected in my opinion. Do the frontend versions differ from the backend version at any given time? If so then it…

danner26 commented on issue vikunja/frontend#483 2021-04-15 22:00:46 +00:00
500 when get issue

If I get time to look into redis/the memory caching I will submit a PR.. if I get anywhere. Between work and this masters program, development time has been sevearly reduced :(

That would be…

danner26 commented on issue vikunja/frontend#483 2021-04-15 21:52:09 +00:00
500 when get issue

The issue is still present with in-memory caching and it appears that redis caching does not work, at least not in a dockerized setup like this. Right now disabling caching is the best route.

I…

danner26 commented on issue vikunja/frontend#483 2021-04-15 21:48:23 +00:00
500 when get issue

This is a fresh install of redis, nothing else using the service. Some more details from redis side of things: keys*

127.0.0.1:6379> keys *
 1) "xorm:sql:lists:3027824172"
 2)…
danner26 commented on issue vikunja/frontend#483 2021-04-15 21:39:59 +00:00
500 when get issue

Looks like redis may have its own issues going on:

api_1       
danner26 commented on issue vikunja/frontend#483 2021-04-15 21:25:23 +00:00
500 when get issue

I agree caching for this type of content on the orm layer probably wont reduce the load times much, especially since the assets are being cached by the service worker. Either way it is offered for…

danner26 commented on issue vikunja/frontend#373 2021-04-15 21:17:17 +00:00
500 when get issue

I suggest we make this configurable, wether it is shown or not. A common attack vector can be finding an old version of software that contains a security bug. Allowing this to be disabled, if enabled…

danner26 commented on issue vikunja/frontend#475 2021-04-15 21:05:48 +00:00
500 when get issue

@konrad sorry about that, I meant labels. I corrected my original comment!

danner26 opened issue vikunja/frontend#483 2021-04-15 21:01:11 +00:00
Service Worker Caching & Config Caching Enabled
danner26 commented on issue vikunja/frontend#475 2021-04-15 20:44:24 +00:00
500 when get issue

I agree that a confirmation is too cumbersome, but I think a preload of tasks would make a lot of sense. Maybe use most recently used, or develop a prediction algorithm to determine what the task…

danner26 commented on issue vikunja/frontend#480 2021-04-15 20:42:15 +00:00
500 when get issue

I agree, the more I play with the app the more I find. Seems other have found similar quirks as I have

I think if a task is blocked by another task, then it should not show on the todo list. Maybe…

danner26 commented on issue vikunja/frontend#363 2021-04-15 20:21:07 +00:00
500 when get issue

I personally think subtasks should either be loaded underneath their master task, or at least allow for a view in the list where labels can be grouped together. This way if you want to say make a…

danner26 commented on issue vikunja/app#64 2021-04-15 19:35:37 +00:00
Android App - TOTP

I understand that totally, id personally go with the PWA and ionic route or even an electron wrapper application (since the desktop app is already an electron app) if you want to have an installable…

danner26 commented on issue vikunja/app#64 2021-04-15 19:28:59 +00:00
Android App - TOTP

Oh great, I didnt even check if the app is a PWA yet. Just ran into the issue and figured I would log an issue.

Honestly I develop PWA's in angular, I find it easier to manage just the webapp/pwa…

danner26 opened issue vikunja/app#64 2021-04-15 19:21:53 +00:00
Android App - TOTP