LittleYellow
1c977f9266
feat: add LDAP authentication settings and toggle
...
Add an admin-only LDAP configuration UI with an enable toggle and full
sign-in integration.
Backend:
- ldapSettings model + migration (single-row config)
- GET/PUT/test routes under /ldap (admin-gated; bind password masked)
- shared ldapClient with RFC 4515 filter escaping and empty-password guard
- signin tries local auth first, then LDAP when enabled (find-or-create
local user) so the bootstrap admin is never locked out
Frontend:
- LDAP settings page (Switch + form + test connection) under /admin/ldap
- AdminNav tabs between user management and LDAP
- ldapControl util, types, and Ldap i18n namespace for all 6 locales
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-26 07:20:08 +08:00
Matheus Santana
28edee590c
feat: import test cases from excel files (xlsx, xls) ( #334 )
2025-11-11 10:00:54 +08:00
kimatata
761869736e
chore: Unify backend express project into ESM ( #281 )
2025-09-15 22:46:46 +09:00
Jozef Dochan
575c4cbedb
make deployment easier ( #225 )
2025-05-22 22:08:13 +09:00
kimatata
0faa5f0be2
feat: export test run result ( #220 )
2025-05-06 20:31:47 +09:00
kimatata
c2ef8d4c7b
feat: download test cases csv ( #219 )
2025-05-06 10:05:37 +09:00
dependabot[bot]
768ab174ea
build(deps): bump sequelize from 6.37.3 to 6.37.5 in /backend ( #85 )
...
Bumps [sequelize](https://github.com/sequelize/sequelize ) from 6.37.3 to 6.37.5.
- [Release notes](https://github.com/sequelize/sequelize/releases )
- [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sequelize/sequelize/compare/v6.37.3...v6.37.5 )
---
updated-dependencies:
- dependency-name: sequelize
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-26 10:04:05 +09:00
dependabot[bot]
30610c944d
build(deps): bump express-rate-limit from 7.4.0 to 7.4.1 in /backend ( #67 )
...
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit ) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases )
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.4.0...v7.4.1 )
---
updated-dependencies:
- dependency-name: express-rate-limit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-26 09:55:49 +09:00
dependabot[bot]
dc529dda9e
build(deps): bump express-rate-limit from 7.3.1 to 7.4.0 in /backend ( #41 )
...
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit ) from 7.3.1 to 7.4.0.
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases )
- [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v7.3.1...v7.4.0 )
---
updated-dependencies:
- dependency-name: express-rate-limit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-22 18:49:26 +09:00
dependabot[bot]
7ecdcb91f7
build(deps): bump sequelize from 6.36.0 to 6.37.3 in /backend ( #39 )
...
Bumps [sequelize](https://github.com/sequelize/sequelize ) from 6.36.0 to 6.37.3.
- [Release notes](https://github.com/sequelize/sequelize/releases )
- [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sequelize/sequelize/compare/v6.36.0...v6.37.3 )
---
updated-dependencies:
- dependency-name: sequelize
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-22 18:45:24 +09:00
dependabot[bot]
c405ee8099
build(deps): bump the npm_and_yarn group across 4 directories with 5 updates ( #37 )
...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ).
Bumps the npm_and_yarn group with 1 update in the /backend directory: [express](https://github.com/expressjs/express ).
Bumps the npm_and_yarn group with 1 update in the /docs directory: [express](https://github.com/expressjs/express ).
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [next](https://github.com/vercel/next.js ).
Updates `vite` from 5.2.11 to 5.4.7
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite )
Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10 )
Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0 )
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.10 )
Updates `next` from 14.2.3 to 14.2.13
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v14.2.3...v14.2.13 )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: express
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: body-parser
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: express
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: body-parser
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: next
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-22 12:57:49 +09:00
dependabot[bot]
3944dd4f8e
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates
...
Bumps the npm_and_yarn group with 1 update in the /backend directory: [express](https://github.com/expressjs/express ).
Bumps the npm_and_yarn group with 1 update in the /docs directory: [webpack](https://github.com/webpack/webpack ).
Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
Updates `webpack` from 5.90.0 to 5.94.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.90.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: webpack
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 01:53:54 +00:00
Takeshi Kimata
0da8e4129e
docs: update
2024-07-29 22:01:06 +09:00
Takeshi Kimata
e0fa63db0f
feat: enable rate limit on API server ( #15 )
2024-07-20 08:40:45 +09:00
Takeshi Kimata
1af3ba05e6
update package.json
2024-06-23 09:48:41 +09:00
Takeshi Kimata
8103297dae
Implement Auth
2024-05-17 23:30:13 +09:00
Takeshi Kimata
f73060b4ad
file upload and store
2024-03-16 21:43:30 +09:00
Takeshi Kimata
7ad22e2891
request API server to add projects record
2024-02-04 22:10:07 +09:00
Takeshi Kimata
45f64df1f9
set up sqlite
2024-02-04 18:38:48 +09:00
Takeshi Kimata
cdaa99b89a
create API server
2024-02-04 12:05:06 +09:00