|
|
c6a2007c6a
|
nodejs: userId in history fixed
|
2023-10-12 13:21:58 +03:00 |
|
|
|
847e4ce6d9
|
nodejs: fix datetime format in history (56e46466b2) (Fix Bug 64155)
|
2023-10-09 13:30:49 +03:00 |
|
|
|
4064f73c89
|
nodejs: Fix Bug 63800 template image (9048082cb7)
|
2023-08-24 16:03:33 +03:00 |
|
|
|
39bab74422
|
Merge pull request #383 from ONLYOFFICE/feature/formats
Feature/formats
|
2023-06-19 11:47:19 +05:00 |
|
|
|
56bc372140
|
Merge remote-tracking branch 'remotes/origin/release/v7.4.0' into develop
# Conflicts:
# web/documentserver-example/nodejs/helpers/docManager.js
|
2023-06-07 18:57:00 +05:00 |
|
|
|
e3a088ccaf
|
nodejs: fix undefined header
|
2023-06-07 13:29:45 +05:00 |
|
|
|
be1ea81f82
|
Merge branch 'develop' into feature/formats
|
2023-06-01 15:53:41 +03:00 |
|
|
|
24a26fd530
|
Correct spelling mistake
|
2023-05-19 12:57:10 +00:00 |
|
|
|
a5f91bc14f
|
Fix get server host function
|
2023-05-19 09:07:38 +00:00 |
|
|
|
68db498dfd
|
nodejs: get history data by request
|
2023-05-12 11:12:32 +03:00 |
|
|
|
c6043d4428
|
nodejs: fix tabulation
|
2023-04-27 11:36:04 +03:00 |
|
|
|
4a2e7d9a9e
|
nodejs: added module document-templates
|
2023-04-27 10:32:49 +03:00 |
|
|
|
893303c27f
|
nodejs: added work with onlyoffice-docs-formats.json
|
2023-04-26 11:48:38 +03:00 |
|
|
|
ccf85c1c0f
|
nodejs: "no-plusplus" - rule excluded for loops
|
2023-04-05 15:16:33 +03:00 |
|
|
|
5697b58aa2
|
nodejs: radix parameters for parseInt()
|
2023-04-04 12:57:32 +03:00 |
|
|
|
9048082cb7
|
nodejs: no shadow vars
|
2023-04-04 11:05:29 +03:00 |
|
|
|
56e46466b2
|
nodejs: useless rules deleted, autofixed spaces before parenthesis, arrow functions syntax, and comma after arguments added
|
2023-04-03 17:05:26 +03:00 |
|
|
|
fa9731ab57
|
nodejs: no unnamed functions
|
2023-04-03 16:44:48 +03:00 |
|
|
|
e16ad4e53d
|
nodejs: define vars is required
|
2023-03-31 13:48:11 +03:00 |
|
|
|
7205e383c8
|
nodejs: no new RegExp()
|
2023-03-31 13:40:47 +03:00 |
|
|
|
9bf317b3e0
|
nodejs: camelCase used
|
2023-03-31 13:38:38 +03:00 |
|
|
|
606f4255dc
|
nodejs: no useless return statements + ';' in the end
|
2023-03-31 13:03:15 +03:00 |
|
|
|
dd3255779f
|
nodejs: required the use of === and !==
|
2023-03-31 12:30:04 +03:00 |
|
|
|
89c7e63ab8
|
nodejs: object curly spacing
|
2023-03-31 11:04:35 +03:00 |
|
|
|
dff9602852
|
nodejs: require correct order
|
2023-03-31 10:00:32 +03:00 |
|
|
|
f4d7915dd6
|
nodejs: 'use strict' is unnecessary inside of modules
|
2023-03-31 09:35:57 +03:00 |
|
|
|
01204d544e
|
nodejs: const declarations for variables that are never reassigned after declared
|
2023-03-30 17:03:40 +03:00 |
|
|
|
a06aa8c8b3
|
nodejs: max-length of lines - 120
|
2023-03-30 16:31:39 +03:00 |
|
|
|
7977427038
|
nodejs: no unused variables
|
2023-03-30 13:47:33 +03:00 |
|
|
|
0b8d0ed10a
|
nodejs: disallowed spacing around embedded expressions of template strings
|
2023-03-30 12:33:52 +03:00 |
|
|
|
efec141039
|
nodejs: disallowed padding within blocks
|
2023-03-30 12:29:39 +03:00 |
|
|
|
6736555ff3
|
nodejs: constructor names to begin with a capital letter
|
2023-03-30 12:20:50 +03:00 |
|
|
|
d94fe30a3e
|
nodejs: fix no nested ternary expressions
|
2023-03-30 12:12:04 +03:00 |
|
|
|
3079320534
|
nodejs: no multi spaces
|
2023-03-30 10:57:00 +03:00 |
|
|
|
4f3af51e54
|
nodejs: newline after each call in a method chain
|
2023-03-30 10:52:48 +03:00 |
|
|
|
bc3cbbbb82
|
nodejs: spacing around infix operators
|
2023-03-30 10:47:14 +03:00 |
|
|
|
173c05dbf3
|
nodejs: consistent indentation (2 spaces)
|
2023-03-30 10:41:27 +03:00 |
|
|
|
ef8237adfd
|
nodejs: disallowed else blocks after return statements in if statements
|
2023-03-30 10:24:06 +03:00 |
|
|
|
c80379da31
|
nodejs: braces for multi-line blocks with if and else
|
2023-03-30 10:22:04 +03:00 |
|
|
|
a54c43c0c2
|
nodejs: braces with all multi-line blocks
|
2023-03-30 10:19:25 +03:00 |
|
|
|
27ceb1e6c6
|
nodejs: no nested ternary expressions
|
2023-03-29 17:23:50 +03:00 |
|
|
|
508b0d913c
|
nodejs: disallow the unary operators ++ and --
|
2023-03-29 16:35:32 +03:00 |
|
|
|
5999b070dc
|
nodejs: dot notation whenever possible
|
2023-03-29 15:43:55 +03:00 |
|
|
|
bf04979c31
|
nodejs: reassigning function parameters disallowed
|
2023-03-29 13:20:33 +03:00 |
|
|
|
e9274b7303
|
nodejs: spacing before blocks
|
2023-03-29 12:52:36 +03:00 |
|
|
|
03022c5b45
|
nodejs: spacing before function definition opening parenthesis
|
2023-03-29 12:50:35 +03:00 |
|
|
|
07eba65458
|
nodejs: used named function expressions instead of function declarations
|
2023-03-29 10:56:17 +03:00 |
|
|
|
c664bc4ee9
|
nodejs: template literals instead of string concatenation
|
2023-03-28 17:38:41 +03:00 |
|
|
|
f113d7eeb1
|
nodejs: require destructuring from arrays and objects
|
2023-03-28 16:52:27 +03:00 |
|
|
|
d51e724130
|
nodejs: method and property shorthand syntax for object literals
|
2023-03-28 15:35:27 +03:00 |
|