Commit graph

180 commits

Author SHA1 Message Date
Alexandre Aubin
5d5aeacb74
Have a proper label for the checkbox 2018-12-20 17:33:50 +01:00
chateau
4df9852a50 Merge branch 'stretch-unstable' of github.com:eauchat/yunohost-admin into stretch-unstable 2018-12-16 22:32:43 +01:00
chateau
7c9916d936 Added the possibility to remove a user's data when deleting a user. 2018-12-16 22:32:29 +01:00
Alexandre Aubin
0039c5d4ad
Merge pull request #218 from YunoHost/confirm-when-installing-bad-quality-apps
[enh] Confirm when installing experimental or low quality apps
2018-12-15 15:48:16 +01:00
Alexandre Aubin
ee446b4c4a
Merge pull request #216 from YunoHost/enh-human-readable-date
[enh] Display date in timezone of browser
2018-12-12 13:12:33 +01:00
Alexandre Aubin
c64d8ec7ac Ask confirmation when installing app with low level or experimental apps 2018-12-11 15:23:15 +00:00
Alexandre Aubin
bddb5021d4 Apps with level >= 3 should be good quality ? 2018-12-11 01:40:11 +00:00
Alexandre Aubin
36b930cc8d Uuuh those were typo ... 2018-12-11 01:39:09 +00:00
Alexandre Aubin
7d13a6fcfe Evil tabs are evil 2018-12-10 01:41:48 +00:00
ljf
becae1963c [enh] Display date with hour for app install time 2018-12-10 00:06:39 +01:00
ljf
a71b6d4a88 [enh] Display correctly backup dates 2018-12-09 20:43:48 +01:00
Alexandre Aubin
28a0eaeb04 Formatting + simplify diff 2018-12-09 19:56:13 +01:00
Alexandre Aubin
b82bdeac48 Explicit bananas 2018-12-09 19:54:39 +01:00
ljf
f0d95f41ab [fix] Uneeded locale 2018-12-09 19:45:24 +01:00
ljf
7da64b8e7e [enh] Display date in timezone of browser 2018-12-09 19:29:04 +01:00
Alexandre Aubin
61d516be83
Merge pull request #212 from YunoHost/good_practices_about_passwords
Add comments about good practices for choosing passwords
2018-11-04 15:59:50 +01:00
Alexandre Aubin
0a5ac9d70a Add comment about good practices for choosing passwords 2018-10-27 23:05:57 +00:00
Alexandre Aubin
6692227f6d Display 'official' instead of 'validated' 2018-10-23 18:50:48 +00:00
Alexandre Aubin
c6ce7b9eff
Fix edge case (for installed apps with missing lastUpdate field ?) 2018-10-23 20:29:32 +02:00
Alexandre Aubin
bf4d846fef
Merge branch 'stretch-unstable' into enh-add-levels-to-applist 2018-10-23 19:59:25 +02:00
root
7062911366 after review changes 2018-09-20 23:17:36 +02:00
e-lie
806c44a012 css button space fix + remove 0 level apps from only working view 2018-09-20 23:17:36 +02:00
e-lie
440f18dea3 last improvements l10n+roles+filtering 2018-09-20 23:17:36 +02:00
e-lie
6c6800e83a combine filtrers 2018-09-20 23:17:36 +02:00
e-lie
9fa5ecd854 fix ccs bug and improve filters WIP 2018-09-20 23:17:36 +02:00
e-lie
35ecb94d99 remove round corners 2018-09-20 23:17:36 +02:00
e-lie
8e17641efd enh filter 2018-09-20 23:17:36 +02:00
e-lie
24b00866e3 enh 2018-09-20 23:17:36 +02:00
elie
7294947ed7 filter added 2018-09-20 23:16:23 +02:00
elie
24e15b714f enh 2018-09-20 23:16:14 +02:00
elie
26765973a8 load more infos on card 2018-09-20 23:16:00 +02:00
e-lie
74712cc30b redesign incoming 2018-09-20 23:15:42 +02:00
ljf
5b19e7974a [fix] No messages displayed on web admin top bar 2018-09-13 03:24:10 +02:00
Alexandre Aubin
71b3bb8dce
Merge pull request #130 from YunoHost/journals
Web interface for journal new features
2018-08-23 21:42:18 +02:00
Bram
c7a9fccc14
Merge pull request #202 from YunoHost/debug-for-unexpected-error
Log 'xhr' variable in console when an unexpected error occur
2018-08-05 16:12:28 +02:00
Alexandre Aubin
264bff4577
Remove forgotten console.log 2018-08-05 15:04:42 +02:00
Alexandre Aubin
e113c56cae
(Put the log after the flash in case the console.log fails for some reason) 2018-08-04 15:15:32 +02:00
Alexandre Aubin
7db903e7c8
Log 'xhr' variable in console when an unexpected error occur 2018-08-04 15:11:15 +02:00
Alexandre Aubin
eee196e090 Show relative time in log list + fix locale for handlebar formatTime/formatRelative 2018-07-23 17:11:12 +00:00
Bram
6292abaa03
Merge pull request #201 from supermamie/help_tooltip
[enh] add a template to display a clickable help
2018-07-15 12:25:39 +02:00
Bram
8dd6195cfe
Merge pull request #200 from YunoHost/app_actions
App actions
2018-07-09 19:58:45 +02:00
supermamie
71ae37ab0d [enh] add a template to display a clickable help
The template name is helpTooltip and can be called with 2 arguments : help text and optional url.
Here are a few examples :
{{helpTooltip (t 'user_fullname_help') (t 'user_fullname_help_url')}}
{{helpTooltip (t 'user_fullname_help')}}
{{helpTooltip "This is some help" "https://some.help.url/this_is_the_help"}}
{{helpTooltip "Some help, without link"}}
2018-07-03 15:02:17 +02:00
Laurent Peuch
1dfd6954b8 [fix] app actions needs domains and users data 2018-07-03 01:04:07 +02:00
Laurent Peuch
3c5a23d7da [enh] implement actions form PUT request 2018-07-03 00:48:29 +02:00
Laurent Peuch
54f3c77ff6 [enh] display actions 2018-07-02 12:28:43 +02:00
Laurent Peuch
37c289aa72 [mod] make manifest install argument formatting reusable 2018-06-30 23:36:16 +02:00
Laurent Peuch
8a06430026 [mod] refactoring, extract functions 2018-06-30 23:32:54 +02:00
ljf
531b2a5c63 Merge from stretch-unstable 2018-06-22 19:45:22 +02:00
ljf
3deb80f2f2 Merge from stretch-unstable 2018-06-22 19:39:48 +02:00
frju365
df67dd6a44 [enh] Add ynh.fr (#199)
* Update postinstall.js

* Update domains.js
2018-06-22 15:58:17 +02:00