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 ccb81d18ee Checking the start of the requested URL to determine whether it was an https
request simply didn't work. Apache doesn't forward that information. So
instead, I'm now using a hacky work-around that looks at the proxy IP to
determine whether it was an http or https request.

Still need to fix unit tests for this.
2007-08-03 19:29:20 +00:00
..
test When the user is logged in and hitting the root page ("/") without https, do a redirect to https. 2007-08-02 23:25:57 +00:00
Async.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Database.py * Can now click on revision timestamps to open up the contents of previous note revisions with a small timestamp at the top. 2007-07-31 22:53:57 +00:00
Expire.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Expose.py Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Html_cleaner.py * Can now click on revision timestamps to open up the contents of previous note revisions with a small timestamp at the top. 2007-07-31 22:53:57 +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 * Can now click on revision timestamps to open up the contents of previous note revisions with a small timestamp at the top. 2007-07-31 22:53:57 +00:00
Root.py Checking the start of the requested URL to determine whether it was an https 2007-08-03 19:29:20 +00:00
Scheduler.py Replaced Scheduler's internal use of threading.Event with threading.Semaphore 2007-07-19 22:18:07 +00:00
Updater.py Now, if an exception is raised within a function decorated with 2007-07-19 23:13:19 +00:00
Users.py Changing logout redirect to honor whatever the http_url setting happens to be. 2007-08-02 18:57:53 +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