swaf/src
Alice Gaudon 05069b15d8 Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
..
auth Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
components Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
db Properly implement pagination 2021-03-30 12:02:57 +02:00
frontend Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
helpers Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
mail Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
migrations Migration: remove `connection` parameter from query() method 2020-11-11 19:29:23 +01:00
types Remove useless type definitions 2021-04-27 15:43:51 +02:00
utils Refactor and make it nicer codewise 2021-04-23 15:56:39 +02:00
Application.ts Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
ApplicationComponent.ts Use AsyncLocalStorage to provide requestId context 2021-01-22 15:54:26 +01:00
CacheProvider.ts Improve typing precision of CacheProvider.get() 2020-10-01 13:58:50 +02:00
Controller.ts Controller: fix route() parsing with regexp params 2021-03-30 12:03:26 +02:00
Extendable.ts Add many eslint rules and fix all linting issues 2020-09-28 14:15:22 +02:00
FileUploadMiddleware.ts Upgrade dependencies 2021-03-30 12:10:49 +02:00
HttpError.ts Throttler: log jail triggers 2020-11-15 15:18:49 +01:00
Logger.ts Upgrade dependencies 2021-03-30 12:10:49 +02:00
Mails.ts Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
Middleware.ts Upgrade dependencies and update to express session new typings 2020-12-04 15:24:22 +01:00
Pagination.ts Pagination: don't throw on first page when totalCount=0, validate params 2021-04-22 11:42:47 +02:00
SecurityError.ts Add many eslint rules and fix all linting issues 2020-09-28 14:15:22 +02:00
TestApp.ts Properly use promises in ViewEngine.render(), use ViewEngine for mail and add NunjucksViewEngine 2021-04-28 17:02:49 +02:00
Throttler.ts Use AsyncLocalStorage to provide requestId context 2021-01-22 15:54:26 +01:00
Time.ts Add Time util class 2021-02-23 17:42:32 +01:00
Utils.ts Refactor and make it nicer codewise 2021-04-23 15:56:39 +02:00
WebSocketListener.ts Upgrade dependencies and update to express session new typings 2020-12-04 15:24:22 +01:00
index.ts Add missing dependencies and remove useless index.js 2020-04-22 18:06:15 +02:00
main.ts Fix published npm package folder structure 2021-01-25 12:37:41 +01:00