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

Bump protobuf from 4.21.2 to 4.21.6 #102

Open
wants to merge 480 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    9d9d713 View commit details
    Browse the repository at this point in the history
  2. fixed some whitespace

    percidae authored and mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    0b39555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    652be5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd5be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1517b2 View commit details
    Browse the repository at this point in the history
  6. Drop unneeded import

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9b879a7 View commit details
    Browse the repository at this point in the history
  7. Bump django to 2.2

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    67e729e View commit details
    Browse the repository at this point in the history
  8. Update urlpatterns

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b638bbb View commit details
    Browse the repository at this point in the history
  9. Fix foreign keys

    Foreign keys now require an explicit specification of on_delete. Set it
    to CASCADE which matches the existing behavior.
    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    900cd13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc7274d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6be50f5 View commit details
    Browse the repository at this point in the history
  12. Move templates to APP_DIR, migrate to TEMPLATES

    Template handling will change in django 1.10, so prepare for that.
    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5d769b8 View commit details
    Browse the repository at this point in the history
  13. Add a first test case

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    294b164 View commit details
    Browse the repository at this point in the history
  14. Fix event view

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    82ab6a2 View commit details
    Browse the repository at this point in the history
  15. Fix timezone for Event_Days

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    08c8855 View commit details
    Browse the repository at this point in the history
  16. Add tests for views.event

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d57c28d View commit details
    Browse the repository at this point in the history
  17. Add tests for progress bars

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    52c0910 View commit details
    Browse the repository at this point in the history
  18. Add more test cases

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    c9749ce View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e11dafe View commit details
    Browse the repository at this point in the history
  20. Fix timezone warning

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    4cb9b01 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ec3cac8 View commit details
    Browse the repository at this point in the history
  22. Add travis-ci support

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    05552ed View commit details
    Browse the repository at this point in the history
  23. Fix redirects

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    bed5049 View commit details
    Browse the repository at this point in the history
  24. Add context processors

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e92b047 View commit details
    Browse the repository at this point in the history
  25. Fix .travis.yml

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5b6d008 View commit details
    Browse the repository at this point in the history
  26. Update README

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d5d5e02 View commit details
    Browse the repository at this point in the history
  27. Add tests for subtitle update

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    49e5cf6 View commit details
    Browse the repository at this point in the history
  28. Extend some tests

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5719177 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a3d0fb9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    133ee40 View commit details
    Browse the repository at this point in the history
  31. Move remaining templates

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    adba589 View commit details
    Browse the repository at this point in the history
  32. Fix tests

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f50c641 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    48e5cb9 View commit details
    Browse the repository at this point in the history
  34. Move new templates

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    576ed08 View commit details
    Browse the repository at this point in the history
  35. Fix config parsing

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    41b56cf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1325c32 View commit details
    Browse the repository at this point in the history
  37. Fix tests with django 2.1

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    0c188d7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9c98d03 View commit details
    Browse the repository at this point in the history
  39. Test more python versions

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    79a7fc0 View commit details
    Browse the repository at this point in the history
  40. Bump build environment

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    0caf5db View commit details
    Browse the repository at this point in the history
  41. Add more factories

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    750fed8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0b31d51 View commit details
    Browse the repository at this point in the history
  43. Fix tests on django-2.2

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d870bf2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    46f848d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0efa146 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    497216a View commit details
    Browse the repository at this point in the history
  47. Update test fixture

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    79527b4 View commit details
    Browse the repository at this point in the history
  48. Fix static URLs in DEBUG mode

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5367f30 View commit details
    Browse the repository at this point in the history
  49. Add transformation tests

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    274c8e3 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    adbd331 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a5249d4 View commit details
    Browse the repository at this point in the history
  52. Rename test fixtures

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    5799ea7 View commit details
    Browse the repository at this point in the history
  53. Fix sbv-alignment test cases

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ebf9b94 View commit details
    Browse the repository at this point in the history
  54. Add more test cases

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    3d6acb5 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    654238f View commit details
    Browse the repository at this point in the history
  56. Fix test autodiscovery

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    d7ba3a9 View commit details
    Browse the repository at this point in the history
  57. Fix obsolete import

    mmarx committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ff81d60 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Remove broken autorolead

    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d1d76ee View commit details
    Browse the repository at this point in the history
  2. Fix correct import for sleep()

    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    3f3a034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edfbe7e View commit details
    Browse the repository at this point in the history
  4. Bump dependencies

    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d79b63b View commit details
    Browse the repository at this point in the history
  5. Init github actions

    ThoreKr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    ea3544b View commit details
    Browse the repository at this point in the history
  6. New test badge

    ThoreKr committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    b605201 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #75 from ThoreKr/gh-action

    GH Actions
    mmarx authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a383d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfbe498 View commit details
    Browse the repository at this point in the history
  9. Allow dev as host

    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    e30d292 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f22f3b View commit details
    Browse the repository at this point in the history
  11. Update static files to new django version

    Signed-off-by: Maximilian Marx <[email protected]>
    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    af071bb View commit details
    Browse the repository at this point in the history
  12. Fix syntax errors in templates

    mmarx committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a74de66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0225a1e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Configuration menu
    Copy the full SHA
    7f7aba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c7e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd8cb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

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

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    65049ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e47054c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab61e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0140f0 View commit details
    Browse the repository at this point in the history
  5. Fixed some spelling mistakes

    percidae committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    479d592 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baba469 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

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

