medjedovic
|
0a0ba2cca5
|
feat: added mocking endpoints
|
2022-08-25 15:58:08 +02:00 |
|
semantic-release-bot
|
e94c56b23f
|
chore(release): 0.16.0 [skip ci]
# [0.16.0](https://github.com/sasjs/server/compare/v0.15.3...v0.16.0) (2022-08-17)
### Bug Fixes
* add a new variable _SASJS_WEBOUT_HEADERS to code.js and code.py ([882bedd](https://github.com/sasjs/server/commit/882bedd5d5da22de6ed45c03d0a261aadfb3a33c))
* update content for code.sas file ([02e88ae](https://github.com/sasjs/server/commit/02e88ae7280d020a753bc2c095a931c79ac392d1))
* update default content type for python and js runtimes ([8780b80](https://github.com/sasjs/server/commit/8780b800a34aa618631821e5d97e26e8b0f15806))
### Features
* implement the logic for running python stored programs ([b06993a](https://github.com/sasjs/server/commit/b06993ab9ea24b28d9e553763187387685aaa666))
v0.16.0
|
2022-08-17 20:49:53 +00:00 |
|
Allan Bowe
|
64f80e958d
|
Merge pull request #259 from sasjs/python-runtime
feat: implement the logic for running python stored programs
|
2022-08-17 21:45:55 +01:00 |
|
sabhas
|
bd97363c13
|
chore: quick fixes
|
2022-08-18 01:39:03 +05:00 |
|
sabhas
|
02e88ae728
|
fix: update content for code.sas file
|
2022-08-18 01:20:33 +05:00 |
|
sabhas
|
882bedd5d5
|
fix: add a new variable _SASJS_WEBOUT_HEADERS to code.js and code.py
|
2022-08-18 01:19:47 +05:00 |
|
sabhas
|
8780b800a3
|
fix: update default content type for python and js runtimes
|
2022-08-18 01:17:17 +05:00 |
|
sabhas
|
4c11082796
|
chore: addressed comments
|
2022-08-17 21:24:30 +05:00 |
|
sabhas
|
a9b25b8880
|
chore: added specs for stp
|
2022-08-16 22:39:15 +05:00 |
|
sabhas
|
b06993ab9e
|
feat: implement the logic for running python stored programs
|
2022-08-16 15:51:37 +05:00 |
|
semantic-release-bot
|
f736e67517
|
chore(release): 0.15.3 [skip ci]
## [0.15.3](https://github.com/sasjs/server/compare/v0.15.2...v0.15.3) (2022-08-11)
### Bug Fixes
* adding proc printto in precode to enable print output in log. Closes [#253](https://github.com/sasjs/server/issues/253) ([f8bb732](https://github.com/sasjs/server/commit/f8bb7327a8a4649ac77bb6237e31cea075d46bb9))
v0.15.3
|
2022-08-11 15:07:31 +00:00 |
|
Allan Bowe
|
0f4a60c0c7
|
Merge pull request #254 from sasjs/allanbowe/sasjs-server-does-not-253
fix: adding proc printto in precode to enable print output in log. Closes #253
|
2022-08-11 16:03:13 +01:00 |
|
Allan Bowe
|
f8bb7327a8
|
fix: adding proc printto in precode to enable print output in log. Closes #253
|
2022-08-11 15:01:46 +00:00 |
|
semantic-release-bot
|
abce135da2
|
chore(release): 0.15.2 [skip ci]
## [0.15.2](https://github.com/sasjs/server/compare/v0.15.1...v0.15.2) (2022-08-10)
### Bug Fixes
* remove vulnerabitities ([f27ac51](https://github.com/sasjs/server/commit/f27ac51fc4beb21070d0ab551cfdaec1f6ba39e0))
v0.15.2
|
2022-08-10 11:28:07 +00:00 |
|
Allan Bowe
|
a6c014946a
|
Merge pull request #252 from sasjs/fix-vulnerabilities
fix: remove vulnerabitities
|
2022-08-10 12:23:23 +01:00 |
|
sabhas
|
f27ac51fc4
|
fix: remove vulnerabitities
|
2022-08-10 16:10:37 +05:00 |
|
semantic-release-bot
|
cb5be1be21
|
chore(release): 0.15.1 [skip ci]
## [0.15.1](https://github.com/sasjs/server/compare/v0.15.0...v0.15.1) (2022-08-10)
### Bug Fixes
* **web:** fix UI responsiveness ([d99fdd1](https://github.com/sasjs/server/commit/d99fdd1ec7991b94a0d98338d7a7a6216f46ce45))
v0.15.1
|
2022-08-10 10:34:36 +00:00 |
|
Allan Bowe
|
d90fa9e5dd
|
Merge pull request #251 from sasjs/issue-250
fix(web): fix UI responsiveness
|
2022-08-10 11:29:41 +01:00 |
|
sabhas
|
d99fdd1ec7
|
fix(web): fix UI responsiveness
|
2022-08-10 15:18:05 +05:00 |
|
semantic-release-bot
|
399b5edad0
|
chore(release): 0.15.0 [skip ci]
# [0.15.0](https://github.com/sasjs/server/compare/v0.14.1...v0.15.0) (2022-08-05)
### Bug Fixes
* after selecting file in sidebar collapse sidebar in mobile view ([e215958](https://github.com/sasjs/server/commit/e215958b8b05d7a8ce9d82395e0640b5b37fb40d))
* improve mobile view for studio page ([c67d3ee](https://github.com/sasjs/server/commit/c67d3ee2f102155e2e9781e13d5d33c1ab227cb4))
* improve responsiveness for mobile view ([6ef40b9](https://github.com/sasjs/server/commit/6ef40b954a87ebb0a2621119064f38d58ea85148))
* improve user experience for adding permissions ([7a162ed](https://github.com/sasjs/server/commit/7a162eda8fc60383ff647d93e6611799e2e6af7a))
* show logout button only when user is logged in ([9227cd4](https://github.com/sasjs/server/commit/9227cd449dc46fd960a488eb281804a9b9ffc284))
### Features
* add multiple permission for same combination of type and principal at once ([754704b](https://github.com/sasjs/server/commit/754704bca89ecbdbcc3bd4ef04b94124c4f24167))
v0.15.0
|
2022-08-05 09:59:19 +00:00 |
|
Allan Bowe
|
1dbc12e96b
|
Merge pull request #249 from sasjs/issue-225
feat: add multiple permission for same combination of type and principal at once
|
2022-08-05 10:55:32 +01:00 |
|
sabhas
|
e215958b8b
|
fix: after selecting file in sidebar collapse sidebar in mobile view
|
2022-08-05 14:18:59 +05:00 |
|
sabhas
|
9227cd449d
|
fix: show logout button only when user is logged in
|
2022-08-05 01:22:27 +05:00 |
|
sabhas
|
c67d3ee2f1
|
fix: improve mobile view for studio page
|
2022-08-05 01:10:15 +05:00 |
|
sabhas
|
6ef40b954a
|
fix: improve responsiveness for mobile view
|
2022-08-04 22:57:21 +05:00 |
|
semantic-release-bot
|
0d913baff1
|
chore(release): 0.14.1 [skip ci]
## [0.14.1](https://github.com/sasjs/server/compare/v0.14.0...v0.14.1) (2022-08-04)
### Bug Fixes
* **apps:** App Stream logo fix ([87c03c5](https://github.com/sasjs/server/commit/87c03c5f8dbdfc151d4ff3722ecbcd3f7e409aea))
* **cookie:** XSRF cookie is removed and passed token in head section ([77f8d30](https://github.com/sasjs/server/commit/77f8d30baf9b1077279c29f1c3e5ca02a5436bc0))
* **env:** check added for not providing WHITELIST ([5966016](https://github.com/sasjs/server/commit/5966016853369146b27ac5781808cb51d65c887f))
* **web:** show login on logged-out state ([f7fcc77](https://github.com/sasjs/server/commit/f7fcc7741aa2af93a4a2b1e651003704c9bbff0c))
v0.14.1
|
2022-08-04 12:10:31 +00:00 |
|
Allan Bowe
|
3671736c3d
|
Merge pull request #248 from sasjs/cookies-management
fix(cookie): XSRF cookie is removed and passed token in head section
|
2022-08-04 13:06:30 +01:00 |
|
sabhas
|
34cd84d8a9
|
chore: improve interface for add permission response
|
2022-08-04 16:34:15 +05:00 |
|
Saad Jutt
|
f7fcc7741a
|
fix(web): show login on logged-out state
|
2022-08-04 05:39:28 +05:00 |
|
Saad Jutt
|
18052fdbf6
|
test: fixed failed specs
|
2022-08-04 04:01:51 +05:00 |
|
Saad Jutt
|
5966016853
|
fix(env): check added for not providing WHITELIST
|
2022-08-04 03:32:04 +05:00 |
|
Saad Jutt
|
87c03c5f8d
|
fix(apps): App Stream logo fix
|
2022-08-04 03:03:27 +05:00 |
|
sabhas
|
7a162eda8f
|
fix: improve user experience for adding permissions
|
2022-08-04 02:51:59 +05:00 |
|
sabhas
|
754704bca8
|
feat: add multiple permission for same combination of type and principal at once
|
2022-08-03 23:26:31 +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](https://github.com/sasjs/server/commit/d3a516c36e45aa1cc76c30c744e6a0e5bd553165))
* call jwt.verify in synchronous way ([254bc07](https://github.com/sasjs/server/commit/254bc07da744a9708109bfb792be70aa3f6284f4))
### Features
* add public group to DB on seed ([c3e3bef](https://github.com/sasjs/server/commit/c3e3befc17102ee1754e1403193040b4f79fb2a7))
* bypass authentication when route is enabled for public group ([68515f9](https://github.com/sasjs/server/commit/68515f95a65d422e29c0ed6028f3ea0ae8d9b1bf))
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 |
|
sabhas
|
254bc07da7
|
fix: call jwt.verify in synchronous way
|
2022-08-02 23:05:42 +05:00 |
|
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 |
|