author
Add author package
2018-10-16 23:27:04 -04:00
cmd /writefreely
Create basic server
2018-10-15 14:44:15 -04:00
config
Add debugging flag
2018-11-07 22:13:16 -05:00
keys
Add key generation script + keys folder
2018-10-15 14:10:34 -04:00
less
Add LESS styles, fonts, icons, CSS generation
2018-11-07 22:33:13 -05:00
page
Add handler, page, template loading
2018-11-07 23:50:50 -05:00
pages
Add handler, page, template loading
2018-11-07 23:50:50 -05:00
parse
Fix parse package import
2018-10-16 23:49:01 -04:00
static
Add LESS styles, fonts, icons, CSS generation
2018-11-07 22:33:13 -05:00
.gitignore
Clean up .gitignore
2018-10-16 20:41:54 -04:00
.travis.yml
Add .travis.yml
2018-10-15 14:10:42 -04:00
app.go
Add handler, page, template loading
2018-11-07 23:50:50 -05:00
cache.go
Add login and post cache helpers
2018-11-07 22:07:33 -05:00
collections.go
Add data layer
2018-10-16 22:31:27 -04:00
CONTRIBUTING.md
Add contributing guidelines
2018-11-07 17:45:36 -05:00
database.go
Fetch collection description with user collections
2018-11-06 13:30:15 -05:00
errors.go
Add data layer
2018-10-16 22:31:27 -04:00
handle.go
Add handler, page, template loading
2018-11-07 23:50:50 -05:00
keys.go
Add web session management
2018-10-16 20:31:07 -04:00
keys.sh
Fix filename in email encryption key generation
2018-10-27 13:17:54 -04:00
LICENSE
Use AGPL
2018-10-29 10:06:45 -04:00
Makefile
Add LESS styles, fonts, icons, CSS generation
2018-11-07 22:33:13 -05:00
nodeinfo.go
Move Host config value from Server -> App
2018-10-27 17:02:40 -04:00
postrender.go
Add backend post handling, endpoints, rendering
2018-11-07 23:43:11 -05:00
posts.go
Add backend post handling, endpoints, rendering
2018-11-07 23:43:11 -05:00
README.md
Use AGPL
2018-10-29 10:06:45 -04:00
routes.go
Add backend post handling, endpoints, rendering
2018-11-07 23:43:11 -05:00
schema.sql
Add database schema
2018-11-07 22:17:15 -05:00
session.go
Move Host config value from Server -> App
2018-10-27 17:02:40 -04:00
templates.go
Add handler, page, template loading
2018-11-07 23:50:50 -05:00
users.go
Add web session management
2018-10-16 20:31:07 -04:00