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

Dev #39

Merged
merged 35 commits into from
Feb 14, 2024
Merged

Dev #39

merged 35 commits into from
Feb 14, 2024

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    be2e5eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebd8ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dffd1c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ae2c10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c05388c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    387d1e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acfb77d View commit details
    Browse the repository at this point in the history
  8. chore: merge

    nsantacruz committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a6e3f46 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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

Commits on Jan 5, 2024

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

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    3c9a42c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e31c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    5065a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1314986 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge pull request Sefaria#1765 from Sefaria/markdownValidation

    fix(Markdown): markdown in admin editors was not being validated
    stevekaplan123 authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    cd86656 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Sefaria#1766 from Sefaria/feature/sc-22986/change-…

    …source-prompt-box-on-topic-editor
    
    fix(Source Editor): Prompts should be textareas not input elements
    stevekaplan123 authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    bbb950b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chore: merge

    nsantacruz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f60f972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d2647 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    556baf6 View commit details
    Browse the repository at this point in the history
  2. helm(search): dont set Content-Type header.

    ES no longer requires this header to be set and it's problematic to set it to application/json because ES has a strange requirement that if Accept is set to "application/vnd.elasticsearch+json; compatible-with=8" (which is sent from our Python ES client) than Content-Type needs to be set to the same thing.
    nsantacruz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    acc4102 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Sefaria#1783 from Sefaria/no-translation-fix

    fix(TranslationBox): avoid sorting translations when there are none.
    YishaiGlasner authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4598dc2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Sefaria#1784 from Sefaria/fix-nginx-es-headers

    helm(search): dont set Content-Type header.
    nsantacruz authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8c5b7f9 View commit details
    Browse the repository at this point in the history
  5. fix(search): move encapsulation of SearchTotal to search.js

    This ensures that both Dicta and Sefaria queries are using the same format of SearchTotal.
    nsantacruz committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    9f0bf23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6882972 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Sefaria#1785 from Sefaria/fix-dicta-search-total

    fix(search): move encapsulation of SearchTotal to search.js
    nsantacruz authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c0524bc View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 28, 2024

  1. Merge pull request Sefaria#1787 from Sefaria/fix-find-refs-text-options

    fix(linker): fix order of parameters
    nsantacruz authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0f2f64a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    600dc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d61a408 View commit details
    Browse the repository at this point in the history
  3. fix(api): patches a bug where setting a url param to false or 0 would…

    … return true at certain API endpoints.
    rneiss committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9f6b71e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request Sefaria#1790 from Sefaria/add-alt-tags

    chore(alt tags): add alt tags for globe, bookmarks and notifications …
    YishaiGlasner authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fd43a37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Sefaria#1792 from Sefaria/bug/sc-24022/several-api…

    …-endpoints-improperly-set-params
    
    fix(api): patches a bug where setting a url param to false or 0 would…
    rneiss authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fe9c971 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    d77854e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e8f0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df85412 View commit details
    Browse the repository at this point in the history