aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers
AgeCommit message (Collapse)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
linaro
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 ↵Marcin Kuzminski
group checks. This will be a part of refactoring done to do user permissions changes without messing with main repo form data --HG-- extra : source : af96fb19b53ab2b7146e27640647217b43ddb58a
2013-02-14fixes #762, LDAP and container created users are now activated based onMarcin Kuzminski
the registration settings in permissions --HG-- extra : source : fdb0f59b21891c21c9b71d8d945d096a1f6a665d
2013-02-01fixed #746 unicodeDedode errors on feed controllersMarcin Kuzminski
--HG-- extra : source : 2464ac75d77a3452ec54bba662e590d86e58eda5
2013-01-19show comments from pull requests into associated changesetsMarcin Kuzminski
--HG-- branch : beta
2013-01-19set the status of changesets initially on pull request, and make sure we ↵Marcin Kuzminski
care of version collisions. Fixes issues #690 and #587 --HG-- branch : beta
2013-01-18whitespace cleanupMarcin Kuzminski
--HG-- branch : beta
2013-01-18fixed issue with displaying repos in groups view (without lightweight ↵Marcin Kuzminski
dashboard), added tests for this case --HG-- branch : beta
2013-01-16fixes issue #702 API methods without arguments fail when "args":nullMarcin Kuzminski
--HG-- branch : beta
2013-01-14API methods create_repo, fork_repo, delete_repo, get_repo, get_reposMarcin Kuzminski
can be executed by non-admin users ref #539 --HG-- branch : beta
2013-01-13API method get_user can be executed by non-admin users ref #539Marcin Kuzminski
--HG-- branch : beta
2013-01-13Implemented API calls for non-admin users for locking/unlocking repositoriesMarcin Kuzminski
--HG-- branch : beta extra : amend_source : 6a03208e97dd2a7a8146f7b45b36ad568a9f82ec
2013-01-10fixes issue #658, my account edit was missing this functionalityMarcin Kuzminski
--HG-- branch : beta
2013-01-09Use common function for generation of grid dataMarcin Kuzminski
- admin grid now has dedicated edit button, and uses changeset_cache - some small improvements to grid - all other datatables use this --HG-- branch : beta extra : amend_source : 8580c1d384b719c13b80675f32e5d86b2d4cb424
2013-01-05white space cleanupMarcin Kuzminski
--HG-- branch : beta
2013-01-05Added full last changeset info to lightweight dashboarddevMarcin Kuzminski
--HG-- branch : beta
2013-01-04Full IP restrictions enabledMarcin Kuzminski
- short cache query for IP for performance - remove redundant logic - some small css fixes for login form to better show IP restricted message --HG-- branch : beta extra : amend_source : bec698601fe590964ad80b3fb12c0e3385c2c6c4
2013-01-04nicer representation of list of rescanned repositoriesMarcin Kuzminski
--HG-- branch : beta
2013-01-03compare: more helpful error messages when a repo wasn't foundMads Kiilerich
--HG-- branch : beta
2013-01-03admin settings: show numbers in rescan flash message instead of python listsMads Kiilerich
--HG-- branch : beta
2013-01-02access control: fix owner checks - they were always trueMads Kiilerich
The lambda expressions seems to be left over from something else. They were no longer executed and thus always evaluated to true. Some of the functions also failed if they were executed. --HG-- branch : beta
2013-01-02admin, email test: fix test for test_email recipientsMads Kiilerich
--HG-- branch : beta
2012-12-31added API method for checking IPMarcin Kuzminski
--HG-- branch : beta
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
ref #264 IP restriction for users and user groups --HG-- branch : beta extra : amend_source : b1cad1d9ff6ef50b570689dacec7902a8909895b
2012-12-19fixes #693 Opening changeset from pull request failsMarcin Kuzminski
--HG-- branch : beta
2012-12-17Default parameters are now also used for creating repos using API calls, and ↵Marcin Kuzminski
initial repo scanner - added new parameters to API call to override defaults - docs update - repo_type is now optional as it's a part of defaults --HG-- branch : beta
2012-12-14- #683 fixed difference between messages about not mapped repositoriesMarcin Kuzminski
--HG-- branch : beta
2012-12-14Implemented #670 Implementation of Roles in Pull RequestMarcin Kuzminski
- only owner, reviewer or admin can change status or close pull request --HG-- branch : beta
2012-12-14implements #677: Don't allow to close pull requests when they are ↵Marcin Kuzminski
under-review state --HG-- branch : beta
2012-12-13Fixed some issues with edit formMarcin Kuzminski
- unified code (but still a lot of duplicated code left over) - fixed forms - fixed validators --HG-- branch : beta
2012-12-09fixes issue #675 Don't Re-direct from "My Repos" page when deleting a repositoryMarcin Kuzminski
--HG-- branch : beta
2012-12-07fixed issue with public journal rss/atom feeds after journal filter ↵Marcin Kuzminski
implementation --HG-- branch : beta
2012-12-07fixed tests, made the journal filter consistent accross different databasesMarcin Kuzminski
--HG-- branch : beta
2012-12-06final implementation of #210 journal filtering.Marcin Kuzminski
--HG-- branch : beta
2012-12-06added handling of deleted users in journal dataMarcin Kuzminski
--HG-- branch : beta
2012-12-05Implemented better support for Wildcard queriesMarcin Kuzminski
add username column to journal for caching logs after user deletion added tests for admin journal migrations --HG-- branch : beta extra : amend_source : 9a26263147c2be6eb4505259293dc8059f7d5304
2012-12-05Implemented filtering of admin journal based on Whoosh Query languageMarcin Kuzminski
ref #210 --HG-- branch : beta extra : rebase_source : 2e169ee93a1269abf7748c5f2c08ebb9d2822b52
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ↵Marcin Kuzminski
and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable --HG-- branch : beta
2012-12-03Implemented #379 defaults settings page for creation of repositoriesMarcin Kuzminski
- locking - statistics, downloads - repository type --HG-- branch : beta
2012-11-30implemented #663 Admin/permission: specify default repogroup permsMarcin Kuzminski
- added migration that adds new default permission for groups - merged with patch from Vincent Caron --HG-- branch : beta
2012-11-29Added uri encoding to the username so that usernames with '@' in them (such ↵philip.j@hostdime.com
as email address/users from LDAP) will not have to replace the first '@' with %40 in order to clone --HG-- branch : beta extra : source : 9feb69b473e9a4551f43c237f2ae0515914b95a2
2012-11-29fix shortlog status generation, just fetch for page, not whole set !Marcin Kuzminski
--HG-- branch : beta
2012-11-28fixed pager link for file history pageMarcin Kuzminski
--HG-- branch : beta
2012-11-28added global fix for stripping multiple slashes from f_path variableMarcin Kuzminski
--HG-- branch : beta
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
- fixed git detection of filenode history when executed on directory - shortlog uses urlify_commit function now --HG-- branch : beta
2012-11-27fix error when diff path is a directory, edge case generated by google botsMarcin Kuzminski
--HG-- branch : beta
2012-11-26fix safe_int default argMarcin Kuzminski
--HG-- branch : beta