.. |
auth
|
Reduce the amount of SQL requests made for authentication
|
2020-07-28 12:10:29 +02:00 |
components
|
Csrf protection test: migrate to supertest
|
2020-08-05 12:06:21 +02:00 |
db
|
Add more tests for Model
|
2020-08-05 10:45:13 +02:00 |
helpers
|
Fix user approval backend
|
2020-07-28 15:03:18 +02:00 |
migrations
|
Make models extendable
|
2020-07-24 12:58:06 +02:00 |
models
|
Fix missing fields by default and fix model construction flow
|
2020-07-24 15:40:40 +02:00 |
types
|
Add optional user approval mode
|
2020-06-16 15:28:44 +02:00 |
Application.ts
|
Add cache interface
|
2020-07-19 12:01:22 +02:00 |
ApplicationComponent.ts
|
Security field validation: disclose missing field name
|
2020-07-29 16:16:42 +02:00 |
CacheProvider.ts
|
Add cache interface
|
2020-07-19 12:01:22 +02:00 |
Controller.ts
|
Change public_url config field name to base_url
|
2020-07-24 12:59:44 +02:00 |
FileUploadMiddleware.ts
|
Integrate file upload form middleware into controllers
|
2020-07-11 11:08:57 +02:00 |
HttpError.ts
|
Add 401 unauthorized http error
|
2020-07-08 11:33:13 +02:00 |
index.ts
|
Add missing dependencies and remove useless index.js
|
2020-04-22 18:06:15 +02:00 |
Logger.ts
|
ModelFactory: refactor make into create
|
2020-07-27 10:52:39 +02:00 |
Mail.ts
|
Change public_url config field name to base_url
|
2020-07-24 12:59:44 +02:00 |
Mails.ts
|
Finish promoting email views and add backend controller
|
2020-07-20 17:32:32 +02:00 |
Pagination.ts
|
Add sources
|
2020-04-22 17:49:58 +02:00 |
SecurityError.ts
|
Don't start in production if important security fields are misconfigured
|
2020-07-15 15:06:29 +02:00 |
Throttler.ts
|
Fix throttler not triggering when maxCount > 1
|
2020-07-28 11:17:28 +02:00 |
Utils.ts
|
Fix some model refactor usages
|
2020-07-26 11:37:01 +02:00 |
WebSocketListener.ts
|
WebSocketListener: make cookies+session optional
|
2020-07-19 17:37:10 +02:00 |