witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/controller
Dan Helfman 4d736d4821 Lots of work on user storage quotas:
* Each model.User now has a current storage bytes and a rate plan.
 * model.User.to_dict() updated accordingly.
 * Minor Scheduler.add() change to bail of the given thread is None.
 * controller.Users.current() returns current user's rate plan details.
 * controller.Users.update_storage() now takes an optional callback.
 * Various methods in controller.Notebooks responsible for calling controller.Users.update_storage().
 * Added rate plan details to config/Common.py.
 * Added quota utilization colors to style.css.
 * Implemented quota utilization calculation and display in Wiki.js.

Still to-do: Return updated storage bytes where appropriate in controller.Notebook and update the
client accordingly.
2007-09-20 20:36:19 +00:00
..
test Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00
Async.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Database.py controller.Database.size() function for getting the approximate storage size of an object. 2007-09-12 21:28:28 +00:00
Expire.py Made some changes intended to speed up page loading slightly. 2007-09-01 23:46:15 +00:00
Expose.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Html_cleaner.py Learned to spell JavaScript. 2007-09-10 19:43:51 +00:00
Html_nuker.py Fix so None doesn't ever get added to result list, which screws up the parser. 2007-07-19 19:06:22 +00:00
Notebooks.py Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00
Root.py Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00
Scheduler.py Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00
Updater.py Factored out hardcoded support email address from various places. 2007-08-20 20:28:17 +00:00
Users.py Lots of work on user storage quotas: 2007-09-20 20:36:19 +00:00
Validate.py Removing debugging print. 2007-08-01 20:23:12 +00:00
__init__.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00