diff --git a/CHANGELOG.md b/CHANGELOG.md index 4603bfe3..18489968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Change Log -- nodejs: support vsdx in visio editor +- restore by url +- ku skin language +- nodejs: support vsdx in diagram editor - nodejs: support pages, numbers, key formats +- nodejs: support hwp, hwpx formats - golang: new integration example - golang: upload files to the server - golang: create blank files and files with sample content @@ -24,7 +27,7 @@ - change reference source - filename in editor page title - close editor -- sq-AL skin language +- sq-AL, ku skin languages ## 1.11.0 - he-IL skin language @@ -59,8 +62,7 @@ - nodejs: pdf, djvu, xps, oxps as pdf documentType - nodejs: filling pdf - version number to page meta -- ar skin languages -- sr-Latn-RS skin languages +- ar, sr-Latn-RS skin languages - getting history via api - using a repo with a list of formats - convert after uploading only tagged formats diff --git a/web/documentserver-example/csharp-mvc/App_Start/BundleConfig.cs b/web/documentserver-example/csharp-mvc/App_Start/BundleConfig.cs index 659039ce..e4aaa085 100644 --- a/web/documentserver-example/csharp-mvc/App_Start/BundleConfig.cs +++ b/web/documentserver-example/csharp-mvc/App_Start/BundleConfig.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/App_Start/FilterConfig.cs b/web/documentserver-example/csharp-mvc/App_Start/FilterConfig.cs index 7878b8c8..7a29caa3 100644 --- a/web/documentserver-example/csharp-mvc/App_Start/FilterConfig.cs +++ b/web/documentserver-example/csharp-mvc/App_Start/FilterConfig.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/App_Start/RouteConfig.cs b/web/documentserver-example/csharp-mvc/App_Start/RouteConfig.cs index 4d9803d7..c1ea488f 100644 --- a/web/documentserver-example/csharp-mvc/App_Start/RouteConfig.cs +++ b/web/documentserver-example/csharp-mvc/App_Start/RouteConfig.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/App_Start/WebApiConfig.cs b/web/documentserver-example/csharp-mvc/App_Start/WebApiConfig.cs index 5135156e..3484bfd0 100644 --- a/web/documentserver-example/csharp-mvc/App_Start/WebApiConfig.cs +++ b/web/documentserver-example/csharp-mvc/App_Start/WebApiConfig.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Content/editor.css b/web/documentserver-example/csharp-mvc/Content/editor.css index 6ec3cd1c..9e13c341 100644 --- a/web/documentserver-example/csharp-mvc/Content/editor.css +++ b/web/documentserver-example/csharp-mvc/Content/editor.css @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Content/forgotten.css b/web/documentserver-example/csharp-mvc/Content/forgotten.css index b6423109..3180a218 100644 --- a/web/documentserver-example/csharp-mvc/Content/forgotten.css +++ b/web/documentserver-example/csharp-mvc/Content/forgotten.css @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Content/images/cell.ico b/web/documentserver-example/csharp-mvc/Content/images/cell.ico index 05ecd8c0..736cdffc 100644 Binary files a/web/documentserver-example/csharp-mvc/Content/images/cell.ico and b/web/documentserver-example/csharp-mvc/Content/images/cell.ico differ diff --git a/web/documentserver-example/csharp-mvc/Content/images/pdf.ico b/web/documentserver-example/csharp-mvc/Content/images/pdf.ico new file mode 100644 index 00000000..356c4fa7 Binary files /dev/null and b/web/documentserver-example/csharp-mvc/Content/images/pdf.ico differ diff --git a/web/documentserver-example/csharp-mvc/Content/images/slide.ico b/web/documentserver-example/csharp-mvc/Content/images/slide.ico index 888c7a85..fd02990e 100644 Binary files a/web/documentserver-example/csharp-mvc/Content/images/slide.ico and b/web/documentserver-example/csharp-mvc/Content/images/slide.ico differ diff --git a/web/documentserver-example/csharp-mvc/Content/images/word.ico b/web/documentserver-example/csharp-mvc/Content/images/word.ico index 31f9ca41..51e0c7fb 100644 Binary files a/web/documentserver-example/csharp-mvc/Content/images/word.ico and b/web/documentserver-example/csharp-mvc/Content/images/word.ico differ diff --git a/web/documentserver-example/csharp-mvc/Content/media.css b/web/documentserver-example/csharp-mvc/Content/media.css index dc920bce..c23235a9 100644 --- a/web/documentserver-example/csharp-mvc/Content/media.css +++ b/web/documentserver-example/csharp-mvc/Content/media.css @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Content/stylesheet.css b/web/documentserver-example/csharp-mvc/Content/stylesheet.css index 32bd1b29..a3fda6dd 100644 --- a/web/documentserver-example/csharp-mvc/Content/stylesheet.css +++ b/web/documentserver-example/csharp-mvc/Content/stylesheet.css @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Controllers/HomeController.cs b/web/documentserver-example/csharp-mvc/Controllers/HomeController.cs index eb39e565..743b0a7e 100644 --- a/web/documentserver-example/csharp-mvc/Controllers/HomeController.cs +++ b/web/documentserver-example/csharp-mvc/Controllers/HomeController.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Global.asax.cs b/web/documentserver-example/csharp-mvc/Global.asax.cs index 7931e4c2..63fee3f8 100644 --- a/web/documentserver-example/csharp-mvc/Global.asax.cs +++ b/web/documentserver-example/csharp-mvc/Global.asax.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs b/web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs index 0af5f59a..d1ea43ac 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/DocumentConverter.cs b/web/documentserver-example/csharp-mvc/Helpers/DocumentConverter.cs index ff8880df..de4ffd6f 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/DocumentConverter.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/DocumentConverter.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/JwtManager.cs b/web/documentserver-example/csharp-mvc/Helpers/JwtManager.cs index 455820ca..15fee53c 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/JwtManager.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/JwtManager.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/TrackManager.cs b/web/documentserver-example/csharp-mvc/Helpers/TrackManager.cs index 79261415..3e4fbdc9 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/TrackManager.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/TrackManager.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/Users.cs b/web/documentserver-example/csharp-mvc/Helpers/Users.cs index f964f72f..b72e09a1 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/Users.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/Users.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Helpers/Utils.cs b/web/documentserver-example/csharp-mvc/Helpers/Utils.cs index a986b665..69f89d58 100644 --- a/web/documentserver-example/csharp-mvc/Helpers/Utils.cs +++ b/web/documentserver-example/csharp-mvc/Helpers/Utils.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Models/FileModel.cs b/web/documentserver-example/csharp-mvc/Models/FileModel.cs index c37b2a92..edc7b304 100755 --- a/web/documentserver-example/csharp-mvc/Models/FileModel.cs +++ b/web/documentserver-example/csharp-mvc/Models/FileModel.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Models/FileUtility.cs b/web/documentserver-example/csharp-mvc/Models/FileUtility.cs index ddb44149..4308b1b7 100644 --- a/web/documentserver-example/csharp-mvc/Models/FileUtility.cs +++ b/web/documentserver-example/csharp-mvc/Models/FileUtility.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Models/ForgottenFilesModel.cs b/web/documentserver-example/csharp-mvc/Models/ForgottenFilesModel.cs index 04a927f9..b7445ccd 100755 --- a/web/documentserver-example/csharp-mvc/Models/ForgottenFilesModel.cs +++ b/web/documentserver-example/csharp-mvc/Models/ForgottenFilesModel.cs @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Properties/AssemblyInfo.cs b/web/documentserver-example/csharp-mvc/Properties/AssemblyInfo.cs index e9446709..8e5273a0 100644 --- a/web/documentserver-example/csharp-mvc/Properties/AssemblyInfo.cs +++ b/web/documentserver-example/csharp-mvc/Properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ascensio System SIA")] [assembly: AssemblyProduct("OnlineEditorsExampleMVC")] -[assembly: AssemblyCopyright("Ascensio System SIA 2024")] +[assembly: AssemblyCopyright("Ascensio System SIA 2025")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/web/documentserver-example/csharp-mvc/Scripts/forgotten.js b/web/documentserver-example/csharp-mvc/Scripts/forgotten.js index 079be825..218bb25f 100755 --- a/web/documentserver-example/csharp-mvc/Scripts/forgotten.js +++ b/web/documentserver-example/csharp-mvc/Scripts/forgotten.js @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Scripts/formats.js b/web/documentserver-example/csharp-mvc/Scripts/formats.js index e423eeb2..136450c6 100644 --- a/web/documentserver-example/csharp-mvc/Scripts/formats.js +++ b/web/documentserver-example/csharp-mvc/Scripts/formats.js @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Scripts/jquery.dropdownToggle.js b/web/documentserver-example/csharp-mvc/Scripts/jquery.dropdownToggle.js index 5f92e5d9..337f7072 100644 --- a/web/documentserver-example/csharp-mvc/Scripts/jquery.dropdownToggle.js +++ b/web/documentserver-example/csharp-mvc/Scripts/jquery.dropdownToggle.js @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Scripts/jscript.js b/web/documentserver-example/csharp-mvc/Scripts/jscript.js index d8580bd9..fe2ebadd 100644 --- a/web/documentserver-example/csharp-mvc/Scripts/jscript.js +++ b/web/documentserver-example/csharp-mvc/Scripts/jscript.js @@ -1,6 +1,6 @@ /** * - * (c) Copyright Ascensio System SIA 2024 + * (c) Copyright Ascensio System SIA 2025 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx b/web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx index 0f1403a0..c4c832b1 100644 --- a/web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx +++ b/web/documentserver-example/csharp-mvc/Views/Home/Editor.aspx @@ -14,7 +14,7 @@