summaryrefslogtreecommitdiff
path: root/src/permissions.rs
AgeCommit message (Collapse)Author
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally.
2019-03-18More permissions prompt options (#1926)andy finch
2019-03-13--no-prompt flag for non-interactive environments (#1913)andy finch
2019-03-04Allow inspection and revocation of permissions (#1875)Simon Menke
2019-03-01Permissions refactor (#1864)andy finch
Refactored permissions to be assignable on a per-isolate basis, and added a fix for #1858 to op_fetch_module_meta_data.
2019-02-09Fix read permission messageJ2P
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-14Update to rust 2018 editionAndy Hayden
2018-11-29Replace mutex by atomics (#1238)F001
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-06Fix many of the clippy::pedantic warningsAndy Hayden
2018-11-04Fix clippy warnings (#1149)Andy Hayden
Run with: cargo clippy https://github.com/rust-lang-nursery/rust-clippy
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl