nextcloud-server/tests/lib/AppFramework
Arthur Schiwon fc584b7874
fix(Token): make new scope future compatible
- "password-unconfirmable" is the effective name for 30, but a draft
  name was backported.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-06-12 11:05:43 +07:00
..
Bootstrap feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +07:00
Controller chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Db
DependencyInjection feat(app-framework): Add support for global middlewares 2023-01-26 11:54:28 +07:00
Http test(request): Add tests to strip the port when forwarding requests 2024-02-13 16:51:13 +07:00
Middleware fix(Token): make new scope future compatible 2024-06-12 11:05:43 +07:00
OCS fix xml ocs response for serializable objects 2024-02-23 14:49:22 +07:00
Routing chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Services better tests 2024-02-01 13:40:27 +07:00
Utility Add timezone getter to ITimeFactory 2024-02-13 13:29:06 +07:00
AppTest.php