Luka Trovic
03cdc47540
feat: add board import and export
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
2025-04-29 09:53:49 +02:00
Julius Knorr
5fb43086b6
tests: Fix url generation mocks and cleanup some phpunit code
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2025-02-12 21:56:06 +01:00
Julius Knorr
86cb011a5c
style: Fix php-cs issues
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2024-12-17 09:22:00 +01:00
dependabot[bot]
ba3e97b73d
Chore(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
...
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/nextcloud/coding-standard/releases )
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/coding-standard/compare/v1.2.1...v1.2.3 )
---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-26 08:14:42 +02:00
Ferdinand Thiessen
beb563e74e
refactor: Migrate away from deprecated ILogger interface to PSR-3
...
Mostly replace `ILogger` with `LoggerInterface` and some minor cleanup (constructor property promotion).
Some places used the deprecated `logException` this is easy to migrate by simply use the appropriate loglevel on the logger
and place the exception under the `exception` key in the context.
Also the manual checking of the configured log level is not needed, as this is already done by the logger.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-19 14:09:13 +02:00
Julius Härtl
9867f2a856
tests: Avoid using dynamic properties
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-12-06 14:21:58 +01:00
Julius Härtl
0985f24f57
chore: Fix php-cs-fixer errors
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2023-06-05 22:26:08 +02:00
Julius Härtl
83fc4323f4
Keep exceptions http response generic and return the request ID for further tracing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2021-11-05 17:41:11 +01:00
Julius Härtl
52febb396c
Fix php cs issues
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-04-22 19:57:19 +02:00
Julius Härtl
4c0512f0b7
Bump phpunit and fix CI
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-12-17 20:25:57 +01:00
Julius Härtl
0132dae215
Let ExceptionMiddleware properly return JSON on API related exceptions
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2019-03-22 13:41:03 +01:00
Julius Haertl
15e5a432b6
Improve logging of exceptions catched by SharingMiddleware
2017-02-27 11:27:49 +01:00
Julius Haertl
75168332e9
Cleanup Middleware
2017-01-13 16:47:15 +01:00
Julius Haertl
b0627d8979
Remove dark magic middleware and check permission in services
2017-01-13 16:36:36 +01:00
Julius Haertl
6d0ebb7d73
More testing for dark magic middleware
2017-01-10 17:07:55 +01:00
Julius Haertl
7969f10761
More SharingMiddleware testing
2016-10-30 14:42:40 +01:00
Julius Haertl
9becbe43e1
Fix tests
2016-10-30 13:37:14 +01:00
Julius Haertl
652ebd9c90
Add SharingMiddlewareTest
2016-10-29 15:15:18 +02:00