ngfrolov
cb20a81cb0
namespace to fileScope
2024-08-19 10:01:07 +05:00
654b5f235e
fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char
2024-07-04 11:02:45 +05:00
Frolov-Nikita
eec40bf4b7
Удален Route аттрибут у методов контроллеров.
...
добавлены переименования.
2023-08-08 12:21:09 +05:00
ecc62c8404
Сделал обязательный CancellationToken в контроллерах
2023-07-03 14:33:34 +05:00
ngfrolov
b10dde9135
remove #nullable
2023-05-19 16:51:41 +05:00
ngfrolov
c78246ca7d
fix some nit warnings
2022-11-17 17:54:25 +05:00
211f300973
#7205798 Перенос сервиса пользователей и ролей в репозиторий
2022-10-27 11:22:39 +05:00
ngfrolov
8b68b8276a
#6385536 refactoring
2022-10-17 14:42:47 +05:00
8a83194187
#6385536 Удаление ненужных файлов. Замечания
2022-10-17 08:58:28 +05:00
b54de8fe06
#6385536 Замечания
2022-10-11 14:42:04 +05:00
9de5f04fbc
#6385536 замечания
2022-10-11 09:08:25 +05:00
dbe5618a56
#6385536 Удаление ненужных файлов
2022-10-11 08:28:37 +05:00
fe49c90e58
#6539681 file service refactor
2022-10-06 14:37:03 +05:00
ngfrolov
1e34f137cf
rename method
2022-10-03 16:04:25 +05:00
f9e566cfef
#6539681 Исправления
2022-09-30 10:49:40 +05:00
ead3e860ba
#6539681 Файловый репозиторий
2022-09-28 11:17:33 +05:00
863749cfe1
##6539681 Файловый репозиторий
2022-09-28 10:46:12 +05:00
ngfrolov
6512a7e752
doc
2022-06-16 17:37:10 +05:00
ngfrolov
fa9486e44d
grouping services and controllers
2022-04-11 18:00:34 +05:00
Фролов
e4e906c8d7
DrillingProgramService существенно переработан.
2022-02-12 11:28:16 +05:00
Фролов
4d89f3785b
CS2-147 При отсутствии файла выдавать 404
2022-02-08 10:25:05 +05:00
Фролов
d0d0200679
Add some permissions, new web client
2022-02-03 08:23:52 +05:00
Харченко Владимир
b46a7c33a2
Added Permission attribute to non-anonymous controller methods
2022-01-19 11:42:26 +05:00
Фролов
212989b3b6
fix analyze recomendations
2021-11-15 16:52:12 +05:00
Фролов
170693f445
Refactor:
...
FilesService move FileSharing functions to GoogleDriveService;
FilesService.CreateFileMarkAsync() Move drillingProgram related logic into DrillingProgramService.CreateFileMarkAsync();
FilesService.MarkFileMarkAsDeletedAsync() Move drillingProgram related logic into DrillingProgramService.MarkFileMarkAsDeletedAsync();
IGoogleDriveService cleanup and rename to IFileShareService;
GoogleDriveService check token before usage and resresh it id needeed;
DrillingProgramController move logic to service;
DrillingProgramController use dto;
FileController remove unused method;
2021-11-09 17:36:44 +05:00
Фролов
956e564f56
переименовал ряд методов для лучшего понимания
2021-09-23 15:26:55 +05:00
Фролов
a7962492af
fileController search by companyName (not by companyId).
...
Add UserDto into FileInfoDto.
Add CompanyDto into UserDto.
2021-08-31 18:01:26 +05:00
Фролов
41660af49f
FileController Add file size and fix search by file name
2021-08-31 12:29:27 +05:00
Фролов
e87e959bca
CS2-58 FileController doc
2021-08-31 10:02:04 +05:00
Фролов
b3b1230c0a
CS2-58 FileController Add filter by filename
2021-08-31 09:59:23 +05:00
Фролов
e8bfe3b443
add new file categories
2021-08-31 09:52:32 +05:00
Фролов
14cf99a1dd
Add DrillingProgramController
2021-08-29 17:25:16 +05:00
Фролов
99d242101e
remove efModel wellSection. Cleanup. Split categories lastData and files
2021-08-24 10:59:10 +05:00
Фролов
cec8e92d77
Clean and doc
2021-08-20 14:17:53 +05:00
KharchenkoVV
0e586edcc5
CS2-58: Added [FromQuery] to 'companies' param
2021-08-20 11:46:14 +05:00
KharchenkoVV
b39f07821d
CS2-58: Added files filtering by requested companies ids
2021-08-20 11:20:24 +05:00
KharchenkoVV
d0deefe74f
CS2-56: Changed tuple to FileInfoDto
2021-08-19 17:32:22 +05:00
KharchenkoVV
8b5af8d32e
CS2-59: Added Delete() to File controller
2021-08-19 16:58:26 +05:00
KharchenkoVV
e8d98a0887
CS2-55: Renamed SaveFileProperties...() to SaveFileInfos()
2021-08-19 16:34:36 +05:00
KharchenkoVV
bf823e1825
CS2-55: Moved file saving logic from File controller to service
2021-08-19 16:32:04 +05:00
KharchenkoVV
154426a5fb
Changed WellOperation fileds names
2021-08-18 17:09:57 +05:00
KharchenkoVV
d6bf5d3252
Added IdUser claim to authenticated user claims
2021-08-17 13:03:17 +05:00
KharchenkoVV
a8cdda862a
Fixed FileController's routes
2021-08-16 17:34:00 +05:00
Фролов
2e01c4334f
fix "order for skip/take" warning. some refactoring.
2021-08-13 17:26:19 +05:00
KharchenkoVV
ab63bc4aa1
CS2-50: Added .ConfigureAwait(false) to all async methods.
2021-08-11 17:26:02 +05:00
KharchenkoVV
f13b757a84
CS2-50: All controllers and services are made async
2021-08-11 16:54:42 +05:00
KharchenkoVV
4c4048865c
CS2-50: Controllers and some services are made async
2021-08-11 12:11:21 +05:00
Фролов
3a325f6c94
Очистка и анализ кода
2021-08-09 15:41:42 +05:00
Фролов
77f1f54c30
IsCompanyOwnsWell rename to IsCompanyInvolvedInWell
2021-07-29 12:39:22 +05:00
Фролов
16e52cacf5
wellId rename to idWell
2021-07-27 14:43:30 +05:00