64 Commits

Author SHA1 Message Date
Fabian Weisshaar
bca9aaf296 Update font awesome and jquery, add subresource integrity see #23 2016-04-13 09:48:06 +02:00
Fabian Weisshaar
d7715e0975 Update bootstrap and font-awesome 2015-12-30 12:05:28 +01:00
Jonathan
a77fb0e77e Updated Font Awesome 2015-12-28 11:17:24 +01:00
Jonathan
6fe32b5c90 Updated Bootstrap 2015-08-09 21:03:46 +02:00
Thomas Waldmann
21c1a9dab7 upgrade jquery to 1.11.3 2015-06-04 10:58:50 +02:00
Thomas Waldmann
0bba7d30e5 upgrade to bootstrap 3.3.4 and also use other cdn 2015-06-04 10:57:34 +02:00
Thomas Waldmann
bdf0af0c3d upgrade font-awesome cdn link from 4.2.0 to 4.3.0 2015-02-08 20:06:48 +01:00
Thomas Waldmann
a8921abe67 upgrade jQuery cdn link from 1.11.1 to 1.11.2 2015-02-08 19:56:54 +01:00
Thomas Waldmann
a617d21d07 upgrade bootstrap cdn links from 3.3.1 to 3.3.2 2015-02-08 19:55:04 +01:00
elnappo
e69fe96904 New layout for user area (change password, delete acc, change profil) 2014-12-29 17:27:45 +01:00
Thomas Waldmann
36d4445c97 upgrade to bootstrap 3.3.1 2014-11-15 15:52:12 +01:00
Thomas Waldmann
84b04ee1ab use blocktrans trimmed to have better template formatting, simplify blocktrans to trans at some places 2014-11-01 23:03:02 +01:00
Thomas Waldmann
dc23b56537 fix form name for language selector
(so it works with lang.name that has blanks)
2014-11-01 19:37:47 +01:00
Thomas Waldmann
8a39d6a90e reduce amount of i18n strings / words, standardize some terms, use placeholders 2014-09-04 18:48:29 +02:00
Thomas Waldmann
37f26d6031 unify hosts and domains overview views into one 2014-08-31 01:23:38 +02:00
Thomas Waldmann
c6bdd34fee split off add host / add domain view from hosts overview / domains overview 2014-08-31 01:03:19 +02:00
Thomas Waldmann
762799fc5c upgrade to bootstrap 3.2.0 (cdn urls) 2014-08-28 11:31:54 +02:00
Thomas Waldmann
456ab687e5 upgrade to font-awesome 4.2.0 (cdn url) 2014-08-28 11:26:49 +02:00
Thomas Waldmann
d1bf450f7f upgrade to jquery 1.11.1 (cdn url) 2014-08-28 11:24:23 +02:00
Thomas Waldmann
cc630e342f move the link outside the form to make language dropdown look prettier 2014-08-25 01:04:01 +02:00
Thomas Waldmann
bc6dd6f1bc upgrade to font-awesome 4.1.0 (cdn) 2014-08-25 00:03:52 +02:00
Thomas Waldmann
b1afe75a62 add language selector, use set_language redirect view from django 2014-08-25 00:01:26 +02:00
Thomas Waldmann
077b91c0dd Merge branch 'pu_translations' of github.com:mandrag0ra/nsupdate.info into mandrag0ra-pu_translations
Conflicts:
	nsupdate/main/templates/main/includes/tabbed_router_configuration.html
	nsupdate/main/templates/main/status.html
	nsupdate/templates/base.html
2014-06-06 22:46:32 +02:00
Thomas Waldmann
d47793b71c s/WE_HAVE_SSL/WE_HAVE_TLS/g
SSL is the old/outdated name. Since 1999, it's called TLS.