Commits on Feb 17, 2021

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

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    09aef80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21aaea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05e00cb View commit details
    Browse the repository at this point in the history
  4. Added functionality and flags to release and remove draft subtitle fi…

    …les with and without disclaimer
    percidae committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8406793 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7085c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9bdcfb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bcf470 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Bug fix forgotten db query to get the right subtitles which need a dr…

    …aft release or removal
    percidae committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    5c8b1f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1519bf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8f1bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad9811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    677614f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef88751 View commit details
    Browse the repository at this point in the history
  7. Some changes to the view for the media export to improve compatibilit…

    …y with media and to release drafts
    percidae committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    46efa5e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    c257b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aafd0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529d5f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd068d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fdcdbd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Minor syntax error bugfix

    percidae committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    531300b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21445da View commit details
    Browse the repository at this point in the history
  3. Improved the display of the last changed timestamp for a subtitle in …

    …the view onto all talks of an event
    percidae committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    9e74f66 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    5eb9c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af2df78 View commit details
    Browse the repository at this point in the history
  3. Amara API address update

    percidae committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    258c6e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

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

Commits on Mar 2, 2021

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

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    5a798ec View commit details
    Browse the repository at this point in the history
  2. Fixed some tabs and spaces

    percidae committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    59bc045 View commit details
    Browse the repository at this point in the history
  3. First draft of a dashboard

    percidae committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    e02b59c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dddf320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ed330 View commit details
    Browse the repository at this point in the history
  6. Bugfix, wrong variable

    percidae committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    f7e314e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa08144 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. More dashboard updates

    percidae committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    7f3be45 View commit details
    Browse the repository at this point in the history
  2. More dashboard updates

    percidae committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1574cf6 View commit details
    Browse the repository at this point in the history
  3. More dashboard updates

    percidae committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    19be673 View commit details
    Browse the repository at this point in the history
  4. More dashboard updates

    percidae committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    78fe7fc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. More dashboard updates

    percidae committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0a686f4 View commit details
    Browse the repository at this point in the history
  2. More dashboard updates

    percidae committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    47e5ea3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Mar 13, 2021

  1. Configuration menu
    Copy the full SHA
    045cb43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac521c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eab1e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4861300 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5445fd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7d882 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    a44c11f View commit details
    Browse the repository at this point in the history
  2. Changed update interval to a DurationField and changed amara update i…

    …ntervals to a more adaptive schedule
    percidae committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5660d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d9cd4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4e681b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd694cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b056700 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b765b6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27c712d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

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

Commits on Apr 7, 2021

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

Commits on May 12, 2021

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

Commits on Jun 6, 2021

  1. Added the IRC channel to the talk not found page since the rocket cha…

    …t currently doesn't allow new logins.
    percidae committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    86310ed View commit details
    Browse the repository at this point in the history
  2. Spelling mistakes fixed

    percidae committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    22cf4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. More characters for 'schedule_version' due to bigger version names fo…

    …r stitched together fahrplan files
    percidae committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    c9e474c View commit details
    Browse the repository at this point in the history
  2. More characters for 'track'

    percidae committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    a884ea8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    73a8c6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee06f45 View commit details
    Browse the repository at this point in the history
  3. Add basic flake

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    f022199 View commit details
    Browse the repository at this point in the history
  4. Package django-account

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    17a3f1c View commit details
    Browse the repository at this point in the history
  5. Package django-extensions

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    c4eaa27 View commit details
    Browse the repository at this point in the history
  6. Drop django-urlauth

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    610f09c View commit details
    Browse the repository at this point in the history
  7. Package kanboard API client

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a5af164 View commit details
    Browse the repository at this point in the history
  8. Fix devshell

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    babb4cf View commit details
    Browse the repository at this point in the history
  9. Add DB configuration to shell

    mmarx committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    e18dd53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    193b156 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

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

