swaf/src
Alice Gaudon fd7a6af98d Remove useless type definitions 2021-04-27 15:43:51 +02:00
..
auth Approval mode: revoke unapproved users auth proofs 2021-04-22 18:01:13 +02:00
components Reorganize config params and use view.cache for caching instead of view.dev 2021-04-27 15:08:41 +02:00
db Properly implement pagination 2021-03-30 12:02:57 +02:00
frontend Reorganize config params and use view.cache for caching instead of view.dev 2021-04-27 15:08:41 +02:00
helpers UserNameComponent: ensure usage of user.name is optional 2021-01-25 12:47:18 +01:00
mail Remove mail spammy log 2021-04-22 18:01:52 +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 Move svelte compilation to external rollup and add pre-compile-views cli 2021-04-23 15:56:39 +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 Allow users to remove their password in case they forget it 2021-02-20 20:18:03 +01: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 Refactor and make it nicer codewise 2021-04-23 15:56:39 +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