aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/forms.py
AgeCommit message (Collapse)Author
2011-10-31Some code cleanups and fixesMarcin Kuzminski
--HG-- branch : beta rename : rhodecode/tests/test_concurency.py => rhodecode/tests/_test_concurency.py
2011-10-25implements #237 added password confirmation for my account and admin edit user.Marcin Kuzminski
--HG-- branch : beta
2011-10-24fixes #288Marcin Kuzminski
- added group management into non admin repo settings form - fixes also issues with groups after API codes merge - all tests passes ok. --HG-- branch : beta
2011-10-12fixes #266 Rhodecode allows to create repo with the same name and in the ↵Marcin Kuzminski
same parent as group --HG-- branch : beta
2011-10-10fixes #260 Put repo in group, then move group to another group -> repo ↵Marcin Kuzminski
becomes unavailable --HG-- branch : beta
2011-10-08fixed hardcoded admin prefix check in formsMarcin Kuzminski
--HG-- branch : beta
2011-10-08Refactoring of model get functionsMarcin Kuzminski
--HG-- branch : beta
2011-10-07fixed issues with python2.5Marcin Kuzminski
added compat module to rhodecode to have one point of fetching backward incompatible libs. --HG-- branch : beta
2011-09-12Added pt_BR localization, added i18n wrappers on some places missing, fixed ↵Augusto Herrmann
css in settings screen for longer labels. --HG-- branch : beta
2011-06-07fixes #200, rewrote the whole caching mechanism to get rid of such problems. ↵Marcin Kuzminski
Now cached instances are attached to db repository instance, and then fetched from cache. Also made all current test work. --HG-- branch : beta
2011-06-05removed leftover printMarcin Kuzminski
--HG-- branch : beta
2011-06-05fixed issue with adding new group. template typo fix for empty groupMarcin Kuzminski
--HG-- branch : beta
2011-06-04fixed #47 adding a new repo that have a group chosen had wrong paths.Marcin Kuzminski
--HG-- branch : beta
2011-06-04fixes issue #198 password will require only 3 chars now for login formMarcin Kuzminski
--HG-- branch : beta
2011-05-26#47 added editing of groups, and moving them between. Added check constraint ↵Marcin Kuzminski
for groups to prevent of loops --HG-- branch : beta
2011-05-25#47 implemented basic edition of groupsMarcin Kuzminski
--HG-- branch : beta
2011-05-23#47 implemented deleting of empty groups. Fixed problem with full paths on ↵Marcin Kuzminski
nested groups --HG-- branch : beta
2011-05-23#47 implemented Adding of new repo_groups+forms+validators. Fixed sorting of ↵Marcin Kuzminski
repo groups by main names in multiple locations. Removed some unneeded calls to self.sa for exchange to .query() methods. Added new db unique key for Group --HG-- branch : beta
2011-05-12fixed regresion made in previos commit, that introduced bug in handling ↵Marcin Kuzminski
regular repositories --HG-- branch : beta
2011-05-12fixed saving settings on repositories inside groups, also fixes #187Marcin Kuzminski
added options to properly rename directories in groups --HG-- branch : beta
2011-05-01fixed http/s validation for clone_uri, and missing return value.Marcin Kuzminski
--HG-- branch : beta
2011-04-26Enable start_tls connection encryption."Lorenzo M. Catucci"
--HG-- branch : beta
2011-04-19Fixed permissions for users groups, group can have create repo permission now.Marcin Kuzminski
Some code refactor + pep8ify --HG-- branch : beta
2011-04-16added dump validation of cloneurl, it can still freeze if server will ask ↵Marcin Kuzminski
for auth. --HG-- branch : beta
2011-04-03source code cleanup: remove trailing white space, normalize file endingsMarcin Kuzminski
--HG-- branch : beta
2011-03-19Changes for repo groupsMarcin Kuzminski
--HG-- branch : beta
2011-03-05#109, added optional clone uri when creating repo.Marcin Kuzminski
Cleaned up repos controller moved common code into __load_data --HG-- branch : beta
2011-02-11Code refactor number 2Marcin Kuzminski
--HG-- branch : beta
2011-02-09#56 added ajax removal of users groups,Marcin Kuzminski
fixed permission edition templates by regular non admin users found bugfixes in forms for users groups --HG-- branch : beta
2011-02-09#56 added assignments of users groups into repositoryMarcin Kuzminski
--HG-- branch : beta
2011-02-09#56 hacking on forms, and model for users groupsMarcin Kuzminski
--HG-- branch : beta
2011-02-03Improve LDAP authenticationThayne Harbaugh
* Adds an LDAP filter for locating the LDAP object * Adds a search scope policy when using the Base DN * Adds option required certificate policy when using LDAPS * Adds attribute mapping for username, firstname, lastname, email * Initializes rhodecode user using LDAP info (no longer uses "@ldap") * Remembers the user object (DN) in the user table * Updates admin interfaces * Authenticates against actual user objects in LDAP * Possibly other things. Really, this should be extended to a list of LDAP configurations, but this is a good start. --HG-- branch : issue-108
2011-01-28#56 implemented users groups editing,Marcin Kuzminski
fixed sqlalchemy relation function into relationship (according to 0.6) --HG-- branch : beta
2011-01-26implemented #84 downloads can be enabled/disabled per each repository from now.Marcin Kuzminski
--HG-- branch : beta
2011-01-26fixed #102 allowed '.' character in usernameMarcin Kuzminski
--HG-- branch : beta
2011-01-26#56 fixed found bugs, implemented adding of new group + forms+validatorsMarcin Kuzminski
fixed db schema naming --HG-- branch : beta rename : rhodecode/model/user_group.py => rhodecode/model/users_group.py
2010-12-29fixes for #89 ga codeMarcin Kuzminski
--HG-- branch : beta
2010-12-29implemented #89 google analytics codeMarcin Kuzminski
--HG-- branch : beta
2010-12-05fixes #62, added option to disable statistics for each repositoryMarcin Kuzminski
--HG-- branch : beta
2010-11-26fixes #77 and adds extendable base Dn with custom uid specificationMarcin Kuzminski
--HG-- branch : beta
2010-11-25ldap auth rewrite, moved split authfunc into two functions,Marcin Kuzminski
made ldap case insensitive for uids added some extra debug messages for ldap, and auth function added some docs for utils --HG-- branch : beta
2010-11-23fixed grammar in taken email errorMarcin Kuzminski
--HG-- branch : beta
2010-11-23added test for username and email case senstitive validators,Marcin Kuzminski
fixed valid username to take underscores --HG-- branch : beta
2010-11-23added validation of username alphanumeric+dash onlyMarcin Kuzminski
--HG-- branch : beta
2010-11-23#78, fixed more reliable case insensitive searchesMarcin Kuzminski
--HG-- branch : beta
2010-11-23fixes issue #78, ldap makes user validation caseInsensitiveMarcin Kuzminski
and fixed validators to check for case insensitive values. --HG-- branch : beta
2010-11-22added action loggers to following repositories,Marcin Kuzminski
refactoring of repo_model get functions --HG-- branch : beta
2010-11-20fixed bug in forms found due to testing,Marcin Kuzminski
fixed tests --HG-- branch : beta
2010-11-18fixes #69 password confirmation for register dialog.Marcin Kuzminski
Fixes appcrash when using some special characters in register field fixes app crash when no email config is enabled --HG-- branch : beta
2010-11-18Disable git support due to large problems with dulwich.Marcin Kuzminski
Added one point of controll over supported backends in rhodecode.BACKENDS --HG-- branch : beta