aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model/db.py
AgeCommit message (Expand)Author
2013-03-29fixed issues with importing non-ascii repo namesMarcin Kuzminski
2013-03-28Don't catch all exceptionsMarcin 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-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-07get_locks API function draftMarcin Kuzminski
2013-03-06fixed some unicode problems with archive downloadsMarcin 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-01Update changeset cache should use non-cache version of repo if given attribut...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-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-01-30repository extra fields implementationMarcin Kuzminski
2013-01-31git hook handler shouldn't ever use cache instancesMarcin Kuzminski
2013-01-30laste_review status should only return if there are any statusesMarcin Kuzminski
2013-01-30coding style: fix trailing and leading spaces and tabsMads Kiilerich
2013-01-30Add new attr to pull requestMarcin Kuzminski
2013-01-28implemented #83 show repo size on summary pageMarcin Kuzminski
2013-01-28filter out repo groups choices to only ones that you have write+ access to. B...Marcin Kuzminski
2013-01-26Return a list of invlidated keys on mark_for_invalidation funcMarcin Kuzminski
2013-01-25fixes for issue #731, update-repoinfo sometimes failed to update data when ch...Marcin Kuzminski
2013-01-25update repo-info shouldn't allow setting empty values NEVER !Marcin Kuzminski
2013-01-25Group management delegation:Marcin Kuzminski
2013-01-23IP restrictions now also enabled for IPv6Marcin Kuzminski
2013-01-21improved extraction of user from changeset when sending notification.Marcin Kuzminski
2013-01-19added last_changeset information in get_repo API functionMarcin Kuzminski
2013-01-18implemented #725 Pull Request View - Show origin repo URLMarcin Kuzminski
2013-01-08fixed issues with getting repos by path on windowsMarcin Kuzminski
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
2013-01-04Full IP restrictions enabledMarcin Kuzminski
2012-12-31add ipaddresses to repo data on API callsMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-17Default parameters are now also used for creating repos using API calls, and ...Marcin Kuzminski
2012-12-06fixed issue with cascade deleting of following entriesMarcin Kuzminski
2012-12-06remove not null from user_id column for users log archivingMarcin Kuzminski
2012-12-05Implemented better support for Wildcard queriesMarcin 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-24Added option to ini files for controlling full cache of VCS instances.Marcin Kuzminski
2012-11-24Cleanup leftover print statementsMarcin Kuzminski
2012-11-23Cleaned the way cache keys are invalidatedMarcin Kuzminski
2012-11-23added caching layer into RSS/ATOM feedsMarcin Kuzminski
2012-11-04remove duplicated code for generating UI objectsMarcin Kuzminski