aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* fix(rtl): Make clear that the direction is based on languagefeat/31420/bidi-backend-supportJoas Schilling2024-09-231-3/+3
* feat(rtl): Set layout direction based on languageali ghorbani2024-09-231-0/+9
* Merge pull request #48274 from nextcloud/feat/noid/priority-notificationsJoas Schilling2024-09-231-0/+12
|\
| * feat(prioritynotifications): Allow some apps to mark notifications as priorityfeat/noid/priority-notificationsJoas Schilling2024-09-231-0/+12
* | chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
* | fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-8/+27
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-202-4/+108
|/
* chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-dateFerdinand Thiessen2024-09-201-2/+2
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-209-14/+14
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1951-79/+99
* Merge pull request #47978 from nextcloud/chore/remove-iloggerJoas Schilling2024-09-192-139/+5
|\
| * chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-192-139/+5
* | Merge pull request #48162 from nextcloud/bugfix/noid/array-keysJoas Schilling2024-09-192-2/+2
|\ \ | |/ |/|
| * fix(autocomplete): Move known array keys to psalm docsbugfix/noid/array-keysJoas Schilling2024-09-182-2/+2
* | Merge pull request #48182 from nextcloud/oracle-share-reminderJoas Schilling2024-09-181-1/+2
|\ \
| * | fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-1/+2
| |/
* | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-181-0/+25
|\ \ | |/ |/|
| * feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-171-0/+25
* | fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-1/+2
* | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-8/+14
* | fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-173-3/+3
|/
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-1/+2
* chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-161-9/+0
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+2
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-161-0/+15
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-162-447/+2
* feat: Make `CheckServerResponseTrait` public and provide as `OCP\SetupCheck\C...feat/make-setup-check-trait-publicFerdinand Thiessen2024-09-161-0/+162
* Merge pull request #47852 from nextcloud/sharding-code-fixesJohn Molakvoæ2024-09-161-2/+2
|\
| * fix: misc code fixes around db shardingsharding-code-fixesRobin Appelman2024-09-091-2/+2
* | Merge pull request #47948 from nextcloud/fix/issue-34720Joas Schilling2024-09-161-3/+3
|\ \
| * | fix(collaboration): Reduce timeouts to 3s for link reference connectsfix/issue-34720Josh2024-09-131-3/+3
* | | Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-3/+2
|\ \ \
| * | | fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-3/+2
* | | | Merge pull request #48046 from nextcloud/refactor/self-class-referenceAnna2024-09-152-2/+2
|\ \ \ \
| * | | | refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-152-2/+2
| |/ / /
* / / / feat(db): switch from settype to castsfeat/switch-from-settype-to-castsAnna Larch2024-09-151-46/+63
|/ / /
* | | Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_appCôme Chilliet2024-09-131-3/+21
|\ \ \ | |/ / |/| |
| * | fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-131-0/+8
| * | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-3/+13
* | | Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-134-4/+115
|\ \ \ | |/ / |/| |
| * | fix: Fix phpdoc wordingCôme Chilliet2024-09-131-3/+3
| * | chore: Add descriptions for new events and fix copyright yearCôme Chilliet2024-09-103-6/+9
| * | feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-103-0/+99
| * | feat: Add mimetype into BeforePreviewFetchedEvent eventThomas Citharel2024-09-101-4/+13
* | | Merge pull request #47586 from nextcloud/fix/colorFerdinand Thiessen2024-09-111-2/+6
|\ \ \
| * | | fix: Adjust types of IQueryBuilder to properly allow joining with sub-queryFerdinand Thiessen2024-09-101-2/+6
| |/ /
* | | fix(Activity): Restrict IEvent rich object parameters typeprovokateurin2024-09-101-4/+4
* | | fix(SetupCheck): Restrict SetupResult rich object parameters typeprovokateurin2024-09-101-0/+1
* | | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-101-2/+2
|/ /