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
Stavros
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
v3.2.0-beta.1
2025-04-08 14:52:02 +03:00
Stavros
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
Alexander
07ddd4f917
feat: add brute force protection ( #59 )
...
* feat: add brute force protection
* fix: bind flags to env
---------
Co-authored-by: Stavros <steveiliop56@gmail.com >
2025-04-06 18:28:20 +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
v3.2.0-alpha.1
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
Stavros
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
Stavros
3ccc831a1f
refactor: make error handling simpler ( #55 )
2025-03-19 16:41:19 +02:00
Stavros
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
Stavros
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
v3.1.0
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
v3.1.0-beta.2
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
v3.1.0-beta.1
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
v3.1.0-alpha.1
2025-03-09 19:24:52 +02:00
Stavros
38105d0b4e
fix: exp build should wait form arm builder
v3.1.0-exp.3
2025-03-09 19:16:51 +02:00
Stavros
e13bd14eb6
fix: setup docker buildx on exp build
v3.1.0-exp.2
2025-03-09 19:13:28 +02:00
Stavros
43dc3f9aa6
chore: remove create release from experimental build
v3.1.0-exp.1
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
Stavros
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
Stavros
47fff12bac
chore: fix typo
2025-03-09 16:52:17 +02:00
Stavros
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