mirror of https://github.com/writeas/writefreely
Tag:
Branch:
Tree:
compose-update
T572-check-updates
T661-disable-accounts
T669-date-stamps
T705-oauth
admin-dashboard-redesign
ap-likes
archive-page
better-server-error
compile-darwin-arm64
compose-update
configurable-editor
consistent-reader-nav
contact-links
custom-css-config
customize-reader
dark-mode
database-dump
dependabot/github_actions/docker/build-push-action-6.9.0
dependabot/github_actions/docker/login-action-3.3.0
dependabot/github_actions/docker/metadata-action-5.6.1
dependabot/github_actions/docker/setup-buildx-action-3.7.1
dependabot/github_actions/docker/setup-qemu-action-3.2.0
dependabot/go_modules/github.com/fatih/color-1.18.0
dependabot/go_modules/github.com/gorilla/feeds-1.2.0
dependabot/go_modules/github.com/gorilla/sessions-1.4.0
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.24
dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.27
dependabot/go_modules/github.com/urfave/cli/v2-2.27.5
develop
docker
embedded-data
fix-fedi-followers
fix-feed-for-untitled-posts
fix-friendica
fix-host-single-user-templates
fix-no-to
fix-sitemap-lib
fix-updates-masto
hotfix-0.13.1
hotfix-0.13.2
hotfix-0.15.1
image-upload-drag
import-zip
import-zips
main
move-repo
nodeinfo-handle
oauth-gitlab
passwordless-db
simplified-nav
smtp
verify-collection-max-lengths
v0.1.0
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.12.0
v0.12.0rc1
v0.13.0
v0.13.0rc1
v0.13.1
v0.13.2
v0.14.0
v0.15.0
v0.15.1
v0.2.0
v0.2.1
v0.3.0
v0.4.0
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.8.0
v0.8.1
v0.9.0
v0.9.1
${ noResults }
1 Commits (compose-update)
Author | SHA1 | Message | Date |
---|---|---|---|
Matt Baer | bdc4f270f8 |
Support editing About and Privacy pages from Admin panel
This allows admin to edit these pages from the web, using Markdown. It also dynamically loads information on those pages now, and makes loading `pages` templates a little easier to find in the code / more explicit. It requires this new schema change: CREATE TABLE IF NOT EXISTS `appcontent` ( `id` varchar(36) NOT NULL, `content` mediumtext CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; This closes T533 |
6 years ago |