Gisle Aune
|
fe44300c0a
|
fix date wonk
|
2 years ago |
Gisle Aune
|
283ffc64b2
|
Fix displaying of character hint posts.
|
4 years ago |
Gisle Aune
|
5955e6a71e
|
remove Files page
|
4 years ago |
Gisle Aune
|
b75c3461f7
|
add irccloud log import options
|
4 years ago |
Gisle Aune
|
a10b29a0ea
|
fix files page not working when logged out.
|
4 years ago |
Gisle Aune
|
6aef0412e8
|
the last few things.
|
4 years ago |
Gisle Aune
|
5fe56eaae8
|
UI for file stuff.
|
5 years ago |
Gisle Aune
|
bb2ccf6f4b
|
Fixed chapter moves crashing history page due to changes in change reporting in 2.0.
|
5 years ago |
Gisle Aune
|
1583eb412e
|
That's why I should always test two-line fixes...
|
5 years ago |
Gisle Aune
|
5c094a2471
|
Fixed prev logs not allowing overlaps with next logs.
|
5 years ago |
Gisle Aune
|
99aec4d2cb
|
Added log suggestions to the bottom of logs.
|
5 years ago |
Gisle Aune
|
3f944ff029
|
Fixed logs page not remembering show all button.
|
5 years ago |
Gisle Aune
|
3cbe42e1ba
|
Fixed ordinal checker crashing edit story form.
|
5 years ago |
Gisle Aune
|
6fca626ea2
|
logs-content: Added exception for annotations in multipart post detection.
|
6 years ago |
Gisle Aune
|
2d89096430
|
logs-content: Fixed post being added twice on add due to race condition between websocket and mutation return.
|
6 years ago |
Gisle Aune
|
3988028256
|
story-content: Fixed comment fictional dates being affected by browser timezone.
|
6 years ago |
Gisle Aune
|
c51733ef3b
|
logs-content: Fixed event link filtering by channel.
|
6 years ago |
Gisle Aune
|
f81f05d274
|
logs-content: Added character highlighter feature.
|
6 years ago |
Gisle Aune
|
25d4aa73d1
|
logs-content: Replaced old post rendering with actual irc caret notation parsing.
|
6 years ago |
Gisle Aune
|
5c4446f161
|
Fixed story chapter comment permission check not allowing other users to comment.
|
6 years ago |
Gisle Aune
|
3a057f6f24
|
Fixed story chapter fictionalDate field weirdness, especially when it's not provided.
|
6 years ago |
Gisle Aune
|
853076fd5e
|
Fixed story chapters being unresponsive if there are no comments.
|
6 years ago |
Gisle Aune
|
06bf2b67a2
|
Added correction of Ctrl+Bs in log posts showing as ** due to markdown being particular about where the bolds should be.
|
6 years ago |
Gisle Aune
|
40259b8839
|
Fixed validation of fictionalDate input in add/edit story.
|
6 years ago |
Gisle Aune
|
3fc9d5de7f
|
Fixed validation of fictionalDate input in create/edit chapter modals.
|
6 years ago |
Gisle Aune
|
c69e528105
|
Added UI for Commit entries to change history
|
6 years ago |
Gisle Aune
|
6ea9632623
|
Comments are pretty much done!
|
6 years ago |
Gisle Aune
|
490725ecd2
|
Long time no see. A bunch of stuff I cba to summarize.
|
6 years ago |
Gisle Aune
|
8b3d642104
|
logs: Added default limit that's cleared by adding a filter or clicking show more at the bottom.
|
6 years ago |
Gisle Aune
|
46369f84bd
|
data: Fixed incosnsitensies and undefines in history.
|
6 years ago |
Gisle Aune
|
68f3effa8d
|
story-content: Added new checks for story tag management so any logged-in user can view the form if the story is open.
|
6 years ago |
Gisle Aune
|
4657ae2aec
|
logs: Added prioritization of filter names starting with the search query, for example bringing 'Li' higher up when the search query is 'li'.
|
6 years ago |
Gisle Aune
|
f134d57b79
|
data: Fixed centiseconds being used instead of seconds in change history entry timestamps.
|
6 years ago |
Gisle Aune
|
9b4da98ac4
|
logs-content: Added escaping of back-ticks (`) to avoid monospace in log posts where a nick containing a back-tick has been copied into the text.
|
6 years ago |
Gisle Aune
|
599ca83f0f
|
logs-content: Fixed quote detection in text post not detecting double-apostrpohes (KVIrc has anti-RP sentiments among their dev team)
|
6 years ago |
Gisle Aune
|
b952007f3b
|
logs-content: Fixed character names being omitted on multipart posts where an action post follows a text post.
|
6 years ago |
Gisle Aune
|
68a8e7ef97
|
story-content: Added hiding of first chapter's title if it matches story name to conserve vertical space.
|
6 years ago |
Gisle Aune
|
5b81f7ff0d
|
data: Fixed unknown nick list sometimes disappearing in character nicks modal.
|
6 years ago |
Gisle Aune
|
c28f17abdd
|
data: Added op text for move-in, move-out and tag, added fallback to ID for untitled chapters.
|
6 years ago |
Gisle Aune
|
de3bae3353
|
data: Added change history.
|
6 years ago |
Gisle Aune
|
fcf2361fbf
|
logs-content: Added anchoring on posts, link posts and background on linked-to post.
|
6 years ago |
Gisle Aune
|
7c1623493a
|
data: Added unknown nick list to character add and nicks modal.
|
6 years ago |
Gisle Aune
|
013c50d4f4
|
client, logs-content: Added change subscription setup and hooked it up to the logs-content page.
|
6 years ago |
Gisle Aune
|
f236d35974
|
logs-content, story-content: Fixed options being too far left in chapter/post on mobile.
|
6 years ago |
Gisle Aune
|
55379fcfe3
|
logs-content: Added styles for posts to differentiate post types more easily and highlight scenes.
|
6 years ago |
Gisle Aune
|
c4636cf843
|
logs: Added log import form.
|
6 years ago |
Gisle Aune
|
326e4478c0
|
logs: Added filter menu.
|
6 years ago |
Gisle Aune
|
68a1a64fe3
|
server: Integrated @marko/prebuild, and added workaround for global css issue.
|
6 years ago |
Gisle Aune
|
cdd165ab03
|
logs-content: Added time difference to multipart post detection.
|
6 years ago |
Gisle Aune
|
a8f4d68f1e
|
*: Added media queries to make it less awful on mobile.
|
6 years ago |