Commit Graph

  • 9dd9829058 docs: update contributing Stavros 2025-03-10 18:47:54 +02:00
  • ec67ea3807 refactor: detect if using browser or headless client for better responses v3.1.0-beta.1 Stavros 2025-03-10 17:02:23 +02:00
  • 3649d0d84e fix: allow oauth resource when oauth whitelist is empty Stavros 2025-03-10 16:22:32 +02:00
  • c0ffe3faf4 refactor: release multiple semver tags Stavros 2025-03-10 16:02:48 +02:00
  • ad718d3ef8 refactor: migrate release workflow to native runners v3.1.0-alpha.1 Stavros 2025-03-09 19:24:52 +02:00
  • 38105d0b4e fix: exp build should wait form arm builder v3.1.0-exp.3 Stavros 2025-03-09 19:16:51 +02:00
  • e13bd14eb6 fix: setup docker buildx on exp build v3.1.0-exp.2 Stavros 2025-03-09 19:13:28 +02:00
  • 43dc3f9aa6 chore: remove create release from experimental build v3.1.0-exp.1 Stavros 2025-03-09 19:08:33 +02:00
  • 00bfaa1cbe feat: add experimental docker build Stavros 2025-03-09 19:07:24 +02:00
  • 8cc0f8b31b chore: bump version Stavros 2025-03-09 18:44:45 +02:00
  • 631059be69 refactor: rename x-tinyauth-user to remote-user Stavros 2025-03-09 18:41:20 +02:00
  • 5188089673 Feat/totp (#45) Stavros 2025-03-09 18:39:25 +02:00
  • ad46624bff fix: fix cli not exiting on invalid input feat/totp Stavros 2025-03-09 18:38:39 +02:00
  • f1c33d90cd refactor: skip all checks when disable continue is enabled Stavros 2025-03-09 18:31:11 +02:00
  • 10877e6f41 refactor: make totp pending expiry time fixed Stavros 2025-03-09 18:20:54 +02:00
  • 47fff12bac chore: fix typo Stavros 2025-03-09 16:52:17 +02:00
  • a8c51b649f chore: update funding Stavros 2025-03-09 16:51:38 +02:00
  • c2e8f1b473 chore: switch to table for sponsor section Stavros 2025-03-09 14:33:01 +02:00
  • bdf327cc9a chore: remove styles are they are not applied in readme Stavros 2025-03-09 14:26:27 +02:00
  • 46ec623d74 chore: add sponsors section Stavros 2025-03-09 14:20:46 +02:00
  • f97c4d7e78 chore: add funding Stavros 2025-03-08 23:33:40 +02:00
  • bd7a140676 feat: add totp logic and ui Stavros 2025-03-06 19:22:12 +02:00
  • 61f4848f20 refactor: split login screen and forms Stavros 2025-03-06 17:30:35 +02:00
  • 9f5f4adddb feat: finalize totp gen code Stavros 2025-03-06 16:41:57 +02:00
  • 746ce016cb wip Stavros 2025-03-04 17:51:47 +02:00
  • d45b148725 Merge pull request #44 from WilliamB78/main Stavros 2025-03-04 16:20:47 +02:00
  • 33904f7f86 refactor: rename remote user to x tinyauth user Stavros 2025-03-04 16:00:28 +02:00
  • 7e0bc84b0f feat: add Remote-User header WilliamB78 2025-03-04 09:59:42 +01:00
  • fc3f8b5036 refactor: rename the run function to runCheck in the docker helper Stavros 2025-02-26 19:31:37 +02:00
  • 3030fc5fcf refactor: change error to 500 when there is an error Stavros 2025-02-26 19:27:43 +02:00
  • e4379cf3ed feat: allowed paths label Stavros 2025-02-26 19:25:54 +02:00
  • 30aab17f06 feat: allow custom app and generic oauth title Stavros 2025-02-23 20:51:56 +02:00
  • 7ee0b645e6 chore: bump version v3.0.1-beta.1 v3.0.1 Stavros 2025-02-19 17:41:23 +02:00
  • 5c34ab96a9 fix: redirect user correctly Stavros 2025-02-19 17:04:55 +02:00
  • cb6f93d879 chore: update readme Stavros 2025-02-17 07:49:01 +02:00
  • df0c356511 chore: update example and dev compose files Stavros 2025-02-16 22:59:04 +02:00
  • d1c6ae1ba1 fix: redirect to frontend when no redirect uri is present in oauth callback v3.0.0 Stavros 2025-02-16 22:48:04 +02:00
  • 0f8d2e7fde fix: make query check account for spaces v3.0.0-beta.2 Stavros 2025-02-16 21:14:09 +02:00
  • 0da82ae3fe chore: update readme Stavros 2025-02-15 19:53:21 +02:00
  • f9ab9a6406 fix: filter oauth whitelist to remove empty strings v3.0.0-beta.1 Stavros 2025-02-15 17:23:24 +02:00
  • 6f35923735 refactor: use try catch instead of can parse v3.0.0-alpha.4 Stavros 2025-02-12 18:43:35 +02:00
  • b1dc5cb4cc fix: add check to make sure the url can be parsed v3.0.0-alpha.3 Stavros 2025-02-11 18:50:33 +02:00
  • 3c9bc8c67f fix: use new URL instead of URL.parse Stavros 2025-02-11 18:31:31 +02:00
  • b2f4041e09 refactor: handle url queries null values better v3.0.0-alpha.2 Stavros 2025-02-10 22:12:30 +02:00
  • eb4e157def refactor: small updates in the verify and create subcommands Stavros 2025-02-10 21:53:44 +02:00
  • cfe2a1967a refactor: use go's builtin basic auth parser Stavros 2025-02-10 21:42:15 +02:00
  • c4ee269283 Merge pull request #33 from robotman4/patch-1 Stavros 2025-02-10 21:30:07 +02:00
  • d18fba1ef3 Change forwardauth endpoint in docker-compose.dev.yml robotman4 2025-02-10 20:28:01 +01:00
  • acaee5357f Change forwardauth endpoint in example compose robotman4 2025-02-10 20:20:52 +01:00
  • 38412e1962 tests: add api tests v3.0.0-alpha.1 Stavros 2025-02-10 19:05:50 +02:00
  • 302d9cf2fd chore: add ci to readme Stavros 2025-02-10 18:32:47 +02:00
  • caf9cde08f tests: add frontend build to ci Stavros 2025-02-10 18:28:06 +02:00
  • 2473d3ce34 tests: add simple dist folder Stavros 2025-02-10 18:24:16 +02:00
  • d8d347b45f tests: add basic tests for utilities Stavros 2025-02-10 18:22:46 +02:00
  • a8da813374 fix: the traefik forward label should be in the tinyauth container Stavros 2025-02-09 13:35:23 +02:00
  • 6936987c6b chore: add security file Stavros 2025-02-08 12:58:37 +02:00
  • 9a16737a54 chore: add issue templates Stavros 2025-02-08 12:55:46 +02:00
  • ddf40e6d63 chore: add contributing guide from docs Stavros 2025-02-08 12:51:31 +02:00
  • 9fd1c81f8b chore: add code of conduct Stavros 2025-02-08 12:49:45 +02:00
  • 567e6f0b5b chore: bump version Stavros 2025-02-08 12:44:42 +02:00
  • 1b145fd531 chore: bump version chore/comments Stavros 2025-02-08 12:43:30 +02:00
  • f7e7dee3da Merge pull request #31 from steveiliop56/chore/comments Stavros 2025-02-08 12:40:34 +02:00
  • 7a3a463489 chore: add comments to code Stavros 2025-02-08 12:33:58 +02:00
  • e09f241364 fix: handle user parse errors correctly Stavros 2025-02-07 20:11:16 +02:00
  • d2ee382f92 fix: return json errors when authorization header is present Stavros 2025-02-07 20:03:24 +02:00
  • 4e8a2443a6 chore: update readme Stavros 2025-02-07 19:25:15 +02:00
  • 22777a16a1 chore: add discohook data Stavros 2025-02-07 19:12:53 +02:00
  • 0872556c1a chore: add to do in basic auth Stavros 2025-02-07 17:46:13 +02:00
  • daad2abc33 feat: add basic header authorization Stavros 2025-02-07 17:08:39 +02:00
  • ce567ae3de feat: add support for nginx/nginx proxy manager (breaking) Stavros 2025-02-07 16:36:47 +02:00
  • 87393d3c64 feat: add session expiry inside cookie (breaking) Stavros 2025-02-05 19:08:23 +02:00
  • 97830a309b chore: bump version v2.1.1-beta.1 v2.1.1 Stavros 2025-02-02 19:36:12 +02:00
  • fe594d2755 fix: do not crash when docker is not connected Stavros 2025-02-02 19:34:02 +02:00
  • b3aac26644 chore: update gitignore v2.1.0 Stavros 2025-02-02 14:28:12 +02:00
  • c37f66abb9 feat: strip go executable for smaller size v2.1.0-alpha.2 Stavros 2025-02-02 13:31:35 +02:00
  • 2c4f086008 chore: bump version v2.1.0-alpha.1 Stavros 2025-02-01 16:30:31 +02:00
  • 6e5f882e0b feat: tailscale oauth Stavros 2025-02-01 16:28:39 +02:00
  • 99268f80c9 fix: check available providers correctly Stavros 2025-02-01 15:29:26 +02:00
  • dcd816b6c6 fix: parse generic oauth provider config correctly Stavros 2025-01-31 17:28:59 +02:00
  • 381f6ef76f Merge pull request #24 from steveiliop56/feat/docker-labels Stavros 2025-01-30 17:14:07 +02:00
  • 8a8ba18ded refactor: remove label value from logging Stavros 2025-01-30 17:13:38 +02:00
  • 29f0a94faf feat: finalize logic Stavros 2025-01-30 17:11:31 +02:00
  • 6602e8140b wip Stavros 2025-01-29 22:06:52 +02:00
  • 2385599c80 fix: omit port from cookie domain configuration v2.0.2-beta.2 v2.0.2 Stavros 2025-01-29 17:55:21 +02:00
  • 6f184856f1 chore: bump version v2.0.2-beta.1 Stavros 2025-01-28 19:10:36 +02:00
  • e2e3b3bdc6 refactor: use window.location.href for redirects Stavros 2025-01-28 19:08:00 +02:00
  • 3efcb26db1 refactor: remove sensitive info logging even in debug mode Stavros 2025-01-28 17:36:06 +02:00
  • c54267f50d fix: parse users correctly v2.0.1 Stavros 2025-01-26 22:40:55 +02:00
  • 4de12ce5c1 fix: no need to log that the provider is empty v2.0.0 Stavros 2025-01-26 21:36:41 +02:00
  • 0cf0aafc14 fix: configure secrets before config validation v2.0.0-beta.1 Stavros 2025-01-26 21:13:26 +02:00
  • 80ea43184c chore: update readme v2.0.0-alpha.1 Stavros 2025-01-26 20:52:35 +02:00
  • 3c4dffd479 chore: bump version Stavros 2025-01-26 20:52:06 +02:00
  • f19f40f9fc feat: add secret file Stavros 2025-01-26 20:47:08 +02:00
  • a243f22ac8 refactor: users are not a requirement when using oauth Stavros 2025-01-26 20:45:34 +02:00
  • 08d382c981 feat: add debug log level Stavros 2025-01-26 20:23:09 +02:00
  • 94f7debb10 feat: secrets file Stavros 2025-01-26 19:48:53 +02:00
  • 3b50d9303b refactor: use cookie store correctly Stavros 2025-01-26 19:20:34 +02:00
  • d67133aca7 fix: get correct username from query params Stavros 2025-01-26 18:32:47 +02:00
  • 989ea8f229 refactor: rename email back to username Stavros 2025-01-26 18:29:30 +02:00
  • 708006decf refactor: move disable continue screen logic back to the continue screen Stavros 2025-01-26 18:08:47 +02:00