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

1003 Commits

Author SHA1 Message Date
sabhas f978814ca7 chore: code refactor 2022-08-02 22:16:41 +05:00
sabhas 68515f95a6 feat: bypass authentication when route is enabled for public group 2022-08-02 18:06:33 +05:00
sabhas d3a516c36e fix: add restriction on add/remove user to public group 2022-08-02 18:05:28 +05:00
sabhas c3e3befc17 feat: add public group to DB on seed 2022-08-02 18:04:00 +05:00
semantic-release-bot 275de9478e chore(release): 0.13.3 [skip ci]
## [0.13.3](https://github.com/sasjs/server/compare/v0.13.2...v0.13.3) (2022-08-02)

### Bug Fixes

* show non-admin user his own permissions only ([8a3054e](https://github.com/sasjs/server/commit/8a3054e19ade82e2792cfb0f2a8af9e502c5eb52))
* update schema of Permission ([5d5a9d3](https://github.com/sasjs/server/commit/5d5a9d3788281d75c56f68f0dff231abc9c9c275))
v0.13.3
2022-08-02 12:01:53 +00:00
Allan Bowe 1a3ef62cb2 Merge pull request #243 from sasjs/issue-241
fix: show non-admin user his own permissions only
2022-08-02 12:57:57 +01:00
semantic-release-bot 9eb5f3ca4d chore(release): 0.13.2 [skip ci]
## [0.13.2](https://github.com/sasjs/server/compare/v0.13.1...v0.13.2) (2022-08-01)

### Bug Fixes

* adding ls=max to reduce log size and improve readability ([916947d](https://github.com/sasjs/server/commit/916947dffacd902ff23ac3e899d1bf5ab6238b75))
v0.13.2
2022-08-01 22:42:31 +00:00
Allan Bowe 916947dffa fix: adding ls=max to reduce log size and improve readability 2022-08-01 22:38:31 +00:00
sabhas 79b7827b7c chore: update tabs label in setting page 2022-08-01 23:01:05 +05:00
sabhas 37e1aa9b61 chore: spec fixed 2022-08-01 22:54:31 +05:00
sabhas 7e504008b7 chore: quick fix 2022-08-01 22:50:18 +05:00
sabhas 5d5a9d3788 fix: update schema of Permission 2022-08-01 21:33:10 +05:00
semantic-release-bot 7c79d6479c chore(release): 0.13.1 [skip ci]
## [0.13.1](https://github.com/sasjs/server/compare/v0.13.0...v0.13.1) (2022-07-31)

### Bug Fixes

* adding options to prevent unwanted windows on windows.  Closes [#244](https://github.com/sasjs/server/issues/244) ([77db14c](https://github.com/sasjs/server/commit/77db14c690e18145d733ac2b0d646ab0dbe4d521))
v0.13.1
2022-07-31 17:09:11 +00:00
Allan Bowe 3e635f422a Merge pull request #245 from sasjs/allanbowe/avoid-batch-sas-window-244
fix: adding options to prevent unwanted windows on windows.  Closes #244
2022-07-31 18:05:05 +01:00
Allan Bowe 77db14c690 fix: adding options to prevent unwanted windows on windows. Closes #244 2022-07-31 16:58:33 +00:00
sabhas b7dff341f0 chore: fix specs 2022-07-30 00:18:02 +05:00
sabhas 8a3054e19a fix: show non-admin user his own permissions only 2022-07-30 00:01:15 +05:00
semantic-release-bot a531de2adb chore(release): 0.13.0 [skip ci]
# [0.13.0](https://github.com/sasjs/server/compare/v0.12.1...v0.13.0) (2022-07-28)

### Bug Fixes

* autofocus input field and submit on enter ([7681722](https://github.com/sasjs/server/commit/7681722e5afdc2df0c9eed201b05add3beda92a7))
* move api button to user menu ([8de032b](https://github.com/sasjs/server/commit/8de032b5431b47daabcf783c47ff078bf817247d))

### Features

* add action and command to editor ([706e228](https://github.com/sasjs/server/commit/706e228a8e1924786fd9dc97de387974eda504b1))
v0.13.0
2022-07-28 19:27:12 +00:00
Allan Bowe c458d94493 Merge pull request #239 from sasjs/issue-238
fix: improve user experience in the studio
2022-07-28 20:21:48 +01:00
sabhas 706e228a8e feat: add action and command to editor 2022-07-28 23:56:44 +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
semantic-release-bot 998ef213e9 chore(release): 0.12.1 [skip ci]
## [0.12.1](https://github.com/sasjs/server/compare/v0.12.0...v0.12.1) (2022-07-26)

### Bug Fixes

* **web:** disable launch icon button when file content is not saved ([c574b42](https://github.com/sasjs/server/commit/c574b4223591c4a6cd3ef5e146ce99cd8f7c9190))
* **web:** saveAs functionality fixed in studio page ([3c987c6](https://github.com/sasjs/server/commit/3c987c61ddc258f991e2bf38c1f16a0c4248d6ae))
* **web:** show original name as default name in rename file/folder modal ([9640f65](https://github.com/sasjs/server/commit/9640f6526496f3564664ccb1f834d0f659dcad4e))
* **web:** webout tab item fixed in studio page ([7cdffe3](https://github.com/sasjs/server/commit/7cdffe30e36e5cad0284f48ea97925958e12704c))
* **web:** when no file is selected save the editor content to local storage ([3b1fcb9](https://github.com/sasjs/server/commit/3b1fcb937d06d02ab99c9e8dbe307012d48a7a3a))
v0.12.1
2022-07-26 20:52:05 +00:00
Allan Bowe f8b0f98678 Merge pull request #236 from sasjs/fix-studio
fix: issues fixed in studio page
2022-07-26 21:48:20 +01: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 c574b42235 fix(web): disable launch icon button when file content is not saved 2022-07-27 01:42:46 +05:00
sabhas 468d1a929d chore(web): quick fixes 2022-07-27 00:47:38 +05:00
sabhas 7cdffe30e3 fix(web): webout tab item fixed in studio page 2022-07-26 23:53:07 +05:00
sabhas 3b1fcb937d fix(web): when no file is selected save the editor content to local storage 2022-07-26 23:30:41 +05:00
sabhas 3c987c61dd fix(web): saveAs functionality fixed in studio page 2022-07-26 23:15:42 +05:00
sabhas 0a780697da chore(web): move hooks to hooks folder 2022-07-26 23:14:29 +05:00
sabhas 83d819df53 chore(web): created custom useStateWithCallback hook 2022-07-26 23:12:55 +05:00
semantic-release-bot 95df2b21d6 chore(release): 0.12.0 [skip ci]
# [0.12.0](https://github.com/sasjs/server/compare/v0.11.5...v0.12.0) (2022-07-26)

### Bug Fixes

* fileTree api response to include an additional attribute isFolder ([0f19384](https://github.com/sasjs/server/commit/0f193849994f1ac8a071afa8f10af5b46f86663d))
* remove drive component ([06d7c91](https://github.com/sasjs/server/commit/06d7c91fc34620a954df1fd1c682eff370f79ca6))

### Features

* add api end point for delete folder ([08e0c61](https://github.com/sasjs/server/commit/08e0c61e0fd7041d6cded6f4d71fbb410e5615ce))
* add sidebar(drive) to left of studio ([6c35412](https://github.com/sasjs/server/commit/6c35412d2f5180d4e49b12e616576d8b8dacb7d8))
* created api endpoint for adding empty folder in drive ([941917e](https://github.com/sasjs/server/commit/941917e508ece5009135f9dddf99775dd4002f78))
* implemented api for renaming file/folder ([fdcaba9](https://github.com/sasjs/server/commit/fdcaba9d56cddea5d56d7de5a172f1bb49be3db5))
* implemented delete file/folder functionality ([177675b](https://github.com/sasjs/server/commit/177675bc897416f7994dd849dc7bb11ba072efe9))
* implemented functionality for adding file/folder from sidebar context menu ([0ce94a5](https://github.com/sasjs/server/commit/0ce94a553e53bfcdbd6273b26b322095a080a341))
* implemented the functionality for renaming file/folder from context menu ([7010a6a](https://github.com/sasjs/server/commit/7010a6a1201720d0eb4093267a344fb828b90a2f))
* prevent user from leaving studio page when there are unsaved changes ([6c75502](https://github.com/sasjs/server/commit/6c7550286b5f505e9dfe8ca63c62fa1db1b60b2e))
* **web:** add difference view editor in studio ([420a61a](https://github.com/sasjs/server/commit/420a61a5a6b11dcb5eb0a652ea9cecea5c3bee5f))
v0.12.0
2022-07-26 14:29:41 +00:00
Allan Bowe accdf914f1 Merge pull request #235 from sasjs/issue-198
feat: deprecate drive and add sidebar for file navigation to studio
2022-07-26 15:25:26 +01:00
sabhas 15bdd2d7f0 chore: close file menu after clicking on diff editor menu item 2022-07-26 14:54:06 +05:00
sabhas 2ce947d216 chore: code fixes 2022-07-26 14:16:27 +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 420a61a5a6 feat(web): add difference view editor in studio 2022-07-25 15:01:04 +05:00
sabhas 04e0f9efe3 chore: merge main into issue-198 2022-07-22 22:31:32 +05:00
sabhas 99172cd9ed chore: add specs 2022-07-22 22:18:03 +05:00
sabhas 57daad0c26 chore: error response codes for drive api 2022-07-22 16:58:26 +05:00
sabhas cc1e4543fc chore: add specs 2022-07-21 23:03:56 +05:00
sabhas 03cb89d14f chore: code fixes 2022-07-21 23:03:40 +05:00
sabhas 72140d73c2 chore: modified folderParamValidation method 2022-07-21 14:08:44 +05:00
sabhas efcefd2a42 chore: quick fix 2022-07-21 13:25:46 +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 fdcaba9d56 feat: implemented api for renaming file/folder 2022-07-20 23:45:11 +05:00