summaryrefslogtreecommitdiff
path: root/runtime/permissions/mod.rs
AgeCommit message (Expand)Author
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-07fix: enable "--allow-sys=cpus" for "deno run" (#22260)restlessronin
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-01fix(perm): allow-net with port 80 (#21221)Ian Bull
2023-12-01fix(permissions): fix panics when revoking net permission (#21388)liruifengv
2023-10-09refactor: remove TimersPermissions::check_unstable (#20831)Bartek Iwańczuk
2023-08-30fix(runtime/permissions): Resolve executable specifiers in allowlists and que...Nayeem Rahman
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-07-31feat(node/os): implement getPriority, setPriority & userInfo (#19370)Leo Kettmeir
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-06chore: upgrade to Rust 1.70.0 (#19345)David Sherret
2023-05-27refactor(node/http): don't use readablestream for writing to request (#19282)Leo Kettmeir
2023-04-24refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...David Sherret
2023-04-12refactor(ext/fs): abstract FS via FileSystem trait (#18599)Luca Casonato
2023-04-03refactor: remove "ext/flash" (#18578)Bartek Iwańczuk
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-13refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)Bartek Iwańczuk
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-05refactor(runtime): factor out FsPermissions for fs ops (#18012)Bartek Iwańczuk
2023-02-22feat(permissions): grant all permission for a group in permission prompt (#17...Asher Gomez
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-27feat(unstable): Add "Deno.osUptime()" API (#17179)Kamil Ogórek
2022-12-21fix(permissions): add information about import() API request (#17149)Bartek Iwańczuk
2022-12-18refactor(permissions): factor out PermissionPrompter trait, add callbacks (#1...Bartek Iwańczuk