Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #39328 from nextcloud/feature/openapi/federatedfilesharing | Kate | 2023-07-13 | 1 | -1/+1 |
|\ | | | | | federatedfilesharing: Add OpenAPI spec | ||||
| * | federatedfilesharing: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | files: Add OpenAPI spec | jld3103 | 2023-07-12 | 1 | -0/+4 |
|/ | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | feat(request): Allow to match the client version with the ↵ | Joas Schilling | 2023-07-11 | 1 | -8/+16 |
| | | | | | | IRequest::USER_AGENT_* regex Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add IgnoreOpenAPI attribute | jld3103 | 2023-07-10 | 1 | -0/+37 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | chore: Replace \OC::$server->query with \OCP\Server::get in /lib | Christoph Wurst | 2023-07-06 | 2 | -3/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add OCSPreconditionFailedException | Louis Chemineau | 2023-07-05 | 1 | -0/+44 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Merge pull request #39043 from ↵ | Christoph Wurst | 2023-07-05 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem | ||||
| * | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem | Christoph Wurst | 2023-06-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names | Joas Schilling | 2023-07-03 | 9 | -4/+302 |
|\ \ | | | | | | | Fix event names of 2FA related typed events | ||||
| * | | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 9 | -4/+302 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities | Christoph Wurst | 2023-07-03 | 1 | -6/+15 |
|\ \ \ | |/ / |/| | | feat(ocp): More specific type for ICapabilities::getCapabilities | ||||
| * | | doc(ocp): Upgrade capability registration recommendation | Christoph Wurst | 2023-07-03 | 1 | -5/+2 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -1/+13 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend | Côme Chilliet | 2023-07-03 | 1 | -0/+56 |
|\ \ \ | |/ / |/| | | Add IProvideEnabledStateBackend interface | ||||
| * | | Add method to list disabled users to IProvideEnabledStateBackend | Côme Chilliet | 2023-06-29 | 1 | -0/+9 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Fix since annotations and add boolean return type for setUserEnabled | Côme Chilliet | 2023-06-20 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | Add user enabled state backend feature | Côme Chilliet | 2023-05-23 | 1 | -0/+47 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Add template types to responses | jld3103 | 2023-06-30 | 17 | -94/+198 |
| | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | | | Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares | Arthur Schiwon | 2023-06-29 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | display displayname on federated shares | ||||
| * | | | displayname on federated shares | Maxence Lange | 2023-06-28 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | fix(ocp): TimedJob can't have a more specific argument than Job | Christoph Wurst | 2023-06-28 | 1 | -5/+4 |
| |_|/ |/| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requests | Joas Schilling | 2023-06-28 | 2 | -7/+276 |
|\ \ \ | | | | | | | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | ||||
| * | | | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | Joas Schilling | 2023-06-27 | 2 | -7/+276 |
| |/ / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint | Julius Härtl | 2023-06-28 | 2 | -2/+13 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix: include invisible tags for admins | Arthur Schiwon | 2023-06-21 | 1 | -2/+3 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | feat: add searchBySystemTag as PHP API | Arthur Schiwon | 2023-06-21 | 1 | -0/+10 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #38679 from nextcloud/feat/add-spec-to-preview-fetched-event | Daniel | 2023-06-26 | 1 | -4/+41 |
|\ \ \ | | | | | | | | | feat: add width, height, crop and mode to BeforePreviewFetchedEvent | ||||
| * | | | feat: add width, height, crop and mode to BeforePreviewFetchedEvent | Daniel Kesselberg | 2023-06-23 | 1 | -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 IRootFolder | Arthur Schiwon | 2023-06-21 | 1 | -0/+13 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Improve typing in ICommentsManager | Carl Schwan | 2023-06-20 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Cleanup comments code | Carl Schwan | 2023-06-20 | 1 | -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 BeforeMessageLoggedEvent | Robin Appelman | 2023-06-15 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | emit an event when a message is logged | Robin Appelman | 2023-06-13 | 1 | -0/+78 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | chore(appframework)!: Drop ↵ | Christoph Wurst | 2023-06-12 | 1 | -18/+1 |
| | | | | | | | | | | | | \OCP\AppFramework\Http\EmptyContentSecurityPolicy::allowInlineScript Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Drop meta robots tag | Git'Fellow | 2023-06-09 | 1 | -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 Samapoor | 2023-06-05 | 2 | -5/+5 |
| | | | | | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | | refactor: migrate OC_EventSource to dependency injection | Daniel Kesselberg | 2023-06-03 | 2 | -9/+38 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | chore: remove check for suhosin.executor.func.blacklist | Daniel Kesselberg | 2023-06-02 | 1 | -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-linktopublic | Christoph Wurst | 2023-06-02 | 1 | -15/+0 |
|\ \ | | | | | | | chore(ocp)!: Drop \OCP\Util::linkToPublic | ||||
| * | | chore(ocp)!: Drop \OCP\Util::linkToPublic | Christoph Wurst | 2023-06-01 | 1 | -15/+0 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #38585 from ↵ | Christoph Wurst | 2023-06-02 | 1 | -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 body | Christoph Wurst | 2023-06-01 | 1 | -0/+30 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | fix(ocp): Mark IMessage::attachInline as @since 27 | Christoph Wurst | 2023-06-01 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / | fix(docs): Fix language and copy-paste class name in docs of CSP | Joas Schilling | 2023-05-30 | 3 | -4/+4 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | enh: Provide atomicRetry method to retry transactions if possible | Julius Härtl | 2023-05-16 | 1 | -0/+37 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #36592 from nextcloud/groupmanager-search-typing | Robin Appelman | 2023-05-12 | 2 | -4/+4 |
|\ | | | | | fix default values and type hints for GroupManager::search | ||||
| * | revert public interface back to the original types, just cast them before ↵ | Robin Appelman | 2023-05-11 | 1 | -3/+3 |
| | | | | | | | | | | | | passing the nulls to the backends Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | also update groupinterface and database backend | Robin Appelman | 2023-05-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix default values and type hints for GroupManager::search | Robin Appelman | 2023-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | ints really are ints Signed-off-by: Robin Appelman <robin@icewind.nl> |