aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-5/+39
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-2/+2
* feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-173-39/+231
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* Merge pull request #48008 from nextcloud/fix/entity/strict-typesKate2024-09-161-2/+7
|\
| * fix(Entity): Fix magic setter call for custom strong typed settersfix/entity/strict-typesprovokateurin2024-09-151-2/+7
* | Merge pull request #48049 from nextcloud/refactor/void-testsAnna2024-09-1642-470/+470
|\ \
| * | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1542-470/+470
| |/
* / refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-151-2/+2
|/
* chore: Adapt tests to OC_API refactoringCôme Chilliet2024-09-092-1/+39
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-2/+0
* chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-311-5/+0
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2510-118/+118
* perf: delay getting (sub)admin status for user in the security middleware unt...Robin Appelman2024-08-231-2/+15
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-1/+0
* test: Adjust tests for CSP nonceFerdinand Thiessen2024-08-133-252/+253
* fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-2/+4
* fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checksprovokateurin2024-07-251-0/+20
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-2/+2
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-1/+5
* feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-182-12/+19
* feat(AppFramework): Add ExAppRequired attributeprovokateurin2024-07-012-1/+58
* refactor(Token): introduce scope constantsArthur Schiwon2024-06-051-1/+1
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-052-1/+63
* chore: Add SPDX headerAndy Scherzinger2024-05-1361-1016/+153
* fix: Fix tests following OC_App migrations to IAppManagerCôme Chilliet2024-04-222-7/+15
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-1/+5
* fix xml ocs response for serializable objectsKlaus2024-02-231-0/+39
* test(request): Add tests to strip the port when forwarding requestsJoas Schilling2024-02-131-288/+119
* Add timezone getter to ITimeFactoryAnna Larch2024-02-131-0/+17
* better testsMaxence Lange2024-02-011-129/+606
* fix lintMaxence Lange2024-01-311-18/+18
* adding testMaxence Lange2024-01-311-0/+214
* test(unit): fix RequestTestArthur Schiwon2024-01-271-3/+4
* fix(API): Use a distinct exception so apps can react to it and customize the ...Joas Schilling2023-11-281-1/+2
* enh(dispatcher): enforce psalm ranges in the http dispatcherArthur Schiwon2023-11-242-0/+68
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-11/+11
* fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-172-59/+59
* fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-171-76/+73
* feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-172-0/+73
* Reverse X-Forwarded-For list to read the correct proxy remote addressJoas Schilling2023-11-161-6/+32
* feat(dependencyinjection): Allow optional (nullable) servicesChristoph Wurst2023-11-031-0/+24
* Merge pull request #39852 from nextcloud/pragmaHeaderFerdinand Thiessen2023-10-181-2/+0
|\
| * Stop sending deprecated Pragma headerGit'Fellow2023-08-281-2/+0
* | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-283-10/+11
|/
* Allow "wasm-unsafe-eval" in CSPDaniel Calviño Sánchez2023-08-102-0/+14
* fix!: Remove legacy event dispatching Symfony's GenericEvent from AdditionalS...Joas Schilling2023-07-271-41/+0
* feat(request): Allow to match the client version with the IRequest::USER_AGEN...Joas Schilling2023-07-111-0/+57
* Add template types to responsesjld31032023-06-301-1/+4
* Allow stdClass in XML responsesjld31032023-06-131-1/+2