Графік комітів

  • a133fde1b3 Removed VOLUME definition master Theodotos Andreou 2016-09-29 17:10:48 +0300
  • 7df84114db Update README.md Theodotos Andreou 2016-09-23 22:21:28 +0300
  • 48ca292430 Remove bogus line Theodotos Andreou 2016-09-23 22:16:42 +0300
  • 70e619ff11 Update README and Dockerfile Theodotos Andreou 2016-09-23 22:04:17 +0300
  • 853a1b42aa Added flask_ldap_login patch Theodotos Andreou 2016-09-23 18:12:45 +0300
  • 042f0f5fb0 Update Dockerfile Theodotos Andreou 2016-09-22 23:49:00 +0300
  • 69c132e01a Update Dockerfile Theodotos Andreou 2016-09-22 23:44:42 +0300
  • d92e0f453c Update Dockerfile Theodotos Andreou 2016-09-22 23:42:57 +0300
  • 1b2b9a79fa Put recommends back Theodotos Andreou 2016-09-22 23:39:34 +0300
  • 2cbe530e2c Added virualenv package Theodotos Andreou 2016-09-22 23:31:13 +0300
  • 26358ce5a9 Fix silly typo Theodotos Andreou 2016-09-22 23:15:41 +0300
  • 8d6a94fbbb Change to jebian jessie Theodotos Andreou 2016-09-22 23:04:50 +0300
  • 0cd7705221 Added 'apt-get -y dist-upgrade' root 2016-09-12 09:06:11 -0700
  • b969f3f1fc Debianize Docker file root 2016-09-12 08:12:21 -0700
  • d4edaf4d6d Merge pull request #181 from gazpachoking/manifestfix Chase Sterling 2016-09-12 00:20:13 -0400
  • 2d356ffb90 Make sure module static files are included in distributions Simplify MANIFEST.in greatly Chase Sterling 2016-09-10 18:31:19 -0400
  • 8a5cfbb2d8 0.9.1 Matthew Scragg 2016-09-07 10:52:46 -0500
  • 63ae863c41 Merge pull request #179 from stephane-martin/fix-include-templates Matthew Scragg 2016-09-07 11:52:19 -0400
  • 046dd88269 add templates from modules to MANIFEST.in so that they get included in the distribution Stephane Martin 2016-09-07 11:03:19 +0200
  • 5469a32dc9 Merge pull request #177 from stephane-martin/auth_proxy Matthew Scragg 2016-09-06 20:57:39 -0400
  • 1531eac9da flask 0.11 compatibility Stephane Martin 2016-09-05 23:19:28 +0200
  • d643b97875 authentication by reverse proxy Stephane Martin 2016-09-05 22:54:53 +0200
  • a747b9505d flask 0.11 compatibility Stephane Martin 2016-09-05 23:19:28 +0200
  • 0675ad9c85 Fix usage of is_anonymous as a method for new version of flask-login Chase Sterling 2016-09-06 00:08:58 -0400
  • 49b1a329a8 moving auth_proxy to hooks.py Stephane Martin 2016-09-06 13:56:25 +0200
  • cb7430df4e moving auth_proxy to hooks.py Stephane Martin 2016-09-06 13:53:40 +0200
  • 07b5371a1a Fix usage of is_anonymous as a method for new version of flask-login Chase Sterling 2016-09-06 00:08:58 -0400
  • cc2d0b7e09 more explicit nginx conf example Stephane Martin 2016-09-06 00:08:44 +0200
  • 483899574b Merge branch 'auth_proxy' of https://github.com/stephane-martin/realms-wiki into auth_proxy Stephane Martin 2016-09-05 23:37:41 +0200
  • a84926239a fix request.environ -> request.headers to get HTTP headers from reverse proxy Stephane Martin 2016-09-05 23:34:15 +0200
  • 9ac015b3dd flask 0.11 compatibility Stephane Martin 2016-09-05 23:19:28 +0200
  • 328f41b85c authentication by reverse proxy Stephane Martin 2016-09-05 22:54:53 +0200
  • 034cc1febd fix request.environ -> request.headers to get HTTP headers from reverse proxy Stephane Martin 2016-09-05 23:34:15 +0200
  • d7d8ef6d76 flask 0.11 compatibility Stephane Martin 2016-09-05 23:19:28 +0200
  • c6016c6116 0.9.0 Matthew Scragg 2016-09-05 17:15:10 -0400
  • bd39255dd0 Merge pull request #170 from gazpachoking/partials-update Matthew Scragg 2016-09-05 17:00:19 -0400
  • 509f97a9f5 authentication by reverse proxy Stephane Martin 2016-09-05 22:54:53 +0200
  • 7260c88571 Merge branch 'master' into partials-update Chase Sterling 2016-09-05 13:30:27 -0400
  • c6db7909b8 Merge pull request #167 from gazpachoking/markdown-it Matthew Scragg 2016-09-05 13:23:14 -0400
  • 87827ca156 Merge pull request #174 from stephane-martin/explicit_absolute_relative_imports Matthew Scragg 2016-09-05 13:22:01 -0400
  • c9b8fbfcba merge last conflict Stephane Martin 2016-09-05 09:37:59 +0200
  • 0288038111 make imports absolute Stephane Martin 2016-09-04 23:31:53 +0200
  • 3d980e1459 make imports absolute Stephane Martin 2016-09-04 23:30:19 +0200
  • 45a1b1a7af make imports absolute Stephane Martin 2016-09-04 23:25:55 +0200
  • bae317c5b6 typo :-/ Stephane Martin 2016-08-28 16:51:55 +0200
  • 1fef1b754c added six as an explicit dependency Stephane Martin 2016-08-28 16:49:26 +0200
  • 1152c851e1 woosh -> whoosh Stephane Martin 2016-08-21 13:46:45 +0200
  • 6a043f4a7d more readable imports stef 2016-08-20 19:37:22 +0200
  • 2731531768 systematic use of `from __future__ import absolute_import`. it eliminates `import NAME` confusion with very common names (eg. `import ldap` is very ambiguous: can be a ldap module from realms-wiki, a ldap module from flask-ldap-login, or `python-ldap` module. stef 2016-08-20 00:48:00 +0200
  • 2919be6b87 Fix deprecated usage of flask.ext Chase Sterling 2016-09-04 17:08:18 -0400
  • f34eabd7df Viewing historical versions of pages now works, and show historical version of partials as well Chase Sterling 2016-09-04 16:35:56 -0400
  • d2bd13da46 Add back heading anchors via markdown-it-anchors plugin Chase Sterling 2016-09-04 16:03:16 -0400
  • 2bf11e6604 Merge branch 'master' into markdown-it Chase Sterling 2016-09-04 15:31:51 -0400
  • 3cecb160df Merge pull request #157 from gazpachoking/oauth_redirect Chase Sterling 2016-09-04 14:42:50 -0400
  • f47af0ecae Merge branch 'master' into partials-update Chase Sterling 2016-09-04 12:31:56 -0400
  • 2ce6c2d314 Merge branch 'master' into oauth_redirect Chase Sterling 2016-09-04 12:25:57 -0400
  • a47d7e2471 Merge pull request #161 from gazpachoking/update_flask Matthew Scragg 2016-09-02 12:56:21 -0400
  • f49ef01f52 Merge pull request #173 from gazpachoking/module_static Matthew Scragg 2016-09-02 12:45:54 -0400
  • eb01b3d269 Merge pull request #175 from zlapper/fix-docker-clean-css Matthew Scragg 2016-09-02 12:43:55 -0400
  • 54b2b72734 Added missing global node package to Dockerfile: clean-css Daniel Garcia 2016-09-02 01:34:31 -0500
  • 1965cbb9ba Merge pull request #172 from alxjsn/master Chase Sterling 2016-08-15 23:43:10 -0400
  • 33aa2b851e Make modules contain their own static files and templates Chase Sterling 2016-08-15 23:06:05 -0400
  • b4d16740c9 Added check for PRIVATE_WIKI in search fuction. Without this there would be information disclosure. alxjsn 2016-08-14 20:30:21 -0700
  • b13f766176 Prevent overzealous requesting of partials while editing pages Chase Sterling 2016-08-09 23:20:06 -0400
  • 9a730a947e Fix scope order when importing partials with metadata. Render error when importing wiki pages that do not exist. Chase Sterling 2016-08-09 21:45:07 -0400
  • 55e2ceccaa Fix live preview of imports in editor Chase Sterling 2016-08-09 20:14:29 -0400
  • 55e1ed3a2b WIP partial improvements Chase Sterling 2016-08-09 00:52:08 -0400
  • 1261d7c2e9 Merge branch 'master' into markdown-it Chase Sterling 2016-08-09 16:41:11 -0400
  • 4a38e896eb Merge pull request #158 from gazpachoking/no_gittle Chase Sterling 2016-08-09 01:18:17 -0400
  • 3223e9fa65 Merge branch 'master' into no_gittle Chase Sterling 2016-08-09 01:10:01 -0400
  • 241d763937 version: 0.8.1 Matthew Scragg 2016-08-03 11:53:29 -0500
  • 2a8bf2c511 Fix crash with docker setting read only config val. Chase Sterling 2016-08-01 11:25:56 -0400
  • f175f12970 Merge remote-tracking branch 'origin/master' into update_flask Chase Sterling 2016-07-28 10:22:37 -0400
  • 065a8c3327 Merge pull request #160 from gazpachoking/github_auth_email Chase Sterling 2016-07-26 16:00:46 -0400
  • d6800f9c4e Update flask-sqlalchemy connection format link. fix #165 Chase Sterling 2016-07-25 21:50:49 -0400
  • 021de4da78 Enable markdown-it typographer option Chase Sterling 2016-07-25 20:59:28 -0400
  • b6ecaa9197 Switch from marked to markdown-it markdown renderer Chase Sterling 2016-07-25 20:20:45 -0400
  • 36d3fb7215 Fix some deprecation warnings with newer flask version Chase Sterling 2016-07-14 17:59:08 -0400
  • a22e99bf9b Re-enable custom flask error handler registration. Chase Sterling 2016-07-14 00:11:38 -0400
  • f7bb21dd2b Start updating flask and flask modules Chase Sterling 2016-07-13 20:43:06 -0400
  • 2d3de77bf6 Use github's anonymous email standin when github auth user has email as private Chase Sterling 2016-07-13 22:47:24 -0400
  • 7a7dfd5097 Merge pull request #154 from gazpachoking/validate_hooks Chase Sterling 2016-07-13 21:08:40 -0400
  • 533e52945d Disallow _private methods to be hooked Chase Sterling 2016-07-13 21:05:49 -0400
  • d914579b11 Merge pull request #150 from gazpachoking/history_optimization Chase Sterling 2016-07-13 20:56:13 -0400
  • 7487a65314 Merge branch 'master' into history_optimization Chase Sterling 2016-07-13 20:48:28 -0400
  • 192177ba2d Fix search rebuild_index command Chase Sterling 2016-07-12 00:27:39 -0400
  • ac69c1c053 Merge pull request #159 from gazpachoking/fix_cli_commands Chase Sterling 2016-07-12 00:25:03 -0400
  • 57e98cdd9d Fix CLI registration for module command groups Chase Sterling 2016-07-10 17:47:43 -0400
  • b754b9ac5a History cache not cleared on edit, and can follow renames Chase Sterling 2016-07-10 01:00:43 -0400
  • 687b0f5ced Add view button back to history revisions Chase Sterling 2016-07-09 20:48:21 -0400
  • 15924df4e2 Do date formatting for history view server side for consistency. Chase Sterling 2016-07-09 20:10:46 -0400
  • bc0876cf33 Add gravatars back to history view Chase Sterling 2016-07-09 20:02:53 -0400
  • 8a81bb121c Fix history cache clearing when page modified Chase Sterling 2016-07-09 19:51:56 -0400
  • fcb23466dd Merge branch 'master' into history_optimization Chase Sterling 2016-07-09 19:33:56 -0400
  • fb54710709 Show a loading message before first page of history is loaded. Chase Sterling 2016-07-09 19:22:28 -0400
  • 9602dd993d Oops, fix first vs last sha in comparison view Chase Sterling 2016-07-09 19:21:57 -0400
  • 631dc03f38 Add a + to indicate all revisions are not loaded in history view Chase Sterling 2016-07-09 19:09:15 -0400
  • 184a47185c Re-implement revision comparison Chase Sterling 2016-07-09 18:26:55 -0400
  • 497f743976 Initialize js date directly Chase Sterling 2016-07-09 16:08:34 -0400
  • b3f6c311b3 Switch page history view to use jquery datatable Chase Sterling 2016-07-09 15:50:07 -0400