aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model
AgeCommit message (Expand)Author
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
2013-04-03Fix 'repos group' - it is 'repository group'Mads Kiilerich
2013-03-31 recursive forks detachMarcin Kuzminski
2013-03-29fixed issues with importing non-ascii repo namesMarcin Kuzminski
2013-03-28Don't catch all exceptionsMarcin 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-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-26invalidation: some documentation and refactoringMads Kiilerich
2013-03-26breadcrumbs: make repo names link to summary pagesMads Kiilerich
2013-03-25kill depracated .ui objects on git reposMarcin Kuzminski
2013-03-24show only open pull requests in the counter, and use repo context bar in pull...Marcin Kuzminski
2013-03-24Switched handling of RhodeCode extra params in consistent wayMarcin Kuzminski
2013-03-20Describe top level groups as 'top level' instead of 'no parent'Mads Kiilerich
2013-03-19no_cache version of scm is now a functionMarcin Kuzminski
2013-03-11Pass in old groups data to CanWriteToGroup validator for later skipping group...Marcin Kuzminski
2013-03-07get_locks API function draftMarcin Kuzminski
2013-03-06fixed some unicode problems with archive downloadsMarcin Kuzminski
2013-03-05compare/pullrequest: introduce merge parameterMads Kiilerich
2013-03-06disallow cloning from different URI's that http[s]/svn/git/hgMarcin Kuzminski
2013-03-06If commit operation is used out of pylons request scope use blank request ins...Marcin Kuzminski
2013-03-06webinterface file commiting executes push hooks ref #594Marcin Kuzminski
2013-03-06Moved inject ui into base vcs classeMarcin Kuzminski
2013-03-06codecleanerMarcin Kuzminski
2013-03-06fixed issue with renaming repos group together with changing parents with mul...Marcin Kuzminski
2013-03-05calling lock function without lock attribute, will return lock stateMarcin Kuzminski
2013-03-04use password obfuscate in when clonning a remote repo with credentialsMarcin Kuzminski
2013-03-04notification model should only send html emails not generating multipart onesMarcin Kuzminski
2013-02-28compare: minor refactoring and commentsMads Kiilerich
2013-03-02notifications changesMarcin Kuzminski
2013-03-02added template context into Notification templatesMarcin Kuzminski
2013-03-01Update changeset cache should use non-cache version of repo if given attribut...Marcin Kuzminski
2013-02-28iterate over repos groups for bool() calls to actually work on it.Marcin Kuzminski
2013-02-27further cleanup of UsersGroupMads Kiilerich
2013-02-27follow-up on texts missing from 'users groups'/'repositories group' cleanupMads Kiilerich
2013-02-27fixed tests and missing replacements from 5f1850e4712aMarcin Kuzminski
2013-02-27"Users groups" is grammatically incorrect English - rename to "user groups"Mads Kiilerich
2013-02-25moved out password reset tasks from celery, it doesn't make any sense to keep...Marcin Kuzminski
2013-02-20show flags, and desc sort pull request based on created_date ref #765Marcin Kuzminski
2013-02-19better handling of EmptyChangeset case in cherry pick pull requestMarcin Kuzminski
2013-02-19fixed pull-requests with cherry picking changesetsMarcin Kuzminski
2013-02-15move permission check of write access to repo groups inside a form.Marcin Kuzminski
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
2013-02-12mysql indexed keys cannot be larger thatn 256 chars, but 250 is enough for th...Marcin Kuzminski
2013-02-10non-lightweight dashboard mode is now more error proof when it stumbles acros...Marcin Kuzminski
2013-02-01compare: show aggregated diff of what will be merged to other repo, using mer...Mads Kiilerich
2013-02-01compare: swap org and other when they refer to different repos, ie are pull r...Mads Kiilerich
2013-02-03whitespace cleanupMarcin Kuzminski
2013-02-03fix reset statistics call if there are no statistics yetMarcin Kuzminski
2013-02-03Added missing migrations, and move update_repoinfo to RepoModelMarcin Kuzminski