Commit Graph

552 Commits

Author SHA1 Message Date
Daniel Heath f729aece51 Run gofmt when building assets 2018-03-31 14:34:14 +11:00
Daniel Heath e5dfacb4bb Update to latest teeny-security: Makes brute-forcing access codes much harder 2018-03-31 14:34:14 +11:00
Zack 2373e339d0
Merge pull request #119 from katomaso/feature/lock-per-session
Lock page with respect to session
2018-03-26 23:19:53 -07:00
Tomas Peterka c64e54a991 Lock page with respect to session 2018-03-11 23:46:29 +01:00
Zack f350d0bbad
Update README.md 2018-02-20 07:30:13 -08:00
Zack 308244cfa4
Update README.md 2018-02-20 07:29:59 -08:00
Zack 50624e75e9
Merge pull request #117 from DanielHeath/implement-file-uploads
Implement file upload / download, fix #77
2018-02-20 05:54:09 -08:00
Daniel Heath efd4cfb0d1 Implement file upload / download, fix #77 2018-02-20 21:04:33 +11:00
Zack Scholl 4ebf9e02ef Allow center 2018-02-18 12:04:23 -08:00
Zack Scholl c1a78c2006 can not -> cannot 2018-02-18 11:59:46 -08:00
Zack Scholl 8a4ba13506 Change default stylesheet 2018-02-18 11:50:02 -08:00
Zack c78dec28eb
Merge pull request #115 from DanielHeath/split-bindata
Remove unused cgo and split debug/non-debug asset builds
2018-02-18 11:34:39 -08:00
Zack 0f8e572d43
Merge pull request #116 from DanielHeath/run-gofmt
Run gofmt
2018-02-18 11:34:16 -08:00
Zack Scholl 1720711029 Self destruct with published messages works 2018-02-18 11:33:32 -08:00
Zack Scholl 3c53386e08 Debounce works 2018-02-18 11:33:23 -08:00
Zack 9d4fcae7b2
Merge pull request #118 from DanielHeath/tidy-logging-statement
Remove logging statement
2018-02-15 19:30:56 -08:00
Daniel Heath db48f1291b Remove unused cgo and split debug/non-debug asset builds
It's now much harder to accidentally build a release with debug or old assets.
2018-02-16 10:54:41 +11:00
Daniel Heath 131a54a682 Gofmt 2018-02-16 10:53:59 +11:00
Daniel Heath bb475bd924 Remove logging statement 2018-02-16 10:53:01 +11:00
Zack dfd9aea863
Merge pull request #113 from DanielHeath/master
Make the 'view' link do something helpful
2018-02-09 15:13:08 -08:00
Daniel Heath 9982fb5175 Auth doesn't stop you publishing stuff 2018-02-07 15:09:01 +11:00
Daniel Heath f5f0bdb3bb Prevent updates from running out-of-order 2018-02-07 14:48:10 +11:00
Daniel Heath d65eccbe9d Whitespace 2018-01-31 22:38:40 +11:00
Daniel Heath 1a3e891dfd Fixup test 2018-01-31 21:44:15 +11:00
Daniel Heath 917d32f8a5 Support category pages 2018-01-31 16:47:12 +11:00
Daniel Heath c207077877 Enable hot-template-reloading in development 2018-01-31 16:47:12 +11:00
Daniel Heath 5e4a317b10 Split inline CSS & javascript into their own files 2018-01-31 16:47:12 +11:00
Daniel Heath da6d6e5d43 Avoid overwriting others work (fix #107) 2018-01-31 16:47:10 +11:00
Daniel Heath d0bc74ec55 Only save the page if its contents have changed 2018-01-31 16:46:58 +11:00
Daniel Heath b42750073c Whitespace 2018-01-31 16:46:58 +11:00
Daniel Heath e1934b9797 Clicking "View" while editing takes you to the current view page 2018-01-31 16:46:58 +11:00
Daniel Heath 0badf719e0 Add mutex around Save, fixes #70 2018-01-31 16:46:57 +11:00
Zack a0dcc9652f
Merge pull request #108 from DanielHeath/mutex-save
Add mutex around page.Save(), fixes #70
2018-01-27 07:56:39 -05:00
Zack fb6405ba1b
Merge pull request #109 from DanielHeath/fix-comment
Fix comment: Upload the right binary
2018-01-27 07:56:16 -05:00
Daniel Heath b18f40e336 Add mutex around Save, fixes #70 2018-01-27 20:58:20 +11:00
Daniel Heath fa66472128 Upload the binary you built (ok, it's just a comment) 2018-01-27 20:27:33 +11:00
Zack 526688c7e3
Merge pull request #104 from DanielHeath/update-deps
Update all dependencies to latest
2018-01-23 18:41:25 -05:00
Zack 31153063f2
Merge pull request #103 from DanielHeath/fix-gitignore
Fixup gitignore
2018-01-23 18:40:49 -05:00
Daniel Heath b4638476cc Update all dependencies to latest 2018-01-24 08:45:42 +11:00
Zack ff420fb81d
Update Makefile 2018-01-23 09:28:57 -05:00
Daniel Heath dec21a80c2 Fixup gitignore 2018-01-22 21:04:15 +11:00
Zack f998015f0c
Merge pull request #99 from DanielHeath/master
Fade-out items while waiting for a delete to go through
2018-01-21 09:09:55 -05:00
Daniel Heath fea5ef4647 Merge branch 'master' of github.com:danielheath/cowyo 2018-01-21 12:52:43 +11:00
Daniel Heath ecf1d2ab10 Add password to access wiki 2018-01-21 12:09:16 +11:00
Daniel Heath 765c5788b3 Ignore dist 2018-01-21 12:03:55 +11:00
Daniel Heath 76ec1c1acb Allow setting session secret cookie code 2018-01-18 20:51:08 +11:00
Daniel Heath 89d58f5a22 Allow insecure markup (for private wikis amongst friends) 2018-01-18 20:50:55 +11:00
Daniel Heath 2f1c0e3cd2 Whitespace 2018-01-18 20:50:13 +11:00
Daniel Heath 10d45b0c76 Add my deploy instructions 2018-01-18 17:39:11 +11:00
Daniel Heath 038a895772 Sort 'ls' page by recent 2018-01-18 17:39:05 +11:00