|
|
3c987c61dd
|
fix(web): saveAs functionality fixed in studio page
|
2022-07-26 23:15:42 +05:00 |
|
|
|
0a780697da
|
chore(web): move hooks to hooks folder
|
2022-07-26 23:14:29 +05:00 |
|
|
|
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](0f19384999))
* remove drive component ([06d7c91](06d7c91fc3))
### Features
* add api end point for delete folder ([08e0c61](08e0c61e0f))
* add sidebar(drive) to left of studio ([6c35412](6c35412d2f))
* created api endpoint for adding empty folder in drive ([941917e](941917e508))
* implemented api for renaming file/folder ([fdcaba9](fdcaba9d56))
* implemented delete file/folder functionality ([177675b](177675bc89))
* implemented functionality for adding file/folder from sidebar context menu ([0ce94a5](0ce94a553e))
* implemented the functionality for renaming file/folder from context menu ([7010a6a](7010a6a120))
* prevent user from leaving studio page when there are unsaved changes ([6c75502](6c7550286b))
* **web:** add difference view editor in studio ([420a61a](420a61a5a6))
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 |
|
|
|
15bdd2d7f0
|
chore: close file menu after clicking on diff editor menu item
|
2022-07-26 14:54:06 +05:00 |
|
|
|
2ce947d216
|
chore: code fixes
|
2022-07-26 14:16:27 +05:00 |
|
|
|
ce2114e3f6
|
chore: code fixes
|
2022-07-26 00:07:11 +05:00 |
|
|
|
6c7550286b
|
feat: prevent user from leaving studio page when there are unsaved changes
|
2022-07-25 22:41:05 +05:00 |
|
|
|
2360e104bd
|
chore: reduce the padding between tree items
|
2022-07-25 15:11:02 +05:00 |
|
|
|
420a61a5a6
|
feat(web): add difference view editor in studio
|
2022-07-25 15:01:04 +05:00 |
|
|
|
04e0f9efe3
|
chore: merge main into issue-198
|
2022-07-22 22:31:32 +05:00 |
|
|
|
99172cd9ed
|
chore: add specs
|
2022-07-22 22:18:03 +05:00 |
|
|
|
57daad0c26
|
chore: error response codes for drive api
|
2022-07-22 16:58:26 +05:00 |
|
|
|
cc1e4543fc
|
chore: add specs
|
2022-07-21 23:03:56 +05:00 |
|
|
|
03cb89d14f
|
chore: code fixes
|
2022-07-21 23:03:40 +05:00 |
|
|
|
72140d73c2
|
chore: modified folderParamValidation method
|
2022-07-21 14:08:44 +05:00 |
|
|
|
efcefd2a42
|
chore: quick fix
|
2022-07-21 13:25:46 +05:00 |
|
|
|
06d7c91fc3
|
fix: remove drive component
|
2022-07-20 23:53:42 +05:00 |
|
|
|
7010a6a120
|
feat: implemented the functionality for renaming file/folder from context menu
|
2022-07-20 23:46:39 +05:00 |
|
|
|
fdcaba9d56
|
feat: implemented api for renaming file/folder
|
2022-07-20 23:45:11 +05:00 |
|
|
|
48688a6547
|
chore: update swagger docs
|
2022-07-20 16:52:49 +05:00 |
|
|
|
0ce94a553e
|
feat: implemented functionality for adding file/folder from sidebar context menu
|
2022-07-20 16:45:45 +05:00 |
|
|
|
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](ce5218a227))
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](526402fd73))
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 |
|
|
|
177675bc89
|
feat: implemented delete file/folder functionality
|
2022-07-19 22:49:34 +05:00 |
|
|
|
721165ff12
|
chore: add delete confirmation modal and use it in permission component
|
2022-07-19 22:48:22 +05:00 |
|
|
|
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](299512135d))
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 |
|
|
|
3e53f70928
|
chore: update swagger docs
|
2022-07-19 16:14:40 +05:00 |
|
|
|
0f19384999
|
fix: fileTree api response to include an additional attribute isFolder
|
2022-07-19 16:13:46 +05:00 |
|
|
|
63dd6813c0
|
chore: lint fix
|
2022-07-19 13:07:34 +05:00 |
|
|
|
299512135d
|
fix: filePath fix in code.js file for windows
|
2022-07-19 13:00:33 +05:00 |
|
|
|
6c35412d2f
|
feat: add sidebar(drive) to left of studio
|
2022-07-18 22:39:09 +05:00 |
|
|
|
27410bc32b
|
chore: add file path input modal
|
2022-07-18 22:37:32 +05:00 |
|
|
|
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](d2ddd8aaca))
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](aa027414ed))
* ensuring nosplash option only applies for sas.exe ([65e6de9](65e6de9663)), 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 |
|
Allan Bowe
|
ff420434ae
|
chore: removing line added automatically
|
2022-07-18 11:57:19 +00:00 |
|
Allan Bowe
|
65e6de9663
|
fix: ensuring nosplash option only applies for sas.exe
Closes #229
|
2022-07-18 11:55:35 +00:00 |
|