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
Alexandre Aubin
382b81a664
[fix] Correctly handle error 500 ( #166 )
...
* [fix] Correctly handle error 500
* [fix] Use 'em' instead of 'emph'
2017-07-27 16:30:15 +02:00
opi
6cbd81f2e6
[enh] Variable assignment code cleanup. ( #161 )
2017-07-24 17:03:39 +02:00
Alexandre Aubin
bd1abcb89d
[fix] 'hooks' key is now 'system' in backup info ( #165 )
2017-07-08 12:39:24 +02:00
opi
3ca9535656
[enh] Manage appslists. #875 ( #158 )
...
* [enh] Manage appslist. #875
* [enh] Link to appslist page in the custom app installation form.
* [fix] Wrong url.
* [fix] Always use appslists plural form for translation strings consistency.
* [enh] Add one-click button to install community list.
* [enh] Add explicit warning message about community list status.
* [enh] Add more fear.
* [fix] Back to warning alert about community appslist.
* [enh] Handle case with no appslists.
* [fix] Remove duplicate id attributes.
* [fix] Full width block.
* [fix] Add missing 'remove' string.
2017-06-12 16:57:52 +02:00
opi
eef82ec93d
[enh] Display help text from manifest during app installation. ( #152 )
2017-04-06 15:49:57 +02:00
opi
dc84ce7224
[fix] Split sentences for translation ( #828 ) ( #153 )
...
* [fix] Split confirm_update sentence for better translations.
* [fix] Split confirm_service_action sentence for better translations.
* [fix] Split confirm_firewall sentence for better translations.
* [fix] Split confirm_upnp_action sentence for better translations.
* [enh] English wording ('all' instead of 'every').
2017-04-03 15:53:42 +02:00
M5oul
642fdfd71b
Merge pull request #149 from thardev/enh-766-show-version-when-connected
...
[enh] Show version only when connected
2017-03-07 20:45:39 +01:00
opi
83127a5692
[fix] Guess API's baseurl is store is empty.
2017-02-27 17:46:24 +01:00
thardev
ea2bdd41b8
events file login/logout event and check connected home
2017-02-25 04:30:20 +01:00
Alexandre Aubin
32a7516927
[fix] Implementing comments from opi
2016-12-01 22:23:41 -05:00
Alexandre Aubin
35124f9c74
[enh] Working prototype for certificate management interface
2016-11-20 20:42:26 -05:00
Laurent Peuch
b625c10bc9
[fix] api correctly returns boolean value now
2016-08-12 15:08:16 +02:00
opi
0ed417b85e
[enh] Allow key/value choices in manifest arguments.
2016-07-21 12:56:09 +02:00
opi
3d1d5c302f
[enh] Display YNH version in footer. Need body padding improvments. #316
2016-07-21 12:16:24 +02:00
opi
35146cbd41
[enh] Cleanup app view() helper.
2016-07-21 11:57:01 +02:00
opi
da9aa7d8c9
[fix] No need to resize body on every content update.
2016-07-21 11:57:01 +02:00
opi
604a76759d
[fix] Remove useless 'move' CSS class.
2016-07-21 11:57:01 +02:00
opi
ab523a2ddd
[fix] Allow checkbox to be unchecked even if default is true.
2016-07-12 15:52:51 +02:00
Laurent Peuch
12670632cf
[enh] display a single journal
2016-06-28 05:48:02 +02:00
Laurent Peuch
eee142fbec
[enh] display list of journals in tools
2016-06-28 05:15:05 +02:00
opi
ce6b5c9940
[enh] Clean use of store.set(url). Get url value ASAP.
2016-05-23 15:29:58 +02:00
opi
04cd9dfbf5
[fix] Prevent acces to undefined variable.
2016-05-23 15:27:46 +02:00
Jérôme Lebleu
b2f975accb
[doc] Comment that checkbox should not be required
2016-05-23 11:31:23 +02:00
Jérôme Lebleu
17ee79846b
[fix] Ensure checkbox is not required for boolean fields
2016-05-22 21:41:25 +02:00
opi
56a1c87117
[fix] Add missing this-that reference.
2016-05-06 22:24:38 +02:00
opi
34d775be73
[enh] Implements 'paste online' helper.
2016-05-06 19:13:23 +02:00
opi
93243f432f
[enh][ux] Prefill email field value with username if empty.
2016-05-06 17:17:09 +02:00
opi
3642835745
[enh] Use PASSWORD_MIN_LENGTH constant.
2016-04-29 13:37:27 +02:00
opi
3595b6c5af
[fix] Remove console.log
2016-04-27 22:56:26 +02:00
opi
f67fa92102
Improve user quota field UX. Fix #283
2016-04-27 22:54:25 +02:00
opi
670d6768a2
[fix] Prevent data loss on form errors. Add some comments too.
2016-03-23 10:57:41 +01:00
opi
985aacdd00
[fix] User create form POST on same url to prevent strange redirection and form cleaning.
2016-03-23 10:57:41 +01:00
Jérôme Lebleu
0ca78c8769
[fix] Reorder and catch proper response from API failed calls
2016-03-23 10:57:41 +01:00
opi
87a7ea0d4a
[enh] Use less JS for sliding animation.
2016-03-19 11:58:48 +01:00
opi
33da1c061d
[enh] Scroll to Top to view new messages.
2016-03-19 11:06:37 +01:00
opi
683e92b525
[enh] Use new --installed option for main apps list.
2016-03-18 10:54:32 +01:00
opi
b3c63c93b6
[fix] Only display apps with backup script on backup creation page. #227
2016-03-18 10:49:22 +01:00
opi
a23cad09ab
[enh] Add diagnosis. #39
2016-03-14 11:19:02 +01:00
opi
160f0361f0
[enh] Do not print old security notice. Append date and reverse order. Fix #186
2016-03-07 08:57:44 +01:00
Julien Malik
1ed953f90c
[enh] move to new js-cookie API
2016-03-05 12:10:41 +01:00
Julien Malik
4646bfc255
[enh] remove third parties from source, use bower
2016-03-04 14:40:05 +01:00
opi
33733d0b32
[fix] Call redirect() on path, not view(). Fix #205
2016-03-02 09:17:01 +01:00
opi
7031ace70f
[enh] Cleanup
2016-03-02 09:14:57 +01:00
opi
e6b5839328
[fix] Use repository term instead of store. JS Cleanup.
2016-03-01 16:08:12 +01:00
zamentur
f6e65cbc01
[enh] display store and state of each apps
2016-02-14 03:24:52 +01:00
Jérôme Lebleu
cda818783a
[fix] Define domain addition route before domain info.
2016-02-07 19:55:12 +01:00
opi
66dbcf50da
[enh] Split app list templates, add 'installed' badge.
2016-02-05 14:39:02 +01:00
opi
894e0fbb42
[enh] Add domain info page with DNS config.
2016-02-05 10:36:33 +01:00
opi
eb67a192a1
[fix] Use real json boolean value for default key. #141
2016-02-04 14:43:48 +01:00
opi
978cf6eee7
[fix] Display responseText on API error. #171
2016-02-04 12:25:31 +01:00
opi
8e1e76ea44
[enh] Rename main js file to avoid confusion with apps controller.
2016-02-04 12:14:37 +01:00
opi
2b97eb5018
[enh] Make session persists accross multiple tabs. #144
2016-02-04 12:06:34 +01:00
opi
312eba3b7c
[fix] Prevent delay while displaying pacman loader.
2016-02-04 12:05:51 +01:00
opi
4b6ca71cfa
[enh] Support boolean argument type in app manifest. #141
2016-02-04 11:43:54 +01:00
opi
1a65ea8b20
[enh] Split application script in multiple files.
2015-12-29 17:00:02 +01:00
opi
88f55c3fc2
[enh] Display app label in installed app list.
2015-11-24 08:39:30 +01:00
opi
4708516000
[fix] Cleanup JS about flash messages and rebuild dist.
2015-11-23 12:41:17 +01:00
opi
72b3454c66
[enh] Move application bootstrap in Sammy run event listener.
2015-11-23 12:40:45 +01:00
opi
34e10bdbd0
[enh] Display YunoHost packages versions.
2015-11-23 10:12:53 +01:00
opi
f2c8c4fd1f
[fix] unGroupHooks helper.
2015-11-15 22:25:55 +01:00
opi
f682bcfbf0
[fix] Missing app_id on backup create page.
2015-11-15 21:59:33 +01:00
opi
ad3b0c230c
[enh] Use a more generic API error handler.
2015-11-15 17:13:44 +01:00
opi
d442f8fc82
[fix] Use request statusText on API error.
2015-11-15 16:18:23 +01:00
opi
22514d7c8a
[fix] API's 404 breaks page and message layout.
2015-11-15 15:50:59 +01:00
opi
c4f000a2cb
[fix] Logout button visible even when already logged out.
2015-11-15 14:00:10 +01:00
opi
0864548c0e
[enh] Add toggle and clear buttons in flashMessage.
2015-11-15 12:25:02 +01:00
kload
d59576a3a1
[fix] Transform an 'info' message into 'log' when necessary
2015-11-14 19:06:35 -05:00
kload
c8825b97aa
[enh] Use monospaced font only for command display
...
+ minor comestic fixes
2015-11-13 12:41:14 -05:00
kload
ca61a065f1
[fix] Sliding effect
...
The $.resize() function was called on the body too soon, leading the sliding effect to be invisible.
Resizing after the duration of the CSS animation did the trick.
2015-11-13 12:40:51 -05:00
opi
231aac076a
[enh] Resize body after content refresh.
2015-11-12 15:41:09 +01:00
opi
7cc7e3f053
[enh] Less nerdy notification zone, with some tiny improvments.
2015-11-09 15:05:35 +01:00
kload
8bbe8e5721
[fix] User interface link
2015-11-01 11:37:48 -05:00
kload
965ff87677
[enh] Enhance flash messages display (issuefix #64 )
2015-11-01 10:38:54 -05:00
kload
cf9a5a8e0c
[fix] Slide to/back animation
2015-11-01 05:37:38 -05:00
Laurent Peuch
40a29a6dad
[enh] declare API for debug page in app.js
2015-10-11 09:08:52 +02:00
opi
d8d7eb2172
[fix] Allow view without slide. Use it instead of redirect on API fail.
2015-10-11 07:40:19 +02:00
opi
dc4f9649d6
[enh] Cleanup flash alert display.
2015-10-11 07:33:49 +02:00
opi
52eb6201fe
[enh] Translate services status and loading state.
2015-10-09 15:30:50 +02:00
opi
06c8fae22d
[fix] Do not show all logs when clicking on 'log' button.
2015-10-08 18:05:43 +02:00
opi
88c3824b0f
[fix] Use _desc as suffix for backup string. Properly minify JS.
2015-10-08 12:56:00 +02:00
zamentur
05b94e5c0b
Merge remote-tracking branch 'upstream/unstable' into backup
...
Conflicts:
src/dist/js/script.min.js
2015-10-02 23:27:50 +02:00
zamentur
c83e33e3c4
[enh] Refactoring to avoid duplicate code
2015-10-02 22:59:40 +02:00
zamentur
25e2475100
[fix] Event handler was not removed on modal confirmation
2015-10-02 02:40:25 +02:00
zamentur
c9c73b9c85
[enh] New delete backup API
2015-10-02 02:24:42 +02:00
zamentur
bec1798f8d
[enh] Allow backup/restore
2015-10-01 23:56:11 +02:00
Laurent Peuch
750fc7b19f
Change url for update/upgrade tab
2015-10-01 23:20:52 +02:00
Laurent Peuch
bae14e530a
Change monitoring url path
2015-10-01 22:46:15 +02:00
Laurent Peuch
f2d2aa44a5
Change firewall url to match to other part of the UI
2015-10-01 21:54:16 +02:00
opi
efab6eec90
[fix] Use standard innerHTML to translate page content.
2015-08-31 11:03:56 +02:00
opi
2c7a1ebb5b
[enh] Pass jshint.
2015-08-29 15:45:00 +02:00
opi
6edab52e74
[enh] Use Gulp to process Less, JS and images files.
2015-08-29 15:26:24 +02:00
opi
cf2bc45eb3
[enh] Use githubusercontent.com instead of rawgit.com
2015-08-21 10:59:28 +02:00
opi
21be86fc05
Merge pull request #100 from zamentur/broken_link
...
[fix] Link broken on security alert (#95 )
2015-07-09 09:17:43 +02:00
Jérôme Lebleu
82e5fae76d
[fix] Pass proper arguments when enable/disable a port ( fix #96 )
2015-05-11 14:20:43 +02:00
zamentur
bf35327ae5
[fix] Can't install several instances of multisite apps ( #94 )
2015-05-10 12:32:53 +02:00
zamentur
9d6a6e9574
[fix] Link broken on security alert ( #95 )
2015-05-10 11:29:11 +02:00
kload
de7918a84d
[fix] Mandatory protocol for backward compatibility
2015-05-08 02:40:31 +02:00
Jérôme Lebleu
db77ebf401
[fix] Adapt result processing from user_list to it new behaviour
2015-03-25 11:39:29 +01:00
opi
063803793c
[fix] Move sources to a dedicated folder.
2015-02-01 02:35:44 +01:00