index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
permissions
/
prompter.rs
Age
Commit message (
Expand
)
Author
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-17
feat(permissions): expose PermissionPrompter and set_prompter function (#26327)
Lucas Nogueira
2024-10-15
chore: upgrade to rust 1.81.0 (#26261)
林炳权
2024-08-20
fix(cli): update permission prompt message for compiled binaries (#24081)
Yazan AbdAl-Rahman
2024-08-08
feat(permissions): link to docs in permission prompt (#24948)
Bartek Iwańczuk
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-04
fix(runtime): fix Windows permission prompt (#23212)
Matt Mastracci
2024-04-02
fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
Matt Mastracci
2024-02-19
feat(core): highlight unprintable chars in permission prompts (#22468)
Matt Mastracci
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-04
fix(cli): harden permission stdio check (#21778)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-06-09
chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)
David Sherret
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-10
fix(prompt): better output with control chars (#18108)
Bartek Iwańczuk
2023-02-22
feat(permissions): grant all permission for a group in permission prompt (#17...
Asher Gomez
2023-02-10
refactor(permissions): use less space for permissions prompt (#17708)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-13
fix(permissions): lock stdio streams when prompt is shown (#17392)
Bartek Iwańczuk
2023-01-03
fix(permissions): fix italic font in permission prompt (#17249)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix: hide progress bars when showing permission prompt (#17130)
David Sherret
2022-12-18
refactor(permissions): factor out PermissionPrompter trait, add callbacks (#1...
Bartek Iwańczuk