Sergey Linnik
|
d3c105dae1
|
update license
|
3 weeks ago |
Serik Ibragimov
|
5ef31ad96b
|
fix(desktop): redirect to files app when desktop client opens default app
|
1 month ago |
Serik Ibragimov
|
316c38bccb
|
refactor: rewrite share tab as Vue SFCs
|
2 months ago |
Serik Ibragimov
|
09b944f224
|
refactor(settings): rewrite admin settings page as Vue SFCs
Replace the legacy jQuery IIFE + PHP-template-rendered settings form
with a proper Vue 3 component tree using the Nextcloud component library.
|
2 months ago |
Serik Ibragimov
|
3a7412f317
|
feat: add missing css styles
|
2 months ago |
Serik Ibragimov
|
21c04c2922
|
refactor: template management to typed service and Vue components
|
2 months ago |
Serik Ibragimov
|
3a86572fba
|
refactor: use Util::addScript instead of deprecated script
|
3 months ago |
Sergey Linnik
|
00240cccd4
|
Copyright 2026
|
4 months ago |
Serik Ibragimov
|
cb00b56bbb
|
feat: name and email to watermark
|
7 months ago |
Serik Ibragimov
|
5d96e3ccb4
|
chore: change settings save button color to primary
|
8 months ago |
Serik Ibragimov
|
8e5400b431
|
feat: add plugin description and replace info link with useful links
|
8 months ago |
rivexe
|
c945742e8e
|
feat: full text of error
|
11 months ago |
rivexe
|
9b8334a71f
|
feat: live view on share setting
|
11 months ago |
rivexe
|
a7d7bb3258
|
feat: settings - message for error
|
11 months ago |
rivexe
|
508720934c
|
feat: removed toolbarNoTabs
|
11 months ago |
rivexe
|
c085ac3a1b
|
feat: new themes
|
11 months ago |
rivexe
|
d9d11b6fc0
|
feat: support of theme-gray
|
1 year ago |
rivexe
|
f040eaf1df
|
feat: themes added to settings UI
|
1 year ago |
rivexe
|
571c45da9d
|
fix: lint
|
1 year ago |
rivexe
|
560dc1ffd4
|
fix: lint
|
1 year ago |
rivexe
|
6be75efeee
|
feat: setting to UI
|
1 year ago |
rivexe
|
7947d2f9a3
|
fix: settings templates - Server settings block
|
1 year ago |
rivexe
|
51216968e6
|
fix: bump year in comments
|
1 year ago |
rivexe
|
e96ed05a6a
|
feat: added notification via e-mail setting
|
1 year ago |
rivexe
|
3ab8564a4f
|
feat: margin for setting label
|
2 years ago |
rivexe
|
e84684bbb6
|
feat: for templates used icon field
|
2 years ago |
rivexe
|
17277b9ec8
|
feat: unknown author setting to ui
|
2 years ago |
Sergey Linnik
|
ac75c39e92
|
links to helpcenter
|
2 years ago |
Sergey Linnik
|
3d9267b475
|
remove details link
|
2 years ago |
Sergey Linnik
|
02cce308e0
|
add watermark placeholder
|
2 years ago |
rivexe
|
94653b43de
|
fix: document template icon path
|
2 years ago |
Sergey Linnik
|
a2ddb47f97
|
fix translations
|
2 years ago |
Sergey Linnik
|
37a8fa61c9
|
copyright 2024
|
2 years ago |
Sergey Linnik
|
fde50d659e
|
invert cron setting
|
2 years ago |
rivexe
|
2e14359eb1
|
fix: editable formats in settings template
|
2 years ago |
rivexe
|
a8f147dbeb
|
feat: checkbox for setting to template
|
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
|
b9643a385a
|
added prefix to scripts
|
3 years ago |
Sergey Linnik
|
ae0dec1c38
|
Revert "Merge pull request #842 from ONLYOFFICE/feature/link-to-docs-banner"
This reverts commit 7fc135473b
# Conflicts:
# CHANGELOG.md
# css/settings.css
# l10n/ru.js
# l10n/ru.json
|
3 years ago |
rivexe
|
f1ec41ec90
|
UPPERCASE for class constants
|
3 years ago |
rivexe
|
866ed928bf
|
line indent fix
|
3 years ago |
rivexe
|
9df1ed8fe7
|
docs cloud link to config
|
3 years ago |
rivexe
|
d88695bace
|
banner layout added to settings
|
3 years ago |
Sergey Linnik
|
604ff0deb9
|
Revert "extra permissions is not yet available in nc27"
This reverts commit d600129de4.
|
3 years ago |
Antipkin-A
|
d600129de4
|
extra permissions is not yet available in nc27
|
3 years ago |
Fmstrat
|
66c65861ff
|
Added theme-system and theme-contrast-dark
|
3 years ago |
rivexe
|
66d35e7200
|
added translations
|
3 years ago |
rivexe
|
d06db5ef2e
|
added JwtHeader - setting to advanced server settings
|
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 |