Commit Graph

  • 98bcf1aced Merge pull request #231 from nsupdate-info/fix-211 TW 2015-12-28 13:10:26 +01:00
  • eacdd9892e fix #211 Thomas Waldmann 2015-12-28 12:50:38 +01:00
  • 4f7627db91 Merge branch 'vanillajonathan-patch-3' Thomas Waldmann 2015-12-28 11:17:59 +01:00
  • a77fb0e77e Updated Font Awesome Jonathan 2015-08-09 21:04:39 +02:00
  • 8ed2efc2aa Merge pull request #228 from elnappo/secretkey TW 2015-12-28 11:11:00 +01:00
  • f5a48db4d7 Merge pull request #227 from elnappo/#225 TW 2015-12-28 11:10:36 +01:00
  • 48f840e12a Merge pull request #226 from elnappo/#222 TW 2015-12-28 11:08:04 +01:00
  • 507a895b33 Merge pull request #216 from vanillajonathan/patch-2 TW 2015-12-28 11:05:23 +01:00
  • 2af3711270 Merge pull request #214 from vanillajonathan/patch-1 TW 2015-12-28 11:04:50 +01:00
  • 8042b3fcd4 fixes #225 Fabian Weisshaar 2015-12-27 18:11:16 +01:00
  • 806d507d52 set SECRET_KEY in development configuration Fabian Weisshaar 2015-12-27 18:09:51 +01:00
  • f65dfa330c fixes #222 Fabian Weisshaar 2015-12-27 17:53:41 +01:00
  • 6fe32b5c90 Updated Bootstrap Jonathan 2015-08-09 21:03:46 +02:00
  • bcee861c41 Update README.rst Jonathan 2015-08-09 17:57:51 +02:00
  • fb84008b74 fix pep8 issue, disable one pep8 warning Thomas Waldmann 2015-06-04 12:47:11 +02:00
  • 0f2e0235cb "faults" management command: use atomic transaction PER HOST Thomas Waldmann 2015-06-04 12:06:21 +02:00
  • 21c1a9dab7 upgrade jquery to 1.11.3 Thomas Waldmann 2015-06-04 10:58:50 +02:00
  • 0bba7d30e5 upgrade to bootstrap 3.3.4 and also use other cdn Thomas Waldmann 2015-06-04 10:57:34 +02:00
  • 95e9cabf65 avoid that invalid domains get added, fixes #205 Thomas Waldmann 2015-06-04 10:48:35 +02:00
  • 1765bd6b13 fix traceback when language in user profile is None, fixes #206 Thomas Waldmann 2015-06-04 10:32:45 +02:00
  • 2922cbcd53 update CHANGES and docs about empty interface IDs Thomas Waldmann 2015-04-25 18:08:04 +02:00
  • ceb016ab9b fix: always compute rh_fqdn Thomas Waldmann 2015-04-25 17:58:10 +02:00
  • 0c425e1411 fix format string Thomas Waldmann 2015-04-25 17:55:12 +02:00
  • b6528b748d add migration for prev. changeset Thomas Waldmann 2015-04-25 17:42:27 +02:00
  • c8d87270b6 do not set A or AAAA record if IFID field is blank Thomas Waldmann 2015-04-25 17:33:02 +02:00
  • ee6485e70a Merge pull request #202 from hensing/doc TW 2015-04-15 18:28:41 +02:00
  • 5aee4b6dd5 [Doc] use github https instead of ssh Henning Dickten 2015-04-15 18:15:37 +02:00
  • 91354e8bb8 Merge pull request #200 from do3cc/patch-1 TW 2015-03-23 09:59:06 +01:00
  • 92d49f7261 Explain related hosts interface id usage Patrick Gerken 2015-03-20 15:19:24 +01:00
  • 3c36a2ca6f bump version to 0.11.0 Thomas Waldmann 2015-02-14 18:11:21 +01:00
  • 84bfdda4c8 update year in copyright notices Thomas Waldmann 2015-02-14 18:10:52 +01:00
  • fe268ebe23 update CHANGES Thomas Waldmann 2015-02-08 20:42:37 +01:00
  • 9233deb017 some people forget to change the service email, so rather use an example one than a real one Thomas Waldmann 2015-02-08 20:42:24 +01:00
  • bdf0af0c3d upgrade font-awesome cdn link from 4.2.0 to 4.3.0 Thomas Waldmann 2015-02-08 20:06:48 +01:00
  • a8921abe67 upgrade jQuery cdn link from 1.11.1 to 1.11.2 Thomas Waldmann 2015-02-08 19:56:54 +01:00
  • a617d21d07 upgrade bootstrap cdn links from 3.3.1 to 3.3.2 Thomas Waldmann 2015-02-08 19:55:04 +01:00
  • 7c273dc870 ignore some more pep8 checker errors Thomas Waldmann 2015-02-08 19:45:01 +01:00
  • 19f0d76c2a render error pages using base template Thomas Waldmann 2015-02-08 19:38:01 +01:00
  • dd11a45108 improve error pages, add 403 Thomas Waldmann 2015-02-08 19:25:10 +01:00
  • b87babb9ac move http error page templates to where they are expected (and work) Thomas Waldmann 2015-02-08 19:18:40 +01:00
  • 5853e27e4e update CHANGES Thomas Waldmann 2015-01-26 22:46:43 +01:00
  • 50f8d72408 adjust timeout / retry timing Thomas Waldmann 2015-01-26 22:18:01 +01:00
  • b562c0fd7e add the option to prefer the primary nameserver in query_ns, use it for domain checker, Thomas Waldmann 2015-01-26 22:04:06 +01:00
  • a0dee62a5f revert 8994be6ca1c44f5c9cee5ac5a2c24d8e1ac822c9ee5ac5a2c24d8e1ac822c9, fixes #198 Thomas Waldmann 2015-01-26 20:56:40 +01:00
  • 0c95fbacaf catch EOFError exception, add note about readable exception messages PR, fixes #197 Thomas Waldmann 2015-01-26 18:07:43 +01:00
  • f6f98e7971 using + for lazy translated strings doesn't work, with a unicode(!) template string % works as expected Thomas Waldmann 2015-01-16 13:53:56 +01:00
  • 0d8f6cc82e catch socket.error (e.g. "connection refused"), fixes #195 Thomas Waldmann 2015-01-09 21:46:30 +01:00
  • 795170e2b9 fix pep8 issue Thomas Waldmann 2015-01-02 21:24:41 +01:00
  • 01f426deb9 fix code to succeed with tests for related host views Thomas Waldmann 2015-01-02 21:21:37 +01:00
  • 8e55167d03 Merge pull request #194 from elnappo/master ThomasWaldmann 2015-01-02 20:43:26 +01:00
  • a0c0ba467c fixed missing url parm for related_host_overview elnappo 2015-01-02 14:25:06 +01:00
  • 2963e60aa2 add more test for main views (mostly 404) elnappo 2015-01-02 14:18:49 +01:00
  • a5f0a00e79 add some tests elnappo 2015-01-02 13:19:51 +01:00
  • d6949e5178 Merge branch 'master' of github.com:nsupdate-info/nsupdate.info elnappo 2014-12-29 17:28:28 +01:00
  • e69fe96904 New layout for user area (change password, delete acc, change profil) elnappo 2014-12-29 17:27:45 +01:00
  • 4906a28f31 catch IndexError when computing IP of related hosts, fixes #190 Thomas Waldmann 2014-12-28 18:33:11 +01:00
  • 8994be6ca1 minor admin interface improvments elnappo 2014-12-28 15:53:22 +01:00
  • e51d453494 Merge pull request #191 from elnappo/master ThomasWaldmann 2014-12-28 15:29:40 +01:00
  • c36dc8801f Merge remote-tracking branch 'origin/master' Thomas Waldmann 2014-12-28 15:15:38 +01:00
  • 50e9ada058 remove transifex-client from dev requirements file as it does not work on python 3.4 Thomas Waldmann 2014-12-28 15:15:11 +01:00
  • 419704618d replace __unicode__() with text_type for python3 elnappo 2014-12-28 14:52:17 +01:00
  • bc8041fd26 remove unicode_literals from account models elnappo 2014-12-28 14:24:05 +01:00
  • 37bb496e3b dont use unicode_literals elnappo 2014-12-28 14:19:24 +01:00
  • 1897c9a913 replace PermissionDenied with Http404 elnappo 2014-12-28 14:07:06 +01:00
  • cbc181024f
    python3 compatibility for account models elnappo 2014-12-06 12:43:35 +01:00
  • ca34ca3e0d
    remove all __unicode__() for python3 compatibility elnappo 2014-12-06 12:35:20 +01:00
  • 75fc8627d7
    add python_2_unicode_compatible in models.py #189 elnappo 2014-12-05 20:33:15 +01:00
  • cbab1a5d17
    only show "(unkown)" in overview when hosts has this record, add some trans tags elnappo 2014-12-05 19:38:26 +01:00
  • 1d262b4f1e Merge pull request #186 from jluebbe/master ThomasWaldmann 2014-11-28 19:57:52 +01:00
  • c48e7dc5fc add registration_closed template Jan Luebbe 2014-11-28 16:48:30 +01:00
  • 58aae90b0a management commands sending emails: translate texts for the email recipient Thomas Waldmann 2014-11-28 00:31:22 +01:00
  • ae61712fbc management commands sending emails: mark strings as translatable Thomas Waldmann 2014-11-27 22:55:10 +01:00
  • 0db2e60263 fix resolving to not add the service server's domain, but just "." Thomas Waldmann 2014-11-27 20:03:34 +01:00
  • 6261b64b72 catch more query_ns exceptions. try update/delete even if query_ns failed. Thomas Waldmann 2014-11-27 10:46:00 +01:00
  • b0103fe5d1 Merge pull request #185 from elnappo/master ThomasWaldmann 2014-11-26 14:26:28 +01:00
  • e2db28a9fb fix #183 elnappo 2014-11-26 10:50:54 +01:00
  • e51792f344 add console.EmailBackend to dev settings elnappo 2014-11-26 10:49:25 +01:00
  • 1de8a9aaf6 Merge branch 'master' of github.com:nsupdate-info/nsupdate.info elnappo 2014-11-26 10:39:26 +01:00
  • 202d3bc2dd fix migration, only works like that Thomas Waldmann 2014-11-26 00:23:52 +01:00
  • dbfded9e86 add a migration that creates UserProfile records for all User records Thomas Waldmann 2014-11-25 23:44:20 +01:00
  • 032dd502e6 fix misleading exception handler for query_ns Thomas Waldmann 2014-11-25 22:04:34 +01:00
  • f35d16c406
    edit form is now a horizontal form elnappo 2014-11-25 21:30:13 +01:00
  • aa425c3402 add UserProfiles with additional metadata (for now: language) Thomas Waldmann 2014-11-25 14:08:48 +01:00
  • 141069532d check staleness: remove safety code after testing Thomas Waldmann 2014-11-21 11:44:35 +01:00
  • 5f8f17b3fe check staleness: use a different mail text for mail after deletion Thomas Waldmann 2014-11-21 11:40:49 +01:00
  • a320efab64 check staleness: some tz / default fixes Thomas Waldmann 2014-11-21 11:27:33 +01:00
  • 13cf70baf6 implement host staleness level, management script to check whether host IP is being updated Thomas Waldmann 2014-11-21 11:00:59 +01:00
  • 223710c4c7 add missing migration (nameserver2_ip, tls_update_ipv6 help text changes) Thomas Waldmann 2014-11-21 10:56:23 +01:00
  • bfe2311b53 implement host IP blacklist, fixes #162 Thomas Waldmann 2014-11-18 00:14:23 +01:00
  • 94d50a2641 updated changelog Thomas Waldmann 2014-11-17 22:25:16 +01:00
  • 73d69e7502 fix method signature of get_context_data, fixes #180 Thomas Waldmann 2014-11-17 22:09:39 +01:00
  • 2377cdbd85 merged changes from rel0.10 branch Thomas Waldmann 2014-11-17 21:51:00 +01:00
  • 6b36b970ec update i18n (*.mo) Thomas Waldmann 2014-11-17 21:38:16 +01:00
  • 094652f243 update i18n (*.po) Thomas Waldmann 2014-11-17 21:37:40 +01:00
  • 015ad71945 fix 2 translatable strings Thomas Waldmann 2014-11-17 21:37:03 +01:00
  • 46cdbd4e53 fix django requirements: >= 1.7.1 and <1.8 Thomas Waldmann 2014-11-17 20:58:51 +01:00
  • 4b5915ab3f updated changelog Thomas Waldmann 2014-11-17 20:45:13 +01:00
  • bbcbc37059 updated i18 (*.mo) Thomas Waldmann 2014-11-17 20:30:28 +01:00
  • 13d8ff4db4 updated i18 (*.po) Thomas Waldmann 2014-11-17 20:30:13 +01:00
  • 6f8d8b7595 add nginx /myip tuning hint to the admin docs Thomas Waldmann 2014-11-17 19:38:42 +01:00