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

New feature: shareable user query #6052

Merged
merged 51 commits into from
Feb 26, 2024
Merged

New feature: shareable user query #6052

merged 51 commits into from
Feb 26, 2024

Commits on Jan 21, 2024

  1. New feature: shareable user query

    Share the output of a user query by RSS / HTML / OPML with other people through unique URLs.
    Replaces the global admin token, which was the only option (but unsafe) to share RSS outputs with other people.
    Also add a new HTML output for people without an RSS reader.
    
    fix FreshRSS#3066 (comment)
    fix FreshRSS#3178 (comment)
    Alkarex committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    adce93e View commit details
    Browse the repository at this point in the history
  2. Remove unused method

    Alkarex committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    532a751 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix token saving

    Alkarex committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    683538e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Implement HTML view

    Alkarex committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6993784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ecf861 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    6e598a2 View commit details
    Browse the repository at this point in the history
  2. Update i18n for master token

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c19dd00 View commit details
    Browse the repository at this point in the history
  3. Revert i18n get_favorite

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    04caa7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fab7789 View commit details
    Browse the repository at this point in the history
  5. Remove irrelevant tests

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e541a2c View commit details
    Browse the repository at this point in the history
  6. Add link to RSS version

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7fcc8e8 View commit details
    Browse the repository at this point in the history
  7. Fix getGet

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a44fe79 View commit details
    Browse the repository at this point in the history
  8. Fix getState

    Alkarex committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    39af573 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Fix getSearch

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    397cfe2 View commit details
    Browse the repository at this point in the history
  2. Alternative getSearch

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c75100c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46fc369 View commit details
    Browse the repository at this point in the history
  4. Default getOrder

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7687992 View commit details
    Browse the repository at this point in the history
  5. Explicit default state

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    450dfed View commit details
    Browse the repository at this point in the history
  6. Fix test

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1ece7e9 View commit details
    Browse the repository at this point in the history
  7. Add OPML sharing

    Alkarex committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0673bdf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4babab View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    562d357 View commit details
    Browse the repository at this point in the history
  2. Fix article tags

    Alkarex committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a63aed7 View commit details
    Browse the repository at this point in the history
  3. Use default user settings

    Alkarex committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c935b8e View commit details
    Browse the repository at this point in the history
  4. Prepare public search

    Alkarex committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c243ce2 View commit details
    Browse the repository at this point in the history
  5. Fixes

    Alkarex committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    0ba0580 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cce370 View commit details
    Browse the repository at this point in the history
  7. Implement user search

    Alkarex committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    eb3f2e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Revert filter bug

    Alkarex committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e935edf View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    15fdfe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9029f70 View commit details
    Browse the repository at this point in the history
  3. Implement checkboxes

    Alkarex committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a3f4211 View commit details
    Browse the repository at this point in the history
  4. Safe check of OPML

    Alkarex committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    df3cf9f View commit details
    Browse the repository at this point in the history
  5. Fix label

    Alkarex committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    177be34 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Remove RSS button to favour new sharing method

    That sharing button was using a global admin token
    Alkarex committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a365b05 View commit details
    Browse the repository at this point in the history
  2. First version of HTTP 304

    Alkarex committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d37c0cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd9e68e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Disallow some recusrivity

    Alkarex committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bead188 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Draft of nav

    Alkarex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a1b5d85 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Minor httpConditional

    Alkarex committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8018e13 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    a3bb4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80649e9 View commit details
    Browse the repository at this point in the history
  3. Fix offset pagination

    Alkarex committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5f80c46 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 25, 2024

  1. Fix explicit order ASC

    Alkarex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    73faa34 View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Alkarex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    1b27db6 View commit details
    Browse the repository at this point in the history
  3. Help links i18n

    Alkarex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3e84769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7a9719 View commit details
    Browse the repository at this point in the history
  5. Typo

    Alkarex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7537560 View commit details
    Browse the repository at this point in the history
  6. Doc about format

    Alkarex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    830f7e0 View commit details
    Browse the repository at this point in the history