Matt Baer
b74fd70ab5
Bump version to v0.13.2
2 years ago
dependabot[bot]
915351c4af
Bump github.com/gorilla/sessions from 1.2.0 to 1.2.1
...
Bumps [github.com/gorilla/sessions](https://github.com/gorilla/sessions ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/gorilla/sessions/releases )
- [Commits](https://github.com/gorilla/sessions/compare/v1.2.0...v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/gorilla/sessions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Matt Baer
92504b6721
Merge pull request #553 from davralin/create-container-from-github-action
...
Create container from GitHub action
3 years ago
davralin
16c6788b62
Switch target branch
3 years ago
davralin
2433745504
Merge pull request #15 from davralin/develop
...
Update GH-actions
3 years ago
davralin
17c8e78a5c
Update GH-actions
3 years ago
davralin
84fea7abba
Remove unneeded file
3 years ago
davralin
59767804a9
Revert build
3 years ago
davralin
dec0142a5b
Update Dockerfile
3 years ago
davralin
f2dce539f4
Adjust default
3 years ago
davralin
ea0703949d
Create docker-publish.yml
3 years ago
davralin
35ac24223d
Add stuff
3 years ago
ltdk
baaf0580f5
Add unix socket support
...
Enables listening on unix sockets by specifying a file path for the bind address
3 years ago
Matt Baer
e5103d555f
Use ini pkg on GitHub
...
This fixes "unknown revision v1.66.4" error
3 years ago
Matt Baer
cab7fc8647
Update ini pkg to v1.66.4
3 years ago
Matt Baer
face603a0e
Move to go-gopher library on GitHub
3 years ago
Matt Baer
9a45030911
Change to code.as/wf/go-gopher library
...
This fixes build issues we're having due to the SSL certificate
on git.mills.io. It also updates to the latest version of the
go-gopher library.
3 years ago
Matt Baer
4680e2e046
Show post excerpt in stats list when no post title
...
Originally requested on the forum:
https://discuss.write.as/t/use-non-random-ids-for-untitled-posts-in-blog-stats/5046
3 years ago
Matt Baer
c3ae4e6d3c
Remove blog name in newsletter email subject
...
Originally requested on the forum:
https://discuss.write.as/t/minimize-subject-of-email-updates/3881
3 years ago
Darius Kazemi
dd88083b2a
Prevent dropping of external files onto editor
...
We now detect whether a file is being dropped by a user (by checking `event.dataTransfer.files.length`) and prevent the remaining drop behavior if this is the case. Otherwise, drop happens like normal (so a user can still drop text into the editor, or even an image that has been uploaded already via normal means and rendered in the editor).
3 years ago
Matt Baer
fd44bc5707
Fix whitespace
3 years ago
Matt Baer
9ee83ae885
Support custom instance-level stylesheet
...
Will render if a file exists at: static/local/custom.css
Ref T563
3 years ago
Matt Baer
e92c33aae4
Merge pull request #515 from gytisrepecka/fix-gitea-oauth-ext-user-id
...
#514 - Fix login with Gitea OAuth: external user ID not recorded
3 years ago
Matt Baer
0d554ce180
Merge pull request #525 from writefreely/fix-monetization-sqlite-query
...
Fix monetization_pointer upsert query for SQLite
3 years ago
Matt Baer
a0e936ee1b
Support Markdown and rel=me links in blog descriptions
...
Ref T874 T744
3 years ago
Matt Baer
46bb8e65a1
Add security policy
...
Closes #522
3 years ago
Matt Baer
d1e6daee16
Fix monetization_pointer upsert query for SQLite
...
Fixes #495
3 years ago
Matt Baer
43ca80f3eb
Merge pull request #503 from mnlg/hotfix/fix-date-format
...
Fix date format in anonymous posts
3 years ago
Matt Baer
1530bf37ef
Merge pull request #506 from writefreely/minor-fixes
...
Miscellaneous fixes
3 years ago
Matt Baer
401c8c1f4c
Merge pull request #520 from writefreely/slug-improvements
...
Elide Markdown when generating slug
3 years ago
Eli Mellen
b190a1508b
Merge pull request #1 from eli-oat/eli-oat-remove-cheeky-404-message
...
Update 404-general.tmpl
3 years ago
Eli Mellen
27f68ef0cf
Update 404-general.tmpl
...
Remove gaslighting error message and replace with one that is a wee bit more respectful to the human using the software.
3 years ago
Matt Baer
69ab0d34e0
Elide Markdown when generating slug
...
This makes sure e.g. link URLs and image alt text don't get included
in the slug.
Ref T329
3 years ago
gytisrepecka
97a5121924
#514 - Fix login with Gitea OAuth problems: external user ID not properly recorded.
3 years ago
Matt Baer
129f428bfa
Remove unnecessary "upgrade" collection template
3 years ago
Matt Baer
8c1785b904
Merge pull request #505 from lt3Dev/pr/relative-urls
...
Templates: use relative URLs for static assets
3 years ago
Matt Baer
a2f9642238
Use underscores for em text in Rich editor
...
This fixes an issue where mixing strong and em text caused the text
to not render correctly as a post (e.g. *This is **bold text**.*
would fail).
3 years ago
Matt Baer
5b3d25b5cc
Don't use dot import for github.com/gorilla/feeds
3 years ago
Matt Baer
6e5f7e87d2
Merge pull request #501 from mnlg/develop
...
Fix Gopher collections query
3 years ago
Matt Baer
e91748c0bc
Return correct count of currently-published lang posts
...
Previously, we'd include scheduled posts, too.
Ref T805
3 years ago
Matt Baer
414d5b0a1c
Add pagination routes on lang post filter
...
Ref T805
3 years ago
Matt Baer
c4b124e37c
Limit lang filter to 2 characters
...
Ref T805
3 years ago
Matt Baer
f4977c7a34
Support filtering blog posts by language
...
Ref T805
3 years ago
Matt Baer
6ad1f41cf4
Prevent crash on empty title
...
This title, typed directly in the plain editor, would previously crash
the app / show the user a "server error":
# #
3 years ago
Matt Baer
3270470b68
Ignore post `created` date when empty on publish
3 years ago
Matt Baer
2a0298cd46
Make metadata dropdown design consistent
3 years ago
Matt Baer
a122e4e98a
Merge pull request #502 from egon0/develop
...
fix Dockerfile, nodejs-npm was renamed in alpine to npm
3 years ago
Matt Baer
44bfd4573e
Support keyboard navigation on pad publish target dropdown
3 years ago
HeartDev
cc69f9f2f1
Templates: use relative URLs for static assets
...
I noticed most asset links use relative URLs, except for a few. This commit remedies this inconsistency.
OpenGraph embeds were not changed, because in my experience, some embed scrapers require absolute URLs.
Motivation: The site I use has an onion and a clearnet version, and currently, visiting the onion loads fonts, styles, and the favicon
over the clearnet.
3 years ago
mnlg
ae7e42e24e
Fix date format in anonymous posts
3 years ago