1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-08-29 17:08:03 +00:00
Commit Graph

635 Commits

Author SHA1 Message Date
handlerug
11e98b2368 Working user panel
See https://mycorrhiza.wiki/hypha/idea/user_panel

It's not pretty, but it works. The next step is to make it look good.
2021-06-29 22:10:48 +07:00
handlerug
c7e4281398 Remove unneeded flags from Makefile
And remove the `help` target. Who the fuck runs `make help`?!
2021-06-29 21:12:46 +07:00
handlerug
477c449a05 Initial user panel draft 2021-06-29 17:34:36 +07:00
handlerug
16861bd3d4 Automatically migrate fixed users to registered
Now registered users are loaded unconditionally, ignoring the config
field.
2021-06-27 21:53:53 +07:00
handlerug
ea2c94980e Merge pull request #71 from DanInSpace104/patch-1
Remove Gemini from README
2021-06-26 14:34:00 +07:00
DanInSpace104
d86bf2b708 Remove Gemini from README 2021-06-26 12:32:47 +05:00
handlerug
5990731454 Fix a typo 2021-06-24 15:07:25 +07:00
handlerug
9b610595bd Fix comments in static/static.go 2021-06-23 22:46:04 +07:00
handlerug
190a1d6ba8 Extract robots.txt into a file, simplify MIMEs 2021-06-23 22:44:27 +07:00
handlerug
41a5da7f56 Fix a typo -> serve CSS with proper Content-Type 2021-06-23 22:36:14 +07:00
handlerug
ace1506bcc Revert "Revert "Revert "Readme for new wikis"""
This reverts commit d17e97b7ff.

Fuck it. Shit is self-describable and understandable enough
2021-06-23 22:09:05 +07:00
handlerug
bc284be7e6 Don't log git repo existence check to the console 2021-06-23 22:02:13 +07:00
handlerug
d17e97b7ff Revert "Revert "Readme for new wikis""
This reverts commit 43a9bf705d.
2021-06-23 21:11:00 +07:00
handlerug
43a9bf705d Revert "Readme for new wikis"
This reverts commit 9b2835ef9c91cbb60bd3a3b6596ef0feee4a3037.
2021-06-23 21:02:51 +07:00
handlerug
270ed3e6a4 Readme for new wikis 2021-06-23 21:02:51 +07:00
handlerug
4e8dae3c80 Drop support for Gemini :(
My view on this: it's too restrictive for Gemini. If you want to host
something in Gemini, you can't just dumb your content down. And
Mycomarkup is too robust for Gemini—images, tables and inline formatting
can't really be adapted to Gemtext.
2021-06-23 21:02:49 +07:00
handlerug
a528a36068 Remove log.Fatal invokations from ReadConfigFile() 2021-06-23 21:01:35 +07:00
handlerug
317e3a2049 Config auto-creation, update port from arguments 2021-06-23 21:01:34 +07:00
handlerug
235fba5007 Fix Usage message 2021-06-23 21:01:34 +07:00
handlerug
7c19fd57c9 Clean up unused files 2021-06-23 21:01:34 +07:00
handlerug
919f844468 Automatically init Git repo if not already 2021-06-23 21:01:34 +07:00
handlerug
7b2423ec40 New structure 2021-06-23 21:01:34 +07:00
Timur Ismagilov
b90c288549 Migrate to Mycomarkup v0.5.5 2021-06-23 17:25:42 +05:00
handlerug
5e154cce01 Uncommitted markup 2021-06-21 11:52:38 +07:00
handlerug
26099e7dda Sync edit and preview templates and fix some bugs 2021-06-20 12:56:19 +07:00
handlerug
d1176adc7b Remove margins on <body> 2021-06-20 12:32:55 +07:00
Timur Ismagilov
2efa3a8481 Tweak HTML+CSS 2021-06-20 03:59:11 +05:00
handlerug
2f7ea74866 Revert "Rename WikiDir to WikiGitDir"
This reverts commit 839b1e2448.
2021-06-16 19:29:01 +07:00
Timur Ismagilov
e5e9720654 Make editor buttons dark in the dark theme 2021-06-16 02:46:25 +05:00
Timur Ismagilov
fff770a2f5 Fix ⌃↩︎ being used instead of ⌘↩ for opening the editor on Mac︎ 2021-06-16 02:21:20 +05:00
Timur Ismagilov
3e6cecf9e1 Fix ? triggering the dialog in the editor 2021-06-16 02:18:56 +05:00
Timur Ismagilov
2d585be152 Fix dark theme for upload file thing 2021-06-16 02:06:50 +05:00
Timur Ismagilov
5ecab763fc Fix dark theme for the shortcut dialog 2021-06-16 02:02:13 +05:00
Timur Ismagilov
14cb00a6fc Fix new hyphae not creating 2021-06-16 02:00:29 +05:00
Timur Ismagilov
d27a63d375 Set default text color explicitly
It was requested by a person because it broke how the site looked to them
2021-06-16 01:38:15 +05:00
Timur Ismagilov
2ce25811af Reintroduce favicons
Store it at the static folder, like before.

I created a new config field for that originally, but then I understood that it is to be thrown away anyway when the Structure comes, so decided to keep it the old way.
2021-06-16 01:35:24 +05:00
Timur Ismagilov
d0c3225db5 Clean some stuff, update README.md
Now with pictures
2021-06-15 02:07:31 +05:00
Timur Ismagilov
839b1e2448 Rename WikiDir to WikiGitDir
Rhymes well with the forecoming Structure.
2021-06-15 01:30:17 +05:00
Timur Ismagilov
b4e0ff2e34 Make sure the uploaded hypha filepath is nested in wiki dir
I couldn't make it work differently though
2021-06-15 01:27:25 +05:00
Timur Ismagilov
cbfa89b720 Migrate to mycomarkup v0.5.4
Cool tables, some link fixes
2021-06-15 00:48:40 +05:00
handlerug
bf4a15b61d Improve appearance of edit message field 2021-06-14 14:53:11 +07:00
handlerug
0ffc1a05fe Simplify commit message a bit 2021-06-14 14:37:30 +07:00
handlerug
b39f3e0862 Merge pull request #69 from GuAlSe/master
Add Edit description
2021-06-14 14:36:17 +07:00
handlerug
679588abd5 Merge branch 'master' into master 2021-06-14 14:27:28 +07:00
handlerug
eefa797097 Replace /page/ with /hypha/ everywhere 2021-06-14 14:20:37 +07:00
handlerug
9dde11aa40 Shortcuts for hypha tabs 2021-06-14 14:20:37 +07:00
handlerug
4c471c579d Revert shortcuts for super/subscript back for Macs 2021-06-14 14:03:31 +07:00
handlerug
4dc319116a Aaaaaa more shortcuts refactoring 2021-06-14 14:00:49 +07:00
handlerug
b4910edcca Refactor shortcut help 2021-06-14 13:58:20 +07:00
handlerug
6b074e88ea bindCollection helper, better code 2021-06-14 13:54:36 +07:00