Sergey Linnik
d3c105dae1
update license
3 weeks ago
Serik Ibragimov
aa62974330
fix(desktop): remove JS dashboard redirect in favour of server-side middleware
1 month ago
Serik Ibragimov
5ef31ad96b
fix(desktop): redirect to files app when desktop client opens default app
1 month ago
Serik Ibragimov
d6b00ecc7a
feat(email): register MailMergeEndedEvent listener in Application bootstrap
1 month ago
Serik Ibragimov
ad68ba6e21
refactor: remove redundant use statements
3 months ago
Serik Ibragimov
fc74afc134
refactor: remove unused use statements
3 months ago
Serik Ibragimov
f9da0fc5e4
refactor: run rector with type-declarations set
3 months ago
Serik Ibragimov
cddbcd2948
fix: error-prone code
3 months ago
Serik Ibragimov
248f2cdf90
refactor: nc deprecated code sections
3 months ago
Serik Ibragimov
2faabb3331
refactor: run rector with php81 set
3 months ago
Serik Ibragimov
41368bd8ef
refactor: replace \OCP\Versions::rollback hook listener with FileVersionsListener
3 months ago
Serik Ibragimov
8a96c671d8
refactor: register event listeners
3 months ago
Sergey Linnik
00240cccd4
Copyright 2026
4 months ago
Serik Ibragimov
5529afb819
refactor: remove deprecated TemplateFileCreator::setIconClass method call
4 months ago
Julius Knorr
8a46a9bcc7
fix: Set required inline svg icon for file creator classes
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
4 months ago
Serik Ibragimov
8c637deab9
feat: register DocumentUnsavedListener with DocumentUnsavedEvent
8 months ago
Sergey Linnik
da61357973
reorder using
9 months ago
Serik Ibragimov
86f85bfa6a
feat: register csplistener with addcspevent
9 months ago
rivexe
7b884bd0f4
fix: lint
1 year ago
rivexe
0a17be863b
feat: using jwt lib from vendor
1 year ago
rivexe
99dd2dbab1
fix: redirect to files from dashboard in Desktop (BeforeTemplateRenderedEvent instead of WidgetListener used)
1 year ago
Julius Knorr
0860cc71b5
chore: Cleanup service registration that is no longer needed
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 year ago
rivexe
51216968e6
fix: bump year in comments
1 year ago
rivexe
05227679b9
feat: method for send mention notification via e-mail
2 years ago
rivexe
67abfd027b
feat: used IMimeIconProvider for generate icons urls
2 years ago
rivexe
87adce08f7
Psr\Log\LoggerInterface instead of OCP\ILogger used
2 years ago
Sergey Linnik
d6b7e2214c
creating pdf form
2 years ago
Sergey Linnik
b7ba35aaeb
Revert "apache"
...
This reverts commit 49d262ca33 .
# Conflicts:
# 3rd-Party.license
# appinfo/application.php
# appinfo/info.xml
# controller/editorcontroller.php
# controller/settingscontroller.php
# js/editor.js
# js/main.js
# lib/templatemanager.php
3 years ago
Antipkin-A
2164b0da2b
changed listener registration for file created from template
3 years ago
rivexe
520ece4e1c
paths of required classes fixed
3 years ago
Antipkin-A
d7a32e4a85
changes location files
3 years ago
Antipkin-A
de5abf8d3e
updated php/jwt 6.4.0
3 years ago
Sergey Linnik
b477b9750e
leeway setting in configuration file only
3 years ago
anon8675309
c76969a5ba
Exposed leeway setting in the JWT library
...
If the system clock of the document server is even a second slower than the
nextcloud server, the JWT token will be rejected as being "not yet valid". This
can be seen in the logs (Nextcloud -> Settings -> Administration -> Logging).
The error message shown to the user when this happens is more generic:
"Error when trying to connect (Error occurred in the document service: Error
while downloading the document file to be converted.)"
This error message has been reported on the bug tracker several times, but it is
not clear when the connection failure was due to imperfectly synchronized clocks
and when it was due to network connectivity, DNS issues, the JWT not being sent,
the secret being wrong, or some other issue.
Here are the tickets that may be fixed by this:
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues/345
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues/548
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues/315
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues/290
https://github.com/ONLYOFFICE/onlyoffice-nextcloud/issues/127
There's also one on the owncloud fork that may be fixed by this as well:
https://github.com/ONLYOFFICE/onlyoffice-owncloud/issues/278
3 years ago
Sergey Linnik
afb42896ea
Copyright 2023
3 years ago
Antipkin-A
5cf475c7c4
lock/unlock to callback
4 years ago
Antipkin-A
ad082fbba4
check lock through lock manager
4 years ago
Joachim Bauch
20efb5d885
Only call "require_once" if classes don't exist yet.
...
If another app is loaded before and also loads the JWT classes through
"require_once", loading them again here will fail because the name is
already defined.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
4 years ago
Antipkin-A
a5a7ad758a
get settings for viewer from initial state ( Fix #633 )
4 years ago
Antipkin-A
861c7bb744
display available shares list to tab
4 years ago
Antipkin-A
4051c7af83
copyright22
4 years ago
Sergey Linnik
629a7494ab
Change title for new file
4 years ago
Antipkin-A
137e70ca84
connect hook to register ( Fix #562 )
4 years ago
Antipkin-A
1871220999
own mimetypes for docxf, oform
5 years ago
Antipkin-A
573737d666
support docxf and oform
5 years ago
Antipkin-A
70a422ddca
move registration of preview provider from boot to register ( Fix #544 )
5 years ago
Antipkin-A
e53d958e3c
groupManager to editorController constructor
5 years ago
Antipkin-A
e0c6f9645e
moved config method to api controller
5 years ago
Sergey Linnik
8ed14439b0
format
5 years ago
Antipkin-A
278d9b9214
moved listeners from bootstrap
5 years ago