Alexandre Aubin
85d3c7df34
Moar cleaning
2018-10-25 17:23:58 +00:00
Alexandre Aubin
08e1d929c1
Simplify the 'listed' check
2018-10-25 17:10:54 +00:00
Alexandre Aubin
aac9b78c03
We aint using that online thing :|
2018-10-25 16:51:40 +00:00
Alexandre Aubin
a94e69f760
Make the SMALL_PWD_LIST consistent with cracklib's PR
2018-10-25 18:09:11 +02:00
Alexandre Aubin
3f3069d080
Add info message after the migration is complete
2018-10-25 15:35:46 +00:00
Alexandre Aubin
848a6b6088
Gotta remove that '{CRYPT}' thing here too
2018-10-25 15:18:44 +00:00
Alexandre Aubin
feb45578db
Improve wording
2018-10-25 15:13:05 +00:00
Alexandre Aubin
ae3bf28481
Misc naming, description and comments improvements
2018-10-25 14:38:49 +00:00
Alexandre Aubin
5e91b5c780
Smol fix to remove {CRYPT} in front of hash
2018-10-25 14:23:40 +00:00
ljf
2bb75d1c92
Merge branch 'migrate-pwd' of https://github.com/YunoHost/yunohost into migrate-pwd
2018-10-25 14:56:16 +02:00
ljf
7975d73cad
[enh] Manual migration if not weak password
2018-10-25 14:56:12 +02:00
Julien Osman
a16b6f08f5
Add a sorting lambda function when sorting the backups list ( #562 )
...
* Add a sorting lambda function when sorting the backups list
* Update backup.py
2018-10-24 21:57:56 +02:00
Gabriel Corona
8691017b46
Pass Host header to YunoHost API
...
This is useful to validate Origin/Referer headers in order to prevent
CSRF.
2018-10-24 19:44:24 +00:00
ljf (zamentur)
1c5b93f532
[fix] Set random serial number for CA ( #557 )
...
[fix] Use random serial number for CA
2018-10-24 21:15:25 +02:00
frju365
556f33f15f
[fix] Add a proper conf for LDAP (Issue 1218) ( #554 )
...
* Update ldap.conf
* [fix] Port
2018-10-24 21:04:01 +02:00
Alexandre Aubin
e150c41da2
Simplify method to fetch admin password hash
2018-10-24 18:27:09 +00:00
Alexandre Aubin
5d8710d98c
Merge pull request #551 from flahemade/stretch-unstable
...
Fix potential key error when retrieving install_time
2018-10-24 19:25:29 +02:00
Alexandre Aubin
d1d660b2cf
Those files don't exist anymoar
2018-10-24 18:08:56 +02:00
Alexandre Aubin
d42ac39c11
Fallback to 'None' if no ip was resolved
2018-10-24 15:55:20 +00:00
Alexandre Aubin
6883784fdb
Using dyndns host for dns resolution instead of hardcoded ip
2018-10-24 15:45:41 +00:00
Alexandre Aubin
62d72d6f14
Merge pull request #559 from maranda/stretch-unstable
...
Update Metronome configuration file to v3.11 standard
2018-10-24 16:55:35 +02:00
Alexandre Aubin
debec7bd21
Merge pull request #565 from frju365/patch-14
...
[fix] Allow - between two name
2018-10-24 16:37:15 +02:00
frju365
5566c404ff
[fix] Allow - between two name
2018-10-20 12:16:38 +02:00
Josue-T
428a29936f
Fix http2 with curl ( #547 )
2018-10-19 16:08:28 +02:00
Marco Cirillo
837d0ccd83
Revert "Update data/templates/metronome/metronome.cfg.lua"
...
This reverts commit 3471eb728d
.
2018-10-18 00:14:01 +02:00
Marco Cirillo
3471eb728d
Update data/templates/metronome/metronome.cfg.lua
...
Comment websocket as lua-bitop is not installed by default
2018-10-17 22:24:21 +02:00
Marco Cirillo
aa670058bd
Update data/templates/metronome/metronome.cfg.lua
...
Add privacy lists and simple blocking command between loaded modules
2018-10-17 20:59:56 +02:00
Marco Cirillo
802c71b0e9
Update data/templates/metronome/metronome.cfg.lua
...
Add HTTP Upload service (moul's request), and fix indenting
2018-10-17 20:47:35 +02:00
Marco Cirillo
19120cfa60
Update data/templates/metronome/metronome.cfg.lua
...
Fix whitespaces
2018-10-13 20:45:44 +02:00
Marco Cirillo
4cff761481
Update data/templates/metronome/metronome.cfg.lua
...
Add MUC avatars support
2018-10-13 20:44:37 +02:00
Marco Cirillo
a19d914485
Update data/templates/metronome/metronome.cfg.lua
...
Finish updating
2018-10-13 20:38:10 +02:00
Marco Cirillo
8670f0a1de
Update data/templates/metronome/metronome.cfg.lua
...
Conform configuration file to latest v3.11 release file, Metronome v3.11.x is best package or Metronome might throw a few (non-fatal) errors on startup
2018-10-13 20:34:56 +02:00
flahemade
89e58092b7
Fix potential key error when retrieving install_time
2018-10-04 18:08:08 +02:00
Bram
cedaaa9087
Merge pull request #524 from YunoHost/add_ynh_delete_file_checksum
...
Add ynh_delete_file_checksum
2018-10-03 02:34:56 +02:00
Bram
f6780aeede
Merge pull request #545 from YunoHost/fix-noisy-wget
...
[fix] Silent output/warning but display errors
2018-10-03 02:30:27 +02:00
Alexandre Aubin
0596bd0f96
Update changelog
2018-09-28 21:04:21 +00:00
Marco Cirillo
da61546012
mod_auth_ldap: reflect SASL API changes in latest Metronome.
...
The session state should always be passed in the profile as util.sasl functioning now relies on it
2018-09-28 23:00:32 +02:00
Alexandre Aubin
30ca5bbd4a
Merge pull request #520 from YunoHost/add_helper_ynh_handle_getopts_args
...
Add the internal helper ynh_handle_getopts_args
2018-09-20 20:05:23 +02:00
ljf (zamentur)
10770aebd9
[fix] Silent output/warning but display errors
2018-09-19 16:35:23 +02:00
Alexandre Aubin
0b52b9224c
Update changelog for 3.2.1
2018-09-17 16:07:11 +00:00
Xaloc
4a273da595
[i18n] Translated using Weblate (Catalan)
...
Currently translated at 5.0% (23 of 453 strings)
2018-09-17 08:27:46 +00:00
Alexandre Aubin
e00d5fe340
Merge pull request #544 from YunoHost/enh-redirect-on-browser
...
[enh] Speak the user about post-install on browser
2018-09-17 05:25:58 +02:00
Xaloc
f3373e81d6
[i18n] Translated using Weblate (Catalan)
...
Currently translated at 2.4% (11 of 453 strings)
2018-09-16 13:52:19 +00:00
Xaloc
abecd90c38
Added translation using Weblate (Catalan)
2018-09-16 13:42:55 +00:00
Weblate
4bc42d403d
Merge branch 'stretch-unstable' of https://github.com/YunoHost/yunohost into stretch-unstable
2018-09-15 15:21:54 +00:00
ljf (zamentur)
53388e4e28
[enh] Speak the user about post-install on browser
2018-09-15 16:07:09 +02:00
Alexandre Aubin
9e87da8d26
[yolo] Add head -n1, because on some setups like stupid OVH, 'VERSION_ID' is duplicated :|
2018-09-14 15:03:36 +02:00
ljf (zamentur)
d420bb240f
[enh] Don't send email if no certificate need to be renewed ( #540 )
2018-09-13 17:00:26 +02:00
ljf (zamentur)
8e574d2b5f
[fix] Error due to unwanted backslash ! ( #541 )
2018-09-13 15:36:18 +02:00
Alexandre Aubin
3d60e2d34b
Update changelog
2018-09-11 14:35:54 +00:00