Commit graph

  • f694c71030
    Merge 8dea676a3d into db7409b51a simonmicro 2026-04-17 08:28:02 +00:00
  • 8dea676a3d
    Merge pull request #143 from Rileran/fix/windows-server-2019 next simonmicro 2026-04-17 10:27:57 +02:00
  • 937bb68f1e
    Replace tabs with spaces simonmicro 2026-04-11 17:08:18 +02:00
  • 1f3824ada9
    Merge pull request #146 from Py-KMS-Organization/bug/no_perm_drop_without_root simonmicro 2026-04-11 16:48:26 +02:00
  • 6790958d82
    Provide ephemeral db-path by default for web-ui container simonmicro 2026-04-11 16:45:27 +02:00
  • 7490ba92a4
    Fixed hardening to allow already dropped users to access the app-dir, fixes #139 simonmicro 2026-04-11 16:26:55 +02:00
  • e99762fe7a
    More logging for issues with permissions simonmicro 2026-04-11 16:23:06 +02:00
  • 2d37400057
    Do not drop permissions, if not needed simonmicro 2026-04-11 16:08:52 +02:00
  • 59aaa1349b
    Merge pull request #141 from Py-KMS-Organization/feature/record_client_ips simonmicro 2026-04-11 15:24:32 +02:00
  • ba9d1f0ca6
    Migrated to named columns to prevent any accidential re-order simonmicro 2025-12-06 21:25:05 +01:00
  • 9c83557e4d
    Prevent unknown column names from being passed to DB simonmicro 2025-12-06 21:18:52 +01:00
  • f8e4253786
    Removed now useless error-wrapping simonmicro 2025-12-06 21:13:25 +01:00
  • 24b263057e
    Added a simple client test simonmicro 2025-12-06 21:01:24 +01:00
  • bb9946b788
    Enforce correct empty default value simonmicro 2025-12-06 20:57:46 +01:00
  • cd7cbd113f
    Also test new clients explicitly :/ simonmicro 2025-12-06 20:57:19 +01:00
  • dcf9051354
    Nitpick newline spaces simonmicro 2025-12-06 20:53:41 +01:00
  • ca722bb12a
    Fixed another location of db-ordered fields simonmicro 2025-12-06 20:53:15 +01:00
  • 95b4c2e83f
    Add test instructions simonmicro 2025-12-06 20:51:49 +01:00
  • c8d460f1b7
    Corrected parameter bindings simonmicro 2025-12-06 20:48:11 +01:00
  • cadcb7a226
    Typos simonmicro 2025-12-06 20:45:21 +01:00
  • af2527af09
    Also fix legacy format simonmicro 2025-12-06 20:41:06 +01:00
  • 25679ef627
    Reformatting and exposed new ip-field simonmicro 2025-12-06 20:36:20 +01:00
  • eafe3874ff
    Adapt new sqlite-availability check simonmicro 2025-12-06 20:35:58 +01:00
  • a5502e5a1c
    Actually show exceptions during processing simonmicro 2025-12-06 20:35:19 +01:00
  • 2baf218fd4
    Added lastRequstIP and renamed appId to applicationId Added db schema migration Rewrite to a more generic ORM column handling simonmicro 2025-12-06 20:34:40 +01:00
  • 4c1d7b5bbc
    Fix warnings due to deprecation simonmicro 2025-12-06 20:32:46 +01:00
  • eae3e5f7a6
    Cleanup simonmicro 2025-12-06 18:59:08 +01:00
  • 2d72cc8586
    Replaced dead watchtower with fork, fixes #142 simonmicro 2026-04-11 15:19:25 +02:00
  • ecf50e0690 fix: windows server 2019 activation failing because of incomplete entry in KmsDataBase.xml Rileran 2026-01-22 15:53:54 +01:00
  • 351edba477
    Merge pull request #140 from Py-KMS-Organization/feature/semantic_version simonmicro 2026-01-18 20:59:49 +01:00
  • 047bff1232
    Dropped changelog symlink simonmicro 2025-12-06 19:48:54 +01:00
  • 1a9ebe7eb1
    Typo simonmicro 2025-12-06 19:02:35 +01:00
  • 1621f9a745
    Use correct non-branch wording simonmicro 2025-12-06 18:54:19 +01:00
  • bc7381895b
    Specify the branch to base on simonmicro 2025-12-06 18:42:47 +01:00
  • 62508dfc49
    Update workflows to also build tagged releases simonmicro 2025-12-06 18:38:47 +01:00
  • 565ef8d500
    Updated a few workflow actions simonmicro 2025-12-06 18:21:23 +01:00
  • 99be2c9ffc
    Prepare to switch to main as stable branch simonmicro 2025-12-06 18:14:25 +01:00
  • df0b7d3f6c
    Moved changelog and added semantic-versioning note into README simonmicro 2025-12-06 18:10:32 +01:00
  • 45d7f825df
    Reformatting and a bit of cleanup simonmicro 2025-12-06 18:04:43 +01:00
  • db7409b51a
    Merge pull request #136 from Py-KMS-Organization/next master main simonmicro 2025-11-15 18:07:44 +01:00
  • d006e2e587
    Removed duplicate perm-setting (already part of Dockerfile) simonmicro 2025-11-08 13:41:17 +01:00
  • d166068721
    Addressed changed key format, as noted in https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/ simonmicro 2025-11-08 13:39:34 +01:00
  • 6b6fb3513f
    Fix RTD simonmicro 2025-11-08 13:15:23 +01:00
  • 7b62439bc3
    Merge pull request #137 from Py-KMS-Organization/chore/update-workflows simonmicro 2025-11-08 13:10:46 +01:00
  • af78d24b94
    As the code continues regardless, only show a warning simonmicro 2025-11-08 13:08:32 +01:00
  • 7098a455c3
    Typo simonmicro 2025-11-08 13:08:00 +01:00
  • fc4f6b37e0
    New job labels simonmicro 2025-11-08 13:04:01 +01:00
  • 88b5bb47c6
    Updated all workflow jobs simonmicro 2025-11-08 13:00:55 +01:00
  • c86f243829
    Dependency updates simonmicro 2025-11-08 12:56:24 +01:00
  • 94419c1a2f
    Added more permission hardening simonmicro 2025-11-08 12:56:11 +01:00
  • a7db498206
    Corrected ISO timestamp simonmicro 2025-10-29 18:25:33 +01:00
  • 2974fc0878
    Merge pull request #130 from MrRubberDucky/wip-branch simonmicro 2025-10-29 18:18:19 +01:00
  • ab5e7fb875
    Merge remote-tracking branch 'origin/next' into wip-branch simonmicro 2025-10-29 18:12:20 +01:00
  • 3f586f4f9f
    Merge branch 'feature/konk22/pr120' into feature/web-ui-update feature/web-ui-update simonmicro 2025-10-29 17:48:40 +01:00
  • b60b250c45
    Merge pull request #120 from konk22/master simonmicro 2025-10-29 17:46:42 +01:00
  • 40fb972948
    Replaced 3r-party clipboard logic with simplified one simonmicro 2025-10-29 17:43:03 +01:00
  • b6a99091a8
    Remove one leftover comment Mr. Rubber Ducky 2025-02-15 00:26:57 +01:00
  • 86634eee25
    Remove missing entry for Office 2016 Pre-Release VL Mr. Rubber Ducky 2025-02-15 00:26:00 +01:00
  • ef73542ffa
    Add Office 2021+2024 preview, re-add Windows Server Next etc. Mr. Rubber Ducky 2025-02-15 00:25:05 +01:00
  • dfbf68d221
    Move Office LTSC 2024 Preview to correct KmsItem Mr. Rubber Ducky 2025-02-12 20:10:40 +01:00
  • cf706552b0
    Revert previous work and go back to my previous KmsDataBase.xml file Mr. Rubber Ducky 2025-02-12 20:03:01 +01:00
  • f9cb59eb29
    Re-add Windows Next entries Mr. Rubber Ducky 2025-02-12 18:40:42 +01:00
  • 6119d545df
    Remove one part that I mistakenly re-added again Mr. Rubber Ducky 2025-02-12 18:35:28 +01:00
  • 2a3e3fa1fd
    Correct PkeyConfig for Server 2022 and 2025 Mr. Rubber Ducky 2025-02-12 18:33:28 +01:00
  • 628fbc448b
    Fix small screw ups Mr. Rubber Ducky 2025-02-12 18:28:27 +01:00
  • 525f8e98f8
    Update based on 2024 Hotbird64 KmsDataBase.xml Mr. Rubber Ducky 2025-02-12 17:55:15 +01:00
  • 1384dc75b8
    Add CSVLK for Server 2025, Server 2025 Azure Edition and Internal lab Mr. Rubber Ducky 2025-02-12 16:34:26 +01:00
  • e1f2409e88
    Update KmsDataBase.xml Mr. Rubber Ducky 2025-02-12 16:27:52 +01:00
  • 9c1a61df19
    Update KmsDataBase.xml Mr. Rubber Ducky 2025-02-12 16:27:03 +01:00
  • fae0a03268
    Update KmsDataBase.xml ProfessorCha0s 2025-01-01 16:40:21 -05:00
  • 79f522f0e4
    Instructions page konk22 2024-08-04 23:54:31 +03:00
  • aa2ab928cf
    Button clipboard ajax konk22 2024-08-04 23:53:24 +03:00
  • c71d3fc52f
    Img for instructions konk22 2024-08-04 23:49:42 +03:00
  • 780a33c55b
    styles.css for incrtuctions.html konk22 2024-08-04 23:47:43 +03:00
  • f3c3f2b398
    Instructions Page konk22 2024-08-04 23:45:19 +03:00
  • 74cea36bbe
    copy, instructions, home, anchor konk22 2024-08-04 23:44:17 +03:00
  • c04182aa62
    filter and button konk22 2024-08-04 23:42:01 +03:00
  • 465f4d14c7
    Merge pull request #119 from zeronounours/fix_epid_gen_on_linux simonmicro 2024-07-06 09:13:15 +02:00
  • 71f31d4fd0
    Fix Epid generation on linux zeroNounours 2024-06-27 09:47:14 +02:00
  • e60cc1b7e1
    Merge pull request #115 from Py-KMS-Organization/feature/newKmsDatabase simonmicro 2024-06-10 12:16:54 +02:00
  • 2ef58649f0
    Use ReleaseDate instead of MinDate Made InvalidWinBuild/NCountPolicy optional simonmicro 2024-05-28 23:28:55 +02:00
  • a639486121
    Added groups to product page simonmicro 2024-05-28 22:51:12 +02:00
  • 0f58e9bb6f
    Added KmsDataBase.xml from @nliaudat simonmicro 2024-05-28 22:00:11 +02:00
  • 4f0b10c704
    Formatting simonmicro 2024-05-28 20:41:04 +02:00
  • 644d7be16c
    Revert "Removed all references to Docker Hub after their removal of "Free Team Organizations" -> https://web.docker.com/rs/790-SSB-375/images/privatereposfaq.pdf" simonmicro 2024-05-28 20:19:17 +02:00
  • 646f4766f4
    Merge pull request #114 from Py-KMS-Organization/next simonmicro 2024-05-28 20:16:13 +02:00
  • b72e62820d
    Exposed dualstack argument on Docker simonmicro 2024-05-28 19:58:16 +02:00
  • a9b17ade20
    Allow explixit dualstack-control via flag simonmicro 2024-05-28 19:58:00 +02:00
  • e5f93ff722
    Merge pull request #110 from Py-KMS-Organization/next simonmicro 2024-05-26 11:53:21 +02:00
  • 945444754a
    Merge pull request #96 from Py-KMS-Organization/feature/windows-server-2022-hyperboreanwolfgirl simonmicro 2024-05-19 16:43:32 +02:00
  • 11b5c69606
    Security update simonmicro 2024-05-19 16:41:49 +02:00
  • da7feffecd
    Fixed incorrect Boolean, now aligns with the description of “deactivated by default”. Resolves #108 by @dontcrash simonmicro 2024-05-19 12:58:38 +02:00
  • e8ad973322
    Minor note how to run the web-interface simonmicro 2024-05-19 12:49:27 +02:00
  • 06841e3471
    Merge c2cc9d8bb2 into 35fbc766ca Nick 2024-04-30 00:48:09 +09:30
  • c2cc9d8bb2
    Update pykms_Server.py Nick 2024-04-30 00:47:32 +09:30
  • b30f447c8b
    Update KmsDataBase.xml Nicolas Liaudat 2024-03-27 19:01:07 +01:00
  • 17bb7a874b
    Merge pull request #97 from ATENSI/patch-1 simonmicro 2024-03-23 11:22:32 +01:00
  • 6a096c11c4
    Changed to relative link simonmicro 2024-03-23 11:21:54 +01:00
  • 35fbc766ca
    Merge pull request #103 from Py-KMS-Organization/next simonmicro 2024-01-18 18:06:12 +01:00
  • fa6e536aa7
    Merge branch 'master' into next simonmicro 2024-01-18 18:03:39 +01:00