Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-18 | Fixed broken link to v0.1.0 commit of Cryptomator | Keeblo | |
The link to the initial version of Cryptomator was dead, so I fixed it. | |||
2018-11-18 | Typo | William Entriken | |
2018-11-18 | Note that mkdocs 0.17.5 is needed | Jakob Unterwurzacher | |
mkdocs-1.0.4 fails like this: 0 jakob@brikett:~/gocryptfs-website$ make LC_ALL=C.UTF-8 LANG=C.UTF-8 mkdocs build --clean WARNING - Config value: 'pages'. Warning: The 'pages' configuration option has been deprecated and will be removed in a future release of MkDocs. Use 'nav' instead. INFO - Cleaning site directory INFO - Building documentation to directory: /home/jakob/gocryptfs-website/site ERROR - Error building page 'index.md': Object of type 'Undefined' is not JSON serializable Traceback (most recent call last): File "/home/jakob/bin/mkdocs", line 11, in <module> sys.exit(cli()) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib64/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/mkdocs/__main__.py", line 163, in build_command ), dirty=not clean) File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 295, in build _build_page(file.page, config, files, nav, env, dirty) File "/usr/local/lib/python3.6/site-packages/mkdocs/commands/build.py", line 216, in _build_page output = template.render(context) File "/usr/local/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 76, in render return original_render(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) File "/usr/local/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) File "/usr/local/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/main.html", line 1, in top-level template code {% extends "base.html" %} File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/base.html", line 30, in top-level template code {%- block libs %} File "/home/jakob/gocryptfs-website/gocryptfs-readthedocs/main.html", line 19, in block "libs" var mkdocs_page_input_path = {{ page.input_path|tojson|safe }}; File "/usr/local/lib/python3.6/site-packages/mkdocs/utils/filters.py", line 8, in tojson return jinja2.Markup(json.dumps(obj, **kwargs)) File "/usr/lib64/python3.6/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) File "/usr/lib64/python3.6/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "/usr/lib64/python3.6/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) File "/usr/lib64/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'Undefined' is not JSON serializable make: *** [Makefile:2: all] Error 1 | |||
2018-07-01 | Add v1.4.4 and v1.5 to News | Jakob Unterwurzacher | |
2018-07-01 | Add folders-side-by-side.gif animation | Jakob Unterwurzacher | |
2018-05-02 | Add newlines for readability | Jakob Unterwurzacher | |
2018-05-02 | Update signature verification for gpg2 | Jakob Unterwurzacher | |
gpg2 displays a longer key id https://github.com/rfjakob/gocryptfs-website/issues/6 | |||
2018-03-25 | encfs also supports xattrs | Jakob Unterwurzacher | |
2018-03-25 | We support xattrs now | Jakob Unterwurzacher | |
2018-02-03 | Switch man page link to rendered markdown | Jakob Unterwurzacher | |
Looks a lot friendlier than the plain-text view. | |||
2018-02-03 | Update compile page | Jakob Unterwurzacher | |
Test output was out of date, and GOPATH is now usually set to ~/go. | |||
2018-02-03 | quickstart: mention deb + homebrew packages | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/202 | |||
2018-01-31 | Drop "git pull" from the Makefile | Jakob Unterwurzacher | |
Technically has nothing to do with building, and fails and aborts the build if you don't have a tracking branch. | |||
2018-01-31 | Update README for travis + python3 | Jakob Unterwurzacher | |
2018-01-31 | Add Travis CI config | Jakob Unterwurzacher | |
2018-01-31 | Remove obsolete "xreadthedocs" theme | Jakob Unterwurzacher | |
Has been replaced by the updated "gocryptfs-readthedocs" theme. | |||
2018-01-31 | Merge pull request #4 from taysu/mkdocs-updates | rfjakob | |
Updates so site builds with mkdocs 0.17.2 | |||
2018-01-30 | Add latest releases to index | Andy Taylor | |
2018-01-30 | Remove syntax highlighting | Andy Taylor | |
2018-01-30 | Use logo image in nav, fix logo width for mobiles | Andy Taylor | |
2018-01-30 | Set plugin list to null to disable search | Andy Taylor | |
2018-01-30 | Use new theme configuration syntax | Andy Taylor | |
2018-01-30 | Add external links to sidebar | Andy Taylor | |
2018-01-30 | Change Github repository links | Andy Taylor | |
2018-01-30 | Disable TOC links in sidebar | Andy Taylor | |
2018-01-30 | Change footer version styling | Andy Taylor | |
2018-01-30 | Add custom css | Andy Taylor | |
2018-01-30 | Remove breadcrumbs | Andy Taylor | |
2018-01-30 | Remove custom fonts | Andy Taylor | |
2018-01-29 | Adding copy of readthedocs theme from mkdocs 0.17.2 source | Andy Taylor | |
2017-12-16 | Update README.md | rfjakob | |
2017-12-16 | Makefile: force C.UTF-8 locale | Jakob Unterwurzacher | |
Fixes a Click / Python3 problem: RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either switch to Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps. | |||
2017-11-08 | Create LICENSE | rfjakob | |
2017-10-28 | Fix two "Cryptograhy" typos | Jakob Unterwurzacher | |
2017-10-28 | Update "Security" link -> "Cryptograhy" | Jakob Unterwurzacher | |
2017-10-28 | css: black text color for better contrast | Jakob Unterwurzacher | |
2017-10-28 | Finish threat model | Jakob Unterwurzacher | |
...and add it to the menu. | |||
2017-10-28 | css: drop heading colors | Jakob Unterwurzacher | |
Have them straight black instead of blue. | |||
2017-10-24 | Add (unfinished) thread model document | Jakob Unterwurzacher | |
2017-10-04 | Actual filename limit is 175 due to padding | Jakob Unterwurzacher | |
See https://github.com/rfjakob/gocryptfs/commit/4da245c69d7994efec75e1deaef56a03020d39db | |||
2017-10-04 | Convert github "master" link to permalink | Jakob Unterwurzacher | |
2017-09-17 | Update both forward and reverse mode crypto docs | Jakob Unterwurzacher | |
They were written before HKDF was introduced. Improve graphics as well | |||
2017-09-17 | Add htaccess redirects and tests | Jakob Unterwurzacher | |
2017-09-16 | reverse mode: uppercase DerivePathIV | Jakob Unterwurzacher | |
2017-09-16 | Update forward mode crypto description for derived keys | Jakob Unterwurzacher | |
2017-09-16 | Makefile: add "clean" target | Jakob Unterwurzacher | |
2017-09-16 | Rename "Security" to "Cryptography" | Jakob Unterwurzacher | |
2017-09-13 | Update disk space efficiency tables | Jakob Unterwurzacher | |
Re-test with latest versions | |||
2017-09-13 | Update performance numbers | Jakob Unterwurzacher | |
2017-09-10 | comparison: update "Overview" table | Jakob Unterwurzacher | |