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

834 Commits

Author SHA1 Message Date
Allan Bowe 25dc5dd215 chore(release): 0.0.70 v0.0.70 2022-05-06 14:45:31 +00:00
Allan Bowe 503994dbd2 Merge pull request #161 from sasjs/csp-disable
Added additional options for HELMET
2022-05-06 17:44:18 +03:00
Saad Jutt 0dceb5c3c3 chore: web package-lock built with LTS 2022-05-06 19:41:02 +05:00
Mihajlo Medjedovic 1af04fa3b3 Merge branch 'csp-disable' of github.com:sasjs/server into csp-disable 2022-05-06 13:40:48 +00:00
Mihajlo Medjedovic efa81fec77 chore: package-lock 2022-05-06 13:40:40 +00:00
Allan Bowe 10caf1918a chore: updating README 2022-05-06 12:13:45 +00:00
Mihajlo Medjedovic 4ed20a3b75 chore: readme update 2022-05-06 11:49:32 +00:00
Mihajlo Medjedovic 98b2c5fa25 chore: readme update 2022-05-06 11:46:40 +00:00
Mihajlo Medjedovic 3ad327b85f chore: helmet config cleanup 2022-05-06 11:40:12 +00:00
Mihajlo Medjedovic dd3acce393 feat: CSP_DISABLE env option 2022-05-05 18:25:33 +00:00
Allan Bowe 8065727b9b chore(release): 0.0.69 v0.0.69 2022-05-02 15:24:56 +00:00
Allan Bowe e1223ec3f8 Merge pull request #158 from sasjs/update-csp-policy
fix(upload): appStream uses CSRF + Session authentication
2022-05-02 18:22:35 +03:00
Saad Jutt 1f89279264 fix(upload): appStream uses CSRF + Session authentication 2022-05-02 18:01:28 +05:00
Saad Jutt a07f47a1ba chore(release): 0.0.68 v0.0.68 2022-05-02 05:57:10 +05:00
Saad Jutt 2548c82dfe fix: using monaco editor locally 2022-05-02 05:57:03 +05:00
Saad Jutt 238aa1006f chore(release): 0.0.67 v0.0.67 2022-05-02 03:41:07 +05:00
Saad Jutt 35cba97611 chore: commented helmet middleware 2022-05-02 03:40:14 +05:00
Saad Jutt 5f29dec16f chore(release): 0.0.66 v0.0.66 2022-05-01 23:31:59 +05:00
Saad Jutt e2a97fcb7c fix: added swagger ui init file manually 2022-05-01 23:31:48 +05:00
Allan Bowe 6adeeefcf5 chore(release): 0.0.65 v0.0.65 2022-05-01 11:36:26 +00:00
Allan Bowe c9d66b8576 Merge pull request #156 from sasjs/fix-swagger-api-with-csrf
fix: consume swagger api with CSRF
2022-05-01 14:35:23 +03:00
Saad Jutt 5aaac24080 fix: consume swagger api with CSRF 2022-05-01 06:07:17 +05:00
Saad Jutt 6d34206bbc chore(release): 0.0.64 v0.0.64 2022-05-01 02:28:57 +05:00
Saad Jutt 7b39cc06d3 fix: removed fileExists for serving web 2022-05-01 02:28:50 +05:00
Saad Jutt 6e7f28a6f8 chore(release): 0.0.63 v0.0.63 2022-05-01 02:10:24 +05:00
Saad Jutt 5689169ce4 chore: syntax fix for workflow 2022-05-01 02:10:17 +05:00
Saad Jutt 6139e7bff6 chore(release): 0.0.62 v0.0.62 2022-05-01 02:08:03 +05:00
Saad Jutt 2c77317bb9 chore: release using node LTS 2022-05-01 02:07:55 +05:00
Saad Jutt 57b63db9cb chore(release): 0.0.61 v0.0.61 2022-05-01 01:59:12 +05:00
Saad Jutt 60a2a4fe32 chore: bumped pkg version 2022-05-01 01:59:04 +05:00
Allan Bowe 09611cb416 chore(release): 0.0.60 v0.0.60 2022-04-30 18:53:44 +00:00
Allan Bowe 2a9bb6e6b1 Merge pull request #155 from sasjs/api-access-via-session-authentication
fix: added CSRF check for granting access via session authentication
2022-04-30 21:44:35 +03:00
Saad Jutt b4b60c69cf fix: setting CSRF Token for only rendering SPA 2022-04-30 06:32:24 +05:00
Saad Jutt b060ad1b8e fix: added CSRF check for granting access via session authentication 2022-04-30 05:04:27 +05:00
Saad Jutt 89b32e70ff refactor: code in permission controller 2022-04-30 03:49:26 +05:00
sabhas 01713440a4 feat: add api endpoint for deleting permission 2022-04-30 01:16:52 +05:00
sabhas 540f54fb77 feat: add api endpoint for updating permission setting 2022-04-30 01:02:47 +05:00
munja d47ed6d0e8 chore(release): 0.0.59 v0.0.59 2022-04-29 13:28:34 +01:00
sabhas bf906aa544 Merge branch 'main' into issue-139 2022-04-29 15:41:35 +05:00
sabhas 797c2bcc39 feat: update swagger docs 2022-04-29 15:31:24 +05:00
sabhas 1103ffe07b feat: defined register permission and get all permissions api endpoints 2022-04-29 15:30:41 +05:00
sabhas e5200c1000 feat: add validation for registering permission 2022-04-29 15:28:29 +05:00
sabhas 38a7db8514 fix: export GroupResponse interface 2022-04-29 15:27:34 +05:00
sabhas 39fc908de1 fix: update permission model 2022-04-29 15:26:26 +05:00
Muhammad Saad a6993ef5ae Merge pull request #153 from sasjs/csrf-tokens-for-web
feat: enabled csrf tokens for web component
2022-04-28 17:26:05 -07:00
Saad Jutt 2571fc2ca8 chore: README.md updated 2022-04-29 05:09:11 +05:00
Saad Jutt 992f39b63a chore: lint fix 2022-04-29 04:11:29 +05:00
Saad Jutt 1ea3f6d8b3 chore: corrected order for web route 2022-04-29 03:11:08 +05:00
Saad Jutt e462aebdc0 feat: enabled csrf tokens for web component 2022-04-29 02:59:48 +05:00
sabhas be009d5b02 Merge branch 'main' into issue-139 2022-04-29 00:32:36 +05:00