log pylons_app/lib/auth.py @ 508:fdb78a140ae4

age author description
Tue, 28 Sep 2010 02:31:10 +0200 Marcin Kuzminski fixes #35 hg-app does not respect SCRIPT_NAME
Mon, 13 Sep 2010 01:27:41 +0200 Marcin Kuzminski Implemented password reset(forms/models/ tasks) and mailing tasks. celery
Wed, 01 Sep 2010 23:32:47 +0200 Marcin Kuzminski moved loged in user propagation out of forms,
Sun, 29 Aug 2010 00:11:28 +0200 Marcin Kuzminski Added redirection to page that request came from, after login in
Wed, 25 Aug 2010 18:18:12 +0200 Marcin Kuzminski removed prints !
Wed, 25 Aug 2010 18:15:50 +0200 Marcin Kuzminski fixes #30. Rewrite default permissions query + some other small fixes
Sat, 21 Aug 2010 18:31:28 +0200 Marcin Kuzminski added logic for changin defualt permissions, and option to overwrite all defualt permissions on each repository
Sat, 21 Aug 2010 16:34:37 +0200 Marcin Kuzminski permission refactoring,
Fri, 20 Aug 2010 10:59:18 +0200 Marcin Kuzminski Changed password crypting scheme to bcrypt, added dependency for setup
Thu, 19 Aug 2010 21:38:08 +0200 Marcin Kuzminski fixes #25 removed crypt based password hashing and changed it into sha1 based.
Tue, 17 Aug 2010 15:40:22 +0200 Marcin Kuzminski fixed user email for gravatars
Sun, 08 Aug 2010 01:27:14 +0200 Marcin Kuzminski rename repo2perm into repo_to_perm
Tue, 03 Aug 2010 21:24:45 +0200 Marcin Kuzminski auth functions little fix
Sun, 01 Aug 2010 18:36:00 +0200 Marcin Kuzminski cleared global application settings.
Sun, 01 Aug 2010 17:08:58 +0200 Marcin Kuzminski Added separate create repository views for non administrative users.
Sat, 31 Jul 2010 18:47:43 +0200 Marcin Kuzminski Fixed decorators bug when using them with keyworded arguments,new implementation takes new approach that is more flexible
Wed, 28 Jul 2010 01:44:39 +0200 Marcin Kuzminski routes python 2.5 compatible
Tue, 27 Jul 2010 14:53:22 +0200 Marcin Kuzminski fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems.
Wed, 21 Jul 2010 22:57:36 +0200 Marcin Kuzminski added session remove in forms, and added name and lastname to auth user
Wed, 14 Jul 2010 18:31:06 +0200 Marcin Kuzminski Added application settings, are now customizable from database
Wed, 14 Jul 2010 12:31:11 +0200 Marcin Kuzminski implemented cache for repeated queries in simplehg mercurial requests
Tue, 06 Jul 2010 23:57:57 +0200 Marcin Kuzminski some extra checks for auth lib
Thu, 01 Jul 2010 23:44:26 +0200 Marcin Kuzminski fixed auth bug
Tue, 29 Jun 2010 20:41:54 +0200 Marcin Kuzminski Full rewrite of auth module, new functions/decorators. FIxed auth user
Mon, 28 Jun 2010 13:54:47 +0200 Marcin Kuzminski repos crud controllers - change id into repo_name for compatability, added ajax repo perm user function variuos html fixes, permissions forms and managment fixes.
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Fri, 04 Jun 2010 13:08:29 +0200 Marcin Kuzminski licensing updates, code cleanups
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Sat, 22 May 2010 20:48:05 +0200 Marcin Kuzminski removed unneded imports from auth