hydra
Here are 140 public repositories matching this topic...
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and
Hi All,
So I'm trying to use hydra to bruteforce a login on a system that uses custom http headers to receive the username and password. Hydra does not seem to be doing substitution of ^USER^ and ^PASS^ when used as HTTP headers. If I issue issuing a call to hydra like this:
hydra "http-post://0.0.0.0:8000/:H=username\:^USER^:H=password\:^PASS^" -l admin -p admin
I see the following r
-
Updated
Jun 18, 2020 - Python
-
Updated
Dec 11, 2019 - JavaScript
API Platform version(s) affected: 2.0.1
Description
Fields "SelectInput" are not substituted by translation. Instead of translating "label" they always have a field name
How to reproduce
The problem is in the lines:
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L44
https://github.com/api-platform/admin/blob/v2.0.1/src/InputGuesser.js#L60
the n
-
Updated
Sep 16, 2019 - Shell
-
Updated
Jul 3, 2020 - Emacs Lisp
API Platform version(s) affected: latest, retrieved using npx
Description
Example command in README fails to execute when pointing to demo server using openapi3 format.
How to reproduce
- Create a new empty project following the steps in the documentation
- After the app is created, run the code generation co
-
Updated
Oct 3, 2018 - Haskell
-
Updated
Apr 24, 2020 - Python
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Python
Describe the feature you'd like
At this stage it's unclear how to actually use the arnold-usd repository and how to adopt or even test the functionality.
Describe the solution you'd like
- It would be good to briefly elaborate what the correct environment should be after building, e.g. what should be added to
PATHor maybe to some Arnold-related environment variables to have
-
Updated
Jul 3, 2020 - C++
Descriptive summary
Current Hyku requires a Honeybadger account. Other tools (like Sentry) are also in common use and this should be configurable and not hard coded in the stack.
Rationale
Making this a configuration option frees us from requiring a paid service account.
-
Updated
Apr 3, 2017 - JavaScript
re: api-platform/api-doc-parser@0c999c9#r29816386
There is not always a definition for every title. Often, the title and the route names differ, or there is a route with no corresponding model. When they do correspond, they are linked by 'ref' -- take for example the simple petstore definition:
-
Updated
Feb 11, 2020 - JavaScript
-
Updated
Nov 15, 2016 - JavaScript
-
Updated
Feb 22, 2020 - Shell
-
Updated
May 27, 2020 - Go
As part of ZeusWPI/hydra#246, the DSA replaced the old news with the general UGent news feed.
Apart from historical reasons, I don't think there are any reasons why DSA should be hosting the news or why we can't do it ourselves as part of the cronjobs (the current implementation just reads the rss to json).
Update website
Improve this page
Add a description, image, and links to the hydra topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hydra topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When querying the Clients/Consent Sessions using pagination, ORY Hydra will only return results with some links, but not the total count of the items, which is useful to display in the frontend, you know, showing the total pages or something.
Describe the solution you'd like
Add the
total_countparameter into Hea