aboutsummaryrefslogtreecommitdiff
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-03diff view: don't mix css classes for new and old line numbersMads Kiilerich
--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
2013-01-02email: fail nicely when no SMTP server has been configuredMads Kiilerich
--HG-- branch : beta
2013-01-02html templates: escape '>' as '>'Mads Kiilerich
--HG-- branch : beta
2012-12-13logging: include more info in grant/deny log entriesMads Kiilerich
This gives more useful information when grepping through the logs. --HG-- branch : beta
2013-01-02logging: clarify logging of db loggingMads Kiilerich
It said that a user was added ... which wasn't true. --HG-- branch : beta
2013-01-02logging: include more info in action loggingMads Kiilerich
These messages are very frequent and thus shows what is going on on the server - and it is nice to have some extra information to give some context for other messages that might be logged. --HG-- branch : beta
2013-01-02logging: make 'Creating a cache key for...' more readableMads Kiilerich
--HG-- branch : beta
2013-01-02logging: make 'settings ui from db' look more like Mercurial ini file notationMads Kiilerich
--HG-- branch : beta
2013-01-03fixed bad date calculationsMarcin Kuzminski
--HG-- branch : beta
2013-01-03added integration tests for IP restriction optionMarcin Kuzminski
--HG-- branch : beta
2013-01-02bumped mercurial versionMarcin Kuzminski
--HG-- branch : beta extra : rebase_source : 9a82106fd91118d7908dbc61fffb592f30c75139
2013-01-02Merged translation from pullrequest #92Marcin Kuzminski
--HG-- branch : beta
2013-01-02Update japanese translationTakumi IINO
--HG-- branch : beta extra : rebase_source : 1214f7e6a5f26f485d243779ab48050177f90fdb
2012-12-31add ipaddresses to repo data on API callsMarcin Kuzminski
--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-20fixed issue with padding fix breaks history on firefoxMarcin Kuzminski
--HG-- branch : beta
2012-12-19fixes #693 Opening changeset from pull request failsMarcin Kuzminski
--HG-- branch : beta
2012-12-19#699: fix missing fork docs for APIMarcin Kuzminski
--HG-- branch : beta
2012-12-19fixes #691: Notifications for pull requests: move link to pull request to ↵Marcin Kuzminski
the top - fixed html escape in the template --HG-- branch : beta extra : amend_source : 94a18f44aec5d33e0517bcd8791d037c0598d980
2012-12-19fix small issue with anchor autolinksMarcin Kuzminski
--HG-- branch : beta
2012-12-19fixes #687 Lazy loaded tooltip bug with simultaneous ajax requestsMarcin Kuzminski
--HG-- branch : beta
2012-12-18made update repoinfo script more failsafe when dealing with database entries ↵Marcin Kuzminski
not synced with filesystem --HG-- branch : beta
2012-12-18updated contributorsMarcin Kuzminski
--HG-- branch : beta
2012-12-18Recreate the pull request URL each time a checkbox is checkedDan Sheridan
--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-15version bumpMarcin Kuzminski
--HG-- branch : beta
2012-12-14i18n updateMarcin Kuzminski
--HG-- branch : beta
2012-12-14- #683 fixed difference between messages about not mapped repositoriesMarcin Kuzminski
--HG-- branch : beta
2012-12-14i18n updatesMarcin Kuzminski
--HG-- branch : beta
2012-12-14fixes #682 Translation difficult for multi-line textMarcin Kuzminski
--HG-- branch : beta
2012-12-14changelog updateMarcin Kuzminski
--HG-- branch : beta
2012-12-14remove reviewers button removes them without need of hitting save button.Marcin Kuzminski
--HG-- branch : beta
2012-12-14fixed labels in reviewers listMarcin 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-14fixed changeset status labels, they now select radio buttonsMarcin Kuzminski
--HG-- branch : beta
2012-12-14default permissions can get duplicated after migration from 1.4.X. check and ↵Marcin Kuzminski
verify again it, notify user that he should re-check it. --HG-- branch : beta
2012-12-13version bumpMarcin Kuzminski
--HG-- branch : beta
2012-12-13fixed issue with passing IP address to log action logger for gitMarcin Kuzminski
--HG-- branch : beta
2012-12-13switch to defaultdict for counter implementationMarcin Kuzminski
--HG-- branch : beta
2012-12-13move tests temp folders to special prefixMarcin Kuzminski
--HG-- branch : beta
2012-12-12fixed issue #644 When a user is both in read and write group, the permission ↵Marcin Kuzminski
taken in account is the last saved permission - added configurable parameters to permission class with two algorithms, higherwin and lowerwin. - default is set now to higherwin, later we'll make that configurable --HG-- branch : beta