Commit Graph

30 Commits

Author SHA1 Message Date
Dorian e87338fe19 test: Ensure Rust dependencies audited. 2019-10-03 09:49:12 -04:00
Dorian b5af6e232e core: Resolve issue with linking under OS X. 2019-09-17 17:31:09 -04:00
Dorian fc76f5534a core: Add code to setup the rookeries home directory. 2019-09-13 13:21:55 -04:00
Dorian bce2ea4566 core: Add in support for building a template archive. 2019-09-13 08:45:41 -04:00
Dorian 0c9a10ffd1 core: Update the version of application. 2019-08-28 08:39:34 -04:00
Dorian bb62cb762a Add ability to serve files for a pre-built project. 2019-07-15 09:56:37 -04:00
Dorian a7f9b35e10 Move generator code up into main part of the project. 2019-07-12 09:18:30 -04:00
Dorian 823f40c708 Migrate server over to separate project path.
Remove testing of styles in JS.
2019-04-23 08:25:41 -04:00
Dorian 302b4bdff1 Minor updates from newer cargo version. 2019-02-06 13:55:30 -05:00
Dorian f022e4bacb Prepare for release of new version of software 2018-10-02 13:23:29 -04:00
Dorian 540b24884a Start migration of sites to postgres. 2018-09-26 08:58:42 -04:00
Dorian e4b798bb10 Add code that builds for querying and updating an existing page. 2018-09-21 09:52:44 -04:00
Dorian 5fc0bc55bc Work toward connecting and querying from a SQL database. 2018-09-07 17:52:38 -04:00
Dorian e5e7a35e43 Add initial diesel setup and migrations. 2018-09-04 17:57:31 -04:00
Dorian 42675133d1 Upgrade to the latest versions of actix-web and jsonwebtoken. 2018-08-22 18:16:11 -04:00
Dorian 66def9c6ab Upgrade Rust dependencies. 2018-08-22 17:59:29 -04:00
Dorian d0b9031383 Update version numbers in preparation for Rookeries release. 2018-08-21 11:56:59 -04:00
Dorian 11bfb7c103 Version bump. 2018-08-15 08:22:42 -04:00
Dorian c5c3c96b9f Work toward valid test user tests. 2018-08-12 17:14:35 -04:00
Dorian e00ec43535 Transition API status endpoint tests to Rust. 2018-08-10 15:15:12 -04:00
Dorian 09b19c7622 Add ability to update the document. 2018-08-07 09:47:28 -04:00
Dorian 01bcc1a66e Add logging to the web application. 2018-07-26 08:17:37 -04:00
Dorian 46aa71eaaa Add in JWT implementation. 2018-07-25 22:36:46 -04:00
Dorian c83457fa70 Rough setup to retrieve the git info for the status endpoint. 2018-07-23 23:48:19 -04:00
Dorian bceefd68b3 Attempt to deal with crypto for checking users. 2018-07-23 08:55:40 -04:00
Dorian b8155e0abd Use simpler reqwest library instead of hyper for CouchDB client. 2018-07-22 00:46:56 -04:00
Dorian 25d2097c65 Figure out how to deserialize CouchDB results. 2018-07-21 10:10:20 -04:00
Dorian 6a5d3da231 Make working basic authorization for CouchDB. 2018-07-20 21:59:32 -04:00
Dorian 85341141e7 Attempt to flush out the auth credentials check endpoint. 2018-07-19 09:12:51 -04:00
Dorian 84948b2c05 Add a very basic REST API and CLI to start the CMS off. 2018-07-18 08:52:33 -04:00