aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/forms.py
AgeCommit message (Expand)Author
2011-10-31Some code cleanups and fixesMarcin Kuzminski
2011-10-25implements #237 added password confirmation for my account and admin edit user.Marcin Kuzminski
2011-10-24fixes #288Marcin Kuzminski
2011-10-12fixes #266 Rhodecode allows to create repo with the same name and in the same...Marcin Kuzminski
2011-10-10fixes #260 Put repo in group, then move group to another group -> repo become...Marcin Kuzminski
2011-10-08fixed hardcoded admin prefix check in formsMarcin Kuzminski
2011-10-08Refactoring of model get functionsMarcin Kuzminski
2011-10-07fixed issues with python2.5Marcin Kuzminski
2011-09-12Added pt_BR localization, added i18n wrappers on some places missing, fixed c...Augusto Herrmann
2011-06-07fixes #200, rewrote the whole caching mechanism to get rid of such problems. ...Marcin Kuzminski
2011-06-05removed leftover printMarcin Kuzminski
2011-06-05fixed issue with adding new group. template typo fix for empty groupMarcin Kuzminski
2011-06-04fixed #47 adding a new repo that have a group chosen had wrong paths.Marcin Kuzminski
2011-06-04fixes issue #198 password will require only 3 chars now for login formMarcin Kuzminski
2011-05-26#47 added editing of groups, and moving them between. Added check constraint ...Marcin Kuzminski
2011-05-25#47 implemented basic edition of groupsMarcin Kuzminski
2011-05-23#47 implemented deleting of empty groups. Fixed problem with full paths on ne...Marcin Kuzminski
2011-05-23#47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of ...Marcin Kuzminski
2011-05-12fixed regresion made in previos commit, that introduced bug in handling regul...Marcin Kuzminski
2011-05-12fixed saving settings on repositories inside groups, also fixes #187Marcin Kuzminski
2011-05-01fixed http/s validation for clone_uri, and missing return value.Marcin Kuzminski
2011-04-26Enable start_tls connection encryption."Lorenzo M. Catucci"
2011-04-19Fixed permissions for users groups, group can have create repo permission now.Marcin Kuzminski
2011-04-16added dump validation of cloneurl, it can still freeze if server will ask for...Marcin Kuzminski
2011-04-03source code cleanup: remove trailing white space, normalize file endingsMarcin Kuzminski
2011-03-19Changes for repo groupsMarcin Kuzminski
2011-03-05#109, added optional clone uri when creating repo.Marcin Kuzminski
2011-02-11Code refactor number 2Marcin Kuzminski
2011-02-09#56 added ajax removal of users groups,Marcin Kuzminski
2011-02-09#56 added assignments of users groups into repositoryMarcin Kuzminski
2011-02-09#56 hacking on forms, and model for users groupsMarcin Kuzminski
2011-02-03Improve LDAP authenticationThayne Harbaugh
2011-01-28#56 implemented users groups editing,Marcin Kuzminski
2011-01-26implemented #84 downloads can be enabled/disabled per each repository from now.Marcin Kuzminski
2011-01-26fixed #102 allowed '.' character in usernameMarcin Kuzminski
2011-01-26#56 fixed found bugs, implemented adding of new group + forms+validatorsMarcin Kuzminski
2010-12-29fixes for #89 ga codeMarcin Kuzminski
2010-12-29implemented #89 google analytics codeMarcin Kuzminski
2010-12-05fixes #62, added option to disable statistics for each repositoryMarcin Kuzminski
2010-11-26fixes #77 and adds extendable base Dn with custom uid specificationMarcin Kuzminski
2010-11-25ldap auth rewrite, moved split authfunc into two functions,Marcin Kuzminski
2010-11-23fixed grammar in taken email errorMarcin Kuzminski
2010-11-23added test for username and email case senstitive validators,Marcin Kuzminski
2010-11-23added validation of username alphanumeric+dash onlyMarcin Kuzminski
2010-11-23#78, fixed more reliable case insensitive searchesMarcin Kuzminski
2010-11-23fixes issue #78, ldap makes user validation caseInsensitiveMarcin Kuzminski
2010-11-22added action loggers to following repositories,Marcin Kuzminski
2010-11-20fixed bug in forms found due to testing,Marcin Kuzminski
2010-11-18fixes #69 password confirmation for register dialog.Marcin Kuzminski
2010-11-18Disable git support due to large problems with dulwich.Marcin Kuzminski