Romke van Dijk

Results 51 issues of Romke van Dijk

### Description The current task overview page in the new UI has performance issue's. This item is about fixing those issue's. - [x] #1213 - [x] #1017 - [x] #993...

server
ui
epic

With the new API there comes the possibility to do "pagination" requests. Aka, lets say we have 100.000 tasks, you can request them in chunks using the API: ``` {...

new feature
server

Current the server has some performance issue. - [ ] #733 - [ ] #815

server
epic

### Version Information master ### Hashcat _No response_ ### Description When API is disabled, it simplies run the following code: File apiv2/index.php: ``` $enabled = getenv('HASHTOPOLIS_APIV2_ENABLE'); if (!$enabled || $enabled...

bug
server

Current implementation: ![image](https://github.com/hashtopolis/server/assets/4386076/712fe593-0777-40af-9e30-e5455d60f71d) Should be more something like: ![image](https://github.com/hashtopolis/server/assets/4386076/f297b10e-0b29-41d5-8793-c67d71db2daf) (I mean shadow boxes, clear border between columns)

enhancement
ui

The current Engine tab in the new UI is not an improvement of the old ui. My suggestion: create a new menu item called: Binaries, inside binaries there are two...

enhancement
ui

### Version Information master ### Hashcat _No response_ ### Description In the old UI it was possible to download a wordlist or a rule file directly from the UI. This...

bug

When using version 0.14.0, it comes with a technical preview of the new API and new UI. However, if you didn't enable the new API; the UI will return the...

bug
ui

Currently on the Hashlist page will dispaly relevant tasks. However those are now queries using requesting all tasks. Please implement expanding on tasks. ![image](https://github.com/hashtopolis/server/assets/4386076/80198e78-a5d3-4d48-88b7-2458fb9208a5) ``` $ curl --header "Content-Type: application/json"...

enhancement
server