Commits · master
secrets-storage
Browse files
Feb 07, 2026
Commented out the remaining time calculation logic in `meta.php` to simplify metadata processing.
· 687e7452
Arnolds
authored
Feb 07, 2026
687e7452
Updated `meta.php`: added missing `encrypted` field in metadata projection,...
· 7731b700
Arnolds
authored
Feb 07, 2026
7731b700
Enhanced `utcToIso` function to return ISO 8601 formatted strings and updated...
· 43cdadc8
Arnolds
authored
Feb 07, 2026
43cdadc8
Feb 06, 2026
Refined meta.php formatting, added "Saite" and "Kodēts" fields in metadata...
· 6a966050
Arnolds
authored
Feb 07, 2026
6a966050
Set `target="_blank"` for "meta-btn" link in index.php to open metadata status page in a new tab.
· 7648e4cb
Arnolds
authored
Feb 06, 2026
7648e4cb
Added "meta-btn" link in index.php with dynamic URL binding for metadata status page.
· 5191fb5c
Arnolds
authored
Feb 06, 2026
5191fb5c
Introduced meta.php: implemented metadata retrieval and status display logic for secrets.
· e7df6a3d
Arnolds
authored
Feb 06, 2026
e7df6a3d
Added clarification comment in index.php to optimize secret retrieval logic.
· 23a1e8c6
Arnolds
authored
Feb 06, 2026
23a1e8c6
Removed redundant comments in index.php to improve code readability.
· 070ca948
Arnolds
authored
Feb 06, 2026
070ca948
Added API call to log when a secret is displayed in index.php.
· c6d74c11
Arnolds
authored
Feb 06, 2026
c6d74c11
Updated secret-api.php: reused `$utcNow` for consistent timestamp comparisons,...
· ed033665
Arnolds
authored
Feb 06, 2026
ed033665
Updated secret-api.php: fixed `firstRetrievedAt` initialization to use...
· d29f5715
Arnolds
authored
Feb 06, 2026
d29f5715
Fixed incorrect variable usage in secret-api.php: replaced...
· cbbc3cc8
Arnolds
authored
Feb 06, 2026
cbbc3cc8
Updated secret-api.php: replaced `strlen` with `mb_strlen` for proper...
· a1aef069
Arnolds
authored
Feb 06, 2026
a1aef069
Refined POST handling and deletion logic in secret-api.php: ensured...
· 549d367e
Arnolds
authored
Feb 06, 2026
549d367e
Updated secret-api.php: refined secret retrieval logic, added support for...
· 7272bca0
Arnolds
authored
Feb 06, 2026
7272bca0
Introduced static secret length limits in secret-api.php: defined...
· bbed55bf
Arnolds
authored
Feb 06, 2026
bbed55bf
Added timestamp utility functions, enhanced secret metadata tracking, and...
· 4540c726
Arnolds
authored
Feb 06, 2026
4540c726
Feb 05, 2026
Added 'meta' field to secret creation response in secret-api.php
· 194127bb
Arnolds
authored
Feb 06, 2026
194127bb
Refactored decryption logic in index.php: removed redundant variable...
· 5854970b
Arnolds
authored
Feb 05, 2026
5854970b
Optimized decryption workflow by caching API response to reduce redundant requests in index.php.
· c618d409
Arnolds
authored
Feb 05, 2026
c618d409
Updated secret-api.php to properly validate empty 'secret' field in POST requests.
· 16ac0088
Arnolds
authored
Feb 05, 2026
16ac0088
Fixed request handling in secret-api.php: moved JSON decoding before POST...
· 8f3839ef
Arnolds
authored
Feb 05, 2026
8f3839ef
Validated presence of required fields in secret-api.php and adjusted...
· e39e7760
Arnolds
authored
Feb 05, 2026
e39e7760
Adjusted API request in index.php to include `&retrieve` query parameter.
· 4ef86b21
Arnolds
authored
Feb 05, 2026
4ef86b21
Refactored and cleaned up frontend styling and logic in index.php: improved...
· 10c2a0cd
Arnolds
authored
Feb 05, 2026
10c2a0cd
Improved decryption logic: refactored UI behavior for passphrases, ensured...
· a0d46ff1
Arnolds
authored
Feb 05, 2026
a0d46ff1
Added metadata fields to secret creation and fixed style for `else if` in secret-api.php
· 87307975
Arnolds
authored
Feb 05, 2026
87307975
Added ext-mongodb requirement to composer.json
· 4ffd30ed
Arnolds
authored
Feb 05, 2026
4ffd30ed
Dec 17, 2025
Updated Latvian translations for passphrase labels and placeholders in index.php
· 771b9645
Arnolds
authored
Dec 17, 2025
771b9645
Fixed margin-bottom issue for the last child in modal body.
· ed242b6f
Arnolds
authored
Dec 17, 2025
ed242b6f
Added margin-bottom styling for paragraphs in index.php
· 71fa37a2
Arnolds
authored
Dec 17, 2025
71fa37a2
Sep 10, 2025
Updated mongodb/mongodb dependency to ^2.1.1 in composer.json
· 5cc94e13
Arnolds
authored
Sep 10, 2025
5cc94e13
Apr 04, 2025
When could strlen of bool be more than 20000 :D? It could have caused a...
· dead1f3d
Arnolds
authored
Apr 04, 2025
dead1f3d
Typo
🫣
· b9cd4062
Arnolds
authored
Apr 04, 2025
b9cd4062
Added README.md
· b3cb944d
Arnolds
authored
Apr 04, 2025
b3cb944d
Apr 03, 2025
Initial commit
· bf195ece
Arnolds
authored
Apr 03, 2025
bf195ece
Loading