Commit Graph
100 Commits
Author SHA1 Message Date
Stavros 57e25524c7 chore: update screenshot 2025-04-08 16:33:29 +03:00
Stavros 614a9b468a chore: rename username placeholder 2025-04-08 16:32:52 +03:00
Stavros 94a5359080 chore: add screenshot to readme 2025-04-08 16:30:50 +03:00
Stavros 38c5cd7b32 fix: tinyauth should allow the user to access a resource if a whitelist is not setup 2025-04-08 16:24:25 +03:00
StavrosandGitHub c664be5cc5 New Crowdin updates (#61)
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)
2025-04-08 15:12:25 +03:00
Stavros bafcb9a867 feat: add rate limit warning to frontend 2025-04-08 14:52:02 +03:00
StavrosandGitHub d322c13791 chore: add star history to readme 2025-04-08 09:23:08 +03:00
Stavros 8e84e59c2f refactor: simplify the get cookie data handling 2025-04-06 20:53:24 +03:00
Stavros bd7e160e10 refactor: store redirect URI in tinyauth session cookie 2025-04-06 20:37:02 +03:00
Stavros df849d5a5c refactor: remove dependency on gin sessions 2025-04-06 19:13:09 +03:00
Stavros 5cf4e208c6 refactor: use centralized config in auth service 2025-04-06 18:55:24 +03:00
Stavros 98abe514e1 refactor: add basic versioning to translations 2025-04-06 15:43:30 +03:00
Stavros e43bd651b6 feat: load translations from cdn 2025-03-30 16:10:42 +03:00
Stavros 6dc461c11e chore: add i18n workflow 2025-03-30 15:35:06 +03:00
Stavros 2ed90dfa34 chore: bump version 2025-03-30 15:07:19 +03:00
Stavros 14ce8ecf98 feat: add ability to set custom headers 2025-03-26 18:05:43 +02:00
Stavros 46526b564e feat: add healthcheck to dockerfile 2025-03-26 16:37:41 +02:00
Stavros d82e959734 refactor: rename site to frontend 2025-03-23 13:07:53 +02:00
Stavros 187e46eae5 chore: update contributing 2025-03-23 13:01:21 +02:00
Stavros fe5f26aea5 chore: no need to fetch requirements on every hot reload 2025-03-23 12:59:28 +02:00
StavrosandGitHub 69a7972cd6 New Crowdin updates (#56)
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Greek)

* New translations en.json (Greek)

