Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntax | John Molakvoæ | 2024-11-06 | 1 | -1/+1 |
|\ | |||||
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-04 | 4 | -4/+132 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 2 | -34/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 3 | -33/+14 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-21 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 4 | -7/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-10 | 2 | -0/+24 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -0/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-04 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(updatenotification): Communicate app_api as shipped in 30+bugfix/noid/skip-future-shipped-apps-from-updatenotification-check | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(updatenotification): Communicate twofactor_nextcloud_notification as ↵ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | | | shipped in 30+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(updatenotification): Communicate files_downloadlimit as shipped in 29+ | Joas Schilling | 2024-09-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-25 | 88 | -88/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | refactor(updatenotification): Migrate legacy code | Ferdinand Thiessen | 2024-09-24 | 6 | -45/+85 |
| | | | | | | | 1. Remove hook usage and just provide an initial state 2. Replace jQuery code with modern non-deprecated frontend code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #48223 from nextcloud/feat/add-rector-config | Côme Chilliet | 2024-09-23 | 3 | -3/+3 |
|\ | | | | | Add rector config | ||||
| * | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 3 | -3/+3 |
| | | | | | | | | 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 | -10/+9 |
|/ | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | fix(ci): Remove more withConsecutive in appsbugfix/noid/remove-more-withConsecutive | Joas Schilling | 2024-09-20 | 1 | -14/+14 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Remove old travis related stuff | Ferdinand Thiessen | 2024-09-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 3 | -5/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-18 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #48042 from nextcloud/refactor/elvis | Christoph Wurst | 2024-09-16 | 1 | -1/+1 |
|\ | | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator | ||||
| * | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 6 | -21/+21 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-15 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-10 | 2 | -0/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-07 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-05 | 2 | -0/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-09-03 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-25 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(deps): Update openapi-extractor to v1.0.0 | provokateurin | 2024-08-21 | 1 | -17/+9 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-15 | 88 | -342/+88 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2024-08-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #46821 from ↵ | Kate | 2024-08-14 | 1 | -2/+4 |
|\ | | | | | | | nextcloud/refactor/updatenotification/security-attributes | ||||
| * | refactor(updatenotification): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -2/+4 |
| | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-08-09 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-31 | 2 | -0/+26 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-21 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Make app icons consistent Material Symbols with same settings | Ferdinand Thiessen | 2024-07-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Make active apps initial state consistent with OCS API | Ferdinand Thiessen | 2024-07-10 | 1 | -3/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-06 | 4 | -2/+30 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |