aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/forms.py
AgeCommit message (Expand)Author
2013-05-17fix required repo_type param on repo edit formHEADmasterMarcin Kuzminski
2013-04-04fixed ldap tests when ldap lib is installedMarcin Kuzminski
2013-03-28#749 and #516 Removed dupliciting of repo settings for rhodecode admins and r...Marcin Kuzminski
2013-03-28moved permission management into separate entity.Marcin Kuzminski
2013-03-11Pass in old groups data to CanWriteToGroup validator for later skipping group...Marcin Kuzminski
2013-03-05compare/pullrequest: introduce merge parameterMads Kiilerich
2013-02-27further cleanup of UsersGroupMads Kiilerich
2013-01-30repository extra fields implementationMarcin Kuzminski
2013-01-25Group management delegation:Marcin Kuzminski
2013-01-19set the status of changesets initially on pull request, and make sure we care...Marcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-13Fixed some issues with edit formMarcin Kuzminski
2012-12-03Implemented #379 defaults settings page for creation of repositoriesMarcin Kuzminski
2012-11-30implemented #663 Admin/permission: specify default repogroup permsMarcin Kuzminski
2012-11-06fixed missing permission for being able to write to group on repository setti...Marcin Kuzminski
2012-10-23Added lightweight journal option for visualMarcin Kuzminski
2012-10-18Added lightweight dashboard option. ref #500Marcin Kuzminski
2012-10-03Fixed #585, checks for status of revision where to strict, and made opening p...Marcin Kuzminski
2012-09-13Implemented permissions for writing to repoMarcin Kuzminski
2012-09-07Permissions on group can be set in recursive mode setting defined permission ...Marcin Kuzminski
2012-09-06White space cleanupMarcin Kuzminski
2012-08-28Recursive set locking on all children of a group.Marcin Kuzminski
2012-08-22Implemented basic locking functionality.Marcin Kuzminski
2012-08-19Changed v.Set validation into our own that actually raises exceptions on miss...Marcin Kuzminski
2012-08-11added more validations when opening pull requestMarcin Kuzminski
2012-08-10RhodeCode now has a option to explicitly set forking permissions. ref #508Marcin Kuzminski
2012-08-08Added form for controlling mercurial extensionsMarcin Kuzminski
2012-07-27merged + fixed pull request #62: Implemented metatags and visualisation options.Marcin Kuzminski
2012-07-12renamed some leftover name -> firstnameMarcin Kuzminski
2012-07-04Renamed name to firstname in formsMarcin Kuzminski
2012-06-19added landing revision into fork create formMarcin Kuzminski
2012-06-18User active flag should be default to TrueMarcin Kuzminski
2012-06-18Added validation into user email mapMarcin Kuzminski
2012-06-17Switched forms to new validatorsMarcin Kuzminski
2012-06-15validating choices for landing_revMarcin Kuzminski
2012-06-14Initial version of landing revisions ref #483Marcin Kuzminski
2012-06-06Change git & hg hooks to post. They shouldn't block as they are used just for...Marcin Kuzminski
2012-04-15fixed #374 LDAP config is now saved but deactivated if python-ldap lib is mis...Marcin Kuzminski
2012-04-03#419 don't strip passwords for login forms, make rhodecode more compatible w...Marcin Kuzminski
2012-02-29fixes #376 Cannot edit user (using container auth)Marcin Kuzminski
2012-02-28updated CONTRIBUTORSMarcin Kuzminski
2012-02-27fixed issue with remote repos on gitMarcin Kuzminski
2012-02-23more work on improving info loggingMarcin Kuzminski
2012-01-28#227 Initial version of repository groups permissions systemMarcin Kuzminski
2012-02-02gardenMarcin Kuzminski
2012-01-28white space cleanupMarcin Kuzminski
2012-01-27#344 optional firstname lastname on user creationMarcin Kuzminski
2012-01-14added validation to repo groups to check for conflicting repository name fixe...Marcin Kuzminski
2011-12-29auto white-space removalMarcin Kuzminski
2011-12-21Remember Me option on loginMatt Zuba