witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Dan Helfman 58c8fdac00 Fixed an occasional bug that caused unexpected logouts by moving the session info into the database. No more write races. 2008-10-29 14:26:22 -07:00
Dan Helfman 86e5e38d69 Explicitly binding to localhost instead of relying on implicit binding. 2008-10-21 00:22:37 -07:00
Dan Helfman b7a15f035c Luminotes Desktop no longer listens on a fixed port, but instead finds a random available port. 2008-08-26 19:25:26 -07:00
Dan Helfman c0d512920e Setting permissions on log files to 600 for privacy reasons. Also naming log files to include username on Linux. 2008-08-26 14:58:04 -07:00
Dan Helfman 5badd47fd7 Logging to a temp directory instead of the current directory. This allows non-admin/non-root users to run Luminotes Desktop. 2008-08-25 16:57:33 -07:00
Dan Helfman fed6bb7b9d Configured a separate error log where tracebacks go. Should work on all platforms. 2008-08-23 20:00:00 -07:00
Dan Helfman 2c5ba50863 Now logging properly to a file with config/Desktop.py, and removing the log file on Windows during uninstall. 2008-08-23 16:45:34 -07:00
Dan Helfman 3e7cd20d43 New "-k" command-line parameter to shutdown an existing local Luminotes server (if allowed by the configuration). 2008-08-22 18:29:49 -07:00
Dan Helfman 60aa794adc No longer disabling session filter on static files for desktop config. 2008-08-21 13:44:51 -07:00
Dan Helfman 27581a0445 For desktop version, creating default user and auto-logging that user in. Also set a larger session timeout for desktop version. 2008-08-20 19:50:18 -07:00
Dan Helfman 7d8240f7be Added new notebook_sharing rate plan config option to control whether the user can share notebooks at all. 2008-08-20 17:05:21 -07:00
Dan Helfman 52e67c9ab5 Fixing broken uploads in desktop configuration. They needed more than one thread to upload and poll progress simultaneously. 2008-08-20 16:05:43 -07:00
Dan Helfman 293a2eedab config/Desktop.py now overrides the rate plans with its own plan that includes no storage quota. 2008-08-18 18:01:50 -07:00
Dan Helfman 9d4a33218f Updated Database.py, initdb.py, and updatedb.py to support local SQLite database. Still need other changes in model/*.py though. 2008-08-15 17:27:03 -07:00
Dan Helfman 3d1919287b Began a local/desktop mode, and made the server exit upon startup if it's already running. 2008-08-15 15:00:16 -07:00