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

[GCAL] Enable notifications and reminders when a superuser token is not supported #272

Merged
merged 41 commits into from
Aug 1, 2023

Commits on Jul 27, 2023

  1. nil control

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4d3a2bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe6fe75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7634f2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dc21a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a436769 View commit details
    Browse the repository at this point in the history
  6. typo: import

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    18767a3 View commit details
    Browse the repository at this point in the history
  7. shorter command name :)

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8de4223 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af611a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24c2c64 View commit details
    Browse the repository at this point in the history
  10. comment

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0ecad3f View commit details
    Browse the repository at this point in the history
  11. ignore missing subs

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    165948c View commit details
    Browse the repository at this point in the history
  12. update sync method

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2e6c571 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cc88b2e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0def44a View commit details
    Browse the repository at this point in the history
  15. formatted imports

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c5f0e1c View commit details
    Browse the repository at this point in the history
  16. calendar -> calendarEvents

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0b7bce2 View commit details
    Browse the repository at this point in the history
  17. processAllDailySummaryByUser

     -> processAllDailySummaryWithIndividualCredentials
    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    100497a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d90fb5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4345953 View commit details
    Browse the repository at this point in the history
  20. Update server/mscalendar/daily_summary.go

    Co-authored-by: Michael Kochell <[email protected]>
    fmartingr and mickmister committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    57b30f9 View commit details
    Browse the repository at this point in the history
  21. [GCAL] Create event logic (#269)

    * remote logic
    
    * allow datetimes without timezone
    
    * add calendar settings readonly scope to get tz
    
    * event conversion
    
    * scopes
    
    * revert datetime.time
    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    92de736 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3e3f43d View commit details
    Browse the repository at this point in the history
  23. fix: store last post time

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5c05a74 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5dbc701 View commit details
    Browse the repository at this point in the history
  25. availability test

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    19abc70 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c3336e9 View commit details
    Browse the repository at this point in the history
  27. test: availability

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e4f73fd View commit details
    Browse the repository at this point in the history
  28. daily summary tests (wip)

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9951416 View commit details
    Browse the repository at this point in the history
  29. daily summary test

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a92d545 View commit details
    Browse the repository at this point in the history
  30. fix: merge duplications

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c090410 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ecca739 View commit details
    Browse the repository at this point in the history
  32. lint and test

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6f2b1d7 View commit details
    Browse the repository at this point in the history
  33. goimports

    fmartingr committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    351730c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update server/mscalendar/availability.go

    Co-authored-by: Michael Kochell <[email protected]>
    fmartingr and mickmister authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7c3b63d View commit details
    Browse the repository at this point in the history
  2. remove logges

    fmartingr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d8745f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58e7b9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aac20f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9378ce View commit details
    Browse the repository at this point in the history
  6. Fixed test after bugfix

    fmartingr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b139ac5 View commit details
    Browse the repository at this point in the history
  7. fixed test assertions

    fmartingr committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    08b039e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b240b85 View commit details
    Browse the repository at this point in the history