Matt Baer
636c9b35c0
Use WriteFreely ProseMirror packages
4 years ago
Matt Baer
a6a4bd38c1
Fix overflowing WYSIWYG editor images
4 years ago
Matt Baer
4cf9500704
Merge pull request #418 from writeas/consistent-feeds
...
Use HTMLContent field in RSS feed
4 years ago
Matt Baer
fbb67bc9ef
Merge pull request #383 from writeas/wysiwyg
...
Add WYSIWYG editor option
4 years ago
Matt Baer
4f32af2d7f
Merge pull request #220 from writeas/support-notes
...
Support ActivityPub Notes
4 years ago
Matt Baer
97242cd5ec
Merge pull request #433 from writeas/dependabot/go_modules/github.com/stretchr/testify-1.7.0
...
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
4 years ago
Matt Baer
bd77145bf3
Merge pull request #423 from writeas/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.6
...
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6
4 years ago
dependabot[bot]
1ea728b1e9
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases )
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
c813d08230
Merge pull request #414 from writeas/dependabot/go_modules/github.com/urfave/cli/v2-2.3.0
...
Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0
4 years ago
dependabot[bot]
1ac5c4ab4d
Bump github.com/mattn/go-sqlite3 from 1.14.4 to 1.14.6
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.4 to 1.14.6.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.4...v1.14.6 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
ff976a950e
Merge pull request #409 from writeas/dependabot/go_modules/github.com/fatih/color-1.10.0
...
Bump github.com/fatih/color from 1.9.0 to 1.10.0
4 years ago
Matt Baer
1f6d0e2e70
Merge branch 'develop' into support-notes
4 years ago
dependabot[bot]
5b2c350b5d
Bump github.com/fatih/color from 1.9.0 to 1.10.0
...
Bumps [github.com/fatih/color](https://github.com/fatih/color ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/fatih/color/releases )
- [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
b3dd06c79b
Merge branch 'develop' into wysiwyg
4 years ago
dependabot[bot]
71b211b11e
Bump github.com/urfave/cli/v2 from 2.2.0 to 2.3.0
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.2.0...v2.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
33d47ca420
Merge pull request #408 from writeas/dependabot/go_modules/gopkg.in/ini.v1-1.62.0
...
Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0
4 years ago
Matt Baer
c2c6b69044
Update prose.bundle.js
4 years ago
Matt Baer
706ae9cc77
Style Read More section in WYSIWYG like link
4 years ago
Matt Baer
1abc9b643f
Improve WYSIWYG editor modal style
4 years ago
Matt Baer
8a8288d2af
Build ProseMirror library on `make ui`
4 years ago
Matt Baer
e36e39cb73
Fix WYSIWYG editor script in Chrome <85
...
This uses String.replace() instead of String.replaceAll().
4 years ago
v
583693ed8d
Updated prod prosemirror bundle.
4 years ago
v
19beabe2d1
Fixed Safari regex lookahead / lookbehind issue.
4 years ago
Matt Baer
65caaca659
Update ProseMirror install instructions
4 years ago
Viktor Vaczi
8c0978419f
using a branch from github with the markdown hashtag serializing fix
4 years ago
Viktor Vaczi
6049213661
added prettierrc
4 years ago
Viktor Vaczi
9a55d38e4b
working newlines, link shortcut
4 years ago
Viktor Vaczi
676b673c94
Correct line ends
4 years ago
Viktor Vaczi
b1cea637cb
Removed unnecessary schema nodes, custom markdown parser/serializer, publish keyboard shortcut, readmore node
4 years ago
Matt Baer
f31e4d650d
Use HTMLContent field in RSS feed
...
This re-uses the HTMLContent feed for the full HTML content in the RSS
feed, instead of again generating HTML from Markdown.
This keeps things more consistent throughout the application and reduces
work when rendering the feed.
4 years ago
Matt Baer
53ea85dc86
Merge pull request #407 from conor-f/docker-fixes
...
Dockerfile/docker-compose fixes
4 years ago
Matt Baer
d52e2826f8
Merge pull request #389 from colin-axner/remove-unnecessary-var
...
remove unnecessary var in account.go
4 years ago
dependabot[bot]
ed00417d8d
Bump gopkg.in/ini.v1 from 1.61.0 to 1.62.0
...
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini ) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/go-ini/ini/releases )
- [Commits](https://github.com/go-ini/ini/compare/v1.61.0...v1.62.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Conor Flynn
9f925c8138
Changes docker-compose image to use writefreely.
4 years ago
Conor Flynn
0eb1a2deec
Fixes broken Docker/docker-compose structures.
...
Updates versions and uses maria DB instead of sqlite in the
docker-compose. Also fixes things related to networks, generating
config, etc.
4 years ago
Matt Baer
3493921837
Merge pull request #402 from dariusk/dariusk/mastodon
...
Adding scope field to generic OAuth
4 years ago
Matt Baer
7d4df23d3c
Merge pull request #397 from mrvdb/issue305
...
Drop the /tags/{tag} route
4 years ago
Matt Baer
3b91400b62
Merge pull request #387 from writeas/resize-customize-editor
...
Automatically resize CSS editor
4 years ago
Matt Baer
bb008aa66c
Merge pull request #382 from Antolius/fix-post-summary-escaping
...
Fix escaping in post summary
4 years ago
Darius Kazemi
667cbb97ed
Adding scope field to generic OAuth
...
Some OAuth providers (like Mastodon) do not use the default
"read_user" scope, instead offering a custom scope. The config.ini
for generic OAuth now contains a "scope" field, allowing the admin
to set the scope manually (it defaults to "read_user" if blank).
4 years ago
Matt Baer
e1cde913e2
Merge pull request #369 from writeas/web-monetization
...
Support Web Monetization
4 years ago
Matt Baer
345313200e
Merge pull request #385 from writeas/fix-pinned-post-header-space
...
Fix header spacing on pinned posts
4 years ago
Matt Baer
211b02c209
Merge pull request #364 from Obayanju/fix-youtube-query-parameters
...
Fix removal of query parameters on youtube embed links
4 years ago
Matt Baer
b1e22795b1
Merge pull request #378 from writeas/dependabot/go_modules/github.com/gorilla/mux-1.8.0
...
Bump github.com/gorilla/mux from 1.7.4 to 1.8.0
4 years ago
Matt Baer
cf0403d955
Merge pull request #398 from writeas/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.4
...
Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.4
4 years ago
Matt Baer
c1aed45388
Merge pull request #396 from writeas/dependabot/go_modules/gopkg.in/ini.v1-1.61.0
...
Bump gopkg.in/ini.v1 from 1.57.0 to 1.61.0
4 years ago
dependabot[bot]
083d8c4d67
Bump github.com/mattn/go-sqlite3 from 1.14.2 to 1.14.4
...
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3 ) from 1.14.2 to 1.14.4.
- [Release notes](https://github.com/mattn/go-sqlite3/releases )
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.2...v1.14.4 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
e3c7a8ac3a
Merge pull request #395 from writeas/dependabot/go_modules/github.com/mitchellh/go-wordwrap-1.0.1
...
Bump github.com/mitchellh/go-wordwrap from 1.0.0 to 1.0.1
4 years ago
dependabot[bot]
454e781ed4
Bump github.com/mitchellh/go-wordwrap from 1.0.0 to 1.0.1
...
Bumps [github.com/mitchellh/go-wordwrap](https://github.com/mitchellh/go-wordwrap ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/mitchellh/go-wordwrap/releases )
- [Commits](https://github.com/mitchellh/go-wordwrap/compare/v1.0.0...v1.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Matt Baer
1b6f9b6742
Merge pull request #393 from writeas/dependabot/go_modules/github.com/manifoldco/promptui-0.8.0
...
Bump github.com/manifoldco/promptui from 0.7.0 to 0.8.0
4 years ago