More documentation on all the core storage API methods
[mediagoblin.git] / mediagoblin /
2011-04-09 Christopher Allan... More documentation on all the core storage API methods
2011-04-09 Christopher Allan... u'string', but of course ;)
2011-04-09 Christopher Allan... Actually, we can implement get_unique_filename, which...
2011-04-09 Christopher Allan... Most of the StorageInterface stubs in place and documented.
2011-04-09 Christopher Allan... Raise a specific error if a filename component can...
2011-04-09 Christopher Allan... file storage filelist cleaning
2011-04-09 Christopher Allan... Adding staticdirect infrastructure from cc.engine
2011-04-03 Christopher Allan... Herp derp GPL notice blocks should even be on routing.
2011-04-03 Christopher Allan... Since we're searching by id, that try: except: was...
2011-04-03 Christopher Allan... Functioning request.user, and a functioning greeting...
2011-04-03 Christopher Allan... This should allow for request.user and show users logged in
2011-04-03 Christopher Allan... We should always have a request.user object, even if...
2011-04-03 Christopher Allan... Added setup_user_in_request
2011-04-03 Christopher Allan... We should use one instead of find_one to really make...
2011-04-03 Christopher Allan... Also handle when there is no such user
2011-04-03 Christopher Allan... Working logout function
2011-04-03 Christopher Allan... Logins seem to work.
2011-04-03 Christopher Allan... Added a check_login command to User
2011-04-03 Christopher Allan... Use beaker from middleware, it's official.
2011-04-03 Christopher Allan... Clarified documentation on fake_login_attempt and resto...
2011-04-03 Christopher Allan... starting to write login code
2011-04-03 Christopher Allan... Added a fake_login_attempt utility.
2011-04-03 Christopher Allan... Use the passwordfield for password fields, obviously ;o
2011-04-03 Christopher Allan... Return an HTTPFound, not HTTPTemporaryRedirect
2011-04-03 Christopher Allan... Registering almost works right :)
2011-04-03 Christopher Allan... Base mediagoblin template, and register templates
2011-04-03 Christopher Allan... We should return a unicode object in bcrypt_gen_passwor...
2011-04-03 Christopher Allan... Put the User object officially in the 'users' document...
2011-04-02 Christopher Allan... Also make sure the auth system successfully returns...
2011-04-02 Christopher Allan... Where did this o come from.
2011-04-02 Christopher Allan... Merge branch 'master' of gitorious.org:mediagoblin...
2011-04-02 Christopher Allan... Unit tests for our bcrypt auth stuff. Our first tests!
2011-04-02 Christopher Allan... Basic authentication tools using py-bcrypt
2011-03-27 Matt LeeAdded copyright notices
2011-03-27 Christopher Allan... A testing submit view that doesn't work but is getting...
2011-03-27 Christopher Allan... __collection__ should be auto-defined as media_entries
2011-03-27 Christopher Allan... erp, connection[database_path] not connection['database...
2011-03-26 Christopher Allan... Properly load in the database and register the connecti...
2011-03-26 Christopher Allan... date_creation should be created
2011-03-26 Christopher Allan... required_values, default_values! For the only two...
2011-03-26 Christopher Allan... A simple register_modules helper function.
2011-03-25 Christopher Allan... Adding a skeletal models.py
2011-03-25 Christopher Allan... Commenting out beaker till we start using it :)
2010-07-18 Christopher Allan... beakered_app removed from the paste_app_factory. Deplo...
2010-07-18 Christopher Allan... Added session support w/ beaker
2010-07-18 Christopher Allan... Still totally useless but at least it writes to the...
2010-07-18 Christopher Allan... Starting with the test submit view using wtforms
2010-07-18 Christopher Allan... A few adustments to the routing and etc
2010-07-17 Christopher Allan... Basic but useless connection to the database
2010-07-17 Christopher Allan... Initial mediagoblin structure