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

6502 commits

Author SHA1 Message Date
YunoHost Bot
730703b73d
Translated using Weblate (Indonesian) for appstore (#2490)
Currently translated at 67.5% (104 of 154 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/id/

Co-authored-by: cjdw <cjdw@users.noreply.translate.yunohost.org>
2024-07-27 10:47:43 +02:00
yunohost-bot
2b3a5d353b Automatically add dates to the catalog files 2024-07-26 16:40:24 +00:00
eric_G
a41644bfa0
Add potential alternative to (#2485) 2024-07-26 18:40:02 +02:00
YunoHost Bot
fc845b1fb4
Translated using Weblate (Indonesian) for appstore (#2484) 2024-07-25 08:56:44 +02:00
Kayou
19e58a73c9 fix dynamic qr code url 2024-07-22 09:26:49 +02:00
dependabot[bot]
e784b5fd08
Bump certifi from 2024.2.2 to 2024.7.4 in /store (#2457)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-21 18:41:22 +02:00
eric_G
9da5444526
Rename app qrcode (#2481)
* rename to dynamic qr code

* rename
2024-07-21 15:39:57 +02:00
eric_G
ca7802d32e
Update apps.toml (#2480) 2024-07-21 08:21:15 +02:00
yunohost-bot
14d50de765 Automatically add dates to the catalog files 2024-07-20 20:45:23 +00:00
eric_G
7f0ff709c5
Add qrcode to catalog (#2406)
* Update apps.toml

* Create qrcode.png

* Update apps.toml
2024-07-20 22:45:08 +02:00
YunoHost Bot
b5ff450c01
Translated using Weblate (Indonesian) for appstore (#2477)
Currently translated at 1.2% (2 of 154 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/id/

Co-authored-by: cjdw <cjdw@users.noreply.translate.yunohost.org>
2024-07-20 22:42:33 +02:00
YunoHost Bot
93ee7a0d6d
Translated readme-generator using Weblate (Indonesian) (#2476)
Currently translated at 100.0% (39 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/id/

Co-authored-by: cjdw <cjdw@users.noreply.translate.yunohost.org>
2024-07-20 22:42:19 +02:00
YunoHost Bot
82f4368d0a
Update app levels according to CI results (#2479)
* Update app levels according to CI results

* Update apps.toml

* Update app levels according to CI results

* Update apps.toml

* Update apps.toml

* Update apps.toml

* Update apps.toml

* Update apps.toml

---------

Co-authored-by: root <root@saperlipopette>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2024-07-20 22:40:51 +02:00
github-actions[bot]
e0c947972f
Format Python code with Black (#2478)
Co-authored-by: alexAubin <4533074+alexAubin@users.noreply.github.com>
2024-07-19 18:14:13 +02:00
Alexandre Aubin
5af06b543e
Add script to autopatch apps for helpers 2.1 (#2407)
* Add script to autopatch apps for helpers 2.1

* helpers2.1: more patches for mysql/psql helpers

* helpers2.1: misc fixes

* helpers2.1: add searchandreplace for apt changes

* helpers2.1: propagate additional recent changes + misc fixes

* helpers2.1: replace check of PACKAGE_CHECK_EXEC with simpler ynh_in_ci_tests

* helpers2.1: misc fixes

* Update convert_to_helpers_2.1.py: fix sed -i syntax for MacOS where -i requires a suffix, even empty string...

* Fix again for MacOS which definitely doesn't like 'append' in sed x_x

* I love computers

* Invalid escape sequence yada yada

* Bunch of tricky issues where eg ynh_install_go becomes ynh_go_install becomes go_install due to the order of conflicting filters etc...

* Misc fixes + Trash everything about fpm_usage/footprint + Autopatch upload_max_filesize/memory_limit + Encourge people to use ynh_app_setting_set_default instead of [ -z ${foo:-}] trick in upgrade

* Fix invalid escape sequence

* Fix invalid escape sequences again :grim:

* Turns out we gotta have the absolute path to nodejs/npm/ruby in systemd confs after all because having PATH in Environment doesn't do the trick >_>

* Automatically bump yunohost requirement to 11.2.16

* Make the script more idempotent

* Delete scripts/config when there's no config_panel.toml

* Typo when patching ynh_psql_execute_as_root --sql

* Add an explicit FIXME / explanation when ynh_replace is used with positionals

* Replace __USER__ by __APP__ x_x ...

* Moar tweaks

* Tweak REMOVEME / FIXME flag to be able to complain about it from the linter

* Bump yunohost requirement to 11.2.17

* Autopatch now-unecessary chmod/chown

* Recommend to always upgrade sources instead of 'if ynh_app_upstream_version_changed'

* Require yunohost 11.2.18

* \--eval for mongo_exec doesnt exist anymore

* Autorework the patches/ folder structure to match new expectation from ynh_setup_source

* Autoremove ynh_abort_if_errors / ynh_clean_setup calls
2024-07-19 18:10:46 +02:00
YunoHost Bot
f021bc1412
Update app levels according to CI results (#2465)
* Update app levels according to CI results

* revert miniflux level

* Update apps.toml: revert netdata to level 8

---------

Co-authored-by: root <root@saperlipopette>
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
2024-07-15 21:02:27 +02:00
github-actions[bot]
5c5ed3f7ff
🎨 Format Python code with Black (#2475)
Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com>
2024-07-15 16:36:06 +02:00
Mateusz
249c5f723f Provide links to changed assets - release notes, tag page, changelog between commits. 2024-07-15 16:32:58 +02:00
Mateusz
a0bafe7604 Bump ynh number on non-main-asset-only updates. 2024-07-15 16:32:58 +02:00
Alexandre Aubin
7cbb39857e
Set caerp as notworking (#2467)
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
2024-07-15 16:30:09 +02:00
yunohost-bot
58d8e4c828 Automatically add dates to the catalog files 2024-07-15 14:29:20 +00:00
yunohost-bot
f40cffa824 Add Graylog to wishlist 2024-07-15 16:29:01 +02:00
yunohost-bot
f50b1def76 Automatically add dates to the catalog files 2024-07-15 14:22:56 +00:00
yunohost-bot
46cb0c6484 Add Docmost. to wishlist 2024-07-15 16:22:34 +02:00
cjdw
1da80a6f46 Translated readme-generator using Weblate (Indonesian)
Currently translated at 56.4% (22 of 39 strings)

Translation: YunoHost/readme-generator
Translate-URL: https://translate.yunohost.org/projects/yunohost/readme-generator/id/
2024-07-15 16:21:21 +02:00
497fa4f477 Rename endi logo too 2024-07-14 12:52:09 +02:00
135889a7d8 Rename endi in caerp 2024-07-13 16:14:18 +02:00
yunohost-bot
2a9f0a95bc Automatically add dates to the catalog files 2024-07-13 12:20:45 +00:00
YunoHost Bot
7f831e7130
Add Tube Archivist to wishlist (#2418) 2024-07-13 14:20:25 +02:00
yunohost-bot
dde209f6f1 Automatically add dates to the catalog files 2024-07-12 17:15:57 +00:00
YunoHost Bot
b961202c06
Add tootgroup to wishlist (#2446) 2024-07-12 19:15:39 +02:00
yunohost-bot
6b61239cd6 Automatically add dates to the catalog files 2024-07-12 17:12:15 +00:00
YunoHost Bot
a5bb31163f
Add Anytype to wishlist (#2453) 2024-07-12 19:11:59 +02:00
github-actions[bot]
5f7c827104
🎨 Format Python code with Black (#2462)
Co-authored-by: yunohost-bot <14998418+yunohost-bot@users.noreply.github.com>
2024-07-12 19:09:32 +02:00
yunohost-bot
5873c501a5 Automatically add dates to the catalog files 2024-07-12 17:07:04 +00:00
YunoHost Bot
bfcf1848bc
Add Tee Worlds to wishlist (#2459) 2024-07-12 19:06:45 +02:00
YunoHost Bot
68536f30db
Add Aktivisda to wishlist (#2460) 2024-07-12 19:06:38 +02:00
Félix Piédallu
81c30d2b89 Update app levels according to CI 2024-07-09 10:17:36 +02:00
Éric Gaspar
ad4d3349c1 Update apps.toml 2024-07-09 10:17:36 +02:00
root
58d325f4c9 Update app levels according to CI results 2024-07-09 10:17:36 +02:00
d597690b07 Configure autoupdate as weekly for official yunohost CI 2024-07-08 20:38:30 +02:00
a411b4ebe8 Add --latest-commit-weekly arg to stop spam packagers 2024-07-08 20:38:30 +02:00
Mateusz
eacbd6f22c
Fixup requirements.txt (#2452) 2024-07-03 23:04:32 +02:00
tituspijean
e1d54892d1
Fix typo in helpers_version schema (#2451) 2024-07-02 21:20:34 +02:00
xabirequejo
4e2faeb782 Translated using Weblate (Basque) for appstore
Currently translated at 100.0% (154 of 154 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-07-01 20:03:15 +02:00
YunoHost Bot
6139c61ccb
Update app levels according to CI results (#2448) 2024-06-29 20:35:27 +02:00
Zwiebel
a3dc0567a6 Translated using Weblate (German) for appstore
Currently translated at 81.8% (126 of 154 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/de/
2024-06-27 21:03:15 +02:00
Salamandar
f1a351a493
README: change url of CI level badge to ci-apps.yunohost.org (#2444) 2024-06-26 00:26:48 +02:00
YunoHost Bot
9d79e93cdd
Translated using Weblate (Basque) for appstore (#2442)
Currently translated at 98.7% (152 of 154 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/

Co-authored-by: xabirequejo <xabi.rn@gmail.com>
2024-06-24 14:09:22 +02:00
731be56ef5 app_caches: mkdir before trying to cleanup and update cache 2024-06-24 11:04:38 +02:00