Commit graph

305 commits

Author SHA1 Message Date
Alexandre Aubin
f0b1a0bbce Remove line about defining a quota because that's not that necessary and made the form ugly + simply controller code 2020-11-02 20:23:13 +01:00
Alexandre Aubin
df51c42fb0
Merge pull request #297 from YunoHost/permission_protection
Extends permission feature
2020-10-30 14:52:25 +01:00
Alexandre Aubin
abb44a7924 Cleanup / simplify app permission view and controller 2020-10-28 17:33:00 +01:00
Kay0u
257b2e7890
Fix label 2020-09-14 12:36:41 +02:00
Kay0u
03190046fa
Merge branch 'dev' into permission_protection 2020-09-14 11:26:14 +02:00
Alexandre Aubin
9a6529d6f7 Small rework of backup view + add backup download button 2020-09-06 21:23:17 +02:00
Alexandre Aubin
0c325feabc
Merge pull request #310 from YunoHost/log-view-cleanup-and-suboperations
Cleanup + handle suboperations in log views
2020-09-05 18:44:47 +02:00
Alexandre Aubin
61a989612a
Merge pull request #298 from ekhae/enh-1365-mail-user-creation-ux
UX improved about mail and domains
2020-09-05 18:41:26 +02:00
Alexandre Aubin
20985d684c Cleanup of log views + handle suboperations 2020-09-02 21:01:27 +02:00
Alexandre Aubin
7894c8474b Sometimes 'error' is empty despite success:false ... so rely on the value of success instead 2020-09-02 18:34:17 +02:00
Alexandre Aubin
85e67e5fa1 Also reorder the edit view such that all email stuff are grouped together 2020-08-27 21:40:42 +02:00
Alexandre Aubin
66a124d842 Partial rework of the user create view 2020-08-27 21:30:37 +02:00
ekhae
8a69d23994 UX improved about mail and domains 2020-08-27 19:35:35 +02:00
Alexandre Aubin
7bf9669a4e Add a tip about pending migrations on update view 2020-06-04 18:13:50 +02:00
Alexandre Aubin
4e013c7e0a Add a note and explanation about sharing the logs... 2020-05-03 05:20:02 +02:00
Alexandre Aubin
ccefdd6c3c Add an explanation text on top of the diagnosis view 2020-04-29 19:46:31 +02:00
Josué Tille
439564be83
Implementation of permission label management 2020-04-27 16:16:03 +02:00
Alexandre Aubin
a110e56439 Save/restore collapse states when refreshing diagnosis view 2020-04-27 05:43:47 +02:00
Alexandre Aubin
4480836e6c Simplify log view 2020-04-27 04:16:06 +02:00
Alexandre Aubin
9694d8a2ba Make the 'all apps' button look like the others 2020-04-27 03:30:45 +02:00
Alexandre Aubin
1592ab4e73 Fix custom app install + misc detail in regular app install 2020-04-27 03:24:15 +02:00
Josué Tille
8817890a05
Add support for protected permission in webadmin and show label instead of permission name 2020-04-24 00:01:35 +02:00
Alexandre Aubin
b86921e313 Those features in the webadmin are broken and probably not relevant anymore ... so except if somebody fixes them we should remove them 2020-04-18 02:17:45 +02:00
Alexandre Aubin
dd2570e2bd Move 'Share on Yunopaste' button to make it more obvious to users 2020-04-18 01:21:49 +02:00
Alexandre Aubin
4b39c1039f Fix positioning of 'All apps' title 2020-04-15 04:30:13 +02:00
Kay0u
027a145e1e
All apps at the beginning 2020-04-13 17:31:32 +02:00
Alexandre Aubin
0fc46cc3bb Add a restart button for services 2020-04-12 23:04:32 +02:00
Alexandre Aubin
4f47481202 errors -> issues 2020-04-12 17:20:41 +02:00
Alexandre Aubin
63bfece294 Diagnosis items now contain raw HTML, misc cosmetic / readability tweaks 2020-04-11 18:09:07 +02:00
Alexandre Aubin
9c968622a1 Merge branch 'stretch-stable' into stretch-unstable 2020-04-09 19:10:44 +02:00
Alexandre Aubin
c0c2f41703 Add a note about the need to keep some apps exposed to visitors if using external clients 2020-04-09 16:06:15 +02:00
Kay0u
03b90c85f6 [FIX] app config panel 2020-04-09 15:31:38 +02:00
Kay0u
e8256833e1 [fix] action description 2020-04-09 15:31:30 +02:00
Alexandre Aubin
3007925281
Merge pull request #288 from YunoHost/string-cleaning
String definition / usage tests + cleaning of stale strings
2020-04-06 15:18:39 +02:00
Kay0u
dede9a8d88
[fix] action description 2020-04-05 19:00:29 +02:00
Alexandre Aubin
ffb3d4edde String definition / usage tests + cleaning of stale strings 2020-04-04 01:15:25 +02:00
Alexandre Aubin
1999237b68 Friendlier / more rewarding messages when everything is up to date 2020-03-27 21:12:13 +01:00
Alexandre Aubin
9e0f2f746a Handle the didn't-run-diagnosis-ever-yet case 2020-03-18 01:31:29 +01:00
Kay0u
4eb58d36dd
[FIX] app config panel 2020-01-16 01:23:21 +07:00
Alexandre Aubin
5815cbe40a i18n and proper display names for subtags list 2019-11-30 18:15:42 +01:00
Alexandre Aubin
4f9c47eab5 Split category selection and app browsing into two separate pages 2019-11-29 21:25:55 +01:00
Alexandre Aubin
9636c200ac Rework the look and info displayed in app cards ... let's be less crazy about all those tags and stuff 2019-11-29 04:39:53 +01:00
Alexandre Aubin
2e8f2990a2 Implement category and subtags filtering 2019-11-27 03:37:01 +01:00
Alexandre Aubin
8ec78160de First rendering of the categories, still drafty 2019-11-26 00:38:02 +01:00
Alexandre Aubin
749aba93fe Propagate API changes + improve semantics before actually working on app categories implementation 2019-11-25 23:28:00 +01:00
Alexandre Aubin
95f8503e6d Better handle case where diagnosis cache is missing 2019-11-20 18:35:57 +01:00
Alexandre Aubin
ab306f9c0e
Merge branch 'stretch-unstable' into update-service-view 2019-11-18 16:12:00 +01:00
Alexandre Aubin
c6b1bfb1c2 Reingrate log view directly at the bottom of the service status page, now that we have at least the journalctl as a meaninful log. + various cosmetic and button tweaks 2019-11-18 16:10:58 +01:00
Alexandre Aubin
0e2fcaa4a6
Revert "[fix] Try something to be independent from github" 2019-11-16 16:36:21 +01:00
Alexandre Aubin
3e886cdb6f
Merge pull request #207 from frju365/patch-2
[fix] Try something to be independent from github
2019-11-16 16:06:30 +01:00