Alexandre Aubin
|
e91f2de0dc
|
Move 'label' migration to migrate_legacy_permission_settings in legacy.py, because the previous code could led to some inconsistencies when restoring apps backuped before the migration
|
2020-10-29 23:26:28 +01:00 |
|
Alexandre Aubin
|
e047b67b1d
|
Move legacy permission setting migration to legacy.py
|
2020-10-29 23:16:27 +01:00 |
|
Alexandre Aubin
|
2cb6f4e2c2
|
Don't add show_tile for non-webapps apps
|
2020-10-29 22:26:13 +01:00 |
|
Alexandre Aubin
|
fd5c66db1b
|
Do not display regexes in app_map because that doesn't really make sense ..?
|
2020-10-29 21:54:12 +01:00 |
|
Alexandre Aubin
|
e748f7a80e
|
Fix handling of multiple legacy perm _regexes in app_setting set
|
2020-10-29 21:50:43 +01:00 |
|
Alexandre Aubin
|
c2b24d1e1c
|
Keep track of the 'sublabel' for sub-permissions... c.f. also webadmin
|
2020-10-29 21:02:08 +01:00 |
|
Alexandre Aubin
|
092caba505
|
Fix some inconsistent stuff in the migration considering app_setting() now maps get/set/delete of legacy permission setting to the new permission system ... gotta use the low-level helpers to really access the value of legacy settings
|
2020-10-29 20:57:47 +01:00 |
|
Alexandre Aubin
|
66f5d14e0c
|
Only display the deprecration warning when setting the setting (avoid displaying a huge wall of warnings when getting/deleting the legacy settings)
|
2020-10-29 20:33:48 +01:00 |
|
Alexandre Aubin
|
4279c108ba
|
Don't forget to handle _regex legacy permission settings
|
2020-10-29 19:58:07 +01:00 |
|
Alexandre Aubin
|
e564ecd3c0
|
Be sligtly more robust when re-running the migration
|
2020-10-29 19:57:11 +01:00 |
|
Alexandre Aubin
|
65673c4df6
|
Merge pull request #1060 from YunoHost/drop-manifest-arg-type-app
We don't need app-type argument for manifest questions ?
|
2020-10-27 17:01:08 +01:00 |
|
Alexandre Aubin
|
46268185c5
|
Remove stale code
|
2020-10-14 04:08:34 +02:00 |
|
Laurent Peuch
|
7154551882
|
[fix] intermediate_certificate is now included in signed certificate
Fixes #1644
|
2020-10-14 03:50:21 +02:00 |
|
Alexandre Aubin
|
cb1d02243e
|
Do not advertise upgrades for bad-quality apps
|
2020-10-14 01:45:53 +02:00 |
|
Alexandre Aubin
|
711b64f81e
|
No need to display this --test_status warning when adding postgresql service
|
2020-10-12 15:13:13 +02:00 |
|
Alexandre Aubin
|
3a23f9715f
|
We don't need app-type argument for manifest questions
|
2020-10-08 20:04:50 +02:00 |
|
ljf
|
2b8f7e1494
|
[fix] SSH or SFTP permission migrations
|
2020-10-07 01:04:52 +02:00 |
|
Alexandre Aubin
|
fb44bd1c66
|
Try to uh simplify the whole full_path=True / False thing, most of the time internally we want it set to False
|
2020-10-01 23:47:56 +02:00 |
|
Alexandre Aubin
|
de96b094b2
|
Fix regression following small refactoring
|
2020-10-01 19:19:00 +02:00 |
|
Alexandre Aubin
|
a5df52200a
|
Moaaar fixes
|
2020-09-30 23:11:41 +02:00 |
|
Alexandre Aubin
|
62e9250297
|
Annnnd more typo/untested stuff #shame
|
2020-09-30 18:51:38 +02:00 |
|
Alexandre Aubin
|
a7d105ace6
|
Merge branch 'dev' into permission_protection
|
2020-09-30 18:48:26 +02:00 |
|
Alexandre Aubin
|
d5abc12b82
|
Many typo :|
|
2020-09-30 18:18:39 +02:00 |
|
Alexandre Aubin
|
c847b8265e
|
The real display label is later defined as App (Subperm) so not doing that now
|
2020-09-30 18:04:44 +02:00 |
|
Alexandre Aubin
|
00d40e5d31
|
Typo
|
2020-09-30 18:03:53 +02:00 |
|
Alexandre Aubin
|
11d6cd0cd3
|
Try to fix uh a bunch of weird undefined stuff
|
2020-09-30 17:55:28 +02:00 |
|
Alexandre Aubin
|
07cec39af5
|
Move a bunch of function from domain.py to app.py because it's much simpler to have them here
|
2020-09-30 17:38:42 +02:00 |
|
Alexandre Aubin
|
1ce1ecc2be
|
Fix tests, keep a special exception when we know we're checking full-domain apps
|
2020-09-30 17:30:04 +02:00 |
|
Alexandre Aubin
|
950dbc6b46
|
Merge pull request #935 from YunoHost/remove_legacy_settings
Remove legacy settings
|
2020-09-30 17:06:08 +02:00 |
|
Alexandre Aubin
|
452b178d44
|
journalctl -x in fact makes everything bloated, the supposedly additional info it displays does not contains anything relevant...
|
2020-09-29 15:57:47 +02:00 |
|
Alexandre Aubin
|
f73ae4eeab
|
c.f. issue 1274, test at the beginning of postinstall that iptables is working instead of miserably crashing at a later stage
|
2020-09-28 20:00:33 +02:00 |
|
Alexandre Aubin
|
c9b8e27e32
|
Typo :[
|
2020-09-27 18:49:14 +02:00 |
|
Alexandre Aubin
|
dd9df5943e
|
Set sub-permission labels as 'Mainlabel (Sublabel)'
|
2020-09-27 18:20:29 +02:00 |
|
Alexandre Aubin
|
b55d8e023f
|
Typo
|
2020-09-24 21:55:34 +02:00 |
|
Alexandre Aubin
|
2b4e14cca7
|
Hardcode some permission labels for non-trivial legacy permissions
|
2020-09-24 21:46:33 +02:00 |
|
Alexandre Aubin
|
815c8fc49e
|
Refactor app_setting to better separate legacy permission setting vs. regular setting, hopefully make the core more readable
|
2020-09-24 20:25:28 +02:00 |
|
Alexandre Aubin
|
05d5d8b81d
|
Merge branch 'dev' into stretch-unstable
|
2020-09-24 17:30:09 +02:00 |
|
Alexandre Aubin
|
f36a17d645
|
Merge pull request #860 from cyxae/enh-1355-sort-alphabetically-domains
[enh] Sort alphabetically the domain list
|
2020-09-24 17:22:54 +02:00 |
|
Alexandre Aubin
|
8f776d23fc
|
default -> main
|
2020-09-23 22:14:42 +02:00 |
|
Alexandre Aubin
|
5a905769dc
|
(Do no sort domain, to be done in other PR)
|
2020-09-23 22:12:47 +02:00 |
|
Alexandre Aubin
|
6bd5655830
|
Return main domain directly, not its index
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
|
2020-09-23 22:11:04 +02:00 |
|
Alexandre Aubin
|
f2b6a883a8
|
Unused import
|
2020-09-23 21:37:08 +02:00 |
|
Alexandre Aubin
|
ae897994ca
|
Remove legacy stuff, every instances that got migrated to Buster already have this applied
|
2020-09-23 21:33:10 +02:00 |
|
ljf (zamentur)
|
95f6772cba
|
[fix] Typo and ssh as system perm
|
2020-09-23 03:25:26 +02:00 |
|
ljf
|
c8e24d898a
|
[enh] Group same domains and subdomains together
|
2020-09-23 00:57:41 +02:00 |
|
cyxae
|
3cecc7cb30
|
Sort alphabetically domain list
|
2020-09-23 00:51:38 +02:00 |
|
Alexandre Aubin
|
4186f757e1
|
Cleanup some old stuff in postinstall code
|
2020-09-22 17:48:00 +02:00 |
|
Alexandre Aubin
|
bca4cd0c51
|
Admin/API wasn't logging or displaying messages anymore
|
2020-09-19 17:27:21 +02:00 |
|
Josue-T
|
c4dc8b4cea
|
Fix typo
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
|
2020-09-16 23:22:22 +02:00 |
|
Alexandre Aubin
|
8c92f011d5
|
Rework function that validate and sanitize permission url
|
2020-09-16 22:38:18 +02:00 |
|