Changed the name of the configuration setting.
2014-05-30 01:18:50 +02:00
mandrag0ra
c3ab638092 correct syntax errors 2014-05-27 01:36:57 +02:00
mandrag0ra
064ec12be6 {% trans %} on .html files 2014-05-23 17:27:18 +02:00
Thomas Waldmann
ca7ef3988d move jquery / bootstrap back to head, broke my socialshareprivacy stuff on nsupdate.info 2014-01-26 03:55:11 +01:00
Fabian Weisshaar
0dc403ae04 change some links, move jquery to bottom and add some trans strings 2013-12-29 22:16:22 +01:00
Thomas Waldmann
01d278489f upgrade bootstrap cdn url to 3.0.3 2013-12-18 01:16:32 +01:00
Thomas Waldmann
201b930334 use jquery cdn 2013-12-18 01:14:58 +01:00
Thomas Waldmann
6b9c7e9511 add reverse dns lookup results for viewer's current IPs to session, show on hosts overview view (see panel at lower right)
not showing it in home view's jumbotron due to potential cosmetic issues
2013-11-27 08:16:49 +01:00
Thomas Waldmann
98db942e3e use bootstrap 3.0.2 from cdn 2013-11-23 00:54:03 +01:00
Thomas Waldmann
ca43191890 move footer contents to base_footer.html, so it is customizable 2013-11-18 09:10:04 +01:00
Thomas Waldmann
aa755d2ce2 so much pain and duplication just to get the cursor into the right field using html5 autofocus attr 2013-11-15 10:07:40 +01:00
Thomas Waldmann
5e2ddfec1c add a warning if we have no javascript
it is needed e.g. for the IP address detection and also other functions.
2013-11-12 14:28:50 +01:00
Thomas Waldmann
7aa48d7d4f ajax get ips: increase delay for first call, add a second call later to update the view (again)
sometimes those v6 tunnels are a bit slow...
2013-11-10 16:41:29 +01:00
Thomas Waldmann
22c44afbe9 document why ip detection is implemented like this 2013-11-07 03:09:53 +01:00
Thomas Waldmann
4218ac6880 fix / simplify ip detection javascript
use .ready() instead of first delay
merge script blocks
2013-11-07 02:43:48 +01:00
Thomas Waldmann
6dfd61d000 navibar: more icons 2013-11-06 13:14:03 +01:00
Thomas Waldmann
ac0f9f0e38 they have fontawesome 4.0.3, they just didn't tell... 2013-11-06 04:45:36 +01:00
Thomas Waldmann
8491d4f058 add some icons to navbar / user menu 2013-11-06 04:33:17 +01:00
Thomas Waldmann
e58afb792c upgrade to font-awesome 4.0.2 2013-11-06 04:02:37 +01:00
Thomas Waldmann
bd0ca16e70 use bootstrap 3.0.1 2013-11-06 03:42:07 +01:00
Thomas Waldmann
e924b054fe fix the message tags (== css classes) so they are meaningful to bootstrap3
note: tags can have multiple classes inside, so better use full class names
2013-11-06 01:25:28 +01:00
Thomas Waldmann
43838cff9b add customization includes / templates for base template (add stuff to head and body) 2013-11-04 00:03:26 +01:00
Thomas Waldmann
bdba38024b add customization includes / templates for base template (add stuff to head and body) 2013-11-03 23:37:46 +01:00
Thomas Waldmann
3b9b2698ed warn if cookies are limited to the secure site, but user is using the insecure site 2013-11-03 10:55:49 +01:00
Thomas Waldmann
95212f4baf fix invalid html, remove unneeded semicolons from js 2013-11-03 05:57:13 +01:00
Thomas Waldmann
ebb7a6e1ee new setting WE_HAVE_SSL to indicate whether the site also has https (not just http)
we will offer using the https site if we have ssl, otherwise we will just warn about insecure http usage.
2013-11-03 05:24:54 +01:00
Thomas Waldmann
a515717125 only do 1 ajax call to get ipv4 and v6 at the same time 2013-11-03 04:58:28 +01:00