Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | | | Merge pull request #48111 from ↵ | Côme Chilliet | 2024-09-23 | 6 | -9/+36 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/fix/move-storage-constructor-to-specific-interface fix: Move storage constructor to specific interface | ||||
| * | | | 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 | 6 | -9/+36 |
| | |/ | |/| | | | | | | | | | | | | | That allows Wrappers to use DI and not care about the constructor Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* / | | fix(users): Don't crash if disabled user is missing in the databaseartonge/fix/prevent_missing_users_from_crashing_disabled_users_search | Louis Chemineau | 2024-09-23 | 2 | -9/+18 |
|/ / | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-22 | 12 | -0/+102 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48246 from nextcloud/bug/noid/profile-clear-not-working | Ferdinand Thiessen | 2024-09-21 | 1 | -4/+4 |
|\ \ | | | | | | | fix(profiler): clear command does not work | ||||
| * | | fix(profiler): clear command does not workbug/noid/profile-clear-not-working | Daniel Kesselberg | 2024-09-20 | 1 | -4/+4 |
| |/ | | | | | | | | | | | | | | | - The loop is supposed to delete the files first and then the directories. - getPathInfo returns a SplFileInfo object for the parent (the folder in our case). - A non-empty directory cannot be deleted. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-21 | 38 | -258/+10 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #43968 from exi/custom-binary-search-paths | Andy Scherzinger | 2024-09-20 | 1 | -10/+18 |
|\ \ | | | | | | | feat: make search path for BinaryFinder customizable. | ||||
| * | | feat: make search path for BinaryFinder customizable. | Reno Reckling | 2024-09-20 | 1 | -10/+18 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | This feature is important for nextcloud running on distributions like NixOS, where all the standard search paths do not exist. Also added tests. This fixes issue #43922 Co-authored-by: Daniel <mail@danielkesselberg.de> Signed-off-by: Reno Reckling <e-github@wthack.de> | ||||
* | | Merge pull request #47782 from nextcloud/reworkShareExceptions | Git'Fellow | 2024-09-20 | 1 | -14/+13 |
|\ \ | | | | | | | fix(l10n): Rephrasing some exceptions to be translated | ||||
| * | | fix(l10n): Rephrasing some exceptions to be translated | Git'Fellow | 2024-09-20 | 1 | -14/+13 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> fix: Fix tests Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* / | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 17 | -118/+157 |
|/ | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | Merge pull request #48196 from nextcloud/chore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 22 | -46/+46 |
|\ | | | | | chore: Add proper deprecation dates where missing | ||||
| * | 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 | 22 | -45/+45 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-20 | 10 | -0/+140 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(federation): Do not overwrite certificate bundlefix/federation-certificate-store | Julius Härtl | 2024-09-20 | 2 | -29/+29 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #48220 from nextcloud/chore/remove-travis | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+1 |
|\ | | | | | chore: Remove old travis related stuff | ||||
| * | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | perf: reuse cache info we already have when moving to object storeobject-store-move-db | Robin Appelman | 2024-09-19 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 226 | -429/+457 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #47978 from nextcloud/chore/remove-ilogger | Joas Schilling | 2024-09-19 | 15 | -319/+71 |
|\ | | | | | chore!: Remove `ILogger` and its friends | ||||
| * | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 6 | -159/+6 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor(OC_Template): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -8/+9 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor(OC_Files): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -7/+9 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor(OC_Util): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor(OC_Hook): Remove deprecated ILogger | Ferdinand Thiessen | 2024-09-19 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | refactor(OC_App): Remove ILogger usage | Ferdinand Thiessen | 2024-09-19 | 1 | -13/+15 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |