|
|
dba53de646
|
fix: use custom logic for handling sequence ids
|
2023-05-01 19:28:51 +05:00 |
|
Yury Shkoda
|
6dd2f4f876
|
fix(execution): removed empty webout from response
|
2023-04-28 17:25:30 +03:00 |
|
Yury Shkoda
|
c0f38ba7c9
|
wip(print-output): added print output to response payload
|
2023-04-28 15:09:44 +03:00 |
|
|
|
7df9588e66
|
chore: fixed specs
|
2023-04-27 16:26:43 +05:00 |
|
|
|
6a520f5b26
|
fix: use RateLimiterMemory instead of RateLimiterMongo
|
2023-04-27 15:06:24 +05:00 |
|
allan
|
d49ea47bd7
|
fix: removing print redirection pending full #274 fix
|
2023-04-24 21:58:13 +01:00 |
|
allan
|
b4436bad0d
|
fix: applying nologo only for sas.exe
Closes #352
|
2023-04-20 09:16:22 +01:00 |
|
|
|
eda8e56bb0
|
feat: option to reset admin password on startup
|
2023-04-05 23:05:38 +05:00 |
|
|
|
6ffaa7e9e2
|
feat: add an api endpoint for admin to get list of client ids
|
2023-04-04 23:57:01 +05:00 |
|
|
|
e099f2e678
|
chore: put comments on top of example in readme and .env.example
|
2023-03-30 15:34:50 +05:00 |
|
|
|
ddd155ba01
|
chore: combine scattered errors into a single object
|
2023-03-30 14:58:54 +05:00 |
|
|
|
9936241815
|
chore: fix failing specs
|
2023-03-29 23:46:25 +05:00 |
|
|
|
570995e572
|
chore: quick fix
|
2023-03-29 23:22:32 +05:00 |
|
|
|
462829fd9a
|
chore: remove unused function
|
2023-03-29 22:10:16 +05:00 |
|
|
|
c1c0554de2
|
chore: quick fix
|
2023-03-29 22:05:29 +05:00 |
|
|
|
bd3aff9a7b
|
chore: move secondsToHms to @sasjs/utils
|
2023-03-29 20:10:55 +05:00 |
|
|
|
a1e255e0c7
|
chore: removed unused file
|
2023-03-29 15:39:05 +05:00 |
|
|
|
0dae034f17
|
chore: revert change in package.json
|
2023-03-29 15:35:40 +05:00 |
|
|
|
89048ce943
|
chore: move brute force protection logic to middleware and a singleton class
|
2023-03-29 15:33:32 +05:00 |
|
|
|
a82cabb001
|
feat: prevent brute force attack by rate limiting login endpoint
|
2023-03-28 21:43:10 +05:00 |
|
|
|
c4066d32a0
|
chore: npm audit fix
|
2023-03-27 16:23:54 +05:00 |
|
munja
|
3de59ac4f8
|
fix: lint + remove default settings
|
2023-02-28 21:01:39 +00:00 |
|
Allan Bowe
|
941988cd7c
|
chore(docs): linking to official docs
|
2023-02-28 20:55:32 +00:00 |
|
|
|
158f044363
|
feat: add new env config DB_TYPE
|
2023-03-01 01:41:08 +05:00 |
|
|
|
b3402ea80a
|
feat: Add /SASjsApi endpoint in permissions
|
2023-02-06 15:29:24 +05:00 |
|
|
|
5bec453e89
|
chore: quick fix
|
2023-02-03 18:39:35 +05:00 |
|
|
|
7f2174dd2c
|
chore: quick fix
|
2023-02-03 16:48:18 +05:00 |
|
|
|
2bae52e307
|
fix: add user to all users group on user creation
|
2023-02-03 16:47:18 +05:00 |
|
|
|
203303b659
|
chore: bump the version of mongodb-memory-server
|
2023-01-26 23:12:46 +05:00 |
|
|
|
835709bd36
|
chore: npm audit fix
|
2023-01-26 23:10:20 +05:00 |
|
Allan Bowe
|
96eca3a35d
|
fix: adding NOPRNGETLIST system option for faster startup
|
2023-01-01 16:49:48 +00:00 |
|
|
|
abc34ea047
|
chore: npm audit fix
|
2022-12-07 20:26:31 +05:00 |
|
|
|
23c997b3be
|
fix: execute child process asyncronously
|
2022-12-01 23:27:40 +05:00 |
|
|
|
39ba995355
|
fix: JS / Python / R session folders should be NEW folders, not existing SAS folders
|
2022-12-01 23:26:30 +05:00 |
|
|
|
4dcee4b3c3
|
fix: update the content type header after the program has been executed
|
2022-11-28 23:53:36 +05:00 |
|
Allan Bowe
|
5a1d168e83
|
Merge pull request #324 from sasjs/issue-322
fix: update the response header of request to stp/execute routes
|
2022-11-28 17:38:05 +00:00 |
|
|
|
112431a1b7
|
fix: update the response header of request to stp/execute routes
|
2022-11-27 21:57:26 +05:00 |
|
|
|
c26485afec
|
chore: fix specs
|
2022-11-22 20:15:26 +05:00 |
|
|
|
1d48f8856b
|
feat: ask for updated password on first login
|
2022-11-22 19:58:17 +05:00 |
|
|
|
4581f32534
|
feat(api): add the api endpoint for updating user password
|
2022-11-22 00:02:59 +05:00 |
|
|
|
b27d684145
|
chore: use process.logger instead of condole.log
|
2022-11-17 23:03:33 +05:00 |
|
|
|
b86ba5b8a3
|
chore: lint fix
|
2022-11-17 17:49:00 +05:00 |
|
|
|
200f6c596a
|
feat: on startup add webout.sas file in sasautos folder
|
2022-11-17 17:03:23 +05:00 |
|
Allan Bowe
|
7ae862c5ce
|
fix: comments
|
2022-11-15 13:01:13 +00:00 |
|
Allan Bowe
|
3ea444756c
|
Update Client.ts
|
2022-11-15 11:00:42 +00:00 |
|
Allan Bowe
|
96399ecbbe
|
Update swagger.yaml
|
2022-11-15 10:54:52 +00:00 |
|
|
|
bb054938c5
|
fix: change the expiration of access/refresh tokens from days to seconds
|
2022-11-15 15:48:03 +05:00 |
|
|
|
fe07c41f5f
|
chore: update header
|
2022-11-11 15:35:24 +05:00 |
|
|
|
4ca61feda6
|
chore: npm audit fix
|
2022-11-10 21:05:41 +05:00 |
|
|
|
abd5c64b4a
|
feat: make refresh token duration configurable
|
2022-11-10 21:02:20 +05:00 |
|