Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2022-11-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10Merge pull request #35054 from ↵Pytal
nextcloud/fix-html-entities-not-decoded-in-comment-just-added
2022-11-10Fix HTML entities not decoded in comment just addedDaniel Calviño Sánchez
The XML data received from the comments endpoint has an inconsistent encoding; some entities are encoded once and others are encoded twice. When the comment list is loaded the comments are fetched using GetComments, which handles all that, and therefore shows the messages and author names as expected. However, when a new comment is posted the list is not got again; instead the new comment is loaded from the comment data returned after posting it. This is done in NewComment, which did not decode the messages nor the author names, and therefore showed, for example, "&amp;" instead of "&". To solve that now the same decoding logic used in GetComments is applied too in NewComment. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-10Extract "decodeHtmlEntities" function to its own fileDaniel Calviño Sánchez
This will make possible to use it from files other than "GetComments.js". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10Fix top margin in empty versions listRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-09Merge pull request #35052 from ↵Simon L
nextcloud/fix-sidebar-not-hidden-when-changing-section-in-files-app Fix sidebar not automatically hidden in Files app
2022-11-09Fix sidebar not automatically hidden in Files appDaniel Calviño Sánchez
Although the Files app creates the legacy sidebar (details view) it is then replaced with the newer Vue app sidebar. Due to this ".detailsView" no longer finds an element and therefore nothing was hidden when "hideAppSidebar($('.detailsView'))" was called (for example, when changing to another section). However, "OC.Apps.hideAppSidebar()" does not properly work either with the Vue sidebar used in the Files app (once hidden the sidebar is not shown again). For simplicity, and to avoid any possible side effect in other apps from changing "OC.Apps.hideAppSidebar", now "OC.Files.Sidebar.close()" is used instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08fix checkmark for theme settings in dark modeszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-08Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversionSimon L
Cast to int
2022-11-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-07Cast to int #32837Markus Zeller
Signed-off-by: Markus Zeller <git@markuszeller.com>
2022-11-07Increase the "bad waiting time" for cron mode to 24h to account for "time ↵Joas Schilling
insensitive" jobs Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07Show the correct warning for system cron vs. webcron/ajaxJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05Limit-number-of-concurrent-preview-generationsszaimen
Signed-off-by: Bowen Ding <dbw9580@live.com> Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-04Merge pull request #34702 from nextcloud/fix/clean-ldap-wizard-typingVincent Petry
Clean up LDAP Wizard typing
2022-11-04Fix duplicate event email notificationsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-04Fix invalid date in security.txtJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-03Merge pull request #34893 from nextcloud/fix/move-imip-to-separate-interfaceChristoph Wurst
Move iMIP to its own interface
2022-11-03Switch to DisplayNameCache for CardDAVAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-11-03Switch to DisplayNameCache for CalDAVAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-11-03Move iMIP to it's own interfaceAnna Larch
and clean up the code a bit. Added: - author Removed: - unused imports Changed: - moved iMIP handling to new interface - pointed code to new implementation Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-11-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-02Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-11-02Merge pull request #34871 from ↵Vincent Petry
nextcloud/bugfix/34695/fix-internal-expiredate-visibility Fix visibility of internal expire date
2022-11-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28Fix visibility of internal expire dateVincent Petry
Fixed visibility of the expiration date field for internal shares by aligning the logic with the one from the public link shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-10-28Merge pull request #34359 from nextcloud/enh/admin-theming-vueJohn Molakvoæ
2022-10-28Merge pull request #31064 from nextcloud/prune-calendar-changesChristoph Wurst
Add a background job to prune outdated sync tokens
2022-10-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-28Purge unused legacy code and drop 3rdparty jscolor dependencyChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28Rewrite admin theming in VueChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-28Fix disabled federated scopeChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-27Add a background job to prune outdated sync tokensThomas Citharel
We remove all outdated sync tokens, based on their auto-incremented ID. By default we only keep the last 10 000, but this can be configurable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-10-27Merge pull request #34683 from nextcloud/enh/a11y-input-errorJohn Molakvoæ
2022-10-27[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-27Display invalid input messageChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-10-26Fix empty content regressions in comments appRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-26Merge pull request #34788 from nextcloud/bugfix/noid/preview-attributesJulius Härtl
2022-10-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-25Merge pull request #34691 from nextcloud/profiler/ldap-backtraceCarl Schwan
Add backtrace to ldap profiler collector