- 30 Jun, 2021 4 commits
- 29 Jun, 2021 3 commits
-
-
Matt Baer authored
Previously, when editing a post with an unordered list in it via the Classic editor, backslashes (\) would get added to the end of each list item. This fixes that. Closes #480
-
Matt Baer authored
Fix "Collection.hostName is empty!" log on Stats page
-
Matt Baer authored
Don't render title as list item
-
- 28 Jun, 2021 1 commit
-
-
Matt Baer authored
Don't include img alt text in post Summary()
-
- 26 Jun, 2021 1 commit
-
-
Matt Baer authored
Remove additional slash in /feed/ redirect
-
- 25 Jun, 2021 4 commits
-
-
Matt Baer authored
-
Matt Baer authored
Fixes #468
-
Matt Baer authored
Fetching posts for the Reader involves an additional query on each row, which previously ran into our connection limit to the database and caused it to lock up. This increases the connection limit from 1 to 2, to allow this. This is meant to be a quick, safe fix, but there could always be a better solution. Fixes #467
-
Matt Baer authored
Fixes #306
-
- 23 Jun, 2021 3 commits
- 22 Jun, 2021 1 commit
-
-
Matt Baer authored
This fixes an issue where "12. April" would get rendered as "1. April" because it looks like a Markdown list item to our renderer. Now, we parse titles as titles, instead of standalone text, which causes the renderer to give us the results we want. This also adds some basic tests for the applyBasicMarkdown() func. Closes #470
-
- 11 Jun, 2021 1 commit
-
-
Matt Baer authored
-
- 09 Jun, 2021 5 commits
- 07 Jun, 2021 5 commits
- 25 May, 2021 3 commits
- 21 May, 2021 1 commit
-
-
Matt Baer authored
-
- 10 May, 2021 1 commit
-
-
Matt Baer authored
This forces xgo to use Go 1.15, to work around a bug with Go modules: https://github.com/techknowlogick/xgo/issues/109#issuecomment-835494720 This also uses the correct Darwin and Windows binary names to prevent failures in the `make release` process.
-
- 08 May, 2021 3 commits
- 07 May, 2021 1 commit
-
-
Matt Baer authored
-
- 04 May, 2021 1 commit
-
-
Matt Baer authored
Draft list paging
-
- 30 Apr, 2021 2 commits