Alexandre Aubin
2740c74eb0
Merge remote-tracking branch 'origin/dev' into simplify-service-yaml-management
2021-08-23 15:20:28 +02:00
Alexandre Aubin
4d47fe1670
Merge pull request #1112 from tituspijean/mdns
...
Adding mDNS for .local domains
2021-08-23 15:15:32 +02:00
Alexandre Aubin
e3f11bec09
NO_BACKUP_UPGRADE: helpers expect 0 or 1
2021-08-19 18:41:47 +02:00
Alexandre Aubin
3c07e55017
[fix] hook_exec / subprocess.Popen explodes if you feed non-string values in env variables
2021-08-19 18:14:15 +02:00
Alexandre Aubin
a29940d8f4
Trash ugly hack that merge services.yml every regenconf
2021-08-18 23:07:38 +02:00
Alexandre Aubin
07413e19c0
Merge pull request #1285 from sagessylu/dev
...
Add --purge option to "yunohost app remove"
2021-08-18 19:40:33 +02:00
Alexandre Aubin
b75fef44e5
Merge pull request #1286 from sagessylu/no-safety-backup
...
Add --no-safety-backup option to "yunohost app upgrade"
2021-08-18 19:38:52 +02:00
sagessylu
69a5ae5736
Update src/yunohost/app.py
...
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
2021-08-17 20:27:33 +02:00
ljf
ccb6dc54b1
[fix] Avoid warning and use safeloader
2021-08-17 17:26:00 +02:00
sagessylu
cec4971cac
Add no-safety-backup option to yunohost app upgrade
2021-08-15 22:02:13 +02:00
sagessylu
c2460d7526
Add purge option to yunohost app remove
2021-08-15 21:41:32 +02:00
Alexandre Aubin
05a5821c94
Merge branch 'dev' into mdns
2021-08-12 19:00:25 +02:00
Alexandre Aubin
4d0581bef2
mdns: Misc fixes after tests on the battefield
2021-08-12 17:19:45 +02:00
yunohost-bot
9f8c99a5b2
[CI] Format code
2021-08-08 17:30:19 +00:00
Alexandre Aubin
d4addb8e4c
Missing import / code cleanup
2021-08-08 19:27:01 +02:00
Alexandre Aubin
0d2fefacec
Merge pull request #1271 from Tagadda/enh-webadmin-allowlist
...
[enh] Add settings to block webadmin from outside
2021-08-08 19:11:58 +02:00
Alexandre Aubin
253ec15076
Merge pull request #1270 from YunoHost/enh-punycode
...
[fix] Better support for non latin domain name
2021-08-08 19:06:52 +02:00
Alexandre Aubin
4dae7988a2
Merge branch 'dev' into add-free-size-disk-verification
2021-08-08 19:00:50 +02:00
Alexandre Aubin
6f908e9ccf
Apply suggestions from code review
2021-08-08 19:00:03 +02:00
Alexandre Aubin
8098ff77e7
Merge pull request #1265 from YunoHost/tests-settings-get-description
...
monkey patch get_setting_description
2021-08-08 18:57:39 +02:00
Alexandre Aubin
922bd842fb
Merge pull request #1264 from YunoHost/add-user-in-hook-exec-again
...
add user in hook exec again
2021-08-08 18:56:23 +02:00
yunohost-bot
1bab0bb412
[CI] Format code
2021-08-08 15:15:27 +00:00
Alexandre Aubin
ee70dfe52e
[fix] firewall.py : upnpc.getspecificportmapping expects an int, can't handle port ranges ?
2021-08-08 17:05:40 +02:00
yunohost-bot
9e79181b38
[CI] Format code
2021-08-02 19:39:19 +00:00
cyxae
8cf9257683
fix yunohost app search fail
2021-07-16 03:30:53 +02:00
Tagada
f3166b71b4
[enh] Add settings to block webadmin from outside
2021-07-12 18:32:12 +02:00
ljf
2239845b9d
[fix] Better support for non latin domain name
2021-07-11 19:41:25 +02:00
tituspijean
f14dcec711
Remove mDNS setting
...
now we use our own setting file, not a system setting
2021-07-11 15:20:35 +00:00
tituspijean
654690b427
Add interfaces selection for mDNS broadcast
...
- System setting added
- Loop through list of interfaces
2021-07-11 14:17:15 +00:00
Tagada
cc3c9dfcd7
[fix] set .ssh folder permissions to 600
...
Fix YunoHost/issues#1770
2021-07-10 23:17:58 +02:00
Le Libre Au Quotidien
75ab54ee14
Improve disk space left verification
2021-07-07 19:36:58 +02:00
Kay0u
96e67ef145
monkey patch get_setting_description
2021-07-06 12:14:46 +02:00
Kay0u
f097f0d224
add user in hook exec again
2021-07-05 16:43:39 +02:00
Alexandre Aubin
50129f3a29
Sometimes metadata ends up being empty for some reason and ends up being loaded as None, making the "in" operator crash :|
2021-06-21 19:00:26 +02:00
Alexandre Aubin
c8d4bbf82b
Case-incensitive search are likely to catch too mnuch legitimate stuff resulting in redacting a shitload of stuff
2021-06-10 15:44:00 +02:00
ljf (zamentur)
dbe5e51ef1
[fix] Capture PASSPHRASE
...
See https://github.com/YunoHost-Apps/borg_ynh/issues/87
2021-06-10 14:47:13 +02:00
Alexandre Aubin
8e19eabe16
Merge pull request #1239 from tofbouf/patch-1
...
Apply realpath to find mounted points to unmount
2021-06-07 23:41:08 +02:00
Alexandre Aubin
14d4cec844
Python3: fix string split in postgresql migration
2021-06-04 21:44:14 +02:00
Alexandre Aubin
923f703ea0
tools_upgrade with apps : 'apps' undefined (well, it was defined, but not with the appropriate content)
2021-06-04 18:22:32 +02:00
tofbouf
f0ae164afe
Apply realpath to find mounted points to unmount
...
Bindings created by some backup methods appears with their 'real' path in /etc/mtab, that may differ from the original /home/yunohost.backup/tmp/auto_xxx that is passed to _recursive_umount().
This fix applies realpath to the 'directory' parameter passed to _recursive_umount().
Tested OK on my own instance, where backups with Borg were failing (except the first one after a reboot) because of this issue (it was unable to clean temporary dir).
2021-05-27 14:28:48 +02:00
ericgaspar
fc02caea2e
Yunohost -> YunoHost
2021-05-24 18:02:13 +02:00
yunohost-bot
a8b70bea71
[CI] Format code
2021-05-24 15:08:57 +00:00
Alexandre Aubin
7cceec56d8
Merge pull request #1232 from YunoHost/ci-format-dev
...
[CI] Format code
2021-05-24 16:57:03 +02:00
Alexandre Aubin
a143018abb
Merge pull request #1230 from YunoHost/fix-ldapinit
...
[fix] Be able to init slapd in a chroot
2021-05-24 16:56:20 +02:00
yunohost-bot
fbdbd9e039
[CI] Format code
2021-05-24 13:49:17 +00:00
ljf (zamentur)
75d2f71d1a
[fix] Typo in comments
2021-05-24 15:36:03 +02:00
ljf
8829e2ccce
[fix] Diagnosis dns query timeout
2021-05-24 15:30:08 +02:00
Alexandre Aubin
2d45c18961
Unused imports
2021-05-24 00:32:53 +02:00
Alexandre Aubin
c516cc8eb1
Create admin folder directly in slapd init
2021-05-24 00:03:10 +02:00
Alexandre Aubin
9dccfa721e
Fix ldap init using slapadd
2021-05-23 23:07:28 +02:00