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

1226 Commits

Author SHA1 Message Date
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
sabhas 48688a6547 chore: update swagger docs 2022-07-20 16:52:49 +05:00
sabhas 0ce94a553e feat: implemented functionality for adding file/folder from sidebar context menu 2022-07-20 16:45:45 +05:00
sabhas 941917e508 feat: created api endpoint for adding empty folder in drive 2022-07-20 16:43:43 +05:00
semantic-release-bot 5706371ffd chore(release): 0.11.5 [skip ci]
## [0.11.5](https://github.com/sasjs/server/compare/v0.11.4...v0.11.5) (2022-07-19)

### Bug Fixes

* Revert "fix(security): missing cookie flags are added" ([ce5218a](https://github.com/sasjs/server/commit/ce5218a2278cc750f2b1032024685dc6cd72f796))
v0.11.5
2022-07-19 23:03:43 +00:00
Saad Jutt ce5218a227 fix: Revert "fix(security): missing cookie flags are added"
This reverts commit 526402fd73.
2022-07-20 03:58:25 +05:00
semantic-release-bot 8b62755f39 chore(release): 0.11.4 [skip ci]
## [0.11.4](https://github.com/sasjs/server/compare/v0.11.3...v0.11.4) (2022-07-19)

### Bug Fixes

* **security:** missing cookie flags are added ([526402f](https://github.com/sasjs/server/commit/526402fd73407ee4fa2d31092111a7e6a1741487))
v0.11.4
2022-07-19 21:06:05 +00:00
Allan Bowe cb84c3ebbb Merge pull request #234 from sasjs/issue147
fix(security): missing cookie flags are added
2022-07-19 22:02:05 +01:00
Saad Jutt 526402fd73 fix(security): missing cookie flags are added 2022-07-20 01:40:31 +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 08e0c61e0f feat: add api end point for delete folder 2022-07-19 22:41:03 +05:00
semantic-release-bot 1b234eb2b1 chore(release): 0.11.3 [skip ci]
## [0.11.3](https://github.com/sasjs/server/compare/v0.11.2...v0.11.3) (2022-07-19)

### Bug Fixes

* filePath fix in code.js file for windows ([2995121](https://github.com/sasjs/server/commit/299512135d77c2ac9e34853cf35aee6f2e1d4da4))
v0.11.3
2022-07-19 14:50:19 +00:00
Allan Bowe ef25eec11f Merge pull request #233 from sasjs/issue-227
fix: filePath fix in code.js file for windows
2022-07-19 15:46:18 +01:00
sabhas 3e53f70928 chore: update swagger docs 2022-07-19 16:14:40 +05:00
sabhas 0f19384999 fix: fileTree api response to include an additional attribute isFolder 2022-07-19 16:13:46 +05:00
sabhas 63dd6813c0 chore: lint fix 2022-07-19 13:07:34 +05:00
sabhas 299512135d fix: filePath fix in code.js file for windows 2022-07-19 13:00:33 +05:00
sabhas 6c35412d2f feat: add sidebar(drive) to left of studio 2022-07-18 22:39:09 +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
semantic-release-bot a1a182698e chore(release): 0.11.2 [skip ci]
## [0.11.2](https://github.com/sasjs/server/compare/v0.11.1...v0.11.2) (2022-07-18)

### Bug Fixes

* apply icon option only for sas.exe ([d2ddd8a](https://github.com/sasjs/server/commit/d2ddd8aacadfdd143026881f2c6ae8c6b277610a))
v0.11.2
2022-07-18 12:39:49 +00:00
Allan Bowe 4be692b24b Merge pull request #232 from sasjs/issue229
fix: apply icon option only for sas.exe
2022-07-18 13:34:21 +01:00
Allan Bowe d2ddd8aaca fix: apply icon option only for sas.exe 2022-07-18 12:33:52 +00:00
semantic-release-bot 3a45e8f525 chore(release): 0.11.1 [skip ci]
## [0.11.1](https://github.com/sasjs/server/compare/v0.11.0...v0.11.1) (2022-07-18)

### Bug Fixes

* bank operator ([aa02741](https://github.com/sasjs/server/commit/aa027414ed3ce51f1014ef36c4191e064b2e963d))
* ensuring nosplash option only applies for sas.exe ([65e6de9](https://github.com/sasjs/server/commit/65e6de966383fe49a919b1f901d77c7f1e402c9b)), closes [#229](https://github.com/sasjs/server/issues/229)
v0.11.1
2022-07-18 12:14:31 +00:00
Allan Bowe c0e2f55a7b Merge pull request #231 from sasjs/issue229
fix: bank operator
2022-07-18 13:10:30 +01:00
Allan Bowe aa027414ed fix: bank operator 2022-07-18 12:09:54 +00:00
Allan Bowe 8c4c52b1a9 Merge pull request #230 from sasjs/issue229
fix: ensuring nosplash option only applies for sas.exe
2022-07-18 12:58:15 +01:00