Commit graph

36 commits

Author SHA1 Message Date
23265dce80 Finalizing photo model updates #7 2016-01-23 22:54:11 -05:00
b9b4a68b11 'rebuild' is not always accurate, using 'build' as the more proper term 2016-01-23 21:01:57 -05:00
c7465cc151 user model seems to be working robustly, no real need to have it in the sidebar anymore 2016-01-23 18:50:38 -05:00
50612b1a83 furthering the generate > build name change 2016-01-23 18:49:17 -05:00
72da399755 Nothing should be left that use sqlite, removing old files. Breaking change, may create bugs 2016-01-23 18:48:47 -05:00
e57fbee48f Moving photos away from the old model to the new style, probably buggy. #7 2016-01-23 18:45:49 -05:00
074dcd4a31 Furthering the renaming from generate to build 2016-01-23 18:44:45 -05:00
a0e5589323 re-ordering post table views to make the uuid a little less prominent. 2016-01-23 18:21:18 -05:00
a1eb57b5f9 adding link to new pending builds view 2016-01-23 18:20:40 -05:00
4feee6f257 Changing rebuild route so that it redirects back with a flash message rather than pinning to the 'view' page 2016-01-23 18:20:21 -05:00
c44dc8ce95 Adding a view for pending builds 2016-01-23 18:19:37 -05:00
821b431eec Changing from using the word 'generate' to 'build' 2016-01-23 17:57:19 -05:00
62a38c1695 Adding view to see things staged for upload. 2016-01-23 17:47:15 -05:00
7f11623bd8 Adding markdown requirement to post routes 2016-01-23 17:46:42 -05:00
fa0fd2b07f Reducing the double env === development 2016-01-23 17:30:24 -05:00
44ad65a5b0 Fixing where the routes are pulled in. 2016-01-23 17:29:19 -05:00
e57e1b6672 Switching to a Redis backed session store to avoid losing my session
every time supervisor.js restarts the server instance.
2016-01-23 17:21:19 -05:00
1813c9236e Fixing bugs by moving routes without having the
config variable populated.
2016-01-23 16:24:06 -05:00
38184e451f breaking routing out from app.js into subfiles. 2016-01-23 16:19:42 -05:00
e635ec680d Adding run.sh to allow me to remember what the supervisor command is. 2016-01-23 16:13:15 -05:00
1a3da60b24 Updating post model for more completeness. 2016-01-23 16:12:50 -05:00
cf36d983a0 Finished converting post model to a cohesive model supported by mongodb. #6 2016-01-21 21:17:49 -05:00
6288a21d33 Changing static over so that it always copies files over instead of not copying updated files. API changed, so it's likely that this is broken in some spots. Partial fix for #8 2016-01-17 14:37:02 -05:00
a3fa59e226 Working on replacing scattered post model with a cohesive one and mongodb support ( #6 ), some of this will also support issue #7 as well, but right now the admin page is broken and post generating is broken. 2016-01-16 23:17:24 -05:00
8fafc77cae leftover schema change for sql, adding dirty bits for trash and publishing 2016-01-16 16:44:47 -05:00
3004e5e326 Properly modeling users ( #5 ), moving over to mongodb. 2016-01-16 16:40:58 -05:00
3dad352bba Theming improved, definitely drastically incomplete.
Supports issue #1
2016-01-16 14:05:06 -05:00
be1c09ebd1 refactored folder copying to account for the posibility of the destination folder not existing 2015-12-01 21:16:28 -05:00
a3cb6e5626 adding photo resizing 2015-11-30 22:06:36 -05:00
c32c16d528 removing test uploads 2015-11-30 22:05:06 -05:00
fff31695de moving build directory 2015-11-30 22:03:26 -05:00
d7b49a37f5 added post view to admin panel. added rebuilding of the static folder. 2015-11-22 15:03:33 -05:00
2be6c664e6 Prettification abounds.... also created new view controller for photo administration. 2015-11-22 10:05:41 -05:00
df25b6cdfc Photo creation and editing done. Photo building not yet completed. Serving of built files done. 2015-11-22 09:36:02 -05:00
1e8d6784be ignoring development database 2015-11-15 19:39:53 +00:00
4ecb1a9185 Initial commit, post creation and build is just barely working. 2015-11-15 03:07:13 +00:00