* New translations en.json (French)
2025-03-23 12:57:27 +02:00
Stavros 354668b016 chore: update readme 2025-03-20 18:05:36 +02:00
Stavros c7000951fe feat: add language selector 2025-03-19 22:20:29 +02:00
Stavros 33ea6c17d2 chore: update readme 2025-03-19 19:53:53 +02:00
Stavros 90801b77fa chore: fix qa issues 2025-03-19 19:47:25 +02:00
Stavros 4076a7e464 chore: add crowdin configuration 2025-03-19 19:38:10 +02:00
Stavros fd32e737a3 feat: add i18n 2025-03-19 19:36:48 +02:00
StavrosandGitHub 3ccc831a1f refactor: make error handling simpler (#55) 2025-03-19 16:41:19 +02:00
StavrosandGitHub f3471880ee refactor/handlers (#51)
* wip

* refactor: use prefix instead of patern in docker meta

* tests: fix tests
2025-03-19 15:48:16 +02:00
StavrosandGitHub 52f189563b refactor: split app context and user context (#48)
* refactor: split app context and user context

* tests: fix api tests

* chore: rename dockerfiles

* fix: use correct forwardauth address
2025-03-14 20:38:09 +02:00
Stavros 7e39cb0dfe chore: use v3 tag instead of latest 2025-03-10 22:15:35 +02:00
Stavros be836c296c chore: remove auth response headers from example compose since it's an advanced feature 2025-03-10 22:11:32 +02:00
Stavros 6f6b1f4862 chore: use v prefix in versioning 2025-03-10 21:44:41 +02:00
Stavros ada3531565 chore: use correct timezone in discohook 2025-03-10 21:25:49 +02:00
Stavros 939ed26fd0 chore: update discohook date 2025-03-10 21:22:01 +02:00
Stavros da0641c115 chore: migrate to new domain 2025-03-10 21:21:31 +02:00
Stavros 753b95baff docs: change warning to note in contributing 2025-03-10 18:50:43 +02:00
Stavros 9dd9829058 docs: update contributing 2025-03-10 18:47:54 +02:00
Stavros ec67ea3807 refactor: detect if using browser or headless client for better responses 2025-03-10 17:02:23 +02:00
Stavros 3649d0d84e fix: allow oauth resource when oauth whitelist is empty 2025-03-10 16:22:32 +02:00
Stavros c0ffe3faf4 refactor: release multiple semver tags 2025-03-10 16:02:48 +02:00
Stavros ad718d3ef8 refactor: migrate release workflow to native runners 2025-03-09 19:24:52 +02:00
Stavros 38105d0b4e fix: exp build should wait form arm builder 2025-03-09 19:16:51 +02:00
Stavros e13bd14eb6 fix: setup docker buildx on exp build 2025-03-09 19:13:28 +02:00
Stavros 43dc3f9aa6 chore: remove create release from experimental build 2025-03-09 19:08:33 +02:00
Stavros 00bfaa1cbe feat: add experimental docker build 2025-03-09 19:07:24 +02:00
Stavros 8cc0f8b31b chore: bump version 2025-03-09 18:44:45 +02:00
Stavros 631059be69 refactor: rename x-tinyauth-user to remote-user 2025-03-09 18:41:20 +02:00
StavrosandGitHub 5188089673 Feat/totp (#45)
* wip

* feat: finalize totp gen code

* refactor: split login screen and forms

* feat: add totp logic and ui

* refactor: make totp pending expiry time fixed

* refactor: skip all checks when disable continue is enabled

* fix: fix cli not exiting on invalid input
2025-03-09 18:39:25 +02:00
StavrosandGitHub 47fff12bac chore: fix typo 2025-03-09 16:52:17 +02:00
StavrosandGitHub a8c51b649f chore: update funding 2025-03-09 16:51:38 +02:00
Stavros c2e8f1b473 chore: switch to table for sponsor section 2025-03-09 14:33:01 +02:00
Stavros bdf327cc9a chore: remove styles are they are not applied in readme 2025-03-09 14:26:27 +02:00
Stavros 46ec623d74 chore: add sponsors section 2025-03-09 14:20:46 +02:00
StavrosandGitHub f97c4d7e78 chore: add funding 2025-03-08 23:33:40 +02:00
StavrosandGitHub d45b148725 Merge pull request #44 from WilliamB78/main
feat: add Remote-User header
2025-03-04 16:20:47 +02:00
Stavros 33904f7f86 refactor: rename remote user to x tinyauth user 2025-03-04 16:00:28 +02:00
Stavros fc3f8b5036 refactor: rename the run function to runCheck in the docker helper 2025-02-26 19:31:37 +02:00
Stavros 3030fc5fcf refactor: change error to 500 when there is an error 2025-02-26 19:27:43 +02:00
Stavros e4379cf3ed feat: allowed paths label 2025-02-26 19:25:54 +02:00
Stavros 30aab17f06 feat: allow custom app and generic oauth title 2025-02-23 20:51:56 +02:00
Stavros 7ee0b645e6 chore: bump version 2025-02-19 17:41:23 +02:00
Stavros 5c34ab96a9 fix: redirect user correctly 2025-02-19 17:05:01 +02:00
StavrosandGitHub cb6f93d879 chore: update readme 2025-02-17 07:49:01 +02:00
Stavros df0c356511 chore: update example and dev compose files 2025-02-16 22:59:04 +02:00
Stavros d1c6ae1ba1 fix: redirect to frontend when no redirect uri is present in oauth callback 2025-02-16 22:48:04 +02:00
Stavros 0f8d2e7fde fix: make query check account for spaces 2025-02-16 21:14:21 +02:00
StavrosandGitHub 0da82ae3fe chore: update readme 2025-02-15 19:53:21 +02:00
Stavros f9ab9a6406 fix: filter oauth whitelist to remove empty strings 2025-02-15 17:23:24 +02:00
Stavros 6f35923735 refactor: use try catch instead of can parse 2025-02-12 18:43:35 +02:00
Stavros b1dc5cb4cc fix: add check to make sure the url can be parsed 2025-02-11 18:50:33 +02:00
Stavros 3c9bc8c67f fix: use new URL instead of URL.parse 2025-02-11 18:31:31 +02:00
Stavros b2f4041e09 refactor: handle url queries null values better 2025-02-10 22:12:30 +02:00
Stavros eb4e157def refactor: small updates in the verify and create subcommands 2025-02-10 21:53:44 +02:00
Stavros cfe2a1967a refactor: use go's builtin basic auth parser 2025-02-10 21:42:27 +02:00
StavrosandGitHub c4ee269283 Merge pull request #33 from robotman4/patch-1
Change forwardauth endpoint in example compose
2025-02-10 21:30:07 +02:00
Stavros 38412e1962 tests: add api tests 2025-02-10 19:05:50 +02:00
Stavros 302d9cf2fd chore: add ci to readme 2025-02-10 18:32:47 +02:00
Stavros caf9cde08f tests: add frontend build to ci 2025-02-10 18:28:06 +02:00
Stavros 2473d3ce34 tests: add simple dist folder 2025-02-10 18:24:16 +02:00
Stavros d8d347b45f tests: add basic tests for utilities 2025-02-10 18:22:46 +02:00
Stavros a8da813374 fix: the traefik forward label should be in the tinyauth container 2025-02-09 13:35:23 +02:00
StavrosandGitHub 6936987c6b chore: add security file 2025-02-08 12:58:37 +02:00
StavrosandGitHub 9a16737a54 chore: add issue templates 2025-02-08 12:55:46 +02:00
StavrosandGitHub ddf40e6d63 chore: add contributing guide from docs 2025-02-08 12:51:31 +02:00
StavrosandGitHub 9fd1c81f8b chore: add code of conduct 2025-02-08 12:49:45 +02:00
Stavros 567e6f0b5b chore: bump version 2025-02-08 12:44:42 +02:00
StavrosandGitHub f7e7dee3da Merge pull request #31 from steveiliop56/chore/comments
chore: add comments to code
2025-02-08 12:40:34 +02:00
Stavros 7a3a463489 chore: add comments to code 2025-02-08 12:33:58 +02:00
Stavros e09f241364 fix: handle user parse errors correctly 2025-02-07 20:11:16 +02:00
Stavros d2ee382f92 fix: return json errors when authorization header is present 2025-02-07 20:03:24 +02:00
Stavros 4e8a2443a6 chore: update readme 2025-02-07 19:25:23 +02:00
StavrosandGitHub 22777a16a1 chore: add discohook data 2025-02-07 19:12:53 +02:00
Stavros 0872556c1a chore: add to do in basic auth 2025-02-07 17:46:13 +02:00
Stavros daad2abc33 feat: add basic header authorization 2025-02-07 17:08:39 +02:00
Stavros ce567ae3de feat: add support for nginx/nginx proxy manager (breaking) 2025-02-07 16:36:47 +02:00
Stavros 87393d3c64 feat: add session expiry inside cookie (breaking) 2025-02-05 19:08:23 +02:00
Stavros 97830a309b chore: bump version 2025-02-02 19:36:12 +02:00
Stavros fe594d2755 fix: do not crash when docker is not connected 2025-02-02 19:34:02 +02:00
Stavros b3aac26644 chore: update gitignore 2025-02-02 14:28:12 +02:00