aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers
AgeCommit message (Collapse)Author
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
2012-11-26White space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-11-26Implemented #661 Add option to include diff in RSS feedMarcin Kuzminski
also include RSS item per page and cut_off_limit size in .ini options --HG-- branch : beta
2012-11-24Cleanup leftover print statementsMarcin Kuzminski
--HG-- branch : beta
2012-11-24Basic implementation of cherry picking changesetsMarcin Kuzminski
for pull request, ref #575 --HG-- branch : beta extra : amend_source : 6d032a33dcc5ccfeb0add1b67286e35eed0e4b1d
2012-11-23Implemented #658 Changing username in LDAP-Mode should not be allowed.Marcin Kuzminski
Those username are autocreated, changing them will end up with new account creation after user logs in again --HG-- branch : beta
2012-11-23added caching layer into RSS/ATOM feedsMarcin Kuzminski
- updated code for new LimitedDiffContainers - invalidate rss/atom cache keys on push - --HG-- branch : beta
2012-11-18Multiple changes for compare systemMarcin Kuzminski
- count number of changed lines and files - add combined compare button into the old per changeset compare - fixed some logic for remote & bundle compare system - added few tests for git compare --HG-- branch : beta extra : amend_source : af05adad4b8de07680c56bfa040febdac55d9da7
2012-11-17Optimized look of compare view of changesets.Marcin Kuzminski
Added cut off limit for compare view --HG-- branch : beta
2012-11-16Enabled compare engine for tagsMarcin Kuzminski
Implemented compare engine for git repositories --HG-- branch : beta
2012-11-16fixed file history testsMarcin Kuzminski
--HG-- branch : beta
2012-11-14parse metatags for lightweight dashboardMarcin Kuzminski
--HG-- branch : beta
2012-11-13implements #636, lazy loading of history and authors to speed up page ↵Marcin Kuzminski
responsiveness. - loading full history is not always needed, and it's very heavy operation. Now this is lazy loaded when clicking on button --HG-- branch : beta
2012-11-10new patch function, and urls schema.Marcin Kuzminski
now rhodecode generates - diff - plain diff - patch files both for git and hg --HG-- branch : beta rename : rhodecode/templates/changeset/raw_changeset.html => rhodecode/templates/changeset/patch_changeset.html
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
on whole diff instead of per file diff. That can give a big speed improvement for large changesets in repositories with large history. - improved handling of binary files - show renames of binary files - implemented new diff limit functionality - unify diff generation between hg and git - Added binary indicators for changed files, - added diff lib tests --HG-- branch : beta extra : amend_source : 0648fbfbaf56e25c177ab5c34ba75a9edd227561
2012-11-06Implemented #638 permissions overview to groupsMarcin Kuzminski
--HG-- branch : beta
2012-11-04Let the function calculating changeset history do all the workMarcin Kuzminski
- fixed exception handling for fallback method --HG-- branch : beta
2012-11-04implements #632,Marcin Kuzminski
- added branch/tag/bookmarks info into feeds - added changeset link to body of message --HG-- branch : beta
2012-11-04hanlde stripped or removed changesets on changeset info functionMarcin Kuzminski
--HG-- branch : beta