This repository has been archived on 2025-03-01. You can view files and clone it, but cannot push or open issues or pull requests.
trantor/lib
2019-11-25 06:58:44 +09:30
..
database Provide command line variables for initializing an admin user. Previously to get admin access on a fresh install I had to create a user in the web interface (to make sure the password hash/salt is properly setup) then manually change the role in the database to 'admin' using a postgresql client. This was a pain in the ass, and I think there really needs to be an easy way to create the admin user on the initial deployment. This solution fixes this, and adds documentation to the README file on how to use those variables. 2019-11-25 06:58:44 +09:30
instrument Instrument with less labels and more focused metrics 2017-06-07 23:15:41 +00:00
parser Remove the '-' from the language name 2019-06-05 10:58:11 +00:00
storage Implement Read Only mode 2017-05-21 10:16:51 +00:00
admin.go Refactor new books into moderate submissions 2019-06-06 15:05:07 +00:00
cover.go Add cache control header to static content 2017-07-06 08:13:15 +00:00
list.go Make genID public 2018-07-01 14:35:09 +00:00
news.go Refactor template loading around the handler 2017-06-06 14:18:47 +00:00
reader.go Refactor new books into moderate submissions 2019-06-06 15:05:07 +00:00
search.go Refactor template loading around the handler 2017-06-06 14:18:47 +00:00
session.go [WIP] migration to psql 2017-05-21 10:44:43 +00:00
stats.go For stats don't pass around the request 2019-11-06 02:50:18 +00:00
submission.go Refactor new books into moderate submissions 2019-06-06 15:05:07 +00:00
tasker.go Remove statistics and add frequent tags in memory 2017-05-21 10:55:53 +00:00
template.go Fix the typeahead 2018-04-09 19:14:11 +00:00
trantor.go Refactor new books into moderate submissions 2019-06-06 15:05:07 +00:00
upload.go Refactor new books into moderate submissions 2019-06-06 15:05:07 +00:00
user.go Be able to list users submisions 2019-03-05 21:07:34 +00:00