summaryrefslogtreecommitdiff
path: root/cli/permissions.rs
AgeCommit message (Expand)Author
2020-03-10Add global "quiet" flag (#4135)Florian Häglsperger
2020-02-26DenoFlags -> Flags (#4136)Ryan Dahl
2020-02-24Remove ansi_term dependency (#4116)João Souto
2020-02-24Revert "Remove ansi_term dependency"Ryan Dahl
2020-02-24Remove ansi_term dependency (#4106)João Souto
2020-02-24fix: add mutex guard for permission_prompt tests (#4105)Yoshiya Hinosawa
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-23fetch: proper error for unsupported protocol (#4085)Kevin (Kun) "Kassimo" Qian
2020-02-11refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)Nayeem Rahman
2020-01-27dx: descriptive permission errors (#3808)Bartek Iwańczuk
2020-01-20refactor: reduce number of ErrorKind variants (#3662)Bartek Iwańczuk
2020-01-20refactor: Improve path handling in permission checks (#3714)Nayeem Rahman
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-12-05feat: first pass at native plugins (#3372)Andy Finch
2019-12-03fix some typos in permissions (#3436)Andy Finch
2019-11-24refactor: Elevate DenoPermissions lock to top level (#3398)Kevin (Kun) "Kassimo" Qian
2019-11-11Add permissions.request (#3296)Yoshiya Hinosawa
2019-11-04Refactor Worker and ThreadSafeState (#3242)Bartek Iwańczuk
2019-10-27Use web standard Permissions API (#3200)Yoshiya Hinosawa
2019-10-23refactor DenoPermissions.check_net & resolve_addr (#3182)EnokMan
2019-10-22remove --no-prompt flag, fail on missing permissions (#3183)Yoshiya Hinosawa
2019-08-13Dynamic import should respect permissions (#2764)Ryan Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
2019-06-25Port code from Cargo and use for progressRyan Dahl
2019-06-25simplify check_net testRyan Dahl
2019-06-22feat: log permission access (#2518)Bartek Iwańczuk
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-05-23Rename --allow-high-precision to --allow-hrtime (#2398)Ryan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-04-09Silence clippy warnings and format source codeBert Belder
2019-04-08Allow high precision performance.now() (#1977)Vincent LE GOFF
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl