Timothy Jaeryang Baek
457af65df6
enh/feat: toggle folders & user perm
2025-11-26 22:47:48 -05:00
Timothy Jaeryang Baek
f69e37a850
feat/enh: user sharing perms
2025-11-20 18:32:34 -05:00
Timothy Jaeryang Baek
7031bb9067
feat/enh: api keys user permission
...
breaking change, `ENABLE_API_KEY` renamed to `ENABLE_API_KEYS` and disabled by default and must be explicitly toggled on.
2025-11-19 01:50:52 -05:00
Timothy Jaeryang Baek
baffa89f35
refac: styling
2025-11-18 14:27:17 -05:00
Classic298
b4bc71d1bd
feat: add granular import/export permissions for workspace items ( #19242 )
...
Deploy to HuggingFace Spaces / check-secret (push) Waiting to run
Deploy to HuggingFace Spaces / deploy (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-main-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-cuda126-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / merge-slim-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / build-cuda126-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-ollama-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/amd64, ubuntu-latest) (push) Waiting to run
Create and publish Docker images with specific build args / build-slim-image (linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-cuda126-images (push) Blocked by required conditions
Create and publish Docker images with specific build args / merge-ollama-images (push) Blocked by required conditions
Python CI / Format Backend (push) Waiting to run
Frontend Build / Format & Build Frontend (push) Waiting to run
Frontend Build / Frontend Unit Tests (push) Waiting to run
* feat: add granular import/export permissions for workspace items (#55 )
Co-authored-by: Claude <noreply@anthropic.com>
* Fix permissions toggles not saving in EditGroupModal (#58 )
Co-authored-by: Claude <noreply@anthropic.com>
* Fix permissions toggles not saving in EditGroupModal (#59 )
Co-authored-by: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-17 18:25:23 -05:00
Timothy Jaeryang Baek
e7fa86aa26
chore: format
2025-09-29 00:58:21 -05:00
Timothy Jaeryang Baek
8656bfc5f4
refac
2025-09-29 00:03:03 -05:00
Classic298
cf20f04bdc
Update Permissions.svelte
2025-09-28 21:33:40 +02:00
google-labs-jules[bot]
30550d9190
Feat: Add warning for conflicting group permissions
...
This change introduces a visual warning in the group settings page. The warning appears when an admin attempts to disable a permission for a group that is already enabled in the default 'user' group. This is necessary because permissions are additive, and disabling a permission in a specific group will not revoke it if it's enabled in the default group.
To achieve this, the following changes were made:
- A new `PermissionSwitch.svelte` component was created to encapsulate the permission switch and its warning logic, avoiding redundant code.
- The `Groups.svelte` component was updated to correctly fetch the default user group's permissions.
- The `Permissions.svelte` component was refactored to use the new `PermissionSwitch.svelte` component, making the code cleaner and more maintainable.
2025-09-28 13:42:10 +00:00
google-labs-jules[bot]
41e4e7395c
feat: add permission toggle for public sharing of notes
...
This commit introduces a new permission toggle that allows administrators to control whether users can publicly share their notes.
- Adds a new environment variable `USER_PERMISSIONS_NOTES_ALLOW_PUBLIC_SHARING` to control the default setting.
- Adds a `public_notes` permission to the `sharing` section of the user permissions.
- Adds a toggle switch to the admin panel for managing this permission.
- Implements backend logic to enforce the permission when a user attempts to share a note publicly.
2025-09-26 20:48:01 +00:00
Timothy Jaeryang Baek
f6637cc78e
refac
2025-08-27 04:18:18 +04:00
Timothy Jaeryang Baek
dced9e4094
refac
2025-08-26 15:06:50 +04:00
Timothy Jaeryang Baek
803b2e35be
enh: delete_message, continue_response, regenerate_response, rate_response user permissions
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com>
2025-08-26 15:05:35 +04:00
silentoplayz
82ed9b0a97
i18n.t: updates
2025-08-13 20:15:16 -04:00
Timothy Jaeryang Baek
56af3e7357
refac: granular chat controls permissions
2025-07-31 18:59:37 +04:00
Timothy Jaeryang Baek
708e0ed05e
refac/enh: chat controls permissions
2025-07-31 18:58:58 +04:00
Timothy Jaeryang Baek
99e18d49dc
enh: system prompt user permission
2025-06-16 15:12:32 +04:00
Timothy Jaeryang Baek
84a05bec7b
enh: notes user group permission
2025-05-04 17:22:51 +04:00
Timothy Jaeryang Baek
2f7b5acdf8
enh: chat share & export permissions
2025-04-23 14:43:33 +09:00
Timothy Jaeryang Baek
d932fc555d
enh: tts/stt user permissions
2025-04-14 01:40:22 -07:00
Timothy Jaeryang Baek
79dff685ea
feat: multiple models chat user permissions
2025-04-12 17:37:30 -07:00
Timothy Jaeryang Baek
7eea95a48c
feat: direct tools user permissions
2025-04-02 18:36:03 -07:00
Erik
295c7eb4c7
[improvement] default permission for new groups is false for enforce temp chat
2025-04-01 08:27:29 +02:00
Timothy Jaeryang Baek
5f792d2771
feat: enforced temporary chat
2025-03-31 17:58:43 -07:00
Timothy Jaeryang Baek
50b3f47f81
feat: public sharing permissions
2025-03-31 17:15:51 -07:00
Timothy Jaeryang Baek
fd8998a38f
refac
2025-02-15 19:50:40 -08:00
Timothy Jaeryang Baek
e3fa48b6ce
chore: tailwind v4 migration
2025-02-15 19:27:25 -08:00
Timothy Jaeryang Baek
3adfa29f7d
chore: format
2025-02-03 21:56:35 -08:00
Timothy Jaeryang Baek
56f57928c2
enh/refac: permissions
2025-01-15 23:01:43 -08:00
Timothy Jaeryang Baek
646d926f70
enh: chat file upload permission
2024-11-16 02:31:04 -08:00
Timothy Jaeryang Baek
d9dc04f1a1
refac: frontend
2024-11-15 02:05:43 -08:00
Timothy Jaeryang Baek
b80ec76435
refac
2024-11-14 20:51:49 -08:00
Timothy Jaeryang Baek
0e8c0b452e
wip: frontend
2024-11-14 02:20:34 -08:00
Timothy Jaeryang Baek
ce9aef900c
wip: frontend
2024-11-13 21:21:50 -08:00