1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00
Commit graph

361 commits

Author SHA1 Message Date
dcf4b051ae Add .dockerignore symlinks to .gitignore 2021-10-18 21:21:47 +02:00
63f1b8e0ee Add serve script (and serve dependency) 2021-10-18 21:13:58 +02:00
2b6b2abf2f Create docker image for the proxy 2021-10-18 20:59:45 +02:00
a5d492520f 🔧 Limit the allowed slug values 2021-10-18 20:03:23 +02:00
f2be69a107 Create Dockerfile for the backend 2021-10-18 19:22:37 +02:00
ee2e8c275c ⬆ Add gunicorn and uvicorn as dependencies 2021-10-18 18:50:07 +02:00
4e17c9dd96 🔧 Conditionally display jupyter tokens in /notebooks/by-project/.../ (fixes #69) 2021-10-18 02:56:41 +02:00
2886c4598d 🔧 Get access serializer for list views 2021-10-18 02:56:41 +02:00
b493a65e01 🔧 Dynamically create the serializer for users who can edit a notebook 2021-10-18 02:56:41 +02:00
8bae344c68 🐛 Fix invalid set literal 2021-10-18 02:56:41 +02:00
f2a450f166 🔧 Remove the JupyterToken from the fields of the default serializer 2021-10-18 02:56:41 +02:00
25da603a66 Add BreadcrumbsBox for navigation (closes #70) 2021-10-17 02:07:29 +02:00
cb0a7e4d6d 🧹 Fix warnings 2021-10-17 01:32:28 +02:00
df89faad26 🐛 Fix #71 2021-10-17 01:32:28 +02:00
97d795b175 Create buttons to access the JupyterLab 2021-10-17 01:32:28 +02:00
93a8994e9f 🐛 Save started notebook id on the database 2021-10-17 01:32:28 +02:00
a2c24111ae 🔧 Split LoginBox from LoginButton 2021-10-17 01:32:28 +02:00
8b3e070a91 Add "Gestione Amber" theme 2021-10-17 01:32:28 +02:00
73015b474b ⬆ Update bluelib-react 2021-10-17 01:32:28 +02:00
dbf4ee8d23 💥 Add icons and refactor authorization components 2021-10-17 01:32:28 +02:00
285105fe00 🔧 Rename DescriptionBoxProps to DescriptionBox (oops!) 2021-10-17 01:32:28 +02:00
fe5ed62480 🔧 Add icons to LogoutBox 2021-10-17 01:32:28 +02:00
5c88679689 🔧 Change the login route to l/logged-in 2021-10-17 01:32:28 +02:00
637ef3a92e 🔧 Move the layout inside the app 2021-10-17 01:32:28 +02:00
875876b3a7 🔧 Rename GoBackButton to GoUpButton 2021-10-17 01:32:28 +02:00
9af5ba714b Improve error handling 2021-10-17 01:32:28 +02:00
f748add494 🧹 Remove unused import 2021-10-17 01:32:28 +02:00
3f6b1bd5a3 🔧 Allow users to ignore errors 2021-10-17 01:32:28 +02:00
b26961d784 🧹 Remove DebugBox in the notebook page 2021-10-17 01:32:28 +02:00
ca2a0c3c58 Create NotebookDescriptionBox 2021-10-17 01:32:28 +02:00
023041da36 🔧 Disable editing a notebook while it's locked or started 2021-10-17 01:32:28 +02:00
b9651b270b 🔧 Disable deleting a notebook while it's locked 2021-10-17 01:32:28 +02:00
e58c8d80e9 🔧 Create useApplyChanges hook 2021-10-17 01:32:28 +02:00
a06acf6bfb 📔 Document SafetyButton 2021-10-17 01:32:28 +02:00
ac50a1d530 🔧 Create useFormSlug hook 2021-10-17 01:32:28 +02:00
ae11406290 🔧 Improve validators names 2021-10-17 01:32:28 +02:00
0c528b0f7c 🚧 idk notebook stuff 2021-10-17 01:32:28 +02:00
1f1b0c6e41 💥 Implement group creation, deletion and editing 2021-10-14 03:43:05 +02:00
6f3e2fc9e9 🐛 Fix notebooks in private projects not being returned for the group owner 2021-10-14 03:28:06 +02:00
8b08e08282 🐛 Fix private projects not being returned for the group owner 2021-10-14 03:27:15 +02:00
b8c9ee7a48 🧹 Fix warnings 2021-10-13 16:24:22 +02:00
4e509c2721 🔧 Improve group flow 2021-10-13 05:21:38 +02:00
6c690312b9 🔧 Improve login flow 2021-10-13 05:14:50 +02:00
bfea7497ff 🔧 Generify DescriptionBox 2021-10-13 05:05:34 +02:00
a9efd9dc3a 🔧 Add an icon to ResourceDescriptionBox 2021-10-13 04:51:55 +02:00
c642ba62c4 Generify ResourceDescriptionBox 2021-10-13 04:45:53 +02:00
222104e051 🐛 Prevent mysterious bug on group deletion 2021-10-13 04:29:24 +02:00
6ec92ac07b 🧹 Improve GroupCreateBox code quality 2021-10-13 04:26:01 +02:00
2b47f097b1 💥 Disallow group members from editing group name and description 2021-10-13 03:52:06 +02:00
5b62f534f0 🐛 Fix rerenders on every location change 2021-10-13 03:39:38 +02:00