Timur Ismagilov
891cc1f87c
v1.5.0 ⇢ v1.6.0
2021-10-05 23:11:43 +03:00
Mikhail Chekan
0780131c00
Initial l18n support
2021-09-27 16:45:23 +08:00
Mikhail Chekan
04124f721a
Tidy up indexing routine (a little bit)
2021-09-05 15:16:07 +08:00
Mikhail Chekan
1c1260569b
Implement async backindex update
2021-09-01 19:25:47 +05:00
Mikhail Chekan
820de6a0aa
Implement backlinks core (index, i12n and viewing)
2021-09-01 19:25:47 +05:00
Timur Ismagilov
9f48ded254
Dump version
2021-09-01 17:19:39 +03:00
Timur Ismagilov
80112ad188
Dump version
2021-08-01 15:40:28 +05:00
handlerug
6fdab4be34
Migrate to gorilla/mux for web needs
...
What a wonderful package!
2021-07-16 00:47:00 +07:00
handlerug
295c209472
Port -> listen address
...
It allows for more control and things like listening on Unix sockets or
binding to 127.0.0.1 rather than 0.0.0.0.
Config changes:
- "Port = 1737" changed to "ListenAddr = 127.0.0.1:1737"
- new env variable LISTEN_ADDR
2021-07-05 21:35:27 +07:00
handlerug
5dc5a97bdb
Bump the version
2021-07-01 19:22:39 +07:00
Timur Ismagilov
90cb3be0ac
Remove the mention of indev uh oh
2021-07-01 17:15:59 +05:00
handlerug
7073f9bce0
Actually check for illegal username, pretty errors
2021-07-01 15:45:03 +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
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
handlerug
2f7ea74866
Revert "Rename WikiDir to WikiGitDir"
...
This reverts commit 839b1e2448
.
2021-06-16 19:29:01 +07:00
Timur Ismagilov
839b1e2448
Rename WikiDir to WikiGitDir
...
Rhymes well with the forecoming Structure.
2021-06-15 01:30:17 +05:00
handlerug
59f91482c0
Replace the old name with the new one
2021-06-12 22:04:43 +07:00
handlerug
839f8bc2d6
New static files system
...
assets.qtpl is no more! Now you can just add files to static/ folder,
make sure the extension is registered in static.go (a shortcoming
that'll be addressed in future Go versions), and you're done! It
searches the local file system first, then falls back to the files
embedded with the binary (in the static/ folder).
2021-06-12 20:58:04 +07:00
Timur Ismagilov
71c89a64f3
Use a newer commit of mycomarkup...
2021-05-12 19:08:01 +05:00
Timur Ismagilov
b4dd2dcfad
Do nothing in particular
2021-05-11 15:14:00 +05:00
Timur Ismagilov
a1852d363e
Refactor and document some stuff
2021-05-11 13:33:00 +05:00
Timur Ismagilov
d69ce77251
Reorganise and document the web stuff a little
2021-05-09 16:09:27 +05:00
Timur Ismagilov
5b4ff5ef68
Move all web-related stuff to a new module
2021-05-09 15:42:12 +05:00
Timur Ismagilov
b53a6d5dff
Drop support of icon redefining, use a different url for icons
2021-05-09 15:07:01 +05:00
Timur Ismagilov
662794dd59
Move config-related stuff to its own module
2021-05-09 14:36:39 +05:00
Timur Ismagilov
9bf5e8e471
Move some web stuff to http_stuff.go
2021-05-09 14:18:21 +05:00
Timur Ismagilov
e5107252d1
Be more reasonable with trailing slashes
2021-05-09 14:00:21 +05:00
Timur Ismagilov
01f7791d4a
Do not redirect from / to /hypha/home
2021-05-09 13:34:14 +05:00
handlerug
5bbfc6e049
Fix config path resolver
2021-04-28 17:12:36 +07:00
handlerug
989ed43455
Fix auth system not getting enabled
2021-04-28 17:12:05 +07:00
Timur Ismagilov
53981c28ca
Move some file-related stuff to a separate module
2021-04-26 22:25:47 +05:00
Timur Ismagilov
bcdb38bd68
Implement registration
2021-04-26 21:29:41 +05:00
bouncepaw
15a0b62e1c
Show subhyphae counters near the relative hyphae links
2021-04-07 22:49:56 +05:00
bouncepaw
ded26881fd
Feed numerous minor issues
2021-04-04 22:22:14 +05:00
DanInSpace
310a3f4a63
review changes
2021-03-20 19:21:50 +05:00
DanInSpace
9071a72de3
47 insert current date button
2021-03-20 19:02:56 +05:00
bouncepaw
8fc036ba1c
Throw away all backlink-related stuff
2021-03-14 18:16:30 +05:00
bouncepaw
e35643bb9d
Add -print-example-config
2021-03-09 19:27:14 +05:00
Mysh!
b4143ed589
Panic fix ( #44 )
...
This fixes the bug when there are no hypha in the wiki and the user clicks the "random" button.
Since there are zero amount of pages, a number 0 is given to random, which causes a panic and resets the connection.
See: https://github.com/bouncepaw/mycorrhiza/issues/44
2021-03-09 09:55:22 +08:00
bouncepaw
a8a2735363
Add the attachment tab
2021-02-24 22:34:42 +05:00
bouncepaw
22420bf690
Move assets from templates to the assets module
2021-02-23 19:41:22 +05:00
bouncepaw
d2cc1e7074
Redesign /list
2021-02-22 23:37:23 +05:00
bouncepaw
ecbd23b3a5
Move stuff.qtpl and admin.qtpl to views/stuff.qtpl
2021-02-22 23:19:28 +05:00
bouncepaw
bcaa1de6b7
Move navititle, attachment block, backlinks sidebar to the new views module
2021-02-20 20:48:51 +05:00
bouncepaw
0467f3a773
Split module hyphae into two modules
2021-02-20 19:03:54 +05:00
bouncepaw
20ef0fade4
Make visual layout better
2021-02-19 21:56:31 +05:00