Saad Jutt
|
87c03c5f8d
|
fix(apps): App Stream logo fix
|
2022-08-04 03:03:27 +05:00 |
|
Saad Jutt
|
77f8d30baf
|
fix(cookie): XSRF cookie is removed and passed token in head section
|
2022-08-03 03:38:11 +05:00 |
|
semantic-release-bot
|
78bea7c154
|
chore(release): 0.14.0 [skip ci]
# [0.14.0](https://github.com/sasjs/server/compare/v0.13.3...v0.14.0) (2022-08-02)
### Bug Fixes
* add restriction on add/remove user to public group ([d3a516c](d3a516c36e))
* call jwt.verify in synchronous way ([254bc07](254bc07da7))
### Features
* add public group to DB on seed ([c3e3bef](c3e3befc17))
* bypass authentication when route is enabled for public group ([68515f9](68515f95a6))
v0.14.0
|
2022-08-02 19:08:38 +00:00 |
|
Saad Jutt
|
9c3b155c12
|
Merge pull request #246 from sasjs/issue-240
feat: bypass authentication when route is enabled for public group
|
2022-08-03 00:03:43 +05:00 |
|
Allan Bowe
|
98e501334f
|
Update seedDB.ts
|
2022-08-02 19:33:16 +01:00 |
|
Allan Bowe
|
bbfd53e79e
|
Update group.spec.ts
|
2022-08-02 19:32:44 +01:00 |
|
|
|
254bc07da7
|
fix: call jwt.verify in synchronous way
|
2022-08-02 23:05:42 +05:00 |
|
|
|
f978814ca7
|
chore: code refactor
|
2022-08-02 22:16:41 +05:00 |
|
|
|
68515f95a6
|
feat: bypass authentication when route is enabled for public group
|
2022-08-02 18:06:33 +05:00 |
|
|
|
d3a516c36e
|
fix: add restriction on add/remove user to public group
|
2022-08-02 18:05:28 +05:00 |
|
|
|
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](8a3054e19a))
* update schema of Permission ([5d5a9d3](5d5a9d3788))
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](916947dffa))
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 |
|
|
|
79b7827b7c
|
chore: update tabs label in setting page
|
2022-08-01 23:01:05 +05:00 |
|
|
|
37e1aa9b61
|
chore: spec fixed
|
2022-08-01 22:54:31 +05:00 |
|
|
|
7e504008b7
|
chore: quick fix
|
2022-08-01 22:50:18 +05:00 |
|
|
|
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](77db14c690))
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 |
|
|
|
b7dff341f0
|
chore: fix specs
|
2022-07-30 00:18:02 +05:00 |
|
|
|
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](7681722e5a))
* move api button to user menu ([8de032b](8de032b543))
### Features
* add action and command to editor ([706e228](706e228a8e))
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 |
|
|
|
706e228a8e
|
feat: add action and command to editor
|
2022-07-28 23:56:44 +05:00 |
|
|
|
7681722e5a
|
fix: autofocus input field and submit on enter
|
2022-07-28 23:55:59 +05:00 |
|
|
|
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](c574b42235))
* **web:** saveAs functionality fixed in studio page ([3c987c6](3c987c61dd))
* **web:** show original name as default name in rename file/folder modal ([9640f65](9640f65264))
* **web:** webout tab item fixed in studio page ([7cdffe3](7cdffe30e3))
* **web:** when no file is selected save the editor content to local storage ([3b1fcb9](3b1fcb937d))
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 |
|
|
|
9640f65264
|
fix(web): show original name as default name in rename file/folder modal
|
2022-07-27 01:44:13 +05:00 |
|
|
|
c574b42235
|
fix(web): disable launch icon button when file content is not saved
|
2022-07-27 01:42:46 +05:00 |
|
|
|
468d1a929d
|
chore(web): quick fixes
|
2022-07-27 00:47:38 +05:00 |
|
|
|
7cdffe30e3
|
fix(web): webout tab item fixed in studio page
|
2022-07-26 23:53:07 +05:00 |
|
|
|
3b1fcb937d
|
fix(web): when no file is selected save the editor content to local storage
|
2022-07-26 23:30:41 +05:00 |
|
|
|
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 |
|