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

Only show relevant repositories on explore page #19361

Merged
merged 36 commits into from
Aug 25, 2022

Commits on Apr 9, 2022

  1. Only show relevant repositories (part 1)

    - By default on explore pages only show relevant repositories, this
    means the repo isn't a fork and either has a description or topic.
    - This Commit implements the backend for this idea.
    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1dc8fde View commit details
    Browse the repository at this point in the history
  2. Show information message to indicate filtered results

    - When the explore results are filtered(so no user query + default
    sorting), show a information message to indicate it has been filtered.
    Also offer users a easy way to unfilter the results.
    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    89caf08 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    8bff6db View commit details
    Browse the repository at this point in the history
  4. Add control logic

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    254c4c7 View commit details
    Browse the repository at this point in the history
  5. Fix grammar

    Co-authored-by: vednoc <vednoc@protonmail.com>
    Gusted and vednoc committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    08bb17f View commit details
    Browse the repository at this point in the history
  6. Move inline style to _explore.less

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    2998580 View commit details
    Browse the repository at this point in the history
  7. Correctify comment

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    95b3be9 View commit details
    Browse the repository at this point in the history
  8. Fix linter

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    47f7419 View commit details
    Browse the repository at this point in the history
  9. Restrict if statement

    Gusted committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    68a2395 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7aab29a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    455b84b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Enhance setting naming

    Gusted committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    aa8223f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 15, 2022
    Configuration menu
    Copy the full SHA
    82c6b6e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Fix empty topics

    Gusted committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5d5a501 View commit details
    Browse the repository at this point in the history
  2. Always use filtering logic for recentupdate sort

    Gusted committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    db9d821 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5f4279d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7b4ba21 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Add no_filter to pager

    Gusted committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    4fe22ef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into filter-explore-repo

    Gusted committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    fbe9744 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored May 5, 2022
    Configuration menu
    Copy the full SHA
    621b4bd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Add more checks

    Gusted committed May 14, 2022
    Configuration menu
    Copy the full SHA
    b7d6a4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into filter-explore-repo

    Gusted committed May 14, 2022
    Configuration menu
    Copy the full SHA
    36f38ae View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored May 28, 2022
    Configuration menu
    Copy the full SHA
    a502cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    Gusted and delvh authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d11a339 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    4e406cb View commit details
    Browse the repository at this point in the history
  2. Improve wording

    Co-authored-by: delvh <dev.lh@web.de>
    Gusted and delvh committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bc970ec View commit details
    Browse the repository at this point in the history
  3. Fix translation

    Gusted committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d385200 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    838c3e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    e8dcc7b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Aug 9, 2022

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

Commits on Aug 20, 2022

  1. Merge branch 'main' into filter-explore-repo

    Gusted authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    5a6dc2d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    87b9b75 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into filter-explore-repo

    Gusted authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    259de77 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    93b4d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c17f9c View commit details
    Browse the repository at this point in the history