Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(http-client): expose default request timeout constant to be used ↵add-default-request-timeout-const | Thomas Citharel | 2024-10-11 | 1 | -0/+8 |
| | | | | | | | | | | instead of magic number 30 Will be used to set default where we are able to override the default timeout. See https://github.com/nextcloud/server/pull/48418 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 7 | -119/+48 |
|\ | |||||
| * | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 7 | -119/+48 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | feat(TimedJob): Add debug log about time sensitive jobs with long intervalsfix/backgroundjobs/adjust-intervals-time-sensitivities | provokateurin | 2024-10-08 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+2 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48438 from nextcloud/fix/bring-back-zip-event | Ferdinand Thiessen | 2024-10-07 | 1 | -4/+26 |
|\ | | | | | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archive | ||||
| * | fix(dav): Emit `BeforeZipCreatedEvent` when creating folder zip archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 1 | -4/+26 |
| | | | | | | | | | | | | This is required to not break behavior on zip download (apps should be able to react to zip download especially for shares). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix: use nc's binary finding logic for smbsmb-systembridge | Robin Appelman | 2024-10-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | docs: Folder.get throws a NotPermittedException exception | Daniel Kesselberg | 2024-09-30 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | 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> | ||||
* | 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(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 | 1 | -0/+36 |
|\ | | | | | 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 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | 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(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-support | Joas Schilling | 2024-09-23 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(rtl): Set layout direction based on language | ali ghorbani | 2024-09-23 | 1 | -0/+9 |
|/ | | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com> | ||||
* | Merge pull request #48274 from nextcloud/feat/noid/priority-notifications | Joas Schilling | 2024-09-23 | 1 | -0/+12 |
|\ | | | | | 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 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
* | | chore: use a proper `@param` tag for IConstructableStorage constructor parameter | Côme Chilliet | 2024-09-23 | 1 | -1/+1 |
| | | | | | | | | Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 2 | -8/+27 |
| | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 2 | -4/+108 |
|/ | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 9 | -14/+14 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 51 | -79/+99 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #47978 from nextcloud/chore/remove-ilogger | Joas Schilling | 2024-09-19 | 2 | -139/+5 |
|\ | | | | | chore!: Remove `ILogger` and its friends | ||||
| * | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 2 | -139/+5 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Merge pull request #48162 from nextcloud/bugfix/noid/array-keys | Joas Schilling | 2024-09-19 | 2 | -2/+2 |
|\ \ | |/ |/| | fix(autocomplete): Move known array keys to psalm docs | ||||
| * | fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keys | Joas Schilling | 2024-09-18 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #48182 from nextcloud/oracle-share-reminder | Joas Schilling | 2024-09-18 | 1 | -1/+2 |
|\ \ | | | | | | | fix: fix share reminder job for oracle | ||||
| * | | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -1/+2 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatter | Côme Chilliet | 2024-09-18 | 1 | -0/+25 |
|\ \ | |/ |/| | feat: Add OCP interface to format richtext into string | ||||
| * | feat: Add OCP interface to format richtext into string | Côme Chilliet | 2024-09-17 | 1 | -0/+25 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix(core): profile design and pronouns supportfieat/profile-pronounces | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -8/+14 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 3 | -3/+3 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Remove deprecated Storage::search method instead of moving it to IStorage | Côme Chilliet | 2024-09-16 | 1 | -9/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -0/+2 |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -0/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 2 | -447/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Make `CheckServerResponseTrait` public and provide as ↵feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 1 | -0/+162 |
| | | | | | | | | | `OCP\SetupCheck\CheckServerResponseTrait` This trait is used by other apps for creating setup checks, so we should provide it instead apps using private API. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ | |||||
| * | fix: misc code fixes around db shardingsharding-code-fixes | Robin Appelman | 2024-09-09 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #47948 from nextcloud/fix/issue-34720 | Joas Schilling | 2024-09-16 | 1 | -3/+3 |
|\ \ | | | | | | | fix(collaboration): Reduce timeouts to 3s for link reference connects | ||||
| * | | fix(collaboration): Reduce timeouts to 3s for link reference connectsfix/issue-34720 | Josh | 2024-09-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | Fixes rest of #34720 https://github.com/nextcloud/server/issues/34720#issuecomment-1286609205 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #48008 from nextcloud/fix/entity/strict-types | Kate | 2024-09-16 | 1 | -3/+2 |
|\ \ \ | |||||
| * | | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-types | provokateurin | 2024-09-15 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | | Merge pull request #48046 from nextcloud/refactor/self-class-reference | Anna | 2024-09-15 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | refactor: Replace __CLASS__ with ::class references |