dependabot[bot]
0a6a7c97d5
Bump body-parser, @nestjs/platform-express and express
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) to 1.20.3 and updates ancestor dependencies [body-parser](https://github.com/expressjs/body-parser ), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express ) and [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
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 `@nestjs/platform-express` from 10.4.1 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express )
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 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
dependency-type: direct:production
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-06 23:01:26 +00:00
Nikita
5b0b221174
Merge pull request #1 from N08I40K/dependabot/npm_and_yarn/multi-405b23abac
...
Bump path-to-regexp, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and express
2024-10-07 03:01:10 +04:00
dependabot[bot]
fa9b8d9b25
Bump path-to-regexp, @nestjs/core, @nestjs/platform-express, @nestjs/swagger and express
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) to 3.3.0 and updates ancestor dependencies [path-to-regexp](https://github.com/pillarjs/path-to-regexp ), [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core ), [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express ), [@nestjs/swagger](https://github.com/nestjs/swagger ) and [express](https://github.com/expressjs/express ). These dependencies need to be updated together.
Updates `path-to-regexp` from 0.1.7 to 3.3.0
- [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...v3.3.0 )
Updates `@nestjs/core` from 10.4.1 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/core )
Updates `@nestjs/platform-express` from 10.4.1 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases )
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express )
Updates `@nestjs/swagger` from 7.4.0 to 7.4.2
- [Release notes](https://github.com/nestjs/swagger/releases )
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json )
- [Commits](https://github.com/nestjs/swagger/compare/7.4.0...7.4.2 )
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 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: "@nestjs/core"
dependency-type: direct:production
- dependency-name: "@nestjs/platform-express"
dependency-type: direct:production
- dependency-name: "@nestjs/swagger"
dependency-type: direct:production
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-06 23:00:52 +00:00
504ca54124
1.3.3
...
Фикс парсинга ФИО преподавателей при отсутствии пробела между ФИО преподавателя и его подгруппой.
2024-10-06 20:43:18 +04:00
5c66c617ff
Крутой фикс, согласен...
2024-10-06 17:55:40 +04:00
ac95dad30e
1.3.2
...
Фикс подписки пользователя на уведомления.
2024-10-06 17:46:14 +04:00
2efceeaec4
1.3.1
...
Уведомления об обновлении приложения.
2024-10-06 02:43:13 +04:00
6ffe39a4a9
1.3.0
...
Добавлена совместимость с Firebase Cloud Messaging.
Сервис и контроллер модуля schedule-replacer были перенесены в модуль schedule.
2024-10-05 00:36:50 +04:00
32e06350ad
1.2.0
...
Добавлена возможность заменять файл с расписанием.
Добалена возможность давать доступ к end-point'ам только определённым ролям.
Чуть-чуть меньше спагетти в объявлениях модулей.
2024-10-03 01:49:23 +04:00
d18a6764c9
1.1.1
...
Фикс невозможности парсинга субботы.
class-validator.interceptor.ts
- Добавлена возможность возвращать клиенту любой DTO из списка.
Добавлен разный ответ клиенту в зависимости от его версии.
2024-09-28 01:40:19 +04:00
99dc3c86e7
1.1.0
2024-09-26 03:52:26 +04:00
cd9dc319eb
Обновлённая система кеширования и чистка кода.
2024-09-26 01:37:44 +04:00
811feff173
Добавление теста и некоторые переработки кода.
2024-09-25 22:42:13 +04:00
a6c84302b2
Обход бана по IP за частые обращения к сайту политехникума за счёт скачивания кода страницы на стороне клиентов.
2024-09-16 15:12:29 +04:00
60294f79cd
Фикс сверки дней.
2024-09-15 20:33:03 +04:00
a6d88a457f
Первый релиз.
...
Названия конечных точек теперь пишутся в нижнем регистре через знак минуса.
У DTO добавлена пара недостающих примеров в документации.
Удалён неиспользуемый декоратор IsMap.
users.controller.ts
- Описана конечная точка "me".
- Добавлены конечные точки "change-username" и "change-group", для смены имени пользователя и группы соответственно.
users.service.ts
- Добавлены методы "changeUsername" и "changeGroup", для смены имени пользователя и группы соответственно.
2024-09-15 15:40:13 +04:00
9c7a87fc65
Путь к сертификатам теперь воспринимается как полный, а не относительный.
2024-09-13 01:58:09 +04:00
9ad5beb611
Добавлена возможность самостоятельно указать порт (по умолчанию 5050)
2024-09-13 00:39:47 +04:00
175bc115ff
Смена порта на 43373
2024-09-12 22:07:26 +04:00
6d77476a57
Пред-деплой
2024-09-12 21:40:57 +04:00
8fb9214246
Много
2024-09-12 00:39:01 +04:00
6b07bd89b8
Чистка.
...
Удалены неиспользуемые функции.
Были исправлены несоблюдения стиля кода.
2024-09-06 23:32:16 +04:00
31906fbbd1
1.0.0
2024-09-06 23:13:44 +04:00
2b2018c317
Начальная настройка и установка зависимостей.
2024-09-06 15:48:56 +04:00