Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #48522 from nextcloud/fix/querybuilder/output-columns-aliases | Kate | 2024-10-03 | 1 | -8/+4 |
|\ | |||||
| * | fix(QueryBuilder): Account for aliases in output columnsfix/querybuilder/output-columns-aliases | provokateurin | 2024-10-02 | 1 | -8/+4 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-03 | 6 | -2/+32 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResultfix/taskprocessing-manager/php-notice | Marcel Klehr | 2024-10-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 2 | -0/+36 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48496 from ↵ | Julien Veyssier | 2024-10-01 | 2 | -0/+2 |
|\ \ | | | | | | | | | | | | | nextcloud/enh/noid/taskprocessing-commands-task-errors [taskprocessing] Add new command to get a task from a task ID | ||||
| * | | feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errors | Julien Veyssier | 2024-10-01 | 2 | -0/+2 |
| |/ | | | | | | | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Merge pull request #48451 from ↵ | Daniel | 2024-10-01 | 1 | -4/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/bug/noid/federated-addressbook-sync-without-localaddressallowed fix: make federation address book sync work with allow_local_remote_servers = false | ||||
| * | | chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowed | Daniel Kesselberg | 2024-10-01 | 1 | -4/+5 |
| |/ | | | | | | | | | | | This change should make it easier to spot wrong uses of the HTTP client on development setups where allow_local_remote_servers is usually true. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Merge pull request #48426 from nextcloud/jtr/fix-45671 | Kate | 2024-10-01 | 1 | -1/+2 |
|\ \ | |/ |/| | |||||
| * | fix(config): Suppress error at install timejtr/fix-45671 | Josh | 2024-09-27 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | Merge pull request #48454 from ↵ | Kate | 2024-10-01 | 5 | -6/+6 |
|\ \ | | | | | | | | | | nextcloud/fix/storage/get-directory-content-return-type | ||||
| * | | fix(Storage): Fix getDirectoryContent() return typefix/storage/get-directory-content-return-type | provokateurin | 2024-09-30 | 5 | -6/+6 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #48484 from nextcloud/fwdport/48445/master | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
|\ \ \ | | | | | | | | | fix(Auth): ignore missing token when trying to set password-unconfirm… | ||||
| * | | | fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/master | Arthur Schiwon | 2024-10-01 | 1 | -6/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #48235 from nextcloud/readd-object-store-phpunit | Robin Appelman | 2024-10-01 | 2 | -24/+82 |
|\ \ \ \ | |/ / / |/| | | | test: re-add object store primary storage phpunit tests | ||||
| * | | | fix: rework move into object store to better preserve fileidsreadd-object-store-phpunit | Robin Appelman | 2024-09-27 | 1 | -19/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-09-27 | 2 | -6/+27 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | fix: ensure source folder is removed from cache when moving to objectstore | Robin Appelman | 2024-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | otherwise this causes confusion down the line as it's contents will be moved to the new cache Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-get | Daniel Kesselberg | 2024-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | docs: Folder.get throws a NotPermittedException exception | Daniel Kesselberg | 2024-09-30 | 4 | -23/+1 |
| |/ / |/| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | Merge pull request #48439 from nextcloud/fix/background-image | Daniel | 2024-09-30 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | fix(theming): Use `AppConfig` for setting background image | ||||
| * | | | fix(theming): Use `AppConfig` for setting background imagefix/background-image | Ferdinand Thiessen | 2024-09-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-check | Côme Chilliet | 2024-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-29 | 134 | -214/+236 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #48424 from nextcloud/fix/declarative-settings-priority | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | fix(settings): Sort all settings - incl declarative settings - by priority | ||||
| * | | | fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priority | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously declarative settings were sorted by priority but behind the "native" settings, this is now fixed, meaning a declarative setting with higher priority than an `ISetting` will be correctly rendered before that `ISetting` in the settings list. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | chore: Drop unused legacy `OC_Files` | Ferdinand Thiessen | 2024-09-28 | 3 | -430/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is replaced with the Sabre `ZipFolderPlugin` and apps should use the `OCP\AppFramework\Http\StreamResponse`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | fix: Allow `Streamer` to specify type in constructor instead of magin UA ↵ | Ferdinand Thiessen | 2024-09-28 | 1 | -6/+18 |
|/ / / | | | | | | | | | | | | | | | | handling Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | feat(share): make sharelink token length configurableernolf/configurable_sharetoken_length | ernolf | 2024-09-28 | 3 | -8/+50 |
| | | | | | | | | | | | | | | | | | | - ensure unique share token with dynamic length adjustment Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-28 | 4 | -0/+42 |
| |/ |/| | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(l10n): Fix list of RTL languagesbugfix/noid/fix-rtl-language-list | Joas Schilling | 2024-09-27 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(IStorage): Use false instead of bool intersection type to match ↵fix/istorage/return-types | provokateurin | 2024-09-26 | 1 | -10/+10 |
| | | | | | | implementations Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 25 | -1521/+556 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle ↵fix/querybuilder/oracle-indentifier-length | provokateurin | 2024-09-26 | 1 | -0/+17 |
| | | | | | | limitations Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirements | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #32018 from nextcloud/cleanup/event/trashbin | Côme Chilliet | 2024-09-24 | 4 | -0/+43 |
|\ | | | | | Port files trashbin events to IEventDispatcher/IEventListener | ||||
| * | chore: Use SPDX headers and property promotion in new files | Côme Chilliet | 2024-09-23 | 1 | -24/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 4 | -0/+59 |
| | | | | | | | | | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: gracefully parse non-standard trusted certificatesfix/gracefully-parse-trusted-certificates | Richard Steinmetz | 2024-09-24 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | Merge pull request #47349 from nextcloud/feat/31420/bidi-backend-support | Joas Schilling | 2024-09-24 | 3 | -1/+33 |
|\ \ | | | | | | | Add bidirectional text support - Backend | ||||
| * | | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-support | Joas Schilling | 2024-09-23 | 3 | -7/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(rtl): Fix list of RTL languages | Joas Schilling | 2024-09-23 | 1 | -5/+11 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | feat(rtl): Set layout direction based on language | ali ghorbani | 2024-09-23 | 3 | -1/+28 |
| |/ | | | | | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com> | ||||
* | | Merge pull request #48268 from nextcloud/debt/noid/ignore-docker-image-lock-file | Joas Schilling | 2024-09-23 | 1 | -2/+3 |
|\ \ | |/ |/| | fix: skip the integrity check for nextcloud-init-sync.lock | ||||
| * | fix: skip the integrity check for nextcloud-init-sync.lockdebt/noid/ignore-docker-image-lock-file | Daniel Kesselberg | 2024-09-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | nextcloud-init-sync.lock is used by nextcloud/docker to prevent running the initialization script on multiple containers at the same time. Ref: https://github.com/nextcloud/docker/issues/2299. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-23 | 8 | -0/+82 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48274 from nextcloud/feat/noid/priority-notifications | Joas Schilling | 2024-09-23 | 2 | -0/+44 |
|\ \ | | | | | | | feat(prioritynotifications): Allow some apps to mark notifications as priority | ||||
| * | | feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notifications | Joas Schilling | 2024-09-23 | 2 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | They will be still send as push during DND. Apps are currently limited to: - twofactor_nextcloud_notification to help with login - spreed which will only set it for pushes in manually picked conversations Signed-off-by: Joas Schilling <coding@schilljs.com> |