aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* minor fixes for get/putRobin Appelman2023-05-092-6/+19
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to write a fileRobin Appelman2023-05-046-2/+87
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-05-045-0/+202
| | | | | | argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #38028 from nextcloud/fix/36958Ferdinand Thiessen2023-05-041-3/+3
|\ | | | | fix(settings): Increase "Edit your profile visibility button" contrast
| * fix(settings): Increase "Edit your profile visibility button" contrastFerdinand Thiessen2023-05-021-3/+3
| | | | | | | | | | | | | | Before this the contrast of the button was too low in terms of accessibility. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #38051 from nextcloud/fix/weather-menu-ariaFerdinand Thiessen2023-05-041-0/+1
|\ \ | | | | | | fix(weather_status): Override the default `NcActions` aria-label
| * | fix(weather_status): Override the default `NcActions` aria-labelFerdinand Thiessen2023-05-031-0/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #38046 from nextcloud/bugfix/noid/abort-dav-requests-with-429Joas Schilling2023-05-044-0/+63
|\ \ \ | | | | | | | | fix(dav): Also throw in basic auth requests
| * | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-05-034-0/+63
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-0494-84/+222
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #38012 from nextcloud/fix/a11y-share-inputPytal2023-05-031-1/+1
|\ \ \ | |/ / |/| |
| * | Fix share input idChristopher Ng2023-05-021-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #38025 from ↵Johannes2023-05-031-0/+6
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/37800/write-profile-prop-to-system-adressbook enh(contacts): write profile prop and backend prop to system addressbook
| * | | enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
| | |/ | |/| | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | Merge pull request #37787 from nextcloud/fix/rollback-files-locked-by-appsJulius Härtl2023-05-032-16/+67
|\ \ \ | | | | | | | | fix: catch ManuallyLockedException and use app context
| * | | fix: catch ManuallyLockedException and use app contextMax2023-05-032-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files_lock app may throw ManuallyLockedExceptions when attempting to revert a file that is currently opened. This would prevent the user from rolling back a opened file. Text and Richdocuments handle changes of the file while editing. Allow reverting files even when they are locked by these apps and let the apps handle the conflict. Signed-off-by: Max <max@nextcloud.com>
* | | | Merge pull request #37385 from ↵Joas Schilling2023-05-032-4/+161
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-allow-adding-the-same-email-multiple-times fix(provisioning_api): Don't allow to configure the same additional e…
| * | | | fix(provisioning_api): Don't allow to configure the same additional email ↵Joas Schilling2023-04-262-4/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple times Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #37802 from nextcloud/fix/37729Marcel Klehr2023-05-031-1/+1
|\ \ \ \ \
| * | | | | fix(files_sharing): Don't show copy action when !canDownload and no update ↵Marcel Klehr2023-05-021-1/+1
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | permissions Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | Merge pull request #37958 from ↵Arthur Schiwon2023-05-031-30/+19
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | nextcloud/artonge/fix/better_handle_expireDate_for_share Mutualize expireDate handling when creating and updating a share
| * | | | Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-034-2/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-supportCôme Chilliet2023-05-023-23/+6
|\ \ \ \ \ | | | | | | | | | | | | Fix multiple LDAP configuration support by fixing AccessFactory
| * | | | | Add comment about Manager instance not being sharedCôme Chilliet2023-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Adapt Sync job tests to the constructor changeCôme Chilliet2023-04-271-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix multiple LDAP configuration support by fixing AccessFactoryCôme Chilliet2023-04-242-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It must not reuse the same OCA\User_LDAP\User\Manager instance for several Access instances. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #32866 from ↵Côme Chilliet2023-05-023-8/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | nextcloud/performance/searchInGroup-displayname-cache Optimize retrieving display name when searching for users in a group
| * | | | | Clear up return typesCôme Chilliet2023-04-273-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usersInGroup index by int for BC, searchInGroup index by uid (string). Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Let OC\Group\Group handle the fallback and remove default implementation ↵Côme Chilliet2023-04-271-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from ABackend Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-272-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is recurrent scenario that we are searching for users and then for each users we fetch the displayName. This is inefficient, so instead try to do one query to fetch everything (e.g. Database backend) or use the already existing DisplayNameCache helper. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #37938 from nextcloud/feat/tags-files-inlineJohn Molakvoæ2023-05-0210-6/+180
|\ \ \ \ \ \
| * | | | | | feat(system-tags): show inline in filesJohn Molakvoæ2023-05-0210-6/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-022-0/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2916-4/+18
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | fix(psalm): systemtagsJohn Molakvoæ2023-04-288-23/+110
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | expose system tags as dav property for filesRobin Appelman2023-04-286-18/+171
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-28120-4/+122
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #37948 from ↵Simon L2023-04-271-6/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/artonge/fix/dont_show_tags_action_when_systemtag_is_disabled Do not show Tags action when systemtag is disabled
| * | | Do not show Tags action when systemtag is disabledLouis Chemineau2023-04-271-6/+8
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Create new file/folder labelsChristopher Ng2023-04-275-6/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-274-0/+14
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(settings): Fix title of profile scope optionsJoas Schilling2023-04-261-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #35121 from nextcloud/feat/dav-wrap-app-calendarsChristoph Wurst2023-04-2612-19/+758
|\ \ \ | | | | | | | | Feature: Provide access to app generated calendars through CalDAV
| * | | Feature: Provide access to app generated calendars through CalDAVFerdinand Thiessen2023-04-2512-19/+758
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds CalDAV support for app generated calendars, which are registered to the nextcloud core. This is done by adding a dav plugin which wraps all ICalendarProviders into a Sabre plugin (inspired by the deck app). Add unit test for AppCalendar wrapper plugin and calendar object implementation. Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* | | | Merge pull request #37904 from nextcloud/bugfix/noid/file-widget-clickSimon L2023-04-261-1/+1
|\ \ \ \ | |_|_|/ |/| | | fix: Use proper link for navigating to files on click handler
| * | | fix: Use proper link for navigating to files on click handlerJulius Härtl2023-04-251-1/+1
| | |/ | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-2622-0/+138
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>