summaryrefslogtreecommitdiff
path: root/cli/permissions.rs
AgeCommit message (Expand)Author
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-20refactor: remove CliState, use OpState, add CliModuleLoader (#7588)Bartek Iwańczuk
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-18refactor: permissions (#7074)Nayeem Rahman
2020-08-10Remove unnecessary drop calls (#7007)Ryan Dahl
2020-08-07Encode op errors as strings instead of numbers (#6977)Bartek Iwańczuk
2020-07-02fix: net permissions didn't account for default ports (#6606)Jacob Gee-Clarke
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-26fix(cli/permissions): panic on hostless URLs (#6500)Maayan Hanin
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-06Add "fork" method on DenoPermissions, PermissionState (#5693)Akshat Agarwal
2020-05-29fix(cli/permissions): Fix CWD and exec path leaks (#5642)Nayeem Rahman
2020-05-29feat(cli): deserialize Permissions from JSON (#5779)Akshat Agarwal
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
2020-05-04Rename DenoPermissions, add abs path asserts (#5076)Ryan Dahl
2020-04-03clippy (#4618)Kitson Kelly
2020-03-24 remove extra dot in Permission request output (#4471)Kevin (Kun) "Kassimo" Qian
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