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

Add options for skipping access checks and register #11

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2022

  1. Add go modules; add martini to project

    wim.de.jager committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    d6d889a View commit details
    Browse the repository at this point in the history
  2. Add SkipCountFunction to Options

    wim.de.jager committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7667750 View commit details
    Browse the repository at this point in the history
  3. Ignore .idea folder

    wim.de.jager committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    55525b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Undo adding martini

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3118efa View commit details
    Browse the repository at this point in the history
  2. Remove go modules

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f29f712 View commit details
    Browse the repository at this point in the history
  3. Rename SkipCountFunction to SkipRegisterFunction

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fb94e27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61b67f6 View commit details
    Browse the repository at this point in the history
  5. Introduce a default SkipRegisterFunction

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    38b36d0 View commit details
    Browse the repository at this point in the history
  6. Remove .gitignore

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    aca426f View commit details
    Browse the repository at this point in the history
  7. Always set rate limit headers

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    74bd1ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    964e534 View commit details
    Browse the repository at this point in the history
  9. Add SkipAccessFunction to Options

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0f1ff6b View commit details
    Browse the repository at this point in the history
  10. Add example to comment

    wim.de.jager committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    57c2bc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Only set headers again when necessary

    wim.de.jager committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ac7413c View commit details
    Browse the repository at this point in the history
  2. Refactor comment

    wim.de.jager committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c7c79f9 View commit details
    Browse the repository at this point in the history
  3. Refactor comments

    wim.de.jager committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c7facbd View commit details
    Browse the repository at this point in the history
  4. Refactor comments

    wim.de.jager committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    a8d8b4d View commit details
    Browse the repository at this point in the history