Commit Graph

10919 Commits

Author SHA1 Message Date
dbde524070 GenerateDocumentationFile 2023-04-05 20:35:59 +05:00
a1cb32ce36 Merge remote-tracking branch 'remotes/origin/release/v1.0.0' into feature/api-descriptions
# Conflicts:
#	web/ASC.Web.Api/Api/Settings/WhitelabelController.cs
2023-04-05 20:07:30 +05:00
53840bb13d small fixes 2023-04-05 18:01:23 +03:00
cd87de9540 fixed date format in room history 2023-04-05 16:54:33 +03:00
baf4147cca people: added api descriptions 2023-04-04 18:34:54 +03:00
b54dd7c4f3 optimization first visit 2023-04-04 11:33:16 +03:00
137ae55648 fixed Bug 61882 2023-04-03 12:21:36 +03:00
1fa94b04a8 fixed duplicating virtual rooms folder 2023-04-03 11:31:58 +03:00
5aacc82904 fixed room history 2023-03-30 18:36:22 +03:00
ff8721a4b1 Hide documentation warnings (4dfeea2969) 2023-03-29 20:29:53 +05:00
6fc89c8112 GenerateDocumentationFile (0147a44476) 2023-03-29 20:29:48 +05:00
a4419d3194 Fix documentation warnings 2023-03-29 19:36:14 +05:00
aa1b712131 Merge remote-tracking branch 'remotes/origin/release/v1.0.0' into feature/api-descriptions
# Conflicts:
#	products/ASC.Files/Core/Core/Dao/Interfaces/IFileDao.cs
#	products/ASC.Files/Server/Api/FoldersController.cs
#	products/ASC.Files/Server/Api/SettingsController.cs
#	products/ASC.Files/Server/Api/VirtualRoomsController.cs
#	web/ASC.Web.Api/Api/AuthenticationController.cs
#	web/ASC.Web.Api/Api/PortalController.cs
#	web/ASC.Web.Api/Api/SecurityController.cs
#	web/ASC.Web.Api/Api/Settings/MessageSettingsController.cs
#	web/ASC.Web.Api/Api/Settings/WebhooksController.cs
#	web/ASC.Web.Api/Api/Settings/WhitelabelController.cs
2023-03-29 19:28:15 +05:00
4dfeea2969 Hide documentation warnings 2023-03-29 19:25:28 +05:00
fe91eae377 Fix documentation warnings 2023-03-29 19:25:20 +05:00
b31e12ada0 Files: fix params name for documentation 2023-03-29 17:49:57 +05:00
0af471a215 fixed history 2023-03-29 13:46:54 +03:00
9c7b1f7ce8 files: added api descriptions 2023-03-28 15:31:48 +03:00
57bba9e400 thumbnail: separate settings for image/video 2023-03-28 12:57:01 +03:00
e2b38bdb18 fix auto clean up 2023-03-27 12:51:39 +03:00
1b9ce8a84b ffmpeg: change params for generate thumbnails 2023-03-24 00:14:18 +03:00
8d54748d55 fixed room deletion 2023-03-23 16:53:33 +03:00
0abe404476 invitation link: added tariff/quota/permissions check, refactoring 2023-03-23 16:22:01 +03:00
56d877eed2 fixed Bug 61717 2023-03-22 14:56:37 +03:00
c6a9716141 ffmpeg: added WaitToExit() 2023-03-20 21:03:35 +03:00
a1ad11020d Thumb: fix. 2023-03-20 18:53:35 +03:00
42330090cf thumbnail: the best quality 2023-03-17 17:03:17 +03:00
ee22721d46 thumbnail: the best quality 2023-03-17 15:40:21 +03:00
26243d75ac Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-17 15:19:23 +03:00
c993ad4986 ffmpeg: fixed paths 2023-03-17 15:19:09 +03:00
1fa7a1569a Files: added additional information for audit 2023-03-17 14:35:35 +03:00
4353f8f432 fix Bug 61186 2023-03-17 12:27:56 +03:00
d073a3795c thumbnails: added setup resize mode 2023-03-16 18:59:46 +03:00
b64e35f6e1 Files: blocked creating rooms with types: view, filling forms, review 2023-03-16 11:27:31 +03:00
7f24a0ee38 thumbnails: AnchorPositionMode.Top for docs 2023-03-15 19:39:53 +03:00
2ff1ba77a3 filehandler: added preview images 2023-03-13 20:11:15 +03:00
8b33140c65 Files: audit edits 2023-03-13 19:03:50 +03:00
0c7410814d Files: added new audit actions, refactor 2023-03-13 19:00:16 +03:00
f053663499 fixed DeleteExpiredService 2023-03-10 22:32:30 +03:00
47e14d50fb async/await: added new instance dbcontext 2023-03-10 19:49:46 +03:00
132bc6792b
Merge pull request #1297 from ONLYOFFICE/feature/notifications
Feature/notifications
2023-03-10 17:06:55 +03:00
722df36493 async: fixed 2023-03-10 16:09:32 +03:00
Vashchuk Nikita
2d92da7c0c Merge branch 'release/v1.0.0' into feature/notifications
# Conflicts:
#	web/ASC.Web.Api/GlobalUsings.cs
2023-03-10 17:39:47 +05:00
Vashchuk Nikita
473cecc4db cleaning up resources, refactoring 2023-03-10 16:16:58 +05:00
5dc1d703e2 Merge branch 'release/v1.0.0' of github.com:ONLYOFFICE/DocSpace into release/v1.0.0 2023-03-10 11:42:26 +03:00
e5f733c771 fix Bug 61076 2023-03-10 11:39:54 +03:00
340e1d51d2 fix bug 61527 and bug 61526
now when move/copy folder markAsNew only files in this folders
2023-03-10 11:37:16 +03:00
61351f089f thubmnail: change resize alg 2023-03-10 00:54:17 +03:00
f1bfefe9c1 thubmnail: change resize alg 2023-03-09 22:16:15 +03:00
Vashchuk Nikita
f3f1cd1adc fix userName, added collaborator as portals Role resource 2023-03-09 20:57:21 +05:00