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

5821 commits

Author SHA1 Message Date
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
Alexandre Aubin
c98cd372be
Merge pull request #2022 from Salamandar/rename_readme_generator
Rename readme generator
2024-02-15 17:03:57 +01:00
2eeee2541b Rename README-generator -> readme_generator because python tools hate caps… 2024-02-15 15:03:31 +01:00
49a981c3f6 Reorganize the gitignore 2024-02-15 15:03:11 +01:00
Alexandre Aubin
690981ab9e
Merge pull request #2021 from OniriCorpe/update-manifestv2-schema
add gitea and forgejo autoupdate strategies
2024-02-15 01:55:06 +01:00
OniriCorpe
25fe3b356b add gitea and forgejo autoupdate strategies 2024-02-15 01:50:31 +01:00
oufmilo
f90a9f54cb
Add logos 2024-02-15 01:29:23 +01:00
Alexandre Aubin
2205f0a0b0
Merge pull request #2017 from OniriCorpe/librarian-deprecated
librarian is deprecated
2024-02-15 01:25:33 +01:00
OniriCorpe
503105ffb7 revert formatter 2024-02-15 01:23:10 +01:00
Alexandre Aubin
0b4ba4e379
Merge pull request #2019 from Salamandar/rework_autoupdater
Rework autoupdater - part 2
2024-02-15 01:12:44 +01:00