Commit Graph

418 Commits

Author SHA1 Message Date
KernelDeimos
301ffaf61d feat: add endpoints for share tokens 2024-06-20 22:15:57 -04:00
KernelDeimos
db5990a989 feat: add share service and share-by-email to /share 2024-06-20 22:15:57 -04:00
KernelDeimos
fc4ae19d99 chore: cleanup share.js 2024-06-20 22:15:57 -04:00
KernelDeimos
dd5fde5130 feat: update share endpoint to support more things 2024-06-20 12:58:04 -04:00
Nariman Jelveh
1500f84d46 close #483 2024-06-19 22:30:42 -07:00
KernelDeimos
82f86ee4ab doc(backend): protected apps; function and permissions 2024-06-20 00:43:52 -04:00
KernelDeimos
16c4907be5 feat: add permission rewriter for app by name 2024-06-20 00:32:12 -04:00
KernelDeimos
3ae0081b41 tweak: update this too to avoid confusion 2024-06-20 00:01:22 -04:00
KernelDeimos
f2f3d6ff46 feat: add protected apps 2024-06-19 23:44:42 -04:00
KernelDeimos
55c609b3fe fix: update test kernel 2024-06-19 19:55:50 -04:00
KernelDeimos
ceba309dbd fix: add stream limit 2024-06-19 18:33:56 -04:00
KernelDeimos
2008db0852 fix: validate size metadata 2024-06-19 18:33:56 -04:00
KernelDeimos
d14a30e089 devex: add command to start/stop recording logs to a file 2024-06-19 15:49:58 -04:00
KernelDeimos
eb17d61fc1 security: address 7018641 2024-06-19 15:17:58 -04:00
KernelDeimos
fb1e2f21fb feat: start directory index frame 2024-06-19 02:03:02 -04:00
Nariman Jelveh
581964b655 Make GUI open the relavant directory when URL is provided 2024-06-18 22:11:14 -07:00
KernelDeimos
a813fbbb88 feat: add cookie for site token 2024-06-19 00:51:16 -04:00
KernelDeimos
86fca17fb1 feat: add protected subdomains 2024-06-19 00:51:16 -04:00
KernelDeimos
e7c0b8320a feat: add querystring-informed errors 2024-06-19 00:51:16 -04:00
KernelDeimos
616f28d1d4 tweak: change default static hosting domain 2024-06-19 00:51:16 -04:00
KernelDeimos
56e527d3ee db: add protected flag to app and subdomain 2024-06-19 00:51:16 -04:00
KernelDeimos
360ad2e252 refactor: move FilesystemService to BaseService 2024-06-19 00:51:16 -04:00
KernelDeimos
3e98f1a8a8 tweak: acl update 2024-06-19 00:10:40 -04:00
KernelDeimos
cd65217f5c fix: switch share notif username to sender 2024-06-18 23:43:10 -04:00
KernelDeimos
d96f924cad fix: type error in puter-site 2024-06-18 13:03:40 -04:00
KernelDeimos
7eabb43bd4 fix: i forgot to test reloading 2024-06-18 05:09:29 -04:00
KernelDeimos
de5886698e fix: fix permission cascade properly this time 2024-06-18 03:56:38 -04:00
KernelDeimos
10cbf08233 fix: peers array assumption 2024-06-18 02:44:20 -04:00
KernelDeimos
b126b67094 fix: fix that fix 2024-06-18 01:40:27 -04:00
KernelDeimos
e63ab3a67f fix: add permission implicator for file modes 2024-06-18 01:39:13 -04:00
KernelDeimos
34d4d606c3 tweak: add more information to errors 2024-06-17 22:45:05 -04:00
KernelDeimos
831c29f23b tweak: report permission for file shares 2024-06-17 22:13:06 -04:00
KernelDeimos
6cdbc92ae3 tweak: add dry-run and tweak response for /share 2024-06-17 18:34:45 -04:00
KernelDeimos
846fdc20d4 feat: multi-recipient multi-file share endpoint 2024-06-17 18:34:45 -04:00
KernelDeimos
f7a054956b fix: add app_uid param to kv interface 2024-06-17 17:33:37 -04:00
KernelDeimos
35cbec43e6 tweak: add full fsentry to share notification 2024-06-16 22:00:15 -04:00
KernelDeimos
31d4eb090e feat: implicit access from apps to shared appdata dirs 2024-06-16 21:09:04 -04:00
KernelDeimos
a2a10b94be fix: do not delegate to select on read like ever that is really dumb 2024-06-16 20:57:32 -04:00
KernelDeimos
9b39309e18 fix: database migration 2024-06-16 18:59:45 -04:00
Nariman Jelveh
6d1c1d3ed2 Add support for the metadata attribute for the App object in puter.js 2024-06-16 15:12:33 -07:00
KernelDeimos
f7216b9567 feat: add app metadata 2024-06-16 16:41:28 -04:00
KernelDeimos
632c536616 fix: correct shown flag behavior 2024-06-16 02:19:37 -04:00
KernelDeimos
8c49ba2553 feat: add share list to stat 2024-06-16 01:54:25 -04:00
KernelDeimos
b648817f27 fix: incorrect error from suggested_apps 2024-06-15 23:21:54 -04:00
KernelDeimos
2f6c428a40 feat: send notification when file gets shared 2024-06-15 22:39:47 -04:00
KernelDeimos
f9d2a87d25 chore: choose end-user-facing name for fs nodes 2024-06-15 22:39:47 -04:00
KernelDeimos
0f05a41ea8 tweak: add improvements to share/file-by-username 2024-06-15 22:39:47 -04:00
KernelDeimos
9ac8535832 Add support for optional auth 2024-06-15 22:39:47 -04:00
Nariman Jelveh
ea84c2f26d Fix issues with inconsistent path formats for owned files vs shared files 2024-06-15 22:39:47 -04:00
KernelDeimos
f2c6e01296 fix: remove legacy permission check in stat 2024-06-15 22:39:47 -04:00