aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-06-281-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-namesJoas Schilling2023-07-039-4/+302
|\ \ | | | | | | Fix event names of 2FA related typed events
| * | Fix event names of 2FA related typed eventsJoas Schilling2023-07-039-4/+302
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilitiesChristoph Wurst2023-07-031-6/+15
|\ \ \ | |/ / |/| | feat(ocp): More specific type for ICapabilities::getCapabilities
| * | doc(ocp): Upgrade capability registration recommendationChristoph Wurst2023-07-031-5/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-1/+13
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-031-0/+56
|\ \ \ | |/ / |/| | Add IProvideEnabledStateBackend interface
| * | Add method to list disabled users to IProvideEnabledStateBackendCôme Chilliet2023-06-291-0/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix since annotations and add boolean return type for setUserEnabledCôme Chilliet2023-06-201-4/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add user enabled state backend featureCôme Chilliet2023-05-231-0/+47
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Add template types to responsesjld31032023-06-3017-94/+198
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-sharesArthur Schiwon2023-06-291-0/+10
|\ \ \ | | | | | | | | display displayname on federated shares
| * | | displayname on federated sharesMaxence Lange2023-06-281-0/+10
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | fix(ocp): TimedJob can't have a more specific argument than JobChristoph Wurst2023-06-281-5/+4
| |_|/ |/| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requestsJoas Schilling2023-06-282-7/+276
|\ \ \ | | | | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()
| * | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-272-7/+276
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-2/+13
|\ \ \ | |/ / |/| |
| * | fix: include invisible tags for adminsArthur Schiwon2023-06-211-2/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | feat: add searchBySystemTag as PHP APIArthur Schiwon2023-06-211-0/+10
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #38679 from nextcloud/feat/add-spec-to-preview-fetched-eventDaniel2023-06-261-4/+41
|\ \ \ | | | | | | | | feat: add width, height, crop and mode to BeforePreviewFetchedEvent
| * | | feat: add width, height, crop and mode to BeforePreviewFetchedEventDaniel Kesselberg2023-06-231-4/+41
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user_usage_report keeps a counter for files read. The app uses - OC_Filesystem::read hook - Event listener (the legacy one) for IPreview::EVENT Request for previews do not trigger the hook, hence the additional event listener. The thumbnails for a list or grid view should not count, so we need the width and height. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* / / refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-0/+13
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Improve typing in ICommentsManagerCarl Schwan2023-06-201-4/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Cleanup comments codeCarl Schwan2023-06-201-5/+7
| | | | | | | | | | | | | | - Fix various psalm issues - Add as much typing as possible while preserving stable API Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | fix type in BeforeMessageLoggedEventRobin Appelman2023-06-151-3/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | emit an event when a message is loggedRobin Appelman2023-06-131-0/+78
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore(appframework)!: Drop ↵Christoph Wurst2023-06-121-18/+1
| | | | | | | | | | | | \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Drop meta robots tagGit'Fellow2023-06-091-1/+0
| | | | | | | | | | | | Revert mistake Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Refactors "strpos" calls in lib/public to improve code readability.Faraz Samapoor2023-06-052-5/+5
| | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* | refactor: migrate OC_EventSource to dependency injectionDaniel Kesselberg2023-06-032-9/+38
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | chore: remove check for suhosin.executor.func.blacklistDaniel Kesselberg2023-06-021-5/+0
| | | | | | | | | | | | | | | | Suhosin is/was a PHP extension. The last release was 2015-05-21. Suhosin does not support PHP 8. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #38593 from nextcloud/chore/ocp/drop-util-linktopublicChristoph Wurst2023-06-021-15/+0
|\ \ | | | | | | chore(ocp)!: Drop \OCP\Util::linkToPublic
| * | chore(ocp)!: Drop \OCP\Util::linkToPublicChristoph Wurst2023-06-011-15/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #38585 from ↵Christoph Wurst2023-06-021-0/+30
|\ \ \ | |/ / |/| | | | | | | | nextcloud/feature/ocp/send-message-with-subject-body feat(ocp): Allow sending emails with subject and body
| * | feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-011-0/+30
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | fix(ocp): Mark IMessage::attachInline as @since 27Christoph Wurst2023-06-011-1/+1
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / fix(docs): Fix language and copy-paste class name in docs of CSPJoas Schilling2023-05-303-4/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* enh: Provide atomicRetry method to retry transactions if possibleJulius Härtl2023-05-161-0/+37
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #36592 from nextcloud/groupmanager-search-typingRobin Appelman2023-05-122-4/+4
|\ | | | | fix default values and type hints for GroupManager::search
| * revert public interface back to the original types, just cast them before ↵Robin Appelman2023-05-111-3/+3
| | | | | | | | | | | | passing the nulls to the backends Signed-off-by: Robin Appelman <robin@icewind.nl>
| * also update groupinterface and database backendRobin Appelman2023-05-111-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix default values and type hints for GroupManager::searchRobin Appelman2023-05-111-1/+1
| | | | | | | | | | | | ints really are ints Signed-off-by: Robin Appelman <robin@icewind.nl>
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+17
|/ | | | | Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-1118-20/+20
|\
| * Fix typos in lib/public subdirectorySimon L2023-05-1018-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz <luzpaz@github.com> Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* | Merge pull request #36118 from ↵Anna2023-05-101-0/+12
|\ \ | |/ |/| | | | | nextcloud/fix/caldav/invitation-outlook-compatibilty Fix calendar emails to be outlook compatible
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+12
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #38104 from nextcloud/feat/um-32-bitPytal2023-05-091-1/+2
|\ \
| * | feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-1/+2
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Add messageId to richObject definition of TalkMarcel Müller2023-05-051-0/+6
|/ / | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>