jake-dog
eebfdbc8ae
bypass automatic session timeout (re: #5439 ) when proxy auth with custom logout is used
2025-11-27 21:49:03 -05:00
Henrique Dias
af8de0d1e4
Merge branch 'master' into custom-logout-page
2025-11-14 16:27:14 +01:00
MSomnium Studios
dd883985bb
fix(auth): prevent integer overflow in logout timer using safeTimeout ( #5470 )
2025-10-17 17:38:57 +02:00
MSomnium Studios
e6c674b3c6
fix: show login when session token expires
2025-09-19 15:09:26 +02:00
jake-dog
8dd871df17
add configurable logoutPage URL and re-enable logout with proxy/hook auth, re: #870
2025-04-29 18:48:29 -04:00
kloon15
0201f9c5c4
refactor: Fix eslint warnings ( #3698 )
...
* Update dependencies and remove typescript version pinning (fixed upstream)
* Fix esling warnings (disabled any and script lang checks)
Rewrote clipboard copy (Fixes #3407 )
Run prettier
---------
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2025-01-30 10:18:48 +01:00
kloon15
d51a343820
build: update to node 22 and pnpm ( #3616 )
...
This commit brings the project to support node 22 which became LTS and
fixes broken builds with typescript 5.7+ until vue-tsc is updated and
replaces npm with pnpm.
- Update tsconfig for node 22
- Pin typescript to 5.6.x to not break vue-tsc
- Replace npm with pnpm (corepack recommended)
- Update Makefile and main workflow for pnpm
- Migrate to eslint 9 flat config
- Fix broken imports
- Exclude non-TS vue files for vue-tsc
2024-12-09 12:27:18 +01:00
Oleg Lobanov
eb3978ea55
chore(frontend): fix formatting
2024-06-08 22:20:58 +02:00
Piotr Markiewicz
da5a6e051f
fix: don't redirect to login when no auth ( #3165 )
...
Co-authored-by: Piotr Markiewicz <piotr.markiewicz@vaimo.com>
2024-04-28 20:00:42 +02:00
kloon15
5100e587d7
feat: migrate to vue 3 ( #2689 )
...
---------
Co-authored-by: Joep <jcbuhre@gmail.com>
Co-authored-by: Omar Hussein <omarmohammad1951@gmail.com>
Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
2024-04-01 17:18:22 +02:00