Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to master at platypush/platypush 2024-07-27 01:58:35 +02:00
90736f8ffb [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2024-07-27 01:56:38 +02:00
6cd342e1f4 [UI] Quickfix: Remove margin from default input style.
blacklight pushed to master at platypush/platypush 2024-07-27 01:47:01 +02:00
e234210fb5 [Automatic] Updated UI files
blacklight deleted branch 419/api-tokens from platypush/platypush 2024-07-27 01:45:04 +02:00
blacklight pushed to master at platypush/platypush 2024-07-27 01:45:03 +02:00
c9df1a1a17 Merge pull request '[#419] Random API tokens implementation' (#420) from 419/api-tokens into master
179c8265cf [#419] Added ability to view and remove API tokens.
c13623c3f7 [#419] API tokens - frontend implementation.
a8343cb45b [UI] Persist current settings page on the URL.
91f6beb349 [#419] API tokens - backend implementation.
Compare 5 commits »
blacklight closed issue platypush/platypush#419 2024-07-27 01:45:03 +02:00
Migrate default server-side tokens from JWT to stored tokens
blacklight merged pull request platypush/platypush#420 2024-07-27 01:45:03 +02:00
[#419] Random API tokens implementation
blacklight pushed to 419/api-tokens at platypush/platypush 2024-07-27 01:43:56 +02:00
179c8265cf [#419] Added ability to view and remove API tokens.
blacklight pushed to 419/api-tokens at platypush/platypush 2024-07-26 22:00:20 +02:00
c13623c3f7 [#419] API tokens - frontend implementation.
a8343cb45b [UI] Persist current settings page on the URL.
Compare 2 commits »
blacklight created pull request platypush/platypush#420 2024-07-26 02:31:50 +02:00
WIP: [#419] Random API tokens implementation
blacklight pushed to 419/api-tokens at platypush/platypush 2024-07-26 02:30:23 +02:00
91f6beb349 [#419] API tokens - backend implementation.
blacklight created branch 419/api-tokens in platypush/platypush 2024-07-26 02:30:23 +02:00
blacklight opened issue platypush/platypush#419 2024-07-25 23:38:21 +02:00
Migrate default server-side tokens from JWT to stored tokens
blacklight pushed to master at platypush/platypush 2024-07-25 02:45:17 +02:00
683ffa98c1 [Automatic] Updated UI files
blacklight pushed to master at platypush/platypush 2024-07-25 02:43:18 +02:00
6b5dbe7c1e [#339] Frontend implementation of the new 2FA logic.
blacklight closed issue platypush/platypush#339 2024-07-25 02:43:18 +02:00
Support 2FA authentication
blacklight pushed to master at platypush/platypush 2024-07-25 02:24:27 +02:00
7351a2685a [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-07-25 02:23:09 +02:00
79dc5e238d [core] Skip 2FA code verification for JWT tokens.
a11f17aa8f [core] Encrypt users 2FA backup codes with bcrypt.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2024-07-25 00:48:52 +02:00
67d8d0a515 [Automatic] Updated components cache
blacklight pushed to master at platypush/platypush 2024-07-25 00:47:35 +02:00
8ec1ca8543 [#339] Backend preparation for 2FA support.