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

Use AJAX for notifications table #10961

Merged
merged 19 commits into from
Apr 24, 2020
Merged

Commits on Apr 21, 2020

  1. Use AJAX for notifications table

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2d23ad7 View commit details
    Browse the repository at this point in the history
  2. move to separate js

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    345b6e8 View commit details
    Browse the repository at this point in the history
  3. placate golangci-lint

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    7d5fca4 View commit details
    Browse the repository at this point in the history
  4. Add autoupdating notification count

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    0e6236e View commit details
    Browse the repository at this point in the history
  5. Fix wipeall

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    85aef72 View commit details
    Browse the repository at this point in the history
  6. placate tests

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6911132 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c80590d View commit details
    Browse the repository at this point in the history
  8. Try hidden

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    f736bc9 View commit details
    Browse the repository at this point in the history
  9. Try hide and hidden

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    b934e56 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e94e30d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. More auto-update improvements

    Only run checker on pages that have a count
    Change starting checker to 10s with a back-off to 60s if there is no change
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1a02f4b View commit details
    Browse the repository at this point in the history
  2. string comparison!

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    25ec760 View commit details
    Browse the repository at this point in the history
  3. as per @silverwind

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    876c1f8 View commit details
    Browse the repository at this point in the history
  4. add configurability as per @6543

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d314b50 View commit details
    Browse the repository at this point in the history
  5. Add documentation as per @6543

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c55c4c8 View commit details
    Browse the repository at this point in the history
  6. Use CSRF header not query

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f32070d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    a6b56be View commit details
    Browse the repository at this point in the history
  2. Further JS improvements

    Fix @Etzelia update notification table request
    Fix @silverwind comments
    
    Co-Authored-By: silverwind <[email protected]>
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath and silverwind committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5987fc2 View commit details
    Browse the repository at this point in the history
  3. Simplify the notification count fns

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    edc068d View commit details
    Browse the repository at this point in the history