Bard
fa2de7b10e
ci: use automatic token authentication
2023-12-16 18:34:32 +08:00
actions
d619d742f0
alist: bump to v3.29.1
2023-11-26 06:20:07 +08:00
sbwml
d07f0eb8c9
Revert "alist: bump to v3.29.1"
...
This reverts commit c3b2a36249
.
2023-11-26 06:05:35 +08:00
actions
c3b2a36249
alist: bump to v3.29.1
2023-11-25 15:40:08 +08:00
actions
fd0ad90922
alist: bump to v3.29.0
2023-11-24 19:40:10 +08:00
Bard
f4241779df
go1.21
2023-10-12 16:16:56 +08:00
actions
7439c8d619
alist: bump to v3.28.0
2023-09-22 23:00:13 +08:00
actions
830bb2e1b8
alist: bump to v3.27.0
2023-09-04 00:23:37 +08:00
actions
1d4382cde6
alist: bump to v3.26.0
2023-08-21 15:20:07 +08:00
sbwml
ff70952432
luci-app-alist: use reset password instead of view password
...
* view password has been deprecated in v3.25.1
2023-08-11 17:29:32 +08:00
Bard
683aa2b2e2
alist: add dependency on ca-bundle
2023-08-09 07:05:19 +08:00
actions
68c6f1a8f2
alist: bump to v3.25.1
2023-08-07 20:20:10 +08:00
Bard
38a4a4c733
luci-app-alist: disable syslog
2023-07-31 04:48:23 +08:00
Bard
822d027124
alist: refresh hash
2023-07-31 03:10:46 +08:00
actions
d4f2700361
alist: bump to v3.24.0
2023-07-30 16:00:07 +08:00
actions
a6ccbfc74b
alist: bump to v3.23.0
2023-07-21 21:20:12 +08:00
actions
63cf913fab
alist: bump to v3.22.1
2023-07-16 16:00:08 +08:00
actions
70e790c60f
alist: bump to v3.22.0
2023-07-15 20:40:08 +08:00
actions
2cb520c5a2
alist: bump to v3.21.0
2023-07-11 22:40:08 +08:00
actions
fc777c87fc
alist: bump to v3.20.1
2023-07-11 22:20:08 +08:00
actions
359331dff9
alist: bump to v3.21.0
2023-07-11 22:00:10 +08:00
actions
e19f8ff15b
alist: bump to v3.20.1
2023-07-05 14:03:45 +08:00
Bard
849438033d
luci-app-alist: fix config
2023-07-05 14:03:13 +08:00
sbwml
312818d95f
alist: add patch fix the https listen port (v3.20.0)
2023-07-05 12:34:38 +08:00
sbwml
0622ed57f2
luci-app-alist: update for v3.20.0
2023-07-05 12:34:32 +08:00
actions
fe5e7e8aed
alist: bump to v3.20.0
2023-07-04 21:40:07 +08:00
Bard
e21b777f11
README.md: Update build instructions
2023-06-23 11:53:57 +08:00
sbwml
1e3d272afa
luci-app-alist: hide the MySQL password
2023-06-22 13:09:44 +08:00
Bard
8b15448511
luci-app-alist: fix data_dir
2023-06-22 13:04:33 +08:00
sbwml
bb93e7212f
luci-app-alist: Add MySQL database support
2023-06-22 11:47:05 +08:00
sbwml
01ff544616
luci-app-alist: Add data path setting
2023-06-22 11:16:16 +08:00
sbwml
deeaee4eae
luci-app-alist: add delayed start options
2023-06-22 09:11:58 +08:00
Bard
a5837a2014
luci-app-alist: fix 5339eca
2023-06-18 12:08:22 +08:00
sbwml
5339eca235
luci-app-alist: add site_url
configurable options
2023-06-18 11:41:16 +08:00
sbwml
a86f0ee820
luci-app-alist: allow only one protocol to avoid listening on multiple ports
...
* The introduction of separate HTTP/HTTPS protocols with dedicated ports in alist v3.19.0 is meaningless behavior on OpenWrt.
2023-06-18 11:39:52 +08:00
actions
4c1f9b0f91
alist: bump to v3.19.0
2023-06-17 21:00:08 +08:00
actions
bf8d4d43c1
alist: bump to v3.18.0
2023-05-28 20:00:09 +08:00
Bard
8a2968b85c
Merge pull request #64 from SpeedPartner/master
...
Improve the log page
2023-05-26 23:39:51 +08:00
sbwml
df475d1b57
alist: fix build for openwrt snapshot #68
...
PKG_USE_MIPS16 has been deprecated by OpenWrt Snapshots
2023-05-26 23:06:22 +08:00
sbwml
ef55fcb060
alist: fix compilation with musl 1.2.4
...
* musl-1.2.4: On the API level, the legacy "LFS64" ("large file support") interfaces, which were provided by macros remapping them to their standard names (`#define stat64 stat` and similar) have been deprecated and are no longer provided under the `_GNU_SOURCE` feature profile, only under explicit `_LARGEFILE64_SOURCE`. The latter will also be removed in a future version. Builds broken by this change can be fixed short-term by adding `-D_LARGEFILE64_SOURCE` to `CFLAGS`, but should be fixed to use the standard interfaces.
2023-05-17 22:29:46 +08:00
sbwml
a04eeea555
install.sh: support libc 32/64 time
2023-05-15 16:49:41 +08:00
sbwml
72c5c0cce0
ci: re-add openwrt-21.02 sdk
2023-05-15 16:03:58 +08:00
sbwml
d2ff7f4526
alist: bump to v3.17.0
2023-05-14 17:20:07 +08:00
sbwml
1e6669495a
alist: Makefile: tidy code
2023-05-07 09:49:36 +08:00
sbwml
9063f7e03c
luci-app-alist: Limit token_expires_in
minimum
2023-05-07 09:46:35 +08:00
SpeedPartner
7af0cda04e
Replace ASCII symbols that cannot be displayed in the logs
...
Before:
[36mINFO[0m[2023-05-06 01:46:19] build index for: [/]
After:
🔧 [36mINFO🔧 [0m[2023-05-06 01:46:19] build index for: [/]
2023-05-06 22:20:52 +08:00
SpeedPartner
62120eb0fe
Scroll to the bottom only once when get the log
2023-05-05 00:17:52 +08:00
sbwml
89407d2ef5
alist: bump to v3.16.3
2023-04-28 00:20:08 +08:00
sbwml
5055007ea6
alist: bump to v3.16.2
2023-04-27 22:00:09 +08:00
sbwml
8805cf7e60
alist: bump to v3.16.1
2023-04-26 23:00:08 +08:00