1
0
mirror of https://github.com/sasjs/server.git synced 2026-04-21 04:41:31 +00:00
Commit Graph

73 Commits

Author SHA1 Message Date
sabhas 69f2576ee6 fix: show loading spinner on login screen while request is in process 2023-01-26 22:27:43 +05:00
sabhas 71c429b093 fix: replace main class with container class 2022-12-07 20:25:06 +05:00
sabhas 1d48f8856b feat: ask for updated password on first login 2022-11-22 19:58:17 +05:00
sabhas 68758aa616 chore: new password should be different to current password 2022-11-22 15:26:22 +05:00
sabhas 8b8c43c21b feat(web): add the UI for updating user password 2022-11-22 00:03:25 +05:00
sabhas c51b50428f fix(web): use mui treeView instead of custom implementation 2022-11-06 01:14:58 +05:00
sabhas 730c7c52ac chore: remove commented code 2022-09-03 00:09:48 +05:00
sabhas ee2db276bb feat: add option for program launch in context menu 2022-09-02 23:40:02 +05:00
sabhas bce83cb6fb fix: allow underscores in file name 2022-08-25 14:27:42 +05:00
sabhas 9227cd449d fix: show logout button only when user is logged in 2022-08-05 01:22:27 +05:00
sabhas 6ef40b954a fix: improve responsiveness for mobile view 2022-08-04 22:57:21 +05:00
sabhas 7681722e5a fix: autofocus input field and submit on enter 2022-07-28 23:55:59 +05:00
sabhas 8de032b543 fix: move api button to user menu 2022-07-28 23:54:40 +05:00
sabhas 9640f65264 fix(web): show original name as default name in rename file/folder modal 2022-07-27 01:44:13 +05:00
sabhas 468d1a929d chore(web): quick fixes 2022-07-27 00:47:38 +05:00
sabhas ce2114e3f6 chore: code fixes 2022-07-26 00:07:11 +05:00
sabhas 6c7550286b feat: prevent user from leaving studio page when there are unsaved changes 2022-07-25 22:41:05 +05:00
sabhas 2360e104bd chore: reduce the padding between tree items 2022-07-25 15:11:02 +05:00
sabhas 03cb89d14f chore: code fixes 2022-07-21 23:03:40 +05:00
sabhas 06d7c91fc3 fix: remove drive component 2022-07-20 23:53:42 +05:00
sabhas 7010a6a120 feat: implemented the functionality for renaming file/folder from context menu 2022-07-20 23:46:39 +05:00
sabhas 0ce94a553e feat: implemented functionality for adding file/folder from sidebar context menu 2022-07-20 16:45:45 +05:00
sabhas 177675bc89 feat: implemented delete file/folder functionality 2022-07-19 22:49:34 +05:00
sabhas 721165ff12 chore: add delete confirmation modal and use it in permission component 2022-07-19 22:48:22 +05:00
sabhas 0f19384999 fix: fileTree api response to include an additional attribute isFolder 2022-07-19 16:13:46 +05:00
sabhas 27410bc32b chore: add file path input modal 2022-07-18 22:37:32 +05:00
sabhas 849b2dd468 chore: add custom tree view component 2022-07-18 22:32:10 +05:00
sabhas 30d7a65358 chore: fix breaking changes caused by react-router-dom update 2022-07-15 18:42:59 +05:00
Allan Bowe dea204e3c5 Merge pull request #221 from sasjs/improve-web-UI
fix: Improve web UI
2022-07-06 13:26:19 +01:00
sabhas eeb63b330c feat: add documentation link under usename dropdown menu 2022-07-05 08:23:36 +05:00
Saad Jutt 0b759a5594 chore: code fixes API + web 2022-07-05 02:34:33 +05:00
sabhas 4c35e04802 chore: add snackbar for showing success alert 2022-07-04 16:00:23 +05:00
sabhas 97ecfdc955 feat: add, remove and update permissions from web component 2022-06-24 14:48:57 +05:00
sabhas bdf63df1d9 fix: add isAdmin attribute to return response of get session and login requests 2022-06-23 22:50:00 +05:00
sabhas 4c6b9c5e93 Merge branch 'main' into issue-139 2022-06-23 17:21:52 +05:00
Saad Jutt a501a300dc chore: lint fixes 2022-06-18 00:53:05 +05:00
Allan Bowe 8702a4e8fd fix: home page wording. Using fix to force previous change through.. 2022-06-17 13:14:02 +00:00
Saad Jutt 7d11cc7916 fix(web): reduced width for autoexec input 2022-05-26 19:48:59 +05:00
Saad Jutt c275db184e feat(web): added profile + edit + autoexec changes 2022-05-26 04:25:15 +05:00
Saad Jutt f37f8e95d1 fix(web): click to copy + notification 2022-05-23 20:29:29 +05:00
sabhas 1413b18508 feat: created modal for adding permission 2022-05-18 00:05:28 +05:00
sabhas 5652325452 feat: add basic UI for settings and permissions 2022-05-16 23:53:30 +05:00
Saad Jutt 5888f04e08 fix(web): seperate container for auth code 2022-05-11 21:01:59 +05:00
Saad Jutt b060ad1b8e fix: added CSRF check for granting access via session authentication 2022-04-30 05:04:27 +05:00
Saad Jutt 992f39b63a chore: lint fix 2022-04-29 04:11:29 +05:00
Saad Jutt e462aebdc0 feat: enabled csrf tokens for web component 2022-04-29 02:59:48 +05:00
Saad Jutt c3c2048e75 chore: temp 2022-04-28 07:15:36 +05:00
Saad Jutt 1d8acc36eb chore: temp 2022-04-28 07:15:09 +05:00
Saad Jutt e57443f1ed fix(web): show display name instead of username 2022-04-28 07:00:49 +05:00
Saad Jutt 5da93f318a feat: enabled session based authentication for web 2022-04-28 06:44:25 +05:00