aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/db_manage.py
AgeCommit message (Expand)Author
2013-04-04Fixed adding dumb git option to databaseGeorgy Redkozubov
2013-03-19Added support for clone/pull operations using dumb http protocol.Georgy Redkozubov
2013-01-05Migration upgrades cache for lightweight dashboardMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-14default permissions can get duplicated after migration from 1.4.X. check and ...Marcin 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-10-11Implemented proposed changes from pull request #77Marcin Kuzminski
2012-10-11use normpath when comparing paths used to determine if directory is a symlink...Marcin Kuzminski
2012-10-09white space cleanupMarcin Kuzminski
2012-09-08warn user about not using waitress on python2.5Marcin Kuzminski
2012-09-06Detect symlink in given repository path, and ask user if stored path should b...Marcin Kuzminski
2012-09-04auto-healing of permissions for default user after upgrading from some old ve...Marcin Kuzminski
2012-09-04Remove null from revision column as for comments inside pull requests to work...Marcin Kuzminski
2012-09-04fix default permissions migrations that can cause troubles for some old usersMarcin Kuzminski
2012-09-02migration: set new UI options as in old versionMarcin Kuzminski
2012-09-02migrations: fix old hook valuesMarcin Kuzminski
2012-09-01More fixes to upgrade procedure,Marcin Kuzminski
2012-09-01Step6a for migrations from 1.3.6Marcin Kuzminski
2012-08-22Implemented basic locking functionality.Marcin 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-08-08Add hgsubversion entry for RhodeCode UI (disabled by default)Marcin Kuzminski
2012-07-26sqlalchemy sessions cleanup in adminMarcin Kuzminski
2012-07-21implements #507 setup-rhodecode always presents interactive prompt to destroy...Marcin Kuzminski
2012-07-02Better descriptions of given permission overview in edit user viewMarcin Kuzminski
2012-06-26Updated create_or_update method to not change API key when password is not up...Marcin Kuzminski
2012-05-16merge with betaMarcin Kuzminski
2012-05-16new setup-rhodecode command with optional defaultsMarcin Kuzminski
2012-04-28Starting RhodeCode 1.4 BranchMarcin Kuzminski
2012-03-07force and check for absolute path on rhodecode setupMarcin Kuzminski
2012-02-19added clone_uri to API method for creating usersMarcin Kuzminski
2012-02-19added migrations from 1.2.X to 1.3Marcin Kuzminski
2012-02-07 fixed found issues in upgrade scriptMarcin Kuzminski
2012-02-07added re-creation of permissions into step4 upgradeMarcin Kuzminski
2012-02-07Added group permission autofix for older version of rhodecode which didn't ha...Marcin Kuzminski
2012-01-28#227 Initial version of repository groups permissions systemMarcin Kuzminski
2012-02-02gardenMarcin Kuzminski
2012-01-15fixed BCC problem in mailing libraryMarcin Kuzminski
2012-01-13more user friendly message for repo path on setupMarcin Kuzminski
2012-01-06added warning on sqlite when using migration.Marcin Kuzminski
2012-01-042012 copyrightsMarcin Kuzminski
2011-12-17fixes #324 proper largefiles extension enableMarcin Kuzminski
2011-12-06fixed repo_create permission by adding missing commit statementsMarcin Kuzminski
2011-12-02commit less modelsMarcin Kuzminski
2011-11-27another major refactoring with session managementMarcin Kuzminski
2011-11-23notification to commit author + gardeningMarcin Kuzminski
2011-11-18enabled largefiles extension by default in rhodecodeMarcin Kuzminski
2011-11-02User usermodel instead of db model to manage accountsMarcin Kuzminski
2011-11-02refactoring of models names for repoGroup permissionsMarcin Kuzminski