1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Commit graph

5680 commits

Author SHA1 Message Date
Tagada
5aa7a0f5df
Merge pull request #2039 from Salamandar/fix_double_slash
autoupdater: Fix double slash in gitlab and gitea forges
2024-02-19 17:16:57 +01:00
4a06a1ee8f autoupdater: Fix double slash in gitlab and gitea forges 2024-02-19 16:38:51 +01:00
OniriCorpe
94ab3d33ce Merge branch 'patch-2' of git@github.com:OniriCorpe/apps.git 2024-02-19 05:00:19 +01:00
OniriCorpe
d4adcd9ba3 smol translation fix 2024-02-19 05:00:11 +01:00
OniriCorpe
0e34a00c1f
Update README.md 2024-02-19 04:51:49 +01:00
OniriCorpe
20a6120571 updating translations & smol fixes 2024-02-19 02:31:41 +01:00
OniriCorpe
4553d2fc2d
Update app.py 2024-02-19 02:19:21 +01:00
OniriCorpe
59fecb7d1d
Update app.py 2024-02-19 01:34:28 +01:00
OniriCorpe
018e9624c7
Update app.py 2024-02-19 01:23:30 +01:00
OniriCorpe
80fff8984d
Add ‘pip3 install tqdm GitPython’ required for list_builder.py 2024-02-19 01:10:27 +01:00
OniriCorpe
641d50bf63
Allow html in errormsg 2024-02-18 22:42:43 +01:00
OniriCorpe
cb6845bb35
Many texts improvements, to enhance user understanding 2024-02-18 22:40:21 +01:00
yunohost-bot
972486ab2f Add Bitmagne to wishlist 2024-02-18 19:16:37 +01:00
OniriCorpe
076c14fad9
Update apps.toml 2024-02-18 02:03:10 +01:00
Tagada
b54712ac46
Merge pull request #2033 from Salamandar/fix_version_number
Fix version numbering in source autoupdating (remove leading v)
2024-02-17 19:10:31 +01:00
7776f15cc9 Fix version numbering in source autoupdating (remove leading v) 2024-02-17 19:06:20 +01:00
Alexandre Aubin
0b3f41b916
Merge pull request #2032 from Salamandar/fix_autoupdater
autoupdate.version_regex: allow multiple capture groups, splitted by '.'
2024-02-17 16:04:07 +01:00
288a7870df autoupdate.version_regex: allow multiple capture groups, splitted by '.' 2024-02-17 16:00:52 +01:00
Alexandre Aubin
95a2419975
Merge pull request #2031 from OniriCorpe/patch-1
Icecoder is deprecated
2024-02-17 14:24:09 +01:00
Éric Gaspar
5a21332ca3 Create penpot.png 2024-02-17 10:29:14 +01:00
OniriCorpe
56e2137c69
Icecoder is deprecated 2024-02-17 06:06:16 +01:00
Alexandre Aubin
01020522de
Merge pull request #2030 from Salamandar/fix_autoupdater
Update the autoupdater
2024-02-17 00:39:43 +01:00
265a94745e Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
2024-02-17 00:04:00 +01:00
4107216ab3 Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00
33edc74ac5 autoupdater: Call infos.get("autoupdate") way sooner for cleaner code 2024-02-16 22:46:00 +01:00
03facd3df8 Fix autoupdater for forges allowing for non-domain-root install and multiple levels of projects 2024-02-16 22:45:54 +01:00
yunohost-bot
615622ffff Add ITTools to wishlist 2024-02-16 21:17:48 +01:00
dab2524f9c rest_api: rename properties for readability 2024-02-16 19:35:23 +01:00
15b2207054 Clean message issues 2024-02-16 19:35:23 +01:00
bb06b422f5 remove roge double quote 2024-02-16 19:35:23 +01:00
1b0d630f6c Handle cases with already existing branch / commit 2024-02-16 19:35:23 +01:00
7e0c5fdac1 Fix duplicate code 2024-02-16 19:35:23 +01:00
root
4e9c99cc4d Update app levels according to CI results 2024-02-16 17:00:12 +00:00
Tagada
0d2d5e5c33
Merge pull request #2020 from oufmilo/master
Add logos
2024-02-16 00:13:46 +01:00
Alexandre Aubin
1327beaaea
Merge pull request #2027 from Salamandar/fix_autoupdater
Fix autoupdater
2024-02-15 23:31:21 +01:00
69684f4066 Use a state enum to handle already existing update prs 2024-02-15 23:13:16 +01:00
3c204ecd57 autoupdate_app_sources: set proper defaults on argparse, just to be sure 2024-02-15 22:52:11 +01:00
9077b9793e Add proper arguments to autoupdate_app_sources.py 2024-02-15 22:51:45 +01:00
Alexandre Aubin
501ee835b7
Merge pull request #2026 from Salamandar/compat_union_optional
Fix compatibility with python3.9: use union, optional from typing
2024-02-15 22:47:41 +01:00
64aa8fe4f4 Fix compatibility with python3.9: use union, optional from typing 2024-02-15 21:42:59 +00:00
7707e08d4b Fix compatibility with python3.9: use union, optional from typing 2024-02-15 22:42:06 +01:00
Alexandre Aubin
fad58b623e
Merge pull request #2025 from YunoHost/rallly
Add Rallly to catalog
2024-02-15 19:09:18 +01:00
Éric Gaspar
20b57e0a5b Update apps.toml 2024-02-15 18:55:11 +01:00
OniriCorpe
36884268eb
deprecated alltube (#2024)
* deprecated airsonic

* lol i modified the wrong software
2024-02-15 18:36:51 +01:00
Alexandre Aubin
e9acbf8d12
Merge pull request #2023 from Salamandar/rework_autoupdater
Rework autoupdater - part 3
2024-02-15 17:22:07 +01:00
Alexandre Aubin
2a5ec79151 Add cron stuff 2024-02-15 17:15:08 +01:00
5936ec4b01 Add back the logging_sender 2024-02-15 17:12:41 +01:00
c1ef372c2c Cleanup for mypy, code simplification 2024-02-15 17:12:41 +01:00
b8eba67a99 Handle invalid syntax in some local app's manifest during initial apps listing 2024-02-15 17:12:41 +01:00
48870e56d6 Remove debug print 2024-02-15 17:12:41 +01:00