summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2916-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Rename setting name to reduce its lengthLouis Chemineau2022-06-282-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-28130-766/+1088
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | do not display the buffer_size info if the size is already set to a certain ↵szaimen2022-06-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threshold Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-272-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-252-0/+26
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2414-10/+118
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32322 from nextcloud/backport/stable22/share_search_tweaksLouis2022-06-234-3/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] Add share search tweaks
| * | | | | | Use email settings in DAV searchLouis Chemineau2022-06-072-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Use share setting in DAV searchLouis Chemineau2022-06-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add setting to ignore email during searchLouis Chemineau2022-06-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add settings to ignore second display name in searchLouis Chemineau2022-06-072-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Tweak tests to include shareapi_restrict_user_enumeration_full_match_useridLouis Chemineau2022-06-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add settings to not match userID during full matchLouis Chemineau2022-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2310-2/+62
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32895 from nextcloud/backport/32878/stable23blizzz2022-06-221-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable23] Fix default toast message for failed uploads with HTTP/2
| * | | | | Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an upload fails a toast is shown with either a specific message or just the textual part of the HTTP error code (which comes from the upload failure handler and set by "jQuery.ajax()". However, if there is neither a message nor an error then the toast will show the default message from the Toastify-js library, which is an undescriptive "Hi there!". When HTTP/2 is used Chromium does not provide the textual part of the HTTP error code, so when an upload fails the toast can receive an empty message and thus just show "Hi there!". Now an explicit message is provided as a fallback to prevent that. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2234-42/+234
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2184-1006/+982
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-204-10/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1910-2/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1812-2/+18
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1722-0/+90
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1624-2/+82
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1534-4/+110
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1436-8/+210
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32849 from nextcloud/backport/32806/stable23blizzz2022-06-132-0/+82
|\ \ \ | | | | | | | | [stable23] Revert "Remove inefficient fed share scanner"
| * | | Revert "Remove inefficient fed share scanner"Carl Schwan2022-06-132-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ce319143142e2ee998ef4794b04ad684c4ffa911. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 6667007bf235b90a7dd105c881cf5802b2a3f83e)
* | | | Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #32834 from nextcloud/backport/32799/stable23blizzz2022-06-132-27/+33
|\ \ \ | | | | | | | | [stable23] Fix exception handling when profile data is too long
| * | | Fix exception handling when profile data is too longJoas Schilling2022-06-122-27/+33
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1334-0/+70
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-1250-14/+132
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32391 from ↵blizzz2022-06-124-7/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable23/dompurify-2.3.8 Bump dompurify from 2.3.6 to 2.3.8
| * | | Bump dompurify from 2.3.6 to 2.3.8dependabot[bot]2022-06-104-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.3.8) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-11588-1550/+1450
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32808 from nextcloud/backport/32594/stable23blizzz2022-06-1111-60/+70
|\ \ \ \ | | | | | | | | | | [stable23] Fix loading groupfolder info when share api is disabled
| * | | | Fix loading groupfolder info when share api is disabledCarl Schwan2022-06-1011-60/+70
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 3ea740e13753bc3e742f1da34041ff6014c7d287)
* | | | | Merge pull request #32680 from nextcloud/backport/32510/stable23blizzz2022-06-112-3/+17
|\ \ \ \ \ | | | | | | | | | | | | [stable23] Properly calculate primary element based on background luminance
| * | | | | Properly calculate primary element based on background luminanceJohn Molakvoæ2022-06-012-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #31788 from nextcloud/backport/30438/stable23blizzz2022-06-111-72/+79
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [stable23] Fix column/property types in CalDAV
| * | | | | Fix CalDAV subscriptions calendarorder column/prop typeChristoph Wurst2022-04-141-25/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Fix column/property type of the calendar orderChristoph Wurst2022-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Fix column/property type of the CalDAV deleted_at time stampChristoph Wurst2022-04-141-47/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The timestamp is an int, but we treated it as string. With this patch the property map is enriched with types and settype casts the value if necessary. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #32693 from nextcloud/backport/32471/stable23Vincent Petry2022-06-103-4/+111
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] Make sure activities are not created when a deleted calendar object expires
| * | | | | | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-06-073-4/+111
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/nextcloud/activity/issues/784 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #32759 from nextcloud/backport/stable23/upload-speedCarl Schwan2022-06-101-9/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable23] Make X-HAS-{MD5/SHA256} opt-in
| * | | | | | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-081-9/+20
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not always needed and slow down the upload Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit 1b426eda44f59648d2f1c5b79a06c78ff74c9fce)
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-1042-4/+88
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-06-0920-2/+86
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>