aboutsummaryrefslogtreecommitdiff
path: root/net/ariang
Commit message (Collapse)AuthorAge
* AriaNg: bump 1.3.2 to 1.3.6Ariel Xiong2023-12-04
| | | | | | | | | | | | | | | | | | Fix the problem that cannot create new task after clearing checksum option Other bug fix and user interface optimization Support overriding aria2 global settings with empty content when create new download task (#712) Other bug fix and user interface optimization Update Traditional Chinese translation (#705, thx @ChiaYen-Kan) Other bug fix and user interface optimization Add check-integrity to task settings tab (#693, thx @raytrap) Fix a spelling mistake (#696, thx @rusq) fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files. Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* ariang: update to 1.3.2van waholtz2022-11-16
| | | | Signed-off-by: van waholtz <brvphoenix@gmail.com>
* ariang: update to 1.2.4Van Waholtz2022-08-16
| | | | | | Changelog: https://github.com/mayswind/AriaNg/releases Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* ariang: update to 1.2.3Rosen Penev2021-12-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ariang: update to 1.2.2Van Waholtz2021-06-16
| | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* ariang: update to 1.2.1Van Waholtz2021-06-13
| | | | | | Use original main repo's releases instead Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* ariang: add title and shortcut iconsVan Waholtz2020-11-29
| | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* ariang: update to 1.1.17Rosen Penev2020-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ariang: update to 1.1.6Rosen Penev2020-06-13
| | | | | | Small adjustments for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ariang: use new configuration of NginxPeter Stadler2020-02-04
| | | | | | Remove the superfluous parts of the uci-defaults file. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* ariang: rename nginx configuration filePeter Stadler2020-02-02
| | | | | | This makes the ariang-nginx ready for Nginx using the conf.d directory. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* ariang: update to 1.1.4DENG Qingfang2019-12-14
| | | | | | Update ariang to 1.1.4 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* ariang: update to 1.1.1Deng Qingfang2019-06-06
| | | | | | | Update ariang to 1.1.1 Also switch to codeload Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* ariang: update to 1.1.0Deng Qingfang2019-04-30
| | | | | | Update AriaNg to latest release 1.1.0 Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* ariang: bump to latest releaseAnsuel Smith2018-11-23
| | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ariang: fix nginx support script logicAnsuel Smith2018-09-03
| | | | | | Currently the uci-defaults script doesn't check if the rule is already present. This prevent any problem related by this. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ariang: add nginx support and updateAnsuel Smith2018-08-26
| | | | | | This adds nginx support for ariang webui and update it to latest commit. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ariang: add ariang-nginx metapackageAnsuel Smith2018-06-11
| | | | | | Permit to install a version of ariang with nginx as webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ariang: Bump to latest versionAnsuel Smith2018-05-31
| | | | | | This upgrade ariang webui to latest version Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* ariang: add new packageAnsuel Smith2018-02-27
Modern webui for aria2 package Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>