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

Update from main repo #16

Merged
merged 33 commits into from
May 10, 2020
Merged

Update from main repo #16

merged 33 commits into from
May 10, 2020

Commits on Apr 7, 2019

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

Commits on Apr 12, 2019

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

Commits on Apr 28, 2019

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

Commits on Apr 29, 2019

  1. Clamp timeouts to 1 day

    calzoneman committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    60c348a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

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

Commits on May 25, 2019

  1. Fix #813

    calzoneman committed May 25, 2019
    Configuration menu
    Copy the full SHA
    6b2dfa4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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

Commits on Jun 9, 2019

  1. add autoplay attribute to custom embed iframe tag, so autoplay works …

    …as expected
    
    calzone said i should make a pull request. so here it is.
    it would be great if 'allow="autoplay"' attribute is added to the generated iframe for custom embeds.
    so autoplay works as expected.
    mrx1983 authored and calzoneman committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    959ef89 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Update nodemailer

    calzoneman committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    5c51d73 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. deps: bump cytubefilters

    calzoneman committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    77b7af7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Add kick logline (#821)

    calzoneman committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    27e8885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec3eab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f9fee View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    c4a1d4b View commit details
    Browse the repository at this point in the history
  2. Fix #822

    calzoneman committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    06b3916 View commit details
    Browse the repository at this point in the history
  3. Fix migrator (#831)

    calzoneman committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b0b22a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    9aa73be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d3c90f View commit details
    Browse the repository at this point in the history
  3. Upgrade knex

    calzoneman committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    40b5a0f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. update button labels (#839)

    Update video search button labels to use a consistent verb.
    Olie440 authored and Xaekai committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    842d0bb View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

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

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    58e4e09 View commit details
    Browse the repository at this point in the history
  2. Add missed file

    calzoneman committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    46311bd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Add YouTube cache table

    calzoneman committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    b80a532 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

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

Commits on Feb 16, 2020

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

Commits on Mar 17, 2020

  1. Add tabcompletion for PMs

    kr4ssi@tuta.io authored and calzoneman committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d235892 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Configuration menu
    Copy the full SHA
    5a386d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fd8f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47bb3e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Fix channel password prompt

    Add zin param to allow explicit z-index in JS generated dialog boxes.
    Give needpass dialog explicit z-index
    Xaekai authored and calzoneman committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    a53f65a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

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

Commits on Apr 17, 2020

  1. Replace userlist visibility check logic (#859)

    * Replace visibility check logic
    
    JQuery queries using getComputedStyle, which makes it impossible to change userlist behavior using CSS. This replaces the check with a direct style="" value check so the JS does not trip up if any CSS customizations to the list visibility were made.
    
    Co-authored-by: Algoinde <algoinde@gmail.com>
    Xaekai and Algoinde committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8836561 View commit details
    Browse the repository at this point in the history