aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers
AgeCommit message (Expand)Author
2013-04-05Merged fix for dumb http, fixed conflicts.Milo Casagrande
2013-04-05FIXED: Selecting dumb HTTP git protocol from web UIGeorgy Redkozubov
2013-04-03Merge branch 'dumb_http' of git://git.linaro.org/people/gesha/rhodecode into ...Milo Casagrande
2013-03-19Added support for clone/pull operations using dumb http protocol.Georgy Redkozubov
2013-03-11Pass in old groups data to CanWriteToGroup validator for later skipping group...Marcin Kuzminski
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
2013-02-01fixed #746 unicodeDedode errors on feed controllersMarcin Kuzminski
2013-01-19show comments from pull requests into associated changesetsMarcin Kuzminski
2013-01-19set the status of changesets initially on pull request, and make sure we care...Marcin Kuzminski
2013-01-18whitespace cleanupMarcin Kuzminski
2013-01-18fixed issue with displaying repos in groups view (without lightweight dashboa...Marcin Kuzminski
2013-01-16fixes issue #702 API methods without arguments fail when "args":nullMarcin Kuzminski
2013-01-14API methods create_repo, fork_repo, delete_repo, get_repo, get_reposMarcin Kuzminski
2013-01-13API method get_user can be executed by non-admin users ref #539Marcin Kuzminski
2013-01-13Implemented API calls for non-admin users for locking/unlocking repositoriesMarcin Kuzminski
2013-01-10fixes issue #658, my account edit was missing this functionalityMarcin Kuzminski
2013-01-09Use common function for generation of grid dataMarcin Kuzminski
2013-01-05white space cleanupMarcin Kuzminski
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
2013-01-04Full IP restrictions enabledMarcin Kuzminski
2013-01-04nicer representation of list of rescanned repositoriesMarcin Kuzminski
2013-01-03compare: more helpful error messages when a repo wasn't foundMads Kiilerich
2013-01-03admin settings: show numbers in rescan flash message instead of python listsMads Kiilerich
2013-01-02access control: fix owner checks - they were always trueMads Kiilerich
2013-01-02admin, email test: fix test for test_email recipientsMads Kiilerich
2012-12-31added API method for checking IPMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-19fixes #693 Opening changeset from pull request failsMarcin Kuzminski
2012-12-17Default parameters are now also used for creating repos using API calls, and ...Marcin Kuzminski
2012-12-14- #683 fixed difference between messages about not mapped repositoriesMarcin Kuzminski
2012-12-14Implemented #670 Implementation of Roles in Pull RequestMarcin Kuzminski
2012-12-14implements #677: Don't allow to close pull requests when they are under-revie...Marcin Kuzminski
2012-12-13Fixed some issues with edit formMarcin Kuzminski
2012-12-09fixes issue #675 Don't Re-direct from "My Repos" page when deleting a repositoryMarcin Kuzminski
2012-12-07fixed issue with public journal rss/atom feeds after journal filter implement...Marcin Kuzminski
2012-12-07fixed tests, made the journal filter consistent accross different databasesMarcin Kuzminski
2012-12-06final implementation of #210 journal filtering.Marcin Kuzminski
2012-12-06added handling of deleted users in journal dataMarcin Kuzminski
2012-12-05Implemented better support for Wildcard queriesMarcin Kuzminski
2012-12-05Implemented filtering of admin journal based on Whoosh Query languageMarcin Kuzminski
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ...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-11-29Added uri encoding to the username so that usernames with '@' in them (such a...philip.j@hostdime.com
2012-11-29fix shortlog status generation, just fetch for page, not whole set !Marcin Kuzminski
2012-11-28fixed pager link for file history pageMarcin Kuzminski
2012-11-28added global fix for stripping multiple slashes from f_path variableMarcin Kuzminski
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
2012-11-27fix error when diff path is a directory, edge case generated by google botsMarcin Kuzminski
2012-11-26fix safe_int default argMarcin Kuzminski