Commit Graph

914 Commits

Author SHA1 Message Date
0533a68b48 Update configuration.example.ini 2023-05-09 13:15:57 +00:00
b21b54ac9f Fix an option, cleanup typos & wording. 2023-05-09 13:23:36 +03:00
bf321cfda4 chore: update Dockerfile to reduce the image size (#353) 2023-02-20 20:42:42 +01:00
eb4c63db89 fix for git version 2023-01-10 02:24:20 +01:00
8c63d08ffc build(deps): bump loader-utils from 1.4.1 to 1.4.2 in /web (#348)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-10 01:26:08 +01:00
88740822b8 build(deps): bump json5 from 1.0.1 to 1.0.2 in /web (#350)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 14:36:52 +01:00
495114a62c build(deps): bump loader-utils from 1.4.0 to 1.4.1 in /web (#345)
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 21:14:43 +01:00
8a1202bad3 fix(web): fix response to periodic POST requests (#344)
The reason POST requests were being responded to with 400 is that in the
assignment of payload, the request.json member is used if request.form
evaluates as false, but accessing request.json results in an error for
some requests, even though flask docs claim that the value will simply
be `None`.

resolves #339
2022-11-02 20:38:49 +01:00
6f837cd50d Fix crash when you have repository with no tags (like a forked repo) (#343) 2022-09-09 18:48:10 +02:00
f098136747 build(deps): bump terser from 4.8.0 to 4.8.1 in /web (#338)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-20 23:31:24 +02:00
a50a067641 Implementation for setting max volume (#336)
* Added support for creating a max volume

* Fixed db function calls

* Fixed issue with max volume always adjusting volume
2022-07-12 18:13:10 +02:00
0650e7279f Fix getting info with cookies
Merge pull request #328 from Bartkk0/fix-age-restriction
2022-04-03 21:23:41 +02:00
aa6632bc3d Fix getting info with cookies 2022-04-02 00:24:25 +02:00
16f18a57b4 Merge pull request #327 from azlux/dependabot/npm_and_yarn/web/minimist-1.2.6
build(deps): bump minimist from 1.2.5 to 1.2.6 in /web
2022-03-27 00:37:23 +01:00
10d14259e8 build(deps): bump minimist from 1.2.5 to 1.2.6 in /web
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 23:03:38 +00:00
4b2030dcfd forgot the workdir 2022-03-25 16:42:00 +01:00
c750ed93de testing build on raspberry 2022-03-25 16:32:50 +01:00
ff93039345 preparing multi-arch docker image 2022-03-25 12:42:02 +01:00
b0ace7b67a refactor(ysearch): Use youtube-dl cookie file instead of redundant cookie config item. 2022-02-01 21:08:15 -05:00
a0eb5b39c3 fix(config): Define all fallback in configuration.default.ini. 2022-02-01 21:08:15 -05:00
5b632fd88f Merge pull request #320 from azlux/dependabot/npm_and_yarn/web/path-parse-1.0.7
build(deps): bump path-parse from 1.0.6 to 1.0.7 in /web
2022-02-02 02:09:04 +01:00
4deeb067e6 Merge pull request #318 from azlux/dependabot/npm_and_yarn/web/browserslist-4.19.1
build(deps): bump browserslist from 4.14.7 to 4.19.1 in /web
2022-02-02 01:55:10 +01:00
8918b61da5 Merge pull request #319 from azlux/dependabot/npm_and_yarn/web/glob-parent-5.1.2
build(deps): bump glob-parent from 5.1.1 to 5.1.2 in /web
2022-02-02 01:51:01 +01:00
75c46d7a60 build(deps): bump path-parse from 1.0.6 to 1.0.7 in /web
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:48:38 +00:00
14f963a65d build(deps): bump glob-parent from 5.1.1 to 5.1.2 in /web
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:48:14 +00:00
46004e4bc8 build(deps): bump browserslist from 4.14.7 to 4.19.1 in /web
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.7 to 4.19.1.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.7...4.19.1)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:48:10 +00:00
286b96ec22 Merge pull request #317 from azlux/dependabot/npm_and_yarn/web/nanoid-3.2.0
build(deps): bump nanoid from 3.1.23 to 3.2.0 in /web
2022-02-02 01:47:01 +01:00
ffce05c609 build(deps): bump nanoid from 3.1.23 to 3.2.0 in /web
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 00:45:35 +00:00
dd18ce1da0 Adding jpec conversion #314
using ffmpeg as thumbnails postprocessing tool
2022-02-02 01:37:25 +01:00
e9bb9d3489 fix(cmd): Sanitize empty url input for !playlist 2022-01-25 09:21:29 -05:00
37666c7daf feat(config): Detect unexpected config items from config files. 2022-01-21 23:58:49 -05:00
9ba27207ea fix(config): Reorganize 2022-01-21 23:23:25 -05:00
763cc960a6 fix(web): Button display problem after set delete_allowed to False. 2022-01-21 23:22:43 -05:00
81b78fa8e3 feat(config): Moved delete_allowed to [bot] section,
Now it works for both command and web interface.

Implemented #293.
2022-01-21 23:22:43 -05:00
a034d2a85d docs: Update the Matrix channel of Mumble. 2022-01-21 11:12:31 -05:00
508811cd2a Merge pull request #309 from knector01/master
Allow changing bot avatar
2022-01-21 09:40:16 -05:00
89c3131bb7 Merge pull request #308 from KrakatauiHD/master
Fix logfile rotation (small fix)
2022-01-21 09:37:21 -05:00
fd2c41eb9c feat: Add avatar config option 2022-01-20 21:18:02 -07:00
f8a71058f0 make the rotating logsfiles rotating again 2022-01-20 16:08:25 +01:00
6e3b1cb673 fix(web): Random mode was broken.
Fixes #307.
2022-01-17 21:39:49 -05:00
b0542b955e build: Reverted python-magic-bin back to python-magic.
Added special note for macOS users in README.
2022-01-16 09:23:52 -05:00
6afdc78360 fix(web): Directory selection being wrongly ignored while jumping through pages.
Fix #305.
2022-01-15 22:39:47 -05:00
82fa35d4b0 build: Fix python-magic install. 2022-01-15 22:38:34 -05:00
c624c327c3 fix(audio): Fadein not working properly for mono. 2021-12-13 13:40:36 -05:00
02abdd6389 Merge pull request #300 from azlux/ci
fix(CI): OpenSSL problem in Node v17. Switch back to v16.
2021-12-02 09:16:26 -05:00
6005897276 fix(CI): OpenSSL problem in Node v17. Switch back to v16. 2021-12-02 09:13:37 -05:00
7a5e4938a7 Merge pull request #299 from azlux/pause
fix: Music wrongly started if two people left in channel.
2021-12-02 09:10:05 -05:00
3e1f810b0e fix: Music wrongly started if two people left in channel.
Fix #298
2021-12-02 08:31:56 -05:00
9b9b4e40ce upgrade debian base 2021-10-27 02:29:59 +02:00
81ff7c3039 temporary change to yt-dlp
#296 and #297
2021-10-27 02:13:00 +02:00