Commit Graph

257 Commits

Author SHA1 Message Date
nikk gitanes
785abc38f9 change expired time logic 2024-06-04 00:42:49 +03:00
nikk gitanes
95e241b430 add ResponsiveMode option 2024-06-03 19:03:44 +03:00
guangwu
34e4aa8a77 fix: close resp body (#404) 2024-05-21 19:26:45 +03:00
Oleg Shitikov
92e8063d39 fix AddExpiredTime function (#392) 2024-05-13 16:14:04 +03:00
nikk gitanes
7179c4a85f don't override torrent timestamp on edit 2024-05-12 19:02:04 +03:00
nikk gitanes
d71d584425 Update apihelper.go 2024-05-12 06:09:41 +03:00
nikk gitanes
7a5d22b8bf fix data override on torrent edit via web 2024-04-12 11:27:08 +03:00
LIAUD Corentin
c8e02deefd Bug fix + UI improvment
- Fixes Bug when loading torrent category from cache
- UI: Do not display category if not provided
2024-04-06 13:28:21 +02:00
nikk gitanes
de8137bfbf update web for categories 2024-04-06 05:14:27 +03:00
LIAUD Corentin
a7417a221a Final work to add torrents categories 2024-03-24 16:13:33 +01:00
cocool97
28e24de557 Merge branch 'master' into 230-torrents-category 2024-03-24 14:28:31 +01:00
nikk gitanes
45e4ec054a go get -u && gofumpt -w 2024-02-26 18:35:19 +03:00
yourok
8a2b259388 Merge remote-tracking branch 'origin/master' 2024-02-24 11:04:41 +03:00
yourok
fb982aa110 change to use readers 2024-02-24 11:04:33 +03:00
nikk gitanes
26e7956ef9 reformat peers info 2024-02-22 10:38:14 +03:00
Константин
cbf7764d08 Correct sorting of strings containing numbers without leading zeros (#357)
Co-authored-by: Konstantin Kayukin <t_kkayukin@admarketplace.com>
2024-02-16 22:01:03 +03:00
nikk gitanes
5659445972 add -m option 2024-02-09 00:57:30 +03:00
nikk gitanes
b46f996a3d Squashed commit of the following:
commit 218d84b7905d23dce3c8f842ed78b8eac8ea9580
Author: nikk gitanes <tsynik@gmail.com>
Date:   Mon Feb 5 01:10:19 2024 +0300

    add read-only DB logging

commit 826fde8e8444a9169afeb7f777e1803fcf6bd435
Author: nikk gitanes <tsynik@gmail.com>
Date:   Sat Feb 3 22:50:19 2024 +0300

    update msx doc

commit 98b7d61bd98269b0e456cb71a5d50a8f98203aba
Merge: 490ee26 963c7da
Author: nikk gitanes <tsynik@gmail.com>
Date:   Sat Feb 3 11:21:45 2024 +0300

    Merge branch 'master' into jsondb

commit 490ee26d3f14316cb1ad3b872ebe408a5aa2a91b
Merge: 83c7ed1 efb17ee
Author: nikk gitanes <tsynik@gmail.com>
Date:   Sat Feb 3 10:50:41 2024 +0300

    Merge branch 'master' into jsondb
2024-02-06 12:44:49 +03:00
nikk gitanes
9d03b777f5 fix api docs and cosmetics 2024-02-03 01:12:40 +03:00
yourok
ed8620fe47 revert ro on remove 2024-01-08 19:19:14 +03:00
yourok
6ac8e1b84e fix remove cache on disk on reading torrent 2024-01-08 19:16:00 +03:00
yourok
068de3c565 disable close torrent on reading it 2024-01-08 18:24:48 +03:00
nikk gitanes
ba3b8f0f02 don't allow remove torrents in readOnly DB mode 2024-01-06 02:54:39 +03:00
nikk gitanes
37438744c6 update missinggo 2023-12-24 21:46:38 +03:00
LIAUD Corentin
8c92856595 Add category associated to each torrent 2023-11-22 14:08:10 +01: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
nikk gitanes
6b27c0f4ed Update torrent.go 2023-10-31 11:51:24 +03:00
nikk gitanes
9db9bda0c5 fix lock 2023-10-31 09:05:49 +03:00
nikk gitanes
6cdd121d65 use fixed RA and change load limit according to connections
MatriX.127
2023-10-31 08:15:47 +03:00
nikk gitanes
77af528f92 Merge branch 'master' into old-engine 2023-10-31 05:06:34 +03:00
yourok
dfde29f178 fix read a head 2023-10-24 22:03:42 +03:00
nikk gitanes
c064bffbc2 go get -u github.com/gin-gonic/gin 2023-10-05 04:34:40 +03:00
nikk gitanes
6fee72461f go get -u && gofumpt 2023-10-05 04:01:00 +03:00
nikk gitanes
8c8fe1848e update static web and fix merge 2023-10-05 03:56:16 +03:00
nikk gitanes
b6531aadd9 Merge branch 'master' into old-engine 2023-10-05 03:48:16 +03:00
yourok
dd26ff3d5f fix nil piece 2023-08-27 21:46:20 +03:00
nikk gitanes
e480ecb093 add torrent storage capacity func 2023-08-27 02:38:43 +03:00
nikk gitanes
acbe8148f4 Merge branch 'master' into old-engine 2023-08-23 18:15:48 +03:00
nikk gitanes
8f8494295f update utp server settings hint + cosmetics 2023-08-14 21:43:57 +03:00
nikk gitanes
afcd76d7fc use random torrent port in auto mode
this can help port forward overlap with more than one torrserver instance on local network
2023-08-10 13:36:54 +03:00
nikk gitanes
b355c95296 Update torrent.go 2023-08-06 11:19:06 +03:00
nikk gitanes
1d875b57b2 remove refs to deprecated io/ioutil 2023-07-10 03:14:53 +03:00
nikk gitanes
48445749e3 Merge branch 'master' into old-engine 2023-06-02 14:40:57 +03:00
nikk gitanes
665324c55d enable webseeds support and bump ver for tag 2023-05-20 19:18:20 +03:00
nikk gitanes
ea4493462f bump ver for tag 2023-05-20 17:11:37 +03:00
nikk gitanes
1ed99e7abb Merge branch 'master' into old-engine 2023-05-12 08:34:57 +03:00
nikk gitanes
a42e740041 fix default config persistence 2023-05-11 05:19:35 +03:00
nikk gitanes
59bcfe3843 add gif and webp support to imageChecker 2023-05-03 00:32:50 +03:00
nikk gitanes
80d85f1399 Merge branch 'master' into old-engine 2023-04-09 11:31:03 +03:00
nikk gitanes
98a3b2b065 Update cache.go 2023-04-09 11:30:30 +03:00