Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bee add simple analytics #1673

Closed
wants to merge 253 commits into from
Closed

Bee add simple analytics #1673

wants to merge 253 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 29, 2020

  1. Add 'Cut' operation

    emilhf committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    06f95ed View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Fix typo in Cut test

    emilhf committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1ab3baf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. feat(Modhex): Introduce basic Modhex conversion

    Signed-off-by: İlteriş Yağıztegin Eroğlu <ilteris@asenkron.com.tr>
    linuxgemini committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    758ff9b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. adding a dockerfile

    d4v3y0rk committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    012b54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0668a9d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    f3abb05 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Add X.509 output formats

    elipsion committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    daef663 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Add "XOR Checksum" operation

    t-8ch committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3e8c5d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    5f0f037 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    2aa8dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3102adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daf2c68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d8ce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e998324 View commit details
    Browse the repository at this point in the history
  6. [gchq#181] set up mobile UI, unsorted CSS blocks ( will move them to …

    …appropriate places when the UI is solid )
    valdelaseras committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3608d4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ca5cfa View commit details
    Browse the repository at this point in the history
  8. [gchq#181] add this.breakpoint and move some user layout choices into…

    … an if statement checking the breakpoint
    valdelaseras committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    683c323 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1d8946 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab996c3 View commit details
    Browse the repository at this point in the history
  11. [gchq#181] update template for mobile UI. I will incorporate / probab…

    …ly revert some things once the mobile UI is solid, then patch up desktop view to its original state
    valdelaseras committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3e76bc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5b5eb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    894c4a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd10dca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a7008e View commit details
    Browse the repository at this point in the history
  16. [gchq#181] clean up some inconstencies in alignments, add a little bi…

    …t more space for mobile usability
    valdelaseras committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    5d25276 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. [gchq#181] tidy up changes so far ( move css blocks to their appropri…

    …ate places, remove redundant css, update template to work with mobile UI )
    valdelaseras committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6da34bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a5b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b872ac6 View commit details
    Browse the repository at this point in the history
  4. tidy up code, add controls-height var and implement across stylesheet…

    …s, start work on operation/category lists
    valdelaseras committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0e49d52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55695cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7648c6d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. [gchq#181] remove scattered todos and aggregate in temporary todo.txt…

    … file, add new css files to split up huge IO stylesheet for better future DevX
    valdelaseras committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2093dac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eff339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed5d58 View commit details
    Browse the repository at this point in the history
  4. TODO update

    valdelaseras committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    475568c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4507d47 View commit details
    Browse the repository at this point in the history
  6. [gchq#181] move stylesheets from layout to organised components/, lea…

    …ve overal structure in layout/_structure
    valdelaseras committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    b4c0378 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e74d799 View commit details
    Browse the repository at this point in the history
  8. [gchq#181] move edit-favourites button to original place in the templ…

    …ate, so it is not visible anymore during load. Update TODO.md accordingly
    valdelaseras committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f1340f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    6e4a813 View commit details
    Browse the repository at this point in the history
  2. update todo

    valdelaseras committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    44aa223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab31ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56ffef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d4eb8 View commit details
    Browse the repository at this point in the history
  6. [gchq#181] place controls in correct position on mobile and desktop, …

    …update todo, add new stylesheet for dividers
    valdelaseras committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bc12a19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c779d39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6b23ec View commit details
    Browse the repository at this point in the history
  9. [gchq#181] move setVisibility to App.mjs since it's pretty generic an…

    …d could be reused. Update TODO
    valdelaseras committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    12116e5 View commit details
    Browse the repository at this point in the history
  10. TODO update

    valdelaseras committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4faaae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. CC-1225 jswhat

    depperm committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a6eb62d View commit details
    Browse the repository at this point in the history
  2. linting

    depperm committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e7df21f View commit details
    Browse the repository at this point in the history
  3. [gchq#181] resolve operations-dropdown behaviour: search-result are a…

    …t the top if applicable, categories below. clearing search value will display categories
    valdelaseras committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7ae22ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a40a5c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    432f2e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caa57ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d03a31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a547935 View commit details
    Browse the repository at this point in the history
  9. [gchq#181] remove calcControlsHeight as the component is always 70px …

    …in height now, and it caused issues on mobile UI. It's become obsolete
    valdelaseras committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    1fd7236 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79bbea9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3eac1b View commit details
    Browse the repository at this point in the history
  12. [gchq#181] remove double border in Operations - search. Update todo (…

    … started testing on real mobile device )
    valdelaseras committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f1008cf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0e8863 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    a252c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    4a76167 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. [gchq#181] fix glitchy modal popover ( popovers get reinitialised aft…

    …er drag events. This still happens on mobile ops-list )
    valdelaseras committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6a1501e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ab78d View commit details
    Browse the repository at this point in the history
  3. [gchq#181] add data-title attribute to stubHtml operation so we can a…

    …dd icons to the list items for mobile
    valdelaseras committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    51aec97 View commit details
    Browse the repository at this point in the history
  4. [gchq#181] add 'draggable' bool param to createSortableList so we can…

    … disable drag/sort events on mobile UI if we need to
    valdelaseras committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cff0dbc View commit details
    Browse the repository at this point in the history
  5. [gchq#181] update opListCreate with new draggable param for mobile, u…

    …pdate opDblClick to use data-name instead of innerText
    valdelaseras committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2a9080f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    455e99d View commit details
    Browse the repository at this point in the history
  7. [gchq#181] add 'selected' class on double click, which is not visible…

    … on desktop ( but we can easily opt to leave it there if we would want to )
    valdelaseras committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ec45d95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccc5095 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. [gchq#181] fix selected / checkmark classes on operation list, based …

    …on the current recipe list. Update TODO
    valdelaseras committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    5e9aa5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d82ca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d693a7 View commit details
    Browse the repository at this point in the history
  4. Revert "9.47.5"

    This reverts commit 64c009f.
    dgoldenberg4143 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    415c59d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f79ca6c View commit details
    Browse the repository at this point in the history
  6. Update, merge from master branch.

    Merge remote-tracking branch 'origin' into cryptochef
    dgoldenberg4143 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3b29d2d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. [gchq#181] correctly handle checkmarks after favourites updates and r…

    …esetting, update addSelectedClass to put selected on all operations with target data name ( as sometimes there will be 2 of the same rather than 1, in the case of a favourited operation ). Make updates to pass the op-title around based by the data-name attr instead of innerText
    valdelaseras committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bc93969 View commit details
    Browse the repository at this point in the history
  2. [gchq#181] fix search result data-name issues ( purging html only for…

    … data-name attribute, update op-list checkmarks accordingly )
    valdelaseras committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c6cc998 View commit details
    Browse the repository at this point in the history
  3. [gchq#181] update opListCreate to desktopOpListCreate ( to always inc…

    …lude drag events and popovers ) and the inverse for mobile. Now it is ready for window resizing
    valdelaseras committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    89c1ab1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    093a3c4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. [gchq#181] add maximiser icons to recipe, input and output, and handl…

    …e maximising of targets accordingly. Desktop view remains as normal, where only output can be maximised
    valdelaseras committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4c2c934 View commit details
    Browse the repository at this point in the history
  2. [gchq#181] fix output loading gears for mobile, add a _structure css …

    …file in /themes that is shared across themes
    valdelaseras committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5916251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fff6f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bed81c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. [gchq#181] adjust Sortable recipe list for a nice mobile experience (…

    …'long' press before grab kicks in so you can still scroll normally ), add some visual feedback when sortable-chosen is set on a li, tweak the animations and threshold a bit for a nicer experience
    valdelaseras committed May 3, 2023
    Configuration menu
    Copy the full SHA
    f80284c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. [gchq#181] handle the correct resetting of layouts in any maximised p…

    …ane situation, i.e. window resizing while panels are maximised etc. Prevent mobile keyboard popup window resize events to trigger layout resetting when panes are maximised, use JS to calculate the innerHeight available for mobile devices as they are of variable / unreliable / inconsistent heights
    valdelaseras committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ee9ea05 View commit details
    Browse the repository at this point in the history
  2. [gchq#181] position rigt hand side icons in status_bar so the dropups…

    … are usable on mobile devices
    valdelaseras committed May 9, 2023
    Configuration menu
    Copy the full SHA
    793acb5 View commit details
    Browse the repository at this point in the history
  3. bit of refactoring

    valdelaseras committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f1257ea View commit details
    Browse the repository at this point in the history
  4. [gchq#181] add

    valdelaseras committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5362f9f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    222bb62 View commit details
    Browse the repository at this point in the history
  2. [gchq#181] adjust #controls panel template and css so it will automat…

    …ically scale based on #controls height, which makes adjustWidth() redundant. Controls is now 50px height on mobile ( 70 was just a lot of wasted space that can be better spend )
    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0868d97 View commit details
    Browse the repository at this point in the history
  3. [gchq#181] add splitter column minimal widths to prevent unwanted ove…

    …rflows under any situation
    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    fefb98e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a27de41 View commit details
    Browse the repository at this point in the history
  5. [gchq#181] set mobile ops-dropdown to fill all space except ops and b…

    …anner. No need for the controls at this point while scrolling the ops
    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    d774a50 View commit details
    Browse the repository at this point in the history
  6. [gchq#181] add breakpoint check in HTMLOperation so desktop doesn't g…

    …et op description errors
    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    997f26e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7a76ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fbef2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b805253 View commit details
    Browse the repository at this point in the history
  10. typo fix

    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6242738 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c08ccf View commit details
    Browse the repository at this point in the history
  12. [gchq#181] update Chrome driver to 113 ( latest stable ) in order for…

    … Nighwatch to be able to run
    valdelaseras committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0bb3a43 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6259e4b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. setting up mobile tests

    valdelaseras committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6b61567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984ce61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d511a View commit details
    Browse the repository at this point in the history
  4. optimise

    valdelaseras committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5b25b74 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    02a4dd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d46d76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b39d0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec259dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a1514d View commit details
    Browse the repository at this point in the history
  6. add function to check for window width and use that throughout the ap…

    …p for more convenient future use
    valdelaseras committed May 12, 2023
    Configuration menu
    Copy the full SHA
    df781be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ece851 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8649b90 View commit details
    Browse the repository at this point in the history
  9. rename recipeList var to recipeListItems ( since we are selecting lis…

    …t items ), and ingredient to item
    valdelaseras committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9a7ec25 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    8283725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ec902a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5f0e91 View commit details
    Browse the repository at this point in the history
  4. on user test request: when the recipe pane is maximised but the rec-l…

    …ist is empty, open the operations-dropdown on click of the recipe-list ( which holds no items )
    valdelaseras committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4b030c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e6d6e0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    4e67556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a10e4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aab3bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe5cdc View commit details
    Browse the repository at this point in the history
  5. [gchq#181] move isFavourite check up in toStubHtml to be able to add …

    …'favourite' class on init as well
    valdelaseras committed May 23, 2023
    Configuration menu
    Copy the full SHA
    51aa931 View commit details
    Browse the repository at this point in the history
  6. [gchq#181] refactor favourites updating: rather than building all of …

    …the ops-lists in Operations every time a new operation is added or removed, only rerender favCat and handle the updating of the individual operations 'favourite' classes and icons
    valdelaseras committed May 23, 2023
    Configuration menu
    Copy the full SHA
    bff22d4 View commit details
    Browse the repository at this point in the history
  7. [gchq#181] add some functions that allow for an individual Category t…

    …o be re-rendered ( such as Favourites, but can be used for any Category in the future if needed ), additional refactoring to make previously mentioned functionality work
    valdelaseras committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8d14dfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e5190c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. introducing and refactoring to using custom components for building c…

    …ategory / cat lists / operation lists. This allows us to group relevant functionality more efficiently, easier maintenance in the future. We could, one by one, refactor and encapsulate components across CC in this manner. A very convenient and much needed effect of this implementation is that these components can hold functionality and references exclusively pertaining to themselves. Separating said functionality increases code compartmentalisation while references and event listeners requiring these references are guaranteed to be up to date with the component at all times.
    valdelaseras committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    b1b0be2 View commit details
    Browse the repository at this point in the history
  2. add c-operation-list so any of these elements ( category list, catego…

    …ry list item, operation list, operation list item ) can be created individually or simply through their parent. Also fix some annotations across the app that used event instead of Event, causing the IDE to get confused
    valdelaseras committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6f6e9cc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    e005dae View commit details
    Browse the repository at this point in the history
  2. Update: Fixed typos

    dgoldenberg4143 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c322e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c3f03a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf46a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    742a2d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    6b0b368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f32df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840b615 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    1562c86 View commit details
    Browse the repository at this point in the history
  2. use mutation observer to observe fav class and update its icon accord…

    …ingly any time mutation is observed
    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e40df1f View commit details
    Browse the repository at this point in the history
  3. remove unused function

    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7967bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3fa46e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0830ece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ecd2bd View commit details
    Browse the repository at this point in the history
  7. function name change

    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b3ad5bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9ea487 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95c9c88 View commit details
    Browse the repository at this point in the history
  10. disable all li.operation popovers on mobile and enable and disable on…

    … window resize events appropriately
    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1092382 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7340ebd View commit details
    Browse the repository at this point in the history
  12. remove listener

    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f80fe0f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90c66bb View commit details
    Browse the repository at this point in the history
  14. fix includes

    valdelaseras committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ebc7ba0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ee0ef8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    4dcf6d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ebce91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fc5ca6 View commit details
    Browse the repository at this point in the history
  4. update params

    valdelaseras committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    21ed26e View commit details
    Browse the repository at this point in the history
  5. Support jq.

    zhzy0077 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d2da11c View commit details
    Browse the repository at this point in the history
  6. fix typo.

    zhzy0077 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    721061d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    eceb505 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Fix ChaCha operation Raw output

    Previously, an array type error prevented any output when selecting
    the 'Raw' output option for the ChaCha operation. This did not
    show up in tests, as they all compared to hex values.
    
    This also adds a test (relying on the 'To Hex' operation) that
    catches this.
    joostrijneveld committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    cb98672 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    4a07d52 View commit details
    Browse the repository at this point in the history
  2. restore recipe list ordering, properly removing c-ingredient-li and u…

    …pdate 'selected' checkmarks in c-op-list
    valdelaseras committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ede69a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ba3123 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    85fff21 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    f5bf07c View commit details
    Browse the repository at this point in the history
  2. Updated package.json

    dgoldenberg4143 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fe99749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    810c948 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    f176a11 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    daac91d View commit details
    Browse the repository at this point in the history
  2. fix all ESlint errors

    valdelaseras committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    eb53667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8afcfa0 View commit details
    Browse the repository at this point in the history
  4. [gchq#181] fix some event issues ( dragging and dropping, mobile taps…

    … ), fix popover issues ( popovers properly disappear ), eslint cleanup fixes
    valdelaseras committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5e6327a View commit details
    Browse the repository at this point in the history
  5. remove bootstrap x on search input as its not needed and just adding …

    …complexity at this moment
    valdelaseras committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    421ea9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6caaf1d View commit details
    Browse the repository at this point in the history
  7. fix 'undefined' list item clone bug, hitboxes for recipe icons more c…

    …omfortable, fix problem where the operation-dropdown would display on click / tap of elements in expanded recipe view ( mobile )
    valdelaseras committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    21eb177 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3622438 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7e0518 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    5d876fb View commit details
    Browse the repository at this point in the history
  2. move breakpoint icon functionality into c-recipe-li, upgrade code a b…

    …it for className consistency and replacing 'parentNode.parentNode' with this.queryselector
    valdelaseras committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4947f80 View commit details
    Browse the repository at this point in the history
  3. fix 'clear all

    valdelaseras committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c110e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a11d14 View commit details
    Browse the repository at this point in the history
  5. remove listItemUpdate related classes into c-operation-list and simpl…

    …ify code, as duplicates in the operation lists are now no longer an issue in the context of this. Add a custom events to dispatch on change of favourites
    valdelaseras committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4dc4645 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47c8af7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf27cbb View commit details
    Browse the repository at this point in the history
  8. replace the checkbox bootstrap styles with bootstap material v4. Not …

    …entirely sure what the issue was, but something in that checkbox decorator code caused reordering / cloning of c-recipe-li to fail
    valdelaseras committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9ea785f View commit details
    Browse the repository at this point in the history
  9. eslint fixes

    valdelaseras committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ab8b48c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a375c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5e8203 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1171f0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e77ded4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15252ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    047750f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9656593 View commit details
    Browse the repository at this point in the history
  3. eslint

    valdelaseras committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    590da18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d07502d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9f4092 View commit details
    Browse the repository at this point in the history
  6. CodeQL again

    valdelaseras committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4612a11 View commit details
    Browse the repository at this point in the history
  7. ...codeQL

    valdelaseras committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4740c5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b589d3c View commit details
    Browse the repository at this point in the history
  9. test for 01_io_mobile

    valdelaseras committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b90fab3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3815216 View commit details
    Browse the repository at this point in the history
  11. eslint

    valdelaseras committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    829f809 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Control logging levels via URI param

    Closes gchq#1420.
    ajmeese7 committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ac4c00c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    86b69e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    6347f01 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    5c20c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9160f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    6c63302 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge pull request #2 from d4v3y0rk/add-dockerfile

    Add dockerfile
    bee-san committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    ca7c437 View commit details
    Browse the repository at this point in the history
  2. Create npm-grunt.yml

    bee-san committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    b229fd8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from pandaninjas/patch-3

    Update chromedriver to v119 so that it is compatible with the chrome …
    bee-san committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    fcaa6a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Create CNAME

    bee-san committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    87e9913 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from harishkumarc/wordcloud-chart

    added word cloud chart operation
    bee-san committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    a258156 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from arnydo/add_fangurl

    Add fangurl
    bee-san committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cd8a37e View commit details
    Browse the repository at this point in the history
  4. Create FUNDING.yml

    bee-san committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    63d30fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11 from valdelaseras/181-responsive-ui

    181 responsive UI
    bee-san committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4cb0d2b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Revert "181 responsive UI"

    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2ecdd67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from bee-san/revert-11-181-responsive-ui

    Revert "181 responsive UI"
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    eb0b977 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from acbgbca/master

    Add dev container config file
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b21e4da View commit details
    Browse the repository at this point in the history
  4. Merge pull request #15 from jpledref/feat-issue-1607-add-xml-to-json

    feat: add XML to JSON operation
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    acf62c6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from cplussharp/pubkey-from-cert

    Pubkey from cert
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9bba7e2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from ajmeese7/feat/logging-uri-param

    Control logging levels via URI param
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    49fde14 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #20 from zhzy0077/jq

    Adds JQ support
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3b8f2e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from joostrijneveld/fix/chacha-raw

    Fix ChaCha operation Raw output
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a218f0a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69770f9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #22 from bee-san/revert-7-wordcloud-chart

    Revert "added word cloud chart operation"
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    df7b60a View commit details
    Browse the repository at this point in the history
  11. CryptoChef

    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    eebecb5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #23 from depperm/CC-1225

    Add JSWhat
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    114a319 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #26 from elipsion/x509-output

    Add X.509 output formats
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1baa439 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #25 from t-8ch/checksum/xor

    Add "XOR Checksum" operation
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f47dda3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #24 from sg5506844/base92

    Feature: Add Base92 operations
    bee-san committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    71ba2f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. readme

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1dd3ad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from bee-san/bee-readme

    readme
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    50ddfe9 View commit details
    Browse the repository at this point in the history
  3. ga

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    80634aa View commit details
    Browse the repository at this point in the history
  4. updated index

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7d040f2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from bee-san/bee-index

    updated index
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    60a635e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #30 from bee-san/bee-ga

    ga
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d9dbf75 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #34 from emilhf/cut-operation

    Cut operation
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    73716a2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #33 from linuxgemini/linuxgemini-patch-modhex

    feat(Modhex): Introduce basic Modhex conversion
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4c145c5 View commit details
    Browse the repository at this point in the history
  9. Update ga.html

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    48380b4 View commit details
    Browse the repository at this point in the history
  10. Update ga.html

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    299d1fa View commit details
    Browse the repository at this point in the history
  11. Update index.html for SA

    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a013a2e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #35 from bee-san/bee-san-patch-1

    Update ga.html
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f6eade1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #36 from bee-san/bee-san-patch-2

    Update index.html for SA
    bee-san committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    5835581 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. added new announcement message

    bee-san committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    e58976b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from bee-san/bee-change-announcement

    added new announcement message
    bee-san committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a4db331 View commit details
    Browse the repository at this point in the history
  3. added SA

    bee-san committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c01db8b View commit details
    Browse the repository at this point in the history