Nextcloud bot
|
97a93c73ce
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-13 00:29:31 +00:00 |
|
jld3103
|
259264b966
|
files: Add OpenAPI spec
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-07-12 09:06:10 +02:00 |
|
Joas Schilling
|
e285d72c10
|
Merge pull request #38561 from nextcloud/feat/noid/allow-to-match-client-versions-with-regex
feat(request): Allow to match the client version with the IRequest::U…
|
2023-07-11 11:36:54 +02:00 |
|
Benjamin Gaussorgues
|
65c26c2fe0
|
Merge pull request #39160 from nextcloud/fix/migrate-to-psr-logger-interface-federatedfilesharing
Migrate federated file sharing to PSR LoggerInterface
|
2023-07-11 11:12:50 +02:00 |
|
Joas Schilling
|
2c6f32cb28
|
feat(request): Allow to match the client version with the IRequest::USER_AGENT_* regex
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-11 07:35:50 +02:00 |
|
jld3103
|
2d6a62ccee
|
Add IgnoreOpenAPI attribute
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-07-10 14:25:22 +02:00 |
|
Nextcloud bot
|
148c2a8da8
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-09 00:35:19 +00:00 |
|
Nextcloud bot
|
a62a8fab97
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-08 00:30:07 +00:00 |
|
Benjamin Gaussorgues
|
45b3f6e2b3
|
Migrate federated file sharing to PSR LoggerInterface
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
|
2023-07-07 09:00:35 +02:00 |
|
Christoph Wurst
|
14719110b9
|
chore: Replace \OC::$server->query with \OCP\Server::get in /lib
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-07-06 15:21:22 +02:00 |
|
Louis Chemineau
|
407c361b91
|
Add OCSPreconditionFailedException
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-07-05 20:01:45 +02:00 |
|
Arthur Schiwon
|
86e7af1d82
|
Merge pull request #38978 from fsamapoor/refactor_lib_private_accounts
Refactors lib/private/Accounts classes
|
2023-07-05 15:52:34 +02:00 |
|
Joas Schilling
|
75a15dcfe4
|
Merge pull request #38955 from nextcloud/bugfix/noid/dont-use-or
fix(eventdispatcher): Don't use all evaluating "or"
|
2023-07-05 14:40:10 +02:00 |
|
Faraz Samapoor
|
0133515644
|
Renames the property to improve the code readbility/clarity.
Based on:
https://github.com/nextcloud/server/pull/38978#pullrequestreview-1514202944
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-07-05 14:23:09 +03:30 |
|
Christoph Wurst
|
247193f912
|
Merge pull request #39043 from nextcloud/fix/ocp/dashboard-widgetitems-see-widget-getitems
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
|
2023-07-05 12:09:42 +02:00 |
|
Arthur Schiwon
|
c5285d68b1
|
Merge pull request #39086 from nextcloud/bugfix/noid/migrate-admin_audit-to-IEventDispatcher
feat(admin_audit): Migrate to non-deprecated IEventDispatcher
|
2023-07-05 12:05:11 +02:00 |
|
Arthur Schiwon
|
74d78fb656
|
Merge pull request #39012 from fsamapoor/refactor_lib_private_security_part2
[2/3] Refactors lib/private/Security
|
2023-07-05 12:02:27 +02:00 |
|
Joas Schilling
|
21821d8303
|
Merge pull request #38910 from nextcloud/fix/nullish-trim-deprecation-warning
Cast string type for trim()
|
2023-07-05 07:53:25 +02:00 |
|
Richard Steinmetz
|
c4eccbb304
|
fix(sse): don't update uncached files
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
2023-07-04 12:42:29 +02:00 |
|
Joas Schilling
|
eb09053897
|
feat(admin_audit): Migrate to non-deprecated IEventDispatcher
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-04 12:36:30 +02:00 |
|
Nextcloud bot
|
c76fa68d39
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-07-04 00:29:17 +00:00 |
|
Joas Schilling
|
75d5fa4115
|
Merge pull request #39089 from nextcloud/bugfix/39087/fix-2fa-event-names
Fix event names of 2FA related typed events
|
2023-07-03 15:38:28 +02:00 |
|
Joas Schilling
|
05aa39d777
|
Fix event names of 2FA related typed events
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-07-03 14:25:01 +02:00 |
|
Christoph Wurst
|
67709b390a
|
Merge pull request #39057 from nextcloud/feat/ocp/type-icapabilities
feat(ocp): More specific type for ICapabilities::getCapabilities
|
2023-07-03 11:29:58 +02:00 |
|
Côme Chilliet
|
b2f01b72fe
|
Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend
Add IProvideEnabledStateBackend interface
|
2023-07-03 10:19:32 +02:00 |
|
Christoph Wurst
|
19499964d0
|
doc(ocp): Upgrade capability registration recommendation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-07-03 10:03:45 +02:00 |
|
Christoph Wurst
|
95145ee0c9
|
feat(ocp): More specific type for ICapabilities::getCapabilities
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-07-03 10:03:45 +02:00 |
|
Faraz Samapoor
|
8cb078b58c
|
Fixes testcase errors.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-07-02 12:01:11 +03:30 |
|
Faraz Samapoor
|
a1acacf032
|
Fixes Psalm error.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-07-01 13:57:46 +03:30 |
|
Faraz Samapoor
|
ed972439fc
|
Refactors lib/private/Accounts.
Mainly using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-07-01 13:57:46 +03:30 |
|
Git'Fellow
|
9d70fd3e64
|
Silent imagecreatefromstring() errors
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
|
2023-06-30 21:58:44 +02:00 |
|
jld3103
|
b0001c6010
|
Add template types to responses
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-06-30 09:33:29 +02:00 |
|
Nextcloud bot
|
bb8b896254
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-30 00:29:43 +00:00 |
|
Côme Chilliet
|
189ccc2d72
|
Add method to list disabled users to IProvideEnabledStateBackend
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-06-29 16:15:12 +02:00 |
|
Arthur Schiwon
|
7b7148c206
|
Merge pull request #35915 from nextcloud/enh/noid/display-name-federated-shares
display displayname on federated shares
|
2023-06-29 14:40:26 +02:00 |
|
Christoph Wurst
|
6d81147dc4
|
Merge pull request #39042 from nextcloud/fix/ocp/timed-job-joblist-type
fix(ocp): TimedJob can't have a more specific argument than Job
|
2023-06-28 21:51:53 +02:00 |
|
Christoph Wurst
|
c7c28a81d5
|
fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItem
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-28 15:07:23 +02:00 |
|
Christoph Wurst
|
cb78805282
|
fix(ocp): TimedJob can't have a more specific argument than Job
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-28 14:59:36 +02:00 |
|
Daniel Kesselberg
|
3757f390c3
|
feat: replace id3parser with mp3info
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-06-28 14:58:59 +02:00 |
|
Maxence Lange
|
d2efd0e03c
|
displayname on federated shares
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
|
2023-06-28 09:28:03 -01:00 |
|
Joas Schilling
|
fbc63fe57c
|
Merge pull request #38613 from nextcloud/feat/35959/async-guzzle-requests
feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()
|
2023-06-28 09:04:36 +02:00 |
|
Julius Härtl
|
eddb64f8c3
|
Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpoint
|
2023-06-28 07:53:35 +02:00 |
|
Pytal
|
fa37574006
|
Merge pull request #39020 from fsamapoor/refactor_lib_private_mail
|
2023-06-27 10:18:03 -07:00 |
|
Joas Schilling
|
ec6728d710
|
feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-06-27 15:53:57 +02:00 |
|
Christoph Wurst
|
266436b767
|
Merge pull request #38990 from fsamapoor/refactor_lib_private_calendar
Refactor lib/private/Calendar
|
2023-06-27 13:38:59 +02:00 |
|
Faraz Samapoor
|
a449bd1a0c
|
Adds same object return annotations.
Based on: https://github.com/nextcloud/server/pull/38987#discussion_r1241866676
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-06-27 10:45:39 +02:00 |
|
Nextcloud bot
|
4cfab4b838
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-27 00:32:05 +00:00 |
|
Côme Chilliet
|
2d81c04514
|
Merge pull request #38881 from nextcloud/fix/logcondition-user
Fix user log.condition feature
|
2023-06-26 17:25:45 +02:00 |
|
Robin Appelman
|
39a0554c09
|
Merge pull request #38858 from nextcloud/scanner-performance3
file scanner performance improvements
|
2023-06-26 17:01:18 +02:00 |
|
Daniel
|
9751303182
|
Merge pull request #38679 from nextcloud/feat/add-spec-to-preview-fetched-event
feat: add width, height, crop and mode to BeforePreviewFetchedEvent
|
2023-06-26 13:53:27 +02:00 |
|