Owen Schwartz
72979d362a
New translations en-us.json (German)
...
[ci skip]
2026-09-01 12:46:09 -04:00
Owen Schwartz
c119104b6e
New translations en-us.json (Danish)
...
[ci skip]
2026-09-01 12:46:07 -04:00
Owen Schwartz
1f0365eb27
New translations en-us.json (Czech)
...
[ci skip]
2026-09-01 12:46:04 -04:00
Owen Schwartz
e51d4c98ac
New translations en-us.json (Bulgarian)
...
[ci skip]
2026-09-01 12:46:02 -04:00
Owen Schwartz
be44c0606b
New translations en-us.json (Spanish)
...
[ci skip]
2026-09-01 12:45:59 -04:00
Owen Schwartz
140b08098b
New translations en-us.json (French)
...
[ci skip]
2026-09-01 12:45:57 -04:00
Owen Schwartz
4c4c2fc249
New translations en-us.json (Norwegian Bokmal)
...
[ci skip]
2026-09-01 10:56:05 -04:00
Owen Schwartz
0b92108f41
New translations en-us.json (Chinese Simplified)
...
[ci skip]
2026-09-01 10:56:03 -04:00
Owen Schwartz
30321774e7
New translations en-us.json (Turkish)
...
[ci skip]
2026-09-01 10:56:01 -04:00
Owen Schwartz
60ecc56841
New translations en-us.json (Russian)
...
[ci skip]
2026-09-01 10:55:58 -04:00
Owen Schwartz
261bd5fc29
New translations en-us.json (Portuguese)
...
[ci skip]
2026-09-01 10:55:55 -04:00
Owen Schwartz
d54973ab4b
New translations en-us.json (Polish)
...
[ci skip]
2026-09-01 10:55:53 -04:00
Owen Schwartz
d126c73a51
New translations en-us.json (Dutch)
...
[ci skip]
2026-09-01 10:55:51 -04:00
Owen Schwartz
487ff70ec6
New translations en-us.json (Korean)
...
[ci skip]
2026-09-01 10:55:48 -04:00
Owen Schwartz
cb0fba5cad
New translations en-us.json (Italian)
...
[ci skip]
2026-09-01 10:55:46 -04:00
Owen Schwartz
6cd818038c
New translations en-us.json (German)
...
[ci skip]
2026-09-01 10:55:43 -04:00
Owen Schwartz
26c9d6941f
New translations en-us.json (Danish)
...
[ci skip]
2026-09-01 10:55:41 -04:00
Owen Schwartz
0e17e5be97
New translations en-us.json (Czech)
...
[ci skip]
2026-09-01 10:55:38 -04:00
Owen Schwartz
8675ac44b7
New translations en-us.json (Bulgarian)
...
[ci skip]
2026-09-01 10:55:36 -04:00
Owen Schwartz
1c6b62673b
New translations en-us.json (Spanish)
...
[ci skip]
2026-09-01 10:55:33 -04:00
Owen Schwartz
6eb5c75be1
New translations en-us.json (French)
...
[ci skip]
2026-09-01 10:55:31 -04:00
Owen Schwartz
cda9ff0b4e
New translations en-us.json (Norwegian Bokmal)
...
[ci skip]
2026-08-31 18:03:49 -04:00
Owen Schwartz
5f38178154
New translations en-us.json (Chinese Simplified)
...
[ci skip]
2026-08-31 18:03:47 -04:00
Owen Schwartz
ab55e0a87f
New translations en-us.json (Turkish)
...
[ci skip]
2026-08-31 18:03:45 -04:00
Owen Schwartz
41f4cf66f8
New translations en-us.json (Russian)
...
[ci skip]
2026-08-31 18:03:43 -04:00
Owen Schwartz
6c8247b6c0
New translations en-us.json (Portuguese)
...
[ci skip]
2026-08-31 18:03:40 -04:00
Owen Schwartz
07c09ec617
New translations en-us.json (Polish)
...
[ci skip]
2026-08-31 18:03:38 -04:00
Owen Schwartz
573922c0b6
New translations en-us.json (Dutch)
...
[ci skip]
2026-08-31 18:03:36 -04:00
Owen Schwartz
ae516e57bf
New translations en-us.json (Korean)
...
[ci skip]
2026-08-31 18:03:34 -04:00
Owen Schwartz
c9b4776a07
New translations en-us.json (Italian)
...
[ci skip]
2026-08-31 18:03:32 -04:00
Owen Schwartz
a0f0228d10
New translations en-us.json (German)
...
[ci skip]
2026-08-31 18:03:30 -04:00
Owen Schwartz
a1066709c4
New translations en-us.json (Danish)
...
[ci skip]
2026-08-31 18:03:28 -04:00
Owen Schwartz
46a9ccc979
New translations en-us.json (Czech)
...
[ci skip]
2026-08-31 18:03:26 -04:00
Owen Schwartz
180b8236a6
New translations en-us.json (Bulgarian)
...
[ci skip]
2026-08-31 18:03:24 -04:00
Owen Schwartz
96ca6c2d20
New translations en-us.json (Spanish)
...
[ci skip]
2026-08-31 18:03:22 -04:00
Owen Schwartz
47c34f88b4
New translations en-us.json (French)
...
[ci skip]
2026-08-31 18:03:19 -04:00
Owen
780d767a65
Merge branch 'main' into dev
2026-08-31 17:07:56 -04:00
Owen Schwartz
d6d923e972
Merge pull request #3628 from aithal007/perf/add-fk-indexes
...
perf: add secondary FK indexes to core OSS schemas
2026-08-31 17:05:04 -04:00
Parikshith
41139f2fd0
perf: add secondary FK indexes to core OSS schemas
...
Add 13 secondary indexes across 10 tables in the SQLite schema and
5 missing indexes to the PostgreSQL schema.
All list endpoints (listSites, listResources, listClients, listRoles,
listTargets, listUserOrgs) filter and join on these FK columns. In the
SQLite schema, no secondary indexes existed at all on these foreign keys,
forcing full sequential scans on every paginated request and session lookup.
SQLite changes (13 new indexes):
- sites.orgId
- resources.orgId
- targets.resourceId, targets.siteId
- newt.siteId
- clients.orgId, clients.userId
- labels.orgId
- olms.userId
- session.userId
- userOrgs.userId, userOrgs.orgId
- roles.orgId
PG changes (5 new indexes, rest already present):
- labels.orgId
- session.userId
- userOrgs.userId, userOrgs.orgId
- roles.orgId
- olms.userId
2026-08-31 17:04:01 -04:00
Owen Schwartz
ebcdeab414
Merge pull request #3597 from shleeable/patch-11
...
Fix: License.check can fail silently
2026-08-31 17:02:53 -04:00
Owen
2cc7d03ace
Update to fall back but still use cache
2026-08-31 17:02:03 -04:00
Owen Schwartz
c36cf698c1
Merge pull request #3627 from fosrl/feat/ip-filtering
...
feat: Add IP column filtering to tables
2026-08-31 16:59:34 -04:00
Shlee
34671c6b13
Update license.ts
2026-08-31 16:57:36 -04:00
Owen Schwartz
8dfc95347f
Merge pull request #3655 from moverq1337/fix/access-token-delete-root-key
...
Fix access token deletion for root API keys
2026-08-31 16:54:18 -04:00
Owen Schwartz
22db0319c2
Merge pull request #3654 from iMord0/crowdsec-v1.7.1
...
Crowdsec v1.7.1
2026-08-31 16:50:59 -04:00
miloschwartz
39722d30af
resolve security-key login only for a unique internal user
2026-08-31 14:39:36 -04:00
miloschwartz
8aef14cf9f
harden initial server-admin setup against duplicate users and races
2026-08-31 12:36:42 -04:00
Owen Schwartz
0dece5fef1
Merge pull request #3665 from fosrl/dev
...
Fix domain namespaces and country is not in blueprints
2026-08-31 11:03:06 -04:00
Owen
e7f38c089f
Merge branch 'main' into dev
2026-08-31 11:02:01 -04:00
miloschwartz
dd0a5a359a
check for namespace domain before blocking org check
2026-08-31 10:59:50 -04:00