aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-09feat: Add configurable Redis URL (claude)KunoiSayami
* feat: Add login rate limiting (claude) * feat: Add SameSite cookie attribute (claude) Signed-off-by: KunoiSayami <[email protected]>
2026-02-09refactor: Remove pam authentication methodKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2026-02-09chore: Update cratesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2026-02-09fix: Fix compile errorKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2026-02-06doc: Enrich README.md (claude)KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2026-01-07chore(deps): Bump rsa from 0.9.8 to 0.9.10dependabot[bot]
Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.8 to 0.9.10. - [Changelog](https://github.com/RustCrypto/RSA/blob/v0.9.10/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/RSA/compare/v0.9.8...v0.9.10) --- updated-dependencies: - dependency-name: rsa dependency-version: 0.9.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2025-04-09chore(deps): Bump tokio from 1.44.1 to 1.44.2dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2025-03-25refactor: Move functions out of main.rsKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2025-03-15chore: Update cratesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2025-03-11fix(ci): Remove useless dependencyKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2025-03-10chore(deps): Bump ring from 0.17.11 to 0.17.13dependabot[bot]
Bumps [ring](https://github.com/briansmith/ring) from 0.17.11 to 0.17.13. - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2025-03-10fix(ci): Fix missing check in pull requestKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2025-03-07feat(ci): Update workflow fileKunoiSayami
* chore: Address clippy suggestion Signed-off-by: KunoiSayami <[email protected]>
2025-03-04chore: Update to rust-2024 versionKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2024-08-30chore: Update cratesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2024-08-29chore: Update cratesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2024-04-10chore(deps): Bump whoami from 1.4.0 to 1.5.1dependabot[bot]
Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.0 to 1.5.1. - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: whoami dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2024-03-07chore(deps): Bump mio from 0.8.6 to 0.8.11dependabot[bot]
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.6 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.6...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2023-10-20chore(deps): Bump rustix from 0.36.11 to 0.36.16dependabot[bot]
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.11 to 0.36.16. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.11...v0.36.16) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2023-10-05chore(deps): Bump webpki from 0.22.0 to 0.22.2dependabot[bot]
Bumps [webpki](https://github.com/briansmith/webpki) from 0.22.0 to 0.22.2. - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: webpki dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2023-03-28chore(dep): Upgrade crate libraryKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2023-02-04chore(deps): Bump tokio from 1.21.2 to 1.24.2dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2022-10-23feat: Remove pam feature from default buildv4.0.0KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2022-10-14fix(ci): Fix deprecate command set-outputv4.0.0-rcKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2022-10-14chore(dep): Upgrade crate libraryKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2022-07-07chore(deps): Bump openssl-src from 111.21.0+1.1.1p to 111.22.0+1.1.1qdependabot[bot]
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.21.0+1.1.1p to 111.22.0+1.1.1q. - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) --- updated-dependencies: - dependency-name: openssl-src dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2022-07-01chore(dep): Upgrade crate libraryKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2022-06-17chore(dep): Upgrade crateKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2022-06-07chore(deps): Bump regex from 1.5.4 to 1.5.5 (#3)dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07chore(deps): Bump openssl-src from 111.17.0+1.1.1m to 111.20.0+1.1.1o (#2)dependabot[bot]
Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 111.17.0+1.1.1m to 111.20.0+1.1.1o. - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) --- updated-dependencies: - dependency-name: openssl-src dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07chore(deps): Bump crossbeam-utils from 0.8.6 to 0.8.8 (#1)dependabot[bot]
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.6...crossbeam-utils-0.8.8) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-16feat: Add immutable option make sure sqlite file readonlyv4.0.0-betaKunoiSayami
* chore: Bump version Signed-off-by: KunoiSayami <[email protected]>
2022-01-13feat: Add some useful output in logv4.0.0-alpha.2KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-11-11fmt(core): Address cargo fmtv4.0.0-alpha.1KunoiSayami
* feat(core): Address cargo clippy * feat(test): Support change PAM provide from environments Signed-off-by: KunoiSayami <[email protected]>
2021-11-10feat(core): Support use PAM to provide verificationKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-11-10chore: Bump version 3.0.7KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-08-14feat(core): Show version in authentication pagev3.0.6KunoiSayami
2021-08-08chore: Bump version v3.0.5v3.0.5KunoiSayami
2021-07-28chore: Bump version v3.0.3v3.0.3KunoiSayami
2021-07-22feat(test): Add compile time wait commit time optionKunoiSayami
2021-07-22feat(core): Update cookie ttl while visit websitev3.0.2KunoiSayami
* chore: Bump version
2021-07-13feat(test): Add query_is_all_protected() method for testv3.0.1KunoiSayami
* feat(build): Add optimize option for build release
2021-07-13style(core): Address cargo fmtKunoiSayami
2021-07-13feat(core): Rewritten configure file parserv3.0.0KunoiSayami
* feat(core): Support full protect mode * feat(test): Reduced sleeping time and support new parser * feat(crate): Bump version
2021-07-12fix(test): Fix cargo test fail if process is too fast may panicKunoiSayami
2021-05-17refactor(core): Rebuilt the subcommand structurev2.0.0KunoiSayami
* refactor(test): Rename mod from core_test to core
2021-05-16doc: Add configure sections to READMEv1.0.0KunoiSayami
2021-05-15feat(core): Add remaining repository protect configure methodv0.4.2KunoiSayami
* refactor(test): Move test out from core file
2021-05-15feat(core): Set protect policy default enabledv0.4.1KunoiSayami
* fix(auth): Fix authenticate cookie failure in root page
2021-05-15feat(core): Add per-repository protect optionv0.4.0KunoiSayami
* feat(auth): Support per-repository user authenticate * feat(test): Support new configure structure test * refactor(database): Upgrade database structure to v3