Commit Graph

399 Commits

Author SHA1 Message Date
Christian Bundy e4f762ea04 Change systemd unit to use `default.target`
I was having a problem where I'd start my computer but the script wasn't
restarting audomatically, and after some searching I found this:

https://github.com/systemd/systemd/issues/2690#issuecomment-186973730

It looks like we should be using `default.target` instead of
`multi-user.target`.
2020-01-05 14:56:08 -08:00
Christian Bundy 280bf8df70 Add overwrite warning to systemd install 2020-01-03 15:27:20 -08:00
Christian Bundy 8d56405251 Format with prettier 2020-01-03 15:21:33 -08:00
Christian Bundy f26a148244 Replace yarn.lock with package-lock.json 2020-01-03 15:19:35 -08:00
Christian Bundy 64154f2eed Change to organize install docs 2020-01-03 15:04:16 -08:00
Jonathan Dahan 6e3aed336c explain why we wrote the systemd service file 2020-01-03 15:12:33 -05:00
Jonathan Dahan 7af34f6b4e copy script no matter what dir the script is in 2020-01-03 15:09:45 -05:00
Jonathan Dahan 7ec96eda60 fix spacing in install script 2020-01-03 15:07:29 -05:00
Jonathan Dahan 8ce7d76df7 Create systemd service install script, fix service
This will check if you have have systemd installed,
copy the service file to your user directory,
and instruct the user how to enable it on login.
2020-01-03 15:03:21 -05:00
Jonathan Dahan 3e764e6d4d Remove unicorn requirement for systemd service 2020-01-03 12:23:58 -05:00
Christian Bundy 1cc27e2837
Merge pull request #31 from trashhalo/master
Add support for running oasis in a docker container
2020-01-01 11:18:04 -08:00
Stephen Solka f288201850 yay for test cases. oops change require path 2020-01-01 14:12:04 -05:00
Stephen Solka 79e979708a Merge remote-tracking branch 'origin/master' 2020-01-01 14:01:56 -05:00
Stephen Solka d503a35ed3 move server by cooler. ready for future refactors 2020-01-01 14:01:28 -05:00
Christian Bundy dfb2107bf7
Merge pull request #32 from mycognosist/bottom_margin
Add bottom margin to lift Comment button
2020-01-01 09:44:47 -08:00
mycognosist dc103d6168 Add bottom margin to lift Comment button 2020-01-01 17:27:01 +00:00
Stephen Solka 4882934610 Add support for running oasis in a docker container 2020-01-01 10:07:41 -05:00
Christian Bundy 67fcb7b19b
2.9.10 2019-12-29 16:01:22 -08:00
Christian Bundy 6ac79b124a
Bump dependencies 2019-12-29 15:51:59 -08:00
Christian Bundy 6d6fe9d268
Fix threading bug with mysterious messages 2019-12-29 15:10:45 -08:00
Christian Bundy 36b52a0465
2.9.9 2019-12-29 14:03:23 -08:00
Christian Bundy b8ab543b09
Add release script 2019-12-29 13:51:57 -08:00
Christian Bundy 306c1642a3
Change order of 'comment' and 'reply' 2019-12-28 17:30:38 -08:00
Christian Bundy 9ef1920f1d
Change to disable replies to replies
There are very few reasons you'd ever want to do this and I think it's
more helpful to just disable it altogether. A reply should be thought of
as **creating a new thread**, and if you have a response to the thread
that's created then it should be posted as a **comment**.

Making a new thread as a response to an existing thread is an advanced
action and I think the simplicity is worth the small reduction in the
degrees of freedom for advanced users. Maybe I'll change my mind?
2019-12-28 16:47:22 -08:00
Christian Bundy 826c90b8af
Fix comments and rename 'reply all' to 'comment'
This changes some phrasing for clarity and adds some helpful
explanations when you're publishing a comment or a reply.

This also fixes comments on replies, which were previously just being
added as a sibling reply. This doesn't really matter because it has the
same layout in the UI and it's also very rare, but it allows us to have
separate threads for each reply.
2019-12-28 16:30:49 -08:00
Christian Bundy 0791880897
2.9.8 2019-12-27 16:29:23 -08:00
Christian Bundy 42c72e7b8d
Change to make Sharp an optional dependency 2019-12-27 16:28:36 -08:00
Christian Bundy 96636685ae
Change to increase resolution of images 2019-12-16 12:37:11 -08:00
Christian Bundy 9db511f51f
Remove meta-table from profiles 2019-12-16 12:07:52 -08:00
Christian Bundy c0e491cec9
Fix profile regression 2019-12-16 11:25:08 -08:00
Christian Bundy 344d0cade9
2.9.7 2019-12-16 10:13:23 -08:00
Christian Bundy 4a16ac51dc
Merge branch 'develop' 2019-12-16 10:13:04 -08:00
Christian Bundy f5e1720552
2.9.6 2019-12-16 09:23:07 -08:00
Christian Bundy e476016039
Upgrade dependencies 2019-12-16 09:22:43 -08:00
Christian Bundy 688627a462
Change replies to show full threads 2019-12-16 09:20:27 -08:00
Christian Bundy 733e0a4cfe
Fix like button focus 2019-12-16 08:11:58 -08:00
Christian Bundy 86aa4c5453
Change section view to reduce clutter 2019-12-15 18:22:51 -08:00
Christian Bundy ac3d2b58a0
Change styles to reduce visual noise
Big thanks for @cinnamon-bun for these suggestions!
2019-12-15 16:16:15 -08:00
Christian Bundy 7af6142a6b
2.9.5 2019-12-15 15:25:48 -08:00
Christian Bundy 3261648cb9
Fix like button hover 2019-12-15 15:25:22 -08:00
Christian Bundy b19b3a7666
2.9.4 2019-12-15 14:11:39 -08:00
Christian Bundy faf656b012
Merge branch 'develop' 2019-12-15 14:10:33 -08:00
Christian Bundy 2ec97940df
Replace faux-shadow with thin border, change default theme 2019-12-15 14:08:38 -08:00
Christian Bundy 037e173fef
Remove message CSS class 2019-12-15 11:01:02 -08:00
Christian Bundy 2f565ceacf
Change to use more consistent size framework 2019-12-15 10:45:41 -08:00
Christian Bundy c3d650018a
Fix thread target highlight for private messages 2019-12-15 08:52:54 -08:00
Christian Bundy 5a0702c4dd
Add emoji to public publish 2019-12-14 17:07:44 -08:00
Christian Bundy 4a35908863
2.9.3 2019-12-14 16:33:02 -08:00
Christian Bundy 7cdf74c558
Add extra info for publish and search 2019-12-14 16:32:28 -08:00
Christian Bundy f9e22ae2a5
Change default theme to Tomorrow 2019-12-14 16:06:44 -08:00