1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
Commit Graph

684 Commits

Author SHA1 Message Date
Timur Ismagilov
2747d02cae Update README.md 2021-08-01 15:09:49 +05:00
Timur Ismagilov
dd5a0cc11b Delete Nix files
These files are for the 1.1 release, kinda outdated
2021-08-01 15:04:42 +05:00
Timur Ismagilov
8ac06ca8df
Update release.yaml
arm64 support, bsd support
2021-08-01 14:59:10 +05:00
Timur Ismagilov
fce16d6ecd Toolbar: Replace the Mycomarkup doc link 2021-07-31 19:51:21 +05:00
Timur Ismagilov
13f1752636 Document lock 2021-07-31 19:49:18 +05:00
Timur Ismagilov
153430194b Allow crawling /help/ 2021-07-31 19:33:15 +05:00
Timur Ismagilov
fa0ae9519f Change one character 2021-07-31 17:44:12 +05:00
Timur Ismagilov
745b850d0b Make some touches 2021-07-31 17:39:26 +05:00
Timur Ismagilov
6313cff4c6 Finish writing the Mycomarkup doc
I hope...
2021-07-31 17:27:35 +05:00
Timur Ismagilov
448eec3d6f Show primitive diffs of deleted hyphae 2021-07-30 19:20:21 +05:00
Timur Ismagilov
b7cbe04cfc Show revisions of deleted hyphae 2021-07-30 19:16:58 +05:00
Timur Ismagilov
a1e04888ee Document something idk
Tables are broken btw
2021-07-30 18:45:16 +05:00
Timur Ismagilov
d5efb9f32c Document lists idk 2021-07-30 18:06:43 +05:00
Timur Ismagilov
7e0ae7ae52 Start writing the Mycomarkup article
I got a little tired, will finish later

Also, there seems to be a bug with anchor links //again//. Or maybe not
2021-07-25 18:57:43 +05:00
Timur Ismagilov
6e47ea0cfe Fix the hamburger on wikis without auth 2021-07-25 18:17:34 +05:00
handlerug
ea1f0a8e51 Refactor /recent-changes/ handlers 2021-07-25 20:16:34 +07:00
Timur Ismagilov
fc6556a819 Finally rename binary part to attachment
How could we have missed it
2021-07-25 18:08:59 +05:00
Timur Ismagilov
bd387bb972 Write the Top bar help article 2021-07-25 02:04:14 +05:00
Timur Ismagilov
eab3fb77ca Write the Sibling hyphae section help article 2021-07-25 01:32:38 +05:00
Timur Ismagilov
b5aff67712 Write the Telegram help article 2021-07-25 00:44:01 +05:00
Timur Ismagilov
d2fdc6a29a Add /help to the default header links 2021-07-25 00:16:49 +05:00
Timur Ismagilov
2603c56f4d Hack the search bar 2021-07-25 00:14:01 +05:00
Timur Ismagilov
87e0045d80 Write the whitelist help article and fix some help bugs
The bugs were introduced by the new routing system...
2021-07-24 16:30:28 +05:00
Timur Ismagilov
6241350e8b Fix some layout things 2021-07-24 16:09:57 +05:00
handlerug
eb22cf206c Migrate some more handlers to gorilla/mux 2021-07-17 21:17:09 +07:00
Timur Ismagilov
ae03dbcd64 Add Telegram widget to the Lock page 2021-07-16 01:54:00 +05:00
handlerug
49b0a35304 Refactor admin routes
They're not perfect, I still don't like them, but I can't think of a
good solution right now. I'm going to thinking about the best way of
doing web stuff for some time.
2021-07-16 01:58:27 +07:00
handlerug
3ee21e312d Refactor the locking mechanism 2021-07-16 01:14:05 +07:00
handlerug
6fdab4be34 Migrate to gorilla/mux for web needs
What a wonderful package!
2021-07-16 00:47:00 +07:00
Timur Ismagilov
e7ddb54877 Show the links when no JS on mobile 2021-07-15 22:46:23 +05:00
Timur Ismagilov
b989956acb Style the hamburger 2021-07-15 22:41:51 +05:00
Timur Ismagilov
51bafed805 Add the hamburger 2021-07-15 22:19:10 +05:00
Timur Ismagilov
81b764174d Make the top bar look like a long list on mobiles 2021-07-15 21:52:00 +05:00
Timur Ismagilov
362c607da5 Do not use color to differentiate active hypha tab, properly 2021-07-15 21:33:38 +05:00
Timur Ismagilov
e55c5cdd1f Revert "Do not use color to differentiate active hypha tab"
This reverts commit 8c5ee0dc
2021-07-15 21:31:04 +05:00
Timur Ismagilov
8c5ee0dc88 Do not use color to differentiate active hypha tab 2021-07-15 21:29:18 +05:00
Timur Ismagilov
354ba66da3 Dark theme for the top bar 2021-07-15 21:08:20 +05:00
Timur Ismagilov
2ace86b9ed Make the top bar look ok on computers 2021-07-15 14:35:01 +05:00
Timur Ismagilov
f8f4eb92c8 Implement the new top bar #78
I decided to not implement dropdowns and stuff yet.

This stuff needs some styling for sure.
2021-07-15 13:57:39 +05:00
bouncepaw
7a6808ed1d Implement white list 2021-07-15 08:50:45 +00:00
bouncepaw
5e450612a1 Mark user's source: local or telegram 2021-07-15 08:50:45 +00:00
bouncepaw
8059674925 Improve some forms 2021-07-15 08:50:45 +00:00
bouncepaw
df78f75efb Implement initial Telegram integration 2021-07-15 08:50:45 +00:00
handlerug
9ad9db9825
Fix warn before closing 2021-07-13 21:21:46 +07:00
handlerug
76d77f0887 Warn before closing if unsaved on edit page
It doesn't fire if you go back to the edit page and the browser
auto-fills the previous contents, but oh well.
2021-07-13 16:30:40 +07:00
Timur Ismagilov
551876dd32 Add lock and status to the search handlers 2021-07-12 23:00:53 +05:00
Timur Ismagilov
901494a70e Add /title-search-json/
Can be used for for external searching chat bots
2021-07-12 22:55:36 +05:00
Timur Ismagilov
66a8296756 Fix some markup 2021-07-12 22:14:08 +05:00
Timur Ismagilov
6a26c08d02 Rename primitive search to title search
Makes more sense, actually
2021-07-12 22:14:08 +05:00
Timur Ismagilov
ba0b12a803 Add the search form to the top bar
Also change /primitive-search/ syntax
2021-07-12 22:14:08 +05:00