Commit graph

104 commits

Author SHA1 Message Date
Alexandre Aubin
0a5ac9d70a Add comment about good practices for choosing passwords 2018-10-27 23:05:57 +00: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
Bram
903dd9f506
Merge pull request #198 from YunoHost/config_panel
[enh] POC for config panel interface
2018-06-22 04:25:34 +02:00
Laurent Peuch
1444883b9a [enh] modifying a section of a config panel works 2018-06-18 04:19:46 +02:00
Laurent Peuch
bacc9c5e7c [mod] trailing spaces 2018-06-18 04:09:35 +02:00
Laurent Peuch
02698404fa [enh] open first config panel panel by default 2018-06-18 04:08:25 +02:00
Laurent Peuch
8d9028356e [enh] display app config panel 2018-06-18 03:36:42 +02:00
Laurent Peuch
df213fba3f [enh] add handlebars 'eq' and 'in' helpers 2018-06-18 03:35:57 +02:00
Alexandre Aubin
739bb08f4b
Rename 'hooks' to system or system_parts in backup stuff (#196)
* Fix a bug when trying to uncheck boxes of apps (id key does not exists)
* Rename 'hooks' to system or system_parts to be more semantic and match new option --system
2018-06-15 15:30:41 +02:00
Alexandre Aubin
a34784bd38 Forgot to also fix this controller 2018-06-13 20:40:50 +02:00
Alexandre Aubin
877e303e74 Use the active/inactive status instead of running/exited/dead in service views 2018-06-12 01:40:18 +02:00
ljf
07d2e1c3bd [enh] Add context in log paste feature 2018-06-04 03:32:04 +02:00
ljf
f7ec1274bf [enh] Icon and i18n for logs categories 2018-06-04 02:50:24 +02:00
ljf
a10c6ff33a [enh] Adapt log view to the new api, and add paste option 2018-06-02 13:44:40 +02:00
ljf
663cbe84d3 [enh] display more lines and paste logs 2018-05-26 03:18:32 +02:00
Laurent Peuch
39e166c8fb [enh] sort services by names 2018-05-17 06:38:02 +02:00
Laurent Peuch
32b4312078 [enh] display service description 2018-05-17 05:18:20 +02:00
Alexandre Aubin
c9f9719414
[enh] Interface for migrations (#186)
* [wip] Dirty draft of interface for migrations

* Update following changes in migrations_list : properly display pending / done migrations

* Handle run/skip actions

* Fix handling of disclaimers

* Fix to get the accept-disclaimer option working

* Cosmetic: prettier migrations names without the _ between words..

* Show disclaimer + ack checkbox directly on page instead of using modals. Check that disclaimer was acknowledged.

* Don't escape HTML in the disclaimer (for <br>)
2018-05-02 01:59:02 +02:00
Laurent Peuch
0d2fe76fe7
Merge branch 'unstable' into enh_change_label 2018-01-14 00:38:42 +01:00
Laurent Peuch
478b8a0d32
Merge pull request #174 from JimboJoe/enh-add-change-url
Add app change URL feature
2018-01-14 00:24:49 +01:00
Laurent Peuch
e09ff60ff6
Merge pull request #181 from YunoHost/display_stable_testing_unstable
[enh] display stable/testing/unstable in footer
2018-01-14 00:18:54 +01:00
Jimmy Monin
e4e60596e8 Add change label option in app info page 2018-01-13 15:46:03 +01:00
Laurent Peuch
c7cc4884c5 [mod] we (debian) only handle meltdown for now 2018-01-13 05:27:03 +01:00
Jimmy Monin
977ee7192f Create helpers for tooltips 2018-01-12 08:11:27 +01:00
Laurent Peuch
c5327d85ac [enh] display stable/testing/unstable in footer 2018-01-08 04:11:01 +01:00
Laurent Peuch
58eb64bfae [mod] move spectre/meltdown check to diagnosis 2018-01-05 16:33:51 +01:00
Laurent Peuch
ec4172a2d3 [enh] display warning and instruction to fix meltdown/spectre vulnerabilities 2018-01-05 16:15:10 +01:00
opi
26ad22df9e [enh] Reboot/shutdown from admin interface (#173)
* [enh] Add reboot/shutdown action in tools section.
* [enh] Use icon in front of reboot buttons.
* [enh] Improve reboot string.
* Enhance shutdown/reboot page with a header
* Enhance wording
* [fix] Indicate to users server is rebooting/shutting down
* [fix] Dead code
2017-10-08 23:44:55 +02:00
Jimmy Monin
45a9250b7f Avoid extraneous route (#/apps/:app/changeurl/submit) 2017-09-17 14:37:57 +02:00
Jimmy Monin
dba2f60ce1 Add app change URL feature 2017-09-17 09:50:04 +02:00
ljf
3bd40e2a4e [enh] Add app name in upgrade confirmation 2017-08-28 18:50:42 +02:00
ljf
815da3146f [fix] Remove unappropriate comment 2017-08-28 17:46:45 +02:00
ljf
8b726186ea [enh] Upgrade just one app 2017-08-28 17:35:21 +02:00