Yury Shkoda
|
56a522c07c
|
fix(log): fixed scrolling issue
|
2023-04-27 17:53:45 +03:00 |
|
Yury Shkoda
|
87e9172cfc
|
chore(log): used css module to declare classes
|
2023-04-27 17:52:57 +03:00 |
|
Yury Shkoda
|
777b3a55be
|
feat(log): put download log icon into log tab
|
2023-04-26 16:10:04 +03:00 |
|
Yury Shkoda
|
a38a9f9c3d
|
feat(log): added download chunk and entire log
|
2023-04-21 17:21:09 +03:00 |
|
Yury Shkoda
|
57b7f954a1
|
fix(log): fixed single chunk scrolling
|
2023-04-18 16:16:58 +03:00 |
|
Yury Shkoda
|
8254b78955
|
fix(log): fixed single chunk display
|
2023-04-18 15:46:53 +03:00 |
|
Yury Shkoda
|
75f5a3c0b3
|
feat(log): split large log into chunks
|
2023-04-18 11:42:10 +03:00 |
|
Yury Shkoda
|
c72ecc7e59
|
fix(log): fixing switching from SAS to other runtime
|
2023-04-11 16:52:36 +03:00 |
|
Yury Shkoda
|
e04300ad2a
|
fix(log): fixed default runtime
|
2023-04-11 16:42:24 +03:00 |
|
Yury Shkoda
|
c7a73991a7
|
fix(log): fixed switching runtime
|
2023-04-11 16:10:52 +03:00 |
|
Yury Shkoda
|
02e2b060f9
|
fix(log): fixed checks for errors and warnings
|
2023-04-11 15:21:46 +03:00 |
|
Yury Shkoda
|
3b1e4a128b
|
fix(log): fixed parsing log for different runtime
|
2023-04-11 14:45:38 +03:00 |
|
Yury Shkoda
|
7b12591595
|
feat(log): use improved log for SAS run time only
|
2023-04-11 14:18:42 +03:00 |
|
Yury Shkoda
|
3a887dec55
|
feat(log): added logComponent and LogTabWithIcons
|
2023-04-10 16:21:32 +03:00 |
|
Yury Shkoda
|
7c1c1e2410
|
feat(log): added parseErrorsAndWarnings utility
|
2023-04-10 15:45:54 +03:00 |
|
Yury Shkoda
|
15774eca34
|
chore(deps): added react-highlight
|
2023-04-10 15:40:27 +03:00 |
|
semantic-release-bot
|
a433786011
|
chore(release): 0.31.0 [skip ci]
# [0.31.0](https://github.com/sasjs/server/compare/v0.30.3...v0.31.0) (2023-03-30)
### Features
* prevent brute force attack by rate limiting login endpoint ([a82cabb](a82cabb001))
v0.31.0
|
2023-03-30 15:34:12 +00:00 |
|
Allan Bowe
|
1adff9a783
|
Merge pull request #345 from sasjs/issue-344
feat: prevent brute force attack against authorization
|
2023-03-30 16:29:15 +01:00 |
|
|
|
1435e380be
|
chore: put comments on top of example in readme and .env.example
|
2023-03-30 15:35:16 +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 |
|
semantic-release-bot
|
6a44cd69d9
|
chore(release): 0.30.3 [skip ci]
## [0.30.3](https://github.com/sasjs/server/compare/v0.30.2...v0.30.3) (2023-03-07)
### Bug Fixes
* add location.pathname to location.origin conditionally ([edab51c](edab51c519))
v0.30.3
|
2023-03-07 10:45:49 +00:00 |
|
Allan Bowe
|
e607115995
|
Merge pull request #343 from sasjs/quick-fix
fix: add location.pathname to location.origin conditionally
|
2023-03-07 10:42:07 +00:00 |
|
|
|
edab51c519
|
fix: add location.pathname to location.origin conditionally
|
2023-03-07 15:37:22 +05:00 |
|
semantic-release-bot
|
081cc3102c
|
chore(release): 0.30.2 [skip ci]
## [0.30.2](https://github.com/sasjs/server/compare/v0.30.1...v0.30.2) (2023-03-07)
### Bug Fixes
* **web:** add path to base in launch program url ([2c31922](2c31922f58))
v0.30.2
|
2023-03-07 09:40:13 +00:00 |
|
Allan Bowe
|
b19aa1eba4
|
Merge pull request #342 from sasjs/quick-fix
fix(web): add path to base in launch program url
|
2023-03-07 09:35:09 +00:00 |
|
|
|
2c31922f58
|
fix(web): add path to base in launch program url
|
2023-03-07 09:05:29 +05:00 |
|
semantic-release-bot
|
4d7a571a6e
|
chore(release): 0.30.1 [skip ci]
## [0.30.1](https://github.com/sasjs/server/compare/v0.30.0...v0.30.1) (2023-03-01)
### Bug Fixes
* **web:** add proper base url in axios.defaults ([5e3ce8a](5e3ce8a98f))
v0.30.1
|
2023-03-01 18:38:43 +00:00 |
|
Allan Bowe
|
a373a4eb5f
|
Merge pull request #341 from sasjs/base-url
fix(web): add proper base url in axios.defaults
|
2023-03-01 18:34:55 +00:00 |
|
|
|
5e3ce8a98f
|
fix(web): add proper base url in axios.defaults
|
2023-03-01 21:45:18 +05:00 |
|
semantic-release-bot
|
737b34567e
|
chore(release): 0.30.0 [skip ci]
# [0.30.0](https://github.com/sasjs/server/compare/v0.29.0...v0.30.0) (2023-02-28)
### Bug Fixes
* lint + remove default settings ([3de59ac](3de59ac4f8))
### Features
* add new env config DB_TYPE ([158f044](158f044363))
v0.30.0
|
2023-02-28 21:08:30 +00:00 |
|
Allan Bowe
|
6373442f83
|
Merge pull request #340 from sasjs/issue-339
feat: add new env config DB_TYPE
|
2023-02-28 21:04:25 +00: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 |
|
semantic-release-bot
|
02ae041a81
|
chore(release): 0.29.0 [skip ci]
# [0.29.0](https://github.com/sasjs/server/compare/v0.28.7...v0.29.0) (2023-02-06)
### Features
* Add /SASjsApi endpoint in permissions ([b3402ea](b3402ea80a))
v0.29.0
|
2023-02-06 13:07:06 +00:00 |
|
Allan Bowe
|
c4c84b1537
|
Merge pull request #338 from sasjs/issue-224
feat: Add /SASjsApi endpoint in permissions
|
2023-02-06 13:02:49 +00:00 |
|
|
|
b3402ea80a
|
feat: Add /SASjsApi endpoint in permissions
|
2023-02-06 15:29:24 +05:00 |
|
semantic-release-bot
|
abe942e697
|
chore(release): 0.28.7 [skip ci]
## [0.28.7](https://github.com/sasjs/server/compare/v0.28.6...v0.28.7) (2023-02-03)
### Bug Fixes
* add user to all users group on user creation ([2bae52e](2bae52e307))
v0.28.7
|
2023-02-03 13:48:40 +00:00 |
|
Allan Bowe
|
faf2edb111
|
Merge pull request #337 from sasjs/issue-336
fix: add user to all users group on user creation
|
2023-02-03 13:44:46 +00:00 |
|