Commits on Jan 3, 2022

  1. Update trint_api_helper.py

    Changed the function for trint to get a transcript to partial running in a thread which doesn't block the rest of the function. Pulling for the result no longer blocks the command line or web interface.
    percidae authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    88b302b View commit details
    Browse the repository at this point in the history
  2. Update admin.py

    Updated the Trint-Transcript option in django-admin to work.
    percidae authored Jan 3, 2022
    Configuration menu
    Copy the full SHA
    b51cfc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e5c39 View commit details
    Browse the repository at this point in the history
  4. With broken template processor

    ThoreKr authored and mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    f9e0085 View commit details
    Browse the repository at this point in the history
  5. Add updated requirements.txt

    ThoreKr authored and mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    34d1dc0 View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    ThoreKr authored and mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8853d96 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56ffead View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    69f290d View commit details
    Browse the repository at this point in the history
  9. Allow django 3.2.*

    mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    bbfde9b View commit details
    Browse the repository at this point in the history
  10. Update requirements.txt

    mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    fb0f8bf View commit details
    Browse the repository at this point in the history
  11. Revert "Move factory-boy & faker to dev dependencies"

    This reverts commit fe9abfd.
    mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    e1e072d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    289597b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c3da28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f523aa View commit details
    Browse the repository at this point in the history
  15. Fix admin checkbox import

    ThoreKr authored and mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    985f551 View commit details
    Browse the repository at this point in the history
  16. Fix trint admin task

    percidae authored and mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    38ab5fa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f7c98e View commit details
    Browse the repository at this point in the history
  18. Add statistics script

    mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    4070693 View commit details
    Browse the repository at this point in the history
  19. Update admin static files

    Signed-off-by: Maximilian Marx <[email protected]>
    mmarx committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    fcf1db3 View commit details
    Browse the repository at this point in the history
  20. Admin interface for 'talk' now also shows the trint key and can be fi…

    …ltered by the trint key
    percidae committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    1f415bb View commit details
    Browse the repository at this point in the history
  21. Added a webhook for Trint to receive the finished transcripts and sen…

    …d an email with the finished transcript
    percidae committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    6120acd View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Fix auth urls

    mmarx committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    9fd7973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f2c53 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 12, 2022

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

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    661ad30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328d370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa54bb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53bd603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b462b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b18e403 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27ba539 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec1aea6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59eea38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f116143 View commit details
    Browse the repository at this point in the history
  11. New function for model talk which can be used to send notifications v…

    …ia twitter, mastodon and rocket chat when the talk has a transcript available
    percidae committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    fed5556 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be94c52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d6a305 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26ea85f View commit details
    Browse the repository at this point in the history
  15. Notifications helper library

    percidae committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    b0f6d6d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b154eaf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    66b168e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    83c48c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    f6a9182 View commit details
    Browse the repository at this point in the history
  2. Release a draft subtitle file which is downloaded from trint, when th…

    …e transcript from trint is finished processing
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    92f1d64 View commit details
    Browse the repository at this point in the history
  3. Extended the get_trint_transcript function with several parameters e.…

    …g. for sending an email
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6849efb View commit details
    Browse the repository at this point in the history
  4. Extended the get_trint_transcript function with several parameters e.…

    …g. for sending an email
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    64bd67a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ead1ae View commit details
    Browse the repository at this point in the history
  6. New Subtitle class function which releases a file or a string as draf…

    …t subtitle for a talk
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    1fc15d9 View commit details
    Browse the repository at this point in the history
  7. Configure Subitlte class function to set the new flag with the right …

    …default values or reset values
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    becff91 View commit details
    Browse the repository at this point in the history
  8. media_export has a new column which informs about the source of the d…

    …raft subtitles if there are drafts available which are not human made
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    9cef199 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5551a42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8d9b17 View commit details
    Browse the repository at this point in the history
  11. Make sure that a talk where one subtitle is worked on has a very low …

    …amara update interval
    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    52b2dab View commit details
    Browse the repository at this point in the history
  12. Minor comment addition

    percidae committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    75901b2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de1ca1c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

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

Commits on Jan 16, 2022

  1. Bugfix: Change amara update function to recognize Subtitles with only…

    … changed complete flag
    percidae committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    063f809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d706b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05fcd92 View commit details
    Browse the repository at this point in the history
  4. Bugfix spelling mistake

    percidae committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    717e5e3 View commit details
    Browse the repository at this point in the history
  5. Bugfix, spelling mistake

    percidae committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    c8b4a1d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

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

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    9fa794f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eddeba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    673128b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    18a4ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591b8f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Add poetry to flake

    mmarx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    78bf5a0 View commit details
    Browse the repository at this point in the history
  2. Add mastodon.py to dependencies

    mmarx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8d0ea1e View commit details
    Browse the repository at this point in the history
  3. Only import notifications_bot_helper on demand

    Don't require the notifications_bot_helper import to succeed when none
    of the functions are called, which prevents running the tests and
    development server without having secrets for all the notification
    channels configured.
    mmarx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    416207c View commit details
    Browse the repository at this point in the history
  4. Drop external requests

    mmarx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b4803ac View commit details
    Browse the repository at this point in the history
  5. Move DOCTYPE to the front

    mmarx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    35dba20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2846fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d3d9ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c103bb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d320de View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Bump django from 3.2.11 to 3.2.12

    Bumps [django](https://github.com/django/django) from 3.2.11 to 3.2.12.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@3.2.11...3.2.12)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mmarx committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4a9c71f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    4840da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ed925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a1f961 View commit details
    Browse the repository at this point in the history
  4. flake.lock: Update

    Flake lock file changes:
    
    • Updated input 'flake-compat':
        'github:edolstra/flake-compat/12c64ca55c1014cdc1b16ed5a804aa8576601ff2' (2021-08-02)
      → 'github:edolstra/flake-compat/b7547d3eed6f32d06102ead8991ec52ab0a4f1a7' (2022-01-03)
    • Updated input 'flake-utils':
        'github:numtide/flake-utils/74f7e4319258e287b0f9cb95426c9853b282730b' (2021-11-28)
      → 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07)
    • Updated input 'nixpkgs':
        'github:NixOS/nixpkgs/04bd2d1a4700907997be007a2a8f39edd59dac24' (2021-12-26)
      → 'github:NixOS/nixpkgs/47cd6702934434dd02bc53a67dbce3e5493e33a2' (2022-03-04)
    • Updated input 'poetry2nix':
        'github:nix-community/poetry2nix/61690e96eb9b5d4f1438cbe4bccbc85360452cc7' (2021-12-26)
      → 'github:nix-community/poetry2nix/69cc39aa3b84c57eebc202b591c5876429e569a7' (2022-02-17)
    mmarx committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    a8b7759 View commit details
    Browse the repository at this point in the history
  5. Update requirements.txt

    mmarx committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    9443fc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eb3da8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4568f0b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Bump django from 3.2.12 to 3.2.14

    Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.14.
    - [Release notes](https://github.com/django/django/releases)
    - [Commits](django/django@3.2.12...3.2.14)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mmarx committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7808a21 View commit details
    Browse the repository at this point in the history
  2. Bump lxml from 4.7.1 to 4.9.1

    Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.9.1.
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-4.7.1...lxml-4.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mmarx committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    46d7aa9 View commit details
    Browse the repository at this point in the history
  3. Bump dependencies

    mmarx committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7498dd4 View commit details
    Browse the repository at this point in the history
  4. Update flake

    - Move to nixpkgs-22.05
    - Prefer flake-utils-plus over flake-utils
    - Drop flake-compat
    - Prefer nix-direnv over lorri
    mmarx committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    5911f2a View commit details
    Browse the repository at this point in the history
  5. Update .gitignore

    mmarx committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    71c39cd View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Bump protobuf from 4.21.2 to 4.21.6

    Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.21.2 to 4.21.6.
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
    - [Commits](https://github.com/protocolbuffers/protobuf/commits)
    
    ---
    updated-dependencies:
    - dependency-name: protobuf
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    f9c2181 View commit details
    Browse the repository at this point in the history