| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooks | Ferdinand Thiessen | 2024-10-15 | 4 | -1/+22 |
* | Merge pull request #48206 from nextcloud/feat/systemtags-public | John Molakvoæ | 2024-10-15 | 1 | -4/+6 |
|\ |
|
| * | feat: make systemtags public visiblefeat/systemtags-public | John Molakvoæ (skjnldsv) | 2024-10-11 | 1 | -4/+6 |
* | | Merge pull request #48687 from nextcloud/chore/gender-neutral-language | Ferdinand Thiessen | 2024-10-14 | 5 | -5/+5 |
|\ \ |
|
| * | | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 5 | -5/+5 |
| |/ |
|
* / | fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfo | Joas Schilling | 2024-10-14 | 1 | -1/+9 |
|/ |
|
* | feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-const | Thomas Citharel | 2024-10-11 | 1 | -0/+8 |
* | 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 |
* | | feat(TimedJob): Add debug log about time sensitive jobs with long intervalsfix/backgroundjobs/adjust-intervals-time-sensitivities | provokateurin | 2024-10-08 | 1 | -0/+5 |
* | | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 1 | -2/+2 |
|/ |
|
* | 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 archivefix/bring-back-zip-event | Ferdinand Thiessen | 2024-09-29 | 1 | -4/+26 |
* | | fix: use nc's binary finding logic for smbsmb-systembridge | Robin Appelman | 2024-10-04 | 1 | -1/+1 |
* | | docs: Folder.get throws a NotPermittedException exception | Daniel Kesselberg | 2024-09-30 | 1 | -0/+1 |
|/ |
|
* | fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priority | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+1 |
* | fix(IStorage): Use false instead of bool intersection type to match implement...fix/istorage/return-types | provokateurin | 2024-09-26 | 1 | -10/+10 |
* | fix(icons): Document icon requirements for notifications and activitiesbugfix/noid/document-icon-requirements | Joas Schilling | 2024-09-25 | 2 | -0/+16 |
* | Merge pull request #32018 from nextcloud/cleanup/event/trashbin | Côme Chilliet | 2024-09-24 | 1 | -0/+36 |
|\ |
|
| * | chore: Use SPDX headers and property promotion in new files | Côme Chilliet | 2024-09-23 | 1 | -24/+8 |
| * | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 1 | -0/+52 |
* | | fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-support | Joas Schilling | 2024-09-23 | 1 | -3/+3 |
* | | feat(rtl): Set layout direction based on language | ali ghorbani | 2024-09-23 | 1 | -0/+9 |
|/ |
|
* | 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 priorityfeat/noid/priority-notifications | Joas Schilling | 2024-09-23 | 1 | -0/+12 |
* | | chore: use a proper `@param` tag for IConstructableStorage constructor parameter | Côme Chilliet | 2024-09-23 | 1 | -1/+1 |
* | | fix: Move storage constructor to specific interface | Côme Chilliet | 2024-09-23 | 2 | -8/+27 |
* | | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocp | Julius Knorr | 2024-09-20 | 2 | -4/+108 |
|/ |
|
* | chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-date | Ferdinand Thiessen | 2024-09-20 | 1 | -2/+2 |
* | chore: Add proper deprecation dates where missing | Ferdinand Thiessen | 2024-09-20 | 9 | -14/+14 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 51 | -79/+99 |
* | Merge pull request #47978 from nextcloud/chore/remove-ilogger | Joas Schilling | 2024-09-19 | 2 | -139/+5 |
|\ |
|
| * | chore: Remove deprecated `ILogger` logging functionschore/remove-ilogger | Ferdinand Thiessen | 2024-09-19 | 2 | -139/+5 |
* | | 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 docsbugfix/noid/array-keys | Joas Schilling | 2024-09-18 | 2 | -2/+2 |
* | | Merge pull request #48182 from nextcloud/oracle-share-reminder | Joas Schilling | 2024-09-18 | 1 | -1/+2 |
|\ \ |
|
| * | | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -1/+2 |
| |/ |
|
* | | 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 | Côme Chilliet | 2024-09-17 | 1 | -0/+25 |
* | | fix(core): profile design and pronouns supportfieat/profile-pronounces | John Molakvoæ (skjnldsv) | 2024-09-18 | 1 | -1/+2 |
* | | feat: add profile pronouns | John Molakvoæ (skjnldsv) | 2024-09-17 | 1 | -8/+14 |
* | | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotations | provokateurin | 2024-09-17 | 3 | -3/+3 |
|/ |
|
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 1 | -1/+1 |
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -1/+2 |
* | chore: Remove deprecated Storage::search method instead of moving it to IStorage | Côme Chilliet | 2024-09-16 | 1 | -9/+0 |
* | chore: Fix psalm issues, put back private versions of getter in private Stora... | Côme Chilliet | 2024-09-16 | 1 | -0/+2 |
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -0/+15 |
* | fix: Remove OCP\Files\Storage interface deprecated since version 9 | Côme Chilliet | 2024-09-16 | 2 | -447/+2 |
* | feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-public | Ferdinand Thiessen | 2024-09-16 | 1 | -0/+162 |
* | Merge pull request #47852 from nextcloud/sharding-code-fixes | John Molakvoæ | 2024-09-16 | 1 | -2/+2 |
|\ |
|