|
|
50eeaf0db4
|
php: formatting by linter
|
2023-03-02 15:16:25 +03:00 |
|
|
|
8d3afb7ad0
|
Merge branch 'develop' into refactor/php-example-refactoring
|
2023-03-02 14:10:32 +03:00 |
|
|
|
469a8c087b
|
Merge branch 'develop' into feature/referenceData
|
2023-02-27 10:17:41 +03:00 |
|
|
|
c26a17f29e
|
php: "protect" permission is added
|
2023-02-22 14:04:11 +03:00 |
|
|
|
23f2837c66
|
php: removed unused "use" statements
|
2023-02-17 16:05:45 +03:00 |
|
|
|
2bb01fbfff
|
php: building an docEditorView from a templates + formatting by linter
|
2023-02-17 14:58:13 +03:00 |
|
|
|
2e75037b4e
|
php: referenceData
|
2023-02-13 14:56:09 +03:00 |
|
|
|
f69097b209
|
php: header comment fixed
|
2023-02-09 17:05:12 +03:00 |
|
|
|
1d99c8f58e
|
php: objects of helpers used instead of functions
|
2023-02-09 14:51:41 +03:00 |
|
|
|
e4439bfc3e
|
php: "\r\n" replaced with "\n"
|
2023-02-09 11:05:06 +03:00 |
|
|
|
3112be387e
|
php: helpers used in functions
|
2023-02-08 17:49:20 +03:00 |
|
|
|
383d7c27c0
|
php: helpers fixed
|
2023-02-08 16:50:47 +03:00 |
|
|
|
5c877cf902
|
php: classes JwtManager and ConfigManager used instead of included functions and GLOBALS array
|
2023-02-08 11:24:45 +03:00 |
|
|
|
baf429a0d0
|
php: methods of ExampleUsers class used instead of functions
|
2023-02-07 16:44:46 +03:00 |
|
|
|
4d99e2e406
|
php: example namespace for class User (users.php) added
|
2023-02-03 12:01:22 +03:00 |
|
|
|
bec48ed834
|
php: spaces in "mixed"-php files auto-fixed
|
2023-02-03 11:17:45 +03:00 |
|
|
|
e856f5bcb1
|
php: fixed spaces and new lines for multi-line functions
|
2023-02-03 11:06:05 +03:00 |
|
|
|
a035adcbd9
|
php: function names converted to camelCase (exclude mime_content_type)
|
2023-02-02 17:23:42 +03:00 |
|
|
|
8ee0aa45b9
|
php: line exceeds maximum limit of 120 characters
|
2023-02-02 15:28:05 +03:00 |
|
|
|
dfcf244dc8
|
php: comments for functions are standardized to PEAR Docblock Comment standards
|
2023-02-02 14:14:57 +03:00 |
|
|
|
0563795494
|
php: spaces and new lines around operators fixed
|
2023-02-02 11:27:14 +03:00 |
|
|
|
b6b6e80ffb
|
php: no additional blank lines at end of doc comment
|
2023-02-02 10:53:15 +03:00 |
|
|
|
bd3b91d02f
|
php: include/require and file path should be divided with a single space
|
2023-02-02 10:34:58 +03:00 |
|
|
|
555f8d43cd
|
php: braces after functions and oop constructs on the next line
|
2023-02-01 16:46:31 +03:00 |
|
|
|
bb921e7eff
|
php: method argument spaces normalized
|
2023-02-01 14:48:48 +03:00 |
|
|
|
13d5e6fa94
|
php: binary operators should be surrounded by single space
|
2023-02-01 14:12:28 +03:00 |
|
|
|
d2aa6f0653
|
php: used null coalescing operator ?? where possible
|
2023-02-01 13:44:26 +03:00 |
|
|
|
bdfb75dc84
|
php: standardized spaces around ternary operator
|
2023-02-01 13:37:03 +03:00 |
|
|
|
dbba22df23
|
php: array_push() converted to short usage
|
2023-02-01 09:21:35 +03:00 |
|
|
|
2ddd822b24
|
php: replace non multibyte-safe functions with corresponding mb function
|
2023-02-01 09:09:58 +03:00 |
|
|
|
44b0f4d53d
|
php: There must not be a space after the opening parenthesis
|
2023-01-31 16:05:35 +03:00 |
|
|
|
8d4582e379
|
php: each statement must be indented
|
2023-01-31 15:54:07 +03:00 |
|
|
|
a1ec2cf366
|
php: remove trailing whitespace at the end of non-blank lines
|
2023-01-31 15:46:55 +03:00 |
|
|
|
481b111cb2
|
php: multi-line arrays must have a trailing comma
|
2023-01-31 15:14:01 +03:00 |
|
|
|
d1dd289c77
|
php: replace control structure alternative syntax to use braces
|
2023-01-31 14:52:04 +03:00 |
|
|
|
6d4cad2215
|
php: curly opening braces after control structures and oop-structures on the same line
|
2023-01-31 12:31:33 +03:00 |
|
|
|
f4bcb15d33
|
php: each element of an array must be indented exactly once
|
2023-01-31 10:17:54 +03:00 |
|
|
|
a49ef4cc13
|
php: lower case for constants "true", "false" and "null"
|
2023-01-31 09:59:37 +03:00 |
|
|
|
880497cd01
|
php: curly opening braces on the same line
|
2023-01-30 17:18:37 +03:00 |
|
|
|
165c292ab8
|
php: extra blank lines deleted
|
2023-01-30 16:26:04 +03:00 |
|
|
|
8fe41cd8e6
|
php: used short syntax for arrays
|
2023-01-30 15:23:00 +03:00 |
|
|
|
45910ff1f3
|
php: empty GET parameters warnings fixed
Empty GET-parameters "user", "directUrl", "fileUrl", "fileExt" no longer give a warning, the example can work without them.
|
2023-01-26 00:11:03 +05:00 |
|
|
|
3181c7449d
|
Copyright 2023
|
2023-01-20 15:27:03 +05:00 |
|
|
|
90c31eb887
|
php: option to send directUrl
|
2022-12-01 10:46:24 +03:00 |
|
|
|
24aee6d194
|
Merge branch 'release/v7.2.0' into feature/directUrl
# Conflicts:
# web/documentserver-example/csharp-mvc/Helpers/DocManagerHelper.cs
# web/documentserver-example/csharp/DocEditor.aspx.cs
|
2022-08-03 12:13:12 +03:00 |
|
|
|
55c4853f04
|
[add] - php - directUrl
|
2022-07-01 17:30:18 +03:00 |
|
|
|
b630c3802b
|
fix - ruby - coEditing from permissions to editorConfig
|
2022-06-16 16:56:18 +03:00 |
|
|
|
e5f1bc8ed6
|
add - php - anonymous without liveview
|
2022-06-15 20:23:52 +03:00 |
|
|
|
22039078ef
|
Merge remote-tracking branch 'remotes/origin/develop' into feature/chat
|
2022-06-15 18:38:12 +03:00 |
|
|
|
a3bc13bb6e
|
add - php - anonymous without permissions.chat
|
2022-06-14 19:45:46 +03:00 |
|