|
|
ddd179bbee
|
chore: added specs for verifying permissions
|
2022-07-05 16:18:14 +05:00 |
|
|
|
a10b87930c
|
chore: quick fix
|
2022-07-05 15:29:44 +05:00 |
|
|
|
496247d0b9
|
fix: show loading spinner in studio while executing code
|
2022-07-05 08:23:51 +05:00 |
|
|
|
eeb63b330c
|
feat: add documentation link under usename dropdown menu
|
2022-07-05 08:23:36 +05:00 |
|
Saad Jutt
|
1108d3dd7b
|
chore: quick fix
|
2022-07-05 05:30:13 +05:00 |
|
Saad Jutt
|
7edb47a4cb
|
chore: build fix
|
2022-07-05 03:40:54 +05:00 |
|
Saad Jutt
|
451cb4f6dd
|
chore: fixed specs
|
2022-07-05 03:26:37 +05:00 |
|
Saad Jutt
|
0b759a5594
|
chore: code fixes API + web
|
2022-07-05 02:34:33 +05:00 |
|
Saad Jutt
|
5338ffb211
|
chore: Merge branch 'main' into issue-139
|
2022-07-04 23:59:51 +05:00 |
|
|
|
e42fdd3575
|
chore: conditionally call authorize middleware from authenticateToken
|
2022-07-04 20:13:46 +05:00 |
|
|
|
b10e932605
|
feat: added get authorizedRoutes api endpoint
|
2022-07-04 19:14:06 +05:00 |
|
|
|
e54a09db19
|
fix: add authorize middleware for appStreams
|
2022-07-04 17:14:17 +05:00 |
|
|
|
4c35e04802
|
chore: add snackbar for showing success alert
|
2022-07-04 16:00:23 +05:00 |
|
|
|
b5f595a25c
|
fix: controller fixed for deleting permission
|
2022-07-04 04:27:58 +05:00 |
|
semantic-release-bot
|
a131adbae7
|
chore(release): 0.9.0 [skip ci]
# [0.9.0](https://github.com/sasjs/server/compare/v0.8.3...v0.9.0) (2022-07-03)
### Features
* removed secrets from env variables ([9c3da56](9c3da56901))
v0.9.0
|
2022-07-03 10:40:36 +00:00 |
|
Allan Bowe
|
a20c3b9719
|
Merge pull request #220 from sasjs/issue213
feat: removed secrets from env variables
|
2022-07-03 11:36:24 +01:00 |
|
Saad Jutt
|
eee3a7b084
|
chore: code refactor
|
2022-07-03 07:03:15 +05:00 |
|
Saad Jutt
|
9c3da56901
|
feat: removed secrets from env variables
|
2022-07-03 06:56:18 +05:00 |
|
Allan Bowe
|
7e6524d7e4
|
chore: removing badge
|
2022-07-02 15:12:27 +01:00 |
|
Allan Bowe
|
0ea2690616
|
adding matrix chat link
|
2022-07-02 13:10:20 +01:00 |
|
semantic-release-bot
|
b369759f0f
|
chore(release): 0.8.3 [skip ci]
## [0.8.3](https://github.com/sasjs/server/compare/v0.8.2...v0.8.3) (2022-07-02)
### Bug Fixes
* **deploy:** extract first json from zip file ([e290751](e290751c87))
v0.8.3
|
2022-07-02 10:01:26 +00:00 |
|
Allan Bowe
|
ac9a835c5a
|
Merge pull request #219 from sasjs/issue211
fix(deploy): extract first json from zip file
|
2022-07-02 10:57:16 +01:00 |
|
Saad Jutt
|
e290751c87
|
fix(deploy): extract first json from zip file
|
2022-07-02 14:39:33 +05:00 |
|
|
|
e516b7716d
|
fix: update permission response
|
2022-07-02 01:03:53 +05:00 |
|
|
|
f3dfc7083f
|
fix: add permission authorization middleware to only specific routes
|
2022-07-01 16:50:24 +05:00 |
|
|
|
7d916ec3e9
|
feat: add authorize middleware for validating permissions
|
2022-06-29 23:06:58 +05:00 |
|
|
|
70f279a49c
|
chore: update swagger.yaml
|
2022-06-28 09:23:53 +05:00 |
|
|
|
66a3537271
|
chore: add specs
|
2022-06-28 06:50:35 +05:00 |
|
|
|
ca64c13909
|
chore: add principal type and permission setting enums
|
2022-06-28 00:00:04 +05:00 |
|
|
|
0a73a35547
|
chore: improve error handling
|
2022-06-27 23:21:48 +05:00 |
|
|
|
a75edbaa32
|
fix: do not show admin users in add permission modal
|
2022-06-26 01:49:07 +05:00 |
|
|
|
4ddfec0403
|
chore: add isAdmin field in user response
|
2022-06-26 01:48:31 +05:00 |
|
|
|
35439d7d51
|
chore: throw error when adding permission for admin user
|
2022-06-24 23:19:19 +05:00 |
|
|
|
907aa485fd
|
chore: throw error when creating duplicate permission
|
2022-06-24 23:15:41 +05:00 |
|
|
|
888627e1c8
|
chore: close filterModal after applying/reseting
|
2022-06-24 22:32:18 +05:00 |
|
|
|
9cb9e2dd33
|
chore: add filter based on principal type
|
2022-06-24 16:28:41 +05:00 |
|
|
|
54d4bf835d
|
chore: show principal type in permissions list
|
2022-06-24 15:50:09 +05:00 |
|
|
|
67fe298fd5
|
chore: lint fixes
|
2022-06-24 14:55:05 +05:00 |
|
|
|
97ecfdc955
|
feat: add, remove and update permissions from web component
|
2022-06-24 14:48:57 +05:00 |
|
|
|
5b319f9ad1
|
fix: remove duplicates principals from permission filter modal
|
2022-06-23 23:58:40 +05:00 |
|
|
|
be8635ccc5
|
fix(web): only admin should be able to add, update or delete permission
|
2022-06-23 23:35:06 +05:00 |
|
|
|
f863b81a7d
|
fix: show permission component only in server mode
|
2022-06-23 23:14:54 +05:00 |
|
|
|
bdf63df1d9
|
fix: add isAdmin attribute to return response of get session and login requests
|
2022-06-23 22:50:00 +05:00 |
|
|
|
4c6b9c5e93
|
Merge branch 'main' into issue-139
|
2022-06-23 17:21:52 +05:00 |
|
Allan Bowe
|
a2d1396057
|
fix: bumping core and running lint
|
2022-06-23 09:00:22 +00:00 |
|
Allan Bowe
|
b2f21eb3ac
|
chore: update descriptions
|
2022-06-23 08:44:12 +00:00 |
|
semantic-release-bot
|
71bcbb9134
|
chore(release): 0.8.2 [skip ci]
## [0.8.2](https://github.com/sasjs/server/compare/v0.8.1...v0.8.2) (2022-06-22)
### Bug Fixes
* getRuntimeAndFilePath function to handle the scenarion when path is provided with an extension other than runtimes ([5cc85b5](5cc85b57f8))
v0.8.2
|
2022-06-22 10:18:59 +00:00 |
|
Allan Bowe
|
c86f0feff8
|
Merge pull request #214 from sasjs/fix-runtime-filePath
fix: getRuntimeAndFilePath function
|
2022-06-22 12:14:12 +02:00 |
|
Allan Bowe
|
d3d2ab9a36
|
Update getRunTimeAndFilePath.ts
|
2022-06-22 11:12:48 +01:00 |
|
|
|
5cc85b57f8
|
fix: getRuntimeAndFilePath function to handle the scenarion when path is provided with an extension other than runtimes
|
2022-06-22 14:24:06 +05:00 |
|