Commit Graph

1252 Commits

Author SHA1 Message Date
Bryan Ashby 27991ec3a0 Add rar docs 2017-02-17 22:08:38 -07:00
Bryan Ashby e70f28fffe * Use proper unrar for .rar riles (7za has issues)
* Fix short/long desc issues when filenames have paths
2017-02-17 21:56:28 -07:00
Bryan Ashby ec3e3f0755 Add 'overrideUrlPrefix' support to web server 2017-02-16 21:40:05 -07:00
Bryan Ashby 6a684266a2 Fix crash when file does not exist... and 404 page contents don't exist :) 2017-02-16 21:09:53 -07:00
Bryan Ashby 6285193545 Very minor fixes 2017-02-16 20:53:14 -07:00
Bryan Ashby 8a475845a7 Update wording a bit 2017-02-15 21:52:51 -07:00
Bryan Ashby 0fb147dec8 Merge branch 'FILE_BASE' !!!! 2017-02-15 21:48:27 -07:00
Bryan Ashby f80492d869 Merge branch 'master' into FILE_BASE 2017-02-15 21:46:35 -07:00
Bryan Ashby bced59da09 MUCH faster crc32 impl 2017-02-15 21:40:22 -07:00
Bryan Ashby d0511d5d74 * Split out oputil stuff into modules based on <command>
* oputil: better syntax
* oputil: allow areaTag@storageTag for scan, e.g. oputil fb scan <args> retro_pc@some_specific_storage
2017-02-15 20:27:16 -07:00
Bryan Ashby d41fbf6911 Add file base menu item to luciano art 2017-02-13 22:54:56 -07:00
Bryan Ashby 9b0f956934 * Start work on new oputil format: oputil <command> <action> <args> <target>
* Add auto tagging for oputil scan
2017-02-13 22:51:20 -07:00
Bryan Ashby aa40d998b2 Fix from username in message post 2017-02-12 22:13:03 -07:00
Bryan Ashby f85388e747 Remove bad code :) 2017-02-12 21:52:56 -07:00
Bryan Ashby ca695d779b Bump install.sh node version to 6 2017-02-12 20:48:28 -07:00
Bryan Ashby 4aba90e024 Update luciano STATUS art 2017-02-12 20:41:15 -07:00
Bryan Ashby 2cc1c5170c Fix upload then download bug 2017-02-12 20:27:40 -07:00
Bryan Ashby 098a187f2c * Fix fileArea -> fileBase
* Fix new config creation (missing conf name/desc)
2017-02-12 19:59:00 -07:00
Bryan Ashby e95aba0582 Fix some DB startup issues for new installs 2017-02-12 19:49:56 -07:00
Bryan Ashby 5ab47232fc Some minor menu.hjson updates 2017-02-12 19:42:18 -07:00
Bryan Ashby 29d572c04c * Add terminal warning pre-nua preamble
* Merge in menu chagnes for file area/etc. to menu.hjson
* Missing luciano art
2017-02-12 14:03:29 -07:00
Bryan Ashby 8e39f3ec3d More luciano_blocktronics theme for file base 2017-02-12 12:20:30 -07:00
Bryan Ashby 60ae03ab3f WIP on luciano_blocktronics for new file base 2017-02-12 00:26:08 -07:00
Bryan Ashby 4324c410c0 Minor update; use resetScreen() vs clearScreen() 2017-02-12 00:25:25 -07:00
Bryan Ashby edb9d32acc * Fix CRC32 meta
* Properly store upload user info in meta @ upload
2017-02-12 00:24:24 -07:00
Bryan Ashby 50a5b8d78e Use proper resetScreen() vs clearScreen() 2017-02-12 00:23:39 -07:00
Bryan Ashby 6dccbd124f Fix upload_by_user_id parse 2017-02-12 00:22:53 -07:00
Bryan Ashby 849ab68de2 Add README.NOW support for long desc scan 2017-02-12 00:22:36 -07:00
Bryan Ashby 2e10fdfdf5 Updates to upload check, docs 2017-02-09 22:03:21 -07:00
Bryan Ashby f9e91987ac Better arg parsing for main 2017-02-09 21:08:23 -07:00
Bryan Ashby 2e7862043d More document updates 2017-02-09 20:48:44 -07:00
Bryan Ashby 2d9cd39ae8 Use config route path for temp files 2017-02-09 20:34:29 -07:00
Bryan Ashby 4ab08287a2 Additional doc/updates 2017-02-09 20:33:49 -07:00
Bryan Ashby a257a9ba4b * Fix up and improve oputil file-base stuff
* Specialize if user does not have upload ACS
2017-02-08 22:53:48 -07:00
Bryan Ashby 1f879c8bfb Initial version of file base docs 2017-02-08 20:57:31 -07:00
Bryan Ashby 5549ff5512 * Help pages
* No results for criteria page
* noHistory can be passed to gotoMenu()
2017-02-07 22:15:34 -07:00
Bryan Ashby f4042e6556 Placeholder 2017-02-07 22:15:20 -07:00
Bryan Ashby b49f2be0ed Additional updates & typo fixes 2017-02-07 22:14:14 -07:00
Bryan Ashby 7478d647d8 Minor updates 2017-02-07 22:09:44 -07:00
Bryan Ashby a18e4a1527 Remove old text version 2017-02-07 22:05:50 -07:00
Bryan Ashby 92e804b64b Use markdown for UPGRADE 2017-02-07 22:04:37 -07:00
Bryan Ashby f0db0e3c94 * file.db: file_user_rating: Table for tracking average user rating of a file
* Default filter order to descending
* File rating support including in search/filter
* Default to passing submitted form data (if any) @ prevMenu()
* Fix issues with byte/size formatting for 0
* Allow action keys for prompts
* use MenuModule.pausePrompt() in various places
* Add quick search to file area
* Display dupes, if any @ upload
2017-02-07 20:20:10 -07:00
Bryan Ashby 5f929b3d63 comment 2017-02-07 20:14:56 -07:00
Bryan Ashby 725dc685c8 Add Node.js note 2017-02-07 20:14:33 -07:00
Bryan Ashby 92772eb1a9 * Added ability to serve static files from web server
* Web server can have custom error pages, e.g. 404.html
* "file_area" stuff -> "file_base"
* Fix some rare bugs in theme/art loading
* Adjust tab order dynamically for file upload details
2017-02-04 09:20:36 -07:00
Bryan Ashby ff64a7aed5 * SEXYZ: XModem & YModem
* Explicit sort avail to protocols
* MenuView.removeItem()
* Natural sort for more things
* Fix some issues with HorizontalMenuView redraw/update
* Sanatize non-blind upload filename (security)
* Validator on non-blind upload filename
2017-02-01 19:42:27 -07:00
Bryan Ashby 8261881e3e Initial support for non-blind aka non-batch uploads 2017-01-31 23:10:17 -07:00
Bryan Ashby f65ef7b79e Additional doc updates for upcoming file base release 2017-01-31 19:53:55 -07:00
Bryan Ashby 572f4684f7 Add info on archivers/archive formats 2017-01-31 19:32:42 -07:00
Bryan Ashby 690d148ad5 * Move to uuid vs node-uuid
* Use uuid-parse for to/from string
2017-01-31 00:17:19 -07:00