lsgd

Results 21 comments of lsgd

How did you install it? Can you give me a full list of commands? Just `cordova plugin add cordova-plugin-local-notification` ? Do you use ionic-native? Thank you.

Do you plan to support a left-sided navigation like in v1? Most monitors have more space in the width than height and I would really prefer of move the navigation...

KeePassHttp creates new entries with domain as title. If you add new credentials via PassIFox to KeePass and your domain is http://www.example.org the created entrys title will be **www .example.org**....

It should work with renaming it. But I'm currently reflecting this behaviour... It does not make sense to grant access automatically to entries which contains the domain name in title....

Can you give us some more information? Which version of PassIFox? Which version of TBB? Exact version of passIFox, KeePassHttp and KeePass? Did it work for you anytime? Can you...

Did you double-check with the accounting department?

Minijobs are covered by [§2 EntgFG](https://www.gesetze-im-internet.de/entgfg/__2.html) as well, if your regular work day is on a holiday. Berlin.de has also a flyer for that: https://www.berlin.de/ba-treptow-koepenick/_assets/beauftragte/integration/pdf/job_arbeitsrecht_geringfugige_beschaftigung.pdf You also have some days...

You use nginx. For nginx, you need to set [client_max_body_size](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) which defaults to 1MB. In you case, you want to set it to `client_max_body_size 200M;` (200MB)

Let me know if you need additional information or code changes. Thank you

Unfortunately it's not possible to replace the plugin file while KeePass is running. Therefor I cannot implement an update routine which runs in the plugin. I have to start a...