Commit Graph

269 Commits

Author SHA1 Message Date
Xavier Guimard
25807a4a6a Diff tree is displayed (#575) 2016-03-22 05:56:42 +00:00
Xavier Guimard
c6112fcc16 Diff display in progress (#575) 2016-03-21 17:52:53 +00:00
Xavier Guimard
cb9e3a3b1f Diff in progress (#575) 2016-03-21 17:52:52 +00:00
Xavier Guimard
431c3bedf6 Diff in progress (#575) 2016-03-21 17:52:50 +00:00
Xavier Guimard
974664d98c Diff page template (#575) 2016-03-21 17:52:48 +00:00
Xavier Guimard
8cfdffcf99 More comments 2016-03-21 17:52:46 +00:00
Xavier Guimard
49153b99ce Session explorer: sorting system by date (closes: #354) 2016-03-15 22:11:26 +00:00
Xavier Guimard
b77d832251 Convert notifications.js to coffeescript 2016-03-15 08:57:51 +00:00
Xavier Guimard
a33376a44d Typo 2016-03-15 06:35:19 +00:00
Xavier Guimard
0cd9171cea Convert sessions.js to coffeescript 2016-03-15 06:28:00 +00:00
Xavier Guimard
d1923af517 Switch javascript to coffeescript 2016-03-14 22:22:09 +00:00
Xavier Guimard
1500a1b8b2 Avoid translating SAML partner names 2016-03-14 22:22:07 +00:00
Xavier Guimard
580d5a4bcc More translations in errors 2016-03-09 06:06:46 +00:00
Xavier Guimard
6f2dd4315e Partial revert of r4569 (closes: #962) 2016-03-03 20:59:22 +00:00
Xavier Guimard
e697628728 Replace .success() by .then() (closes: #957) 2016-02-29 22:43:43 +00:00
Clément Oudot
c713469cb6 Use a getIdentifier method to be able to purge a notification (#947) 2016-02-24 17:26:52 +00:00
Clément Oudot
7894406809 Use modal to display success/error (#925) 2016-02-24 14:27:29 +00:00
Clément Oudot
d86483f2c9 Fix spelling (#950) 2016-02-24 10:12:22 +00:00
Clément Oudot
c160fd8b41 Adapt date format on client side (#944) 2016-02-23 14:36:44 +00:00
Xavier Guimard
55d5cce299 Minify 2016-02-22 12:19:21 +00:00
Xavier Guimard
fc71e558fd More comments 2016-02-22 12:19:15 +00:00
Xavier Guimard
8a5f6e2bc9 Log forgotten 2016-02-19 06:33:46 +00:00
Xavier Guimard
f338000e97 Change Ajax redirections (#820)
- redirections back to llApp.js
- portal is now a template param
- portal is now more downloaded at startup

Tests successful
2016-02-19 06:31:09 +00:00
Xavier Guimard
3438dddec1 Double redirection management 2016-02-19 05:54:04 +00:00
Xavier Guimard
addb961980 Download all keys before duplicate (Closes #935) 2016-02-18 18:34:04 +00:00
Clément Oudot
e1583908f8 Fix cols for post form (#820) 2016-02-18 14:34:52 +00:00
Xavier Guimard
2a641e7184 +/- buttons for post 2016-02-18 14:05:07 +00:00
Xavier Guimard
d284e1b39a Clean javascript 2016-02-17 20:44:23 +00:00
Xavier Guimard
292e5a84f6 cfgLog must be defined (#820) 2016-02-17 19:34:10 +00:00
Xavier Guimard
7eeb57330f Fix path for USEEXTERNALLIBS 2016-02-16 11:38:08 +00:00
Xavier Guimard
5722da3afc Bad paths 2016-02-16 11:19:29 +00:00
Xavier Guimard
fb21d874ad More elegant menu 2016-02-16 06:21:40 +00:00
Xavier Guimard
231c2d07e9 Minify 2016-02-15 18:06:16 +00:00
Xavier Guimard
b78d3ae916 Some performance improvements (recommended by Chromium audit tool) 2016-02-15 12:28:50 +00:00
Xavier Guimard
82e306346f Duplication feature (Closes: #935) 2016-02-15 12:13:07 +00:00
Xavier Guimard
365701ee49 New "post" storage (#733) 2016-02-13 12:31:01 +00:00
Xavier Guimard
9cf699bddb Beautify 2016-02-13 12:30:55 +00:00
Xavier Guimard
088d4ce9b7 CSS hook (#820)
With many vhosts (tested ~300), new view is less usable than older
"tree view". This little hook can be used to view more hosts.
2016-02-11 11:21:24 +00:00
Xavier Guimard
27048b1670 More tests 2016-02-09 12:38:43 +00:00
Clément Oudot
1bcf1c91b4 Improve layout with flexbox model (#820) 2016-02-08 15:44:39 +00:00
Clément Oudot
593bf95bee Use tooltip for forceSave button (#889) 2016-02-08 14:08:26 +00:00
Xavier Guimard
58e24e0a4d Avoid some lintian watnings 2016-02-07 08:32:36 +00:00
Xavier Guimard
64259f65ee Show "force save" if not last (Closes: #889) 2016-02-06 13:17:18 +00:00
Clément Oudot
ae1a0638cd Split data from angularJS form and from posted data, to avoid mixin Date and String type for date (#925) 2016-02-05 11:26:43 +00:00
Clément Oudot
840fac9ddd Add footer to modal template (#927) 2016-02-05 11:10:08 +00:00
Clément Oudot
333b35f64d Fix modal in Notifications explorer (#927) 2016-02-05 11:02:52 +00:00
Xavier Guimard
98c52bc8c9 Compression omitted 2016-02-04 22:10:15 +00:00
Xavier Guimard
e0ea245d9a Replace alert() by modal. Not tested, may close #927 2016-02-04 18:07:51 +00:00
Xavier Guimard
f9ccd4f125 Move modal from manager.js to llApp.js (#927) 2016-02-04 18:07:49 +00:00
Clément Oudot
50fab54820 Better display of notifications in sessions explorer (#LEMONDAP-925) 2016-02-04 13:40:51 +00:00