-
-
Notifications
You must be signed in to change notification settings - Fork 211
Quick Add + Update Cryptography for API Key Generation #1099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
5f5830a
Refactor AdventureLog Bot workflow to improve issue validation handli…
seanmorley15 1dcf99b
feat: add API key management to settings page
seanmorley15 cd85a73
feat: add API Keys documentation and update contributing guidelines
seanmorley15 8c03126
fix: update appVersion to reflect the latest build
seanmorley15 fa3a5e0
fix: update @tailwindcss/typography to version 0.5.19
seanmorley15 6cb32be
fix: update @tailwindcss/typography to version 0.5.19
seanmorley15 65be973
chore: update dependencies in pnpm-lock.yaml
seanmorley15 d93027a
fix: update appVersion to include the latest build identifier
seanmorley15 b15724f
fix: enhance authentication fallback for protected media access
seanmorley15 8fc16d5
feat(auth): add 'mobile-qr' to trailing slash list for URL handling
seanmorley15 b5da5c1
Translated using Weblate (French)
lesensei 34031d3
Translated using Weblate (Korean)
79ecf1d
Translated using Weblate (German)
vorbeiei 4046e4c
Translated using Weblate (Swedish)
bd9ba3f
Added translation using Weblate (Catalan)
mllopart e03c96c
Translated using Weblate (Catalan)
mllopart 6467f14
Docs: Reorder immich API permissions to natural order (#1086)
stephanzwicknagl 9104809
Translated using Weblate (Turkish)
orhunavcu b00a04b
Translated using Weblate (Swedish)
bittin a7aa1ca
Translated using Weblate (German)
vorbeiei e2a7e18
Add ENABLE_RATE_LIMITS configuration for backend rate limiting
seanmorley15 2313e8f
Set tabindex to -1 for dropdown menus to improve accessibility
seanmorley15 482b449
feat: Enhance LocationQuickStart component with quick add functionali…
seanmorley15 194a5c2
Merge branch 'development' into quickadd
seanmorley15 f5e294f
fix: Remove unused API keys section from Norwegian and Polish locale …
seanmorley15 fed4675
Merge pull request #1097 from seanmorley15/quickadd
seanmorley15 ed673e6
fix: typo in backend success response (#1010)
totoroot 0758871
feat: enhance API key security with PBKDF2 hashing and configurable i…
seanmorley15 fe127b5
fix: update PR handling to ignore dependabot in addition to maintainer
seanmorley15 f1548d1
fix: improve error handling for image import and permission validation
seanmorley15 8a574cf
fix: format code for better readability in LocationQuickStart component
seanmorley15 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -163,7 +163,7 @@ If your changes affect: | |||||
| please update the documentation in the: | ||||||
|
|
||||||
| ``` | ||||||
| /documentation | ||||||
| /docs | ||||||
|
||||||
| /docs | |
| /documentation |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub’s
context.actorfor Dependabot PRs is typicallydependabot[bot], notdependabot. With the current check, Dependabot PRs may still be processed. Consider checking fordependabot[bot](and/or usingendsWith('[bot]')orgithub.actorcomparisons that match actual values).