aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/model
AgeCommit message (Expand)Author
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-24Basic implementation of cherry picking changesetsMarcin Kuzminski
2012-11-23Implemented #658 Changing username in LDAP-Mode should not be allowed.Marcin Kuzminski
2012-11-23Cleaned the way cache keys are invalidatedMarcin Kuzminski
2012-11-23added caching layer into RSS/ATOM feedsMarcin Kuzminski
2012-11-18Multiple changes for compare systemMarcin Kuzminski
2012-11-16Enabled compare engine for tagsMarcin Kuzminski
2012-11-09fixed way of creating notification template for better translationsMarcin Kuzminski
2012-11-06fixed missing permission for being able to write to group on repository setti...Marcin Kuzminski
2012-11-05fixed extras params from remote pull actionMarcin Kuzminski
2012-11-04remove duplicated code for generating UI objectsMarcin Kuzminski
2012-10-26deleting a group now does same archive operation like deleting repositories. ...Marcin Kuzminski
2012-10-23Added lightweight journal option for visualMarcin Kuzminski
2012-10-22Fixed issue with rm__ system that put removed repos in root location, it can ...Marcin Kuzminski
2012-10-19get_or_404 method does validation for ID beeing an INTMarcin Kuzminski
2012-10-18Update last_change from VCS data on request.Marcin Kuzminski
2012-10-18Added lightweight dashboard option. ref #500Marcin Kuzminski
2012-10-09#595 add rcextension hook for repository deleteMarcin Kuzminski
2012-10-03Fixed #585, checks for status of revision where to strict, and made opening p...Marcin Kuzminski
2012-09-29obfuscate password in logs for engine connection stringMarcin Kuzminski
2012-09-23fixed #570 explicit users group permissions can overwrite owner permissionsMarcin Kuzminski
2012-09-13Implemented permissions for writing to repoMarcin Kuzminski
2012-09-07fixed issue #560 require push ssl checkbox wasn't shown when option was enabledMarcin Kuzminski
2012-09-07Permissions on group can be set in recursive mode setting defined permission ...Marcin Kuzminski
2012-09-06White space cleanupMarcin Kuzminski
2012-09-06fixed kwargs ->email_kwargsMarcin Kuzminski
2012-09-05fixes #555 issues when comparing non-related repositories on pull requests or...Marcin Kuzminski
2012-09-05Show cache keys in admin settings of repositoryMarcin Kuzminski
2012-09-05Fixing issues of cache invalidation for multiple instances running in rhodecode.Marcin Kuzminski
2012-09-05fix missing email_kwargsMarcin Kuzminski
2012-09-05Fixed status of changesets in preview windowsMarcin Kuzminski
2012-09-05part2 of pull-request notification improvementsMarcin Kuzminski
2012-09-04fixes #550 mercurial repositories comparision failed when origin repo hadMarcin Kuzminski
2012-09-04Nicer email notifications about pull-requestMarcin 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-03UnicodeText make mysql more happyMarcin Kuzminski
2012-09-01really check if last status is from pull requestMarcin Kuzminski
2012-09-01That should be here !Marcin Kuzminski
2012-09-01Step6a for migrations from 1.3.6Marcin Kuzminski
2012-08-29#538 form for permissions can handle multiple users at onceMarcin Kuzminski
2012-08-28inherit locking from parentMarcin Kuzminski
2012-08-28Recursive set locking on all children of a group.Marcin Kuzminski
2012-08-26Authors of pull-requests can now delete themMarcin Kuzminski