Commit Graph

355 Commits

Author SHA1 Message Date
nikk gitanes
45e4ec054a go get -u && gofumpt -w 2024-02-26 18:35:19 +03:00
nikk gitanes
c3218b0ea1 go1.20 compat slices 2024-02-22 06:12:33 +03:00
Viacheslav Evseev
b50e5a381e isolate web pages auth logic 2024-02-22 05:53:55 +03:00
Viacheslav Evseev
3695797f74 return missing "/search" and "/site.webmanifest" router 2024-02-22 02:40:54 +03:00
Viacheslav Evseev
c3f89042f9 Refactor auth code 2024-02-22 01:50:03 +03:00
nikk gitanes
f2dea39405 Update stream.go 2024-02-18 10:35:04 +03:00
Alexey D. Filimonov
5e71af9751 Move wipe to server side. Add UI unsafe buttons (#355)
* move 'remove all' function to server side ('wipe')

* add UnsafeButton to RemoveAll and CloseServer webui
2024-02-15 09:14:58 +03:00
nikk gitanes
97b7f527ff update msx doc 2024-02-03 22:51:12 +03:00
nikk gitanes
efb17ee48d Update download.go 2024-02-03 10:40:14 +03:00
nikk gitanes
9d03b777f5 fix api docs and cosmetics 2024-02-03 01:12:40 +03:00
yourok
e88586a178 update web 2024-01-25 20:34:14 +03:00
yourok
7d56a8bece Merge remote-tracking branch 'origin/master'
# Conflicts:
#	server/web/pages/template/route.go
2023-12-25 19:29:13 +03:00
yourok
3c6a9155c3 update web 2023-12-25 19:28:12 +03:00
nikk gitanes
37438744c6 update missinggo 2023-12-24 21:46:38 +03:00
yourok
4a3e23b831 update web 2023-11-27 19:21:45 +03:00
nikk gitanes
8d23c1e651 use backported metainfo package 2023-11-14 11:41:02 +03:00
nikk gitanes
ffdd20a019 add ssl options to web 2023-11-13 10:53:28 +03:00
cocool97
b72c66d433 Add openapi API documentation (#294)
* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Initial version

- Add OpenAPI documentation generator
- Update README.md to remove endpoint documentations

* Adds new endpoints

- Fixes build with swag
- Adds new endpoints

* Adds more endpoints documentation

- Also removes swag from Dockerfile and build script

* Finally adds all endpoints documentation

* Update README (#1)

* Update README

I completely redid the `README.md`. Now it's much easier to read and understand.

---------

Co-authored-by: cocool97 <34218602+cocool97@users.noreply.github.com>

* Improves documentation

* Delete server/config.db

* Update README.md

* Update README.md

* fix download in api docs

* add api docs to web

---------

Co-authored-by: Shadeov <144587546+shadeov@users.noreply.github.com>
Co-authored-by: nikk gitanes <tsynik@gmail.com>
2023-11-13 09:59:23 +03:00
nikk gitanes
a0430af13a update web 2023-11-13 04:04:12 +03:00
nikk gitanes
a736d08701 change ssl port type in DB and fix apply 2023-11-13 02:56:36 +03:00
nikk gitanes
52e1ab9cca disable https for dlna and fic certs path 2023-11-13 02:56:25 +03:00
Evgeni
a91e6eb11b Added Https service. Fix for #188 How enable https? (#312)
* https service added on port 8091 default

* https port check

* format

* readme

* readme

* readme

* readme

---------

Co-authored-by: evfedoto <evfedoto@cisco.com>
Co-authored-by: nikk <tsynik@gmail.com>
2023-11-13 02:50:11 +03:00
yourok
2731ca2747 update web 2023-10-31 16:08:21 +03:00
nikk gitanes
77af528f92 Merge branch 'master' into old-engine 2023-10-31 05:06:34 +03:00
nikk gitanes
1e7228550b add m3u8 check in fname
and handle missing fname in streamNoAuth also
2023-10-31 02:33:46 +03:00
yourok
c1e3b64426 fix double ext m3u 2023-10-30 10:45:58 +03:00
nikk gitanes
64ae3b8f1c also for stream 2023-10-13 17:38:41 +03:00
nikk gitanes
0d413b2917 add fname handle to playlist api 2023-10-13 17:28:12 +03:00
yourok
b607ab1742 update web 2023-10-10 17:52:10 +03:00
nikk gitanes
7f9368bc59 go get -u github.com/anacrolix/torrent
bump torrent v1.53.1 release and update web
2023-10-10 17:05:27 +03:00
nikk gitanes
46df735e91 update static web 2023-10-09 00:28:17 +03:00
nikk gitanes
3146abfde3 update static web 2023-10-08 23:47:04 +03:00
nikk gitanes
8c8fe1848e update static web and fix merge 2023-10-05 03:56:16 +03:00
nikk gitanes
1849990ee9 update web 2023-09-05 02:16:10 +03:00
nikk gitanes
01b678fe20 update and bump ver for tag 2023-08-23 18:26:40 +03:00
nikk gitanes
acbe8148f4 Merge branch 'master' into old-engine 2023-08-23 18:15:48 +03:00
yourok
80187393f5 update web 2023-08-15 12:16:35 +03:00
yourok
6893b6e677 update web 2023-08-15 11:47:41 +03:00
nikk gitanes
fa4470860a update static web 2023-08-15 01:23:08 +03:00
nikk gitanes
8f8494295f update utp server settings hint + cosmetics 2023-08-14 21:43:57 +03:00
nikk gitanes
e538ded3cc Exit on BTS.Connect() error 2023-08-10 13:11:42 +03:00
nikk gitanes
51a03a63ff add BTS.Connect() error logging 2023-08-08 17:52:17 +03:00
nikk gitanes
1e1985251a update web and bump ver for tag 2023-07-11 19:06:07 +03:00
nikk gitanes
1d875b57b2 remove refs to deprecated io/ioutil 2023-07-10 03:14:53 +03:00
nikk gitanes
ec305dd28d update static web 2023-06-02 14:43:02 +03:00
nikk gitanes
48445749e3 Merge branch 'master' into old-engine 2023-06-02 14:40:57 +03:00
yourok
2be91ac0d3 update web 2023-06-02 14:08:52 +03:00
nikk gitanes
4b1b325b5c bump ver for tag and update web 2023-05-27 19:10:25 +03:00
nikk gitanes
c9e3f34b38 update static web 2023-05-12 08:39:38 +03:00
nikk gitanes
1ed99e7abb Merge branch 'master' into old-engine 2023-05-12 08:34:57 +03:00