Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added logging for empty group sync. | Alfred Schmid | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | Documented default value for empty groups filter | Alfred Schmid | 2014-02-19 | 1 | -0/+1 |
| | |||||
* | Load empty groups as empty teams from ldap, when ldap user | Alfred Schmid | 2014-02-19 | 4 | -0/+66 |
| | | | | synchronization is enabled. | ||||
* | Fixed error with negative periods. Using at least ldapCaching period to | Alfred Schmid | 2014-02-19 | 2 | -12/+12 |
| | | | | sync with ldap | ||||
* | Fixed Tests, use local copy of users.conf. Initialize reset ldap before | Alfred Schmid | 2014-02-19 | 3 | -18/+49 |
| | | | | every test. | ||||
* | Basic implementation of feature for ldap user synchronization as | Alfred Schmid | 2014-02-19 | 7 | -6/+177 |
| | | | | | background service. Introduced configuration property to configure the synchronization period. | ||||
* | Merge commit 'refs/tickets/08/8/3' of https://dev.gitblit.com/r/gitblit | James Moger | 2014-02-19 | 8 | -12/+288 |
|\ | |||||
| * | Show "Displayname (username)" in palettes for edit team and repository pages | Alfred Schmid | 2014-02-19 | 8 | -12/+288 |
|/ | |||||
* | Translation esES updated | mrbytes | 2014-02-10 | 2 | -13/+17 |
| | | | | | | - Fixes some syntax Change-Id: I581d6ba73f15dd49409ba349d53034e6880c322d | ||||
* | Fix NPE in cookie change detection on login | James Moger | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Redirect Centos service output to a log file (issue-348) | James Moger | 2014-01-31 | 1 | -1/+2 |
| | |||||
* | Merge pull request #138 from ptemplier/patch-1 | James Moger | 2014-01-30 | 1 | -2/+2 |
|\ | | | | | Typo on Gitblit in english labels | ||||
| * | Typo on Gitblit in english labels | ptemplier | 2014-01-30 | 1 | -2/+2 |
|/ | |||||
* | issue-323: Synchronize all user service methods | James Moger | 2014-01-28 | 1 | -10/+10 |
| | |||||
* | issue-361: Reset user cookie after administrative password change | James Moger | 2014-01-28 | 8 | -27/+83 |
| | | | | | | | Cookies were not reset on administrative password change of a user account. This allowed accounts with changed passwords to continue authenticating. Cookies are now reset on password changes, they are validated on each page request, AND they will now expire 7 days after generation. | ||||
* | Documentation | James Moger | 2014-01-28 | 1 | -0/+4 |
| | |||||
* | Add Redmine Fetch groovy hook (issue-359) | Berke Viktor | 2014-01-28 | 3 | -0/+71 |
| | |||||
* | Fix broken import from pull request #136 | James Moger | 2014-01-28 | 1 | -0/+2 |
| | |||||
* | Merge pull request #137 from vitalidze/master | James Moger | 2014-01-28 | 2 | -0/+96 |
|\ | | | | | Added fisheye hook script | ||||
| * | Added fisheye hook script | Vitaly Litvak | 2014-01-28 | 2 | -0/+96 |
|/ | |||||
* | Merge pull request #136 from culmat/patch-1 | James Moger | 2014-01-28 | 1 | -1/+7 |
|\ | | | | | Decode the request url as UTF-8 in the authentication filter | ||||
| * | allow specials chars in repo names | Matthias Cullmann | 2014-01-28 | 1 | -1/+7 |
|/ | | | see http://code.google.com/p/gitblit/issues/detail?id=362 | ||||
* | Updated contributors list | James Moger | 2014-01-14 | 1 | -0/+3 |
| | |||||
* | Fixed incorrect tagger identity on dashboards (issue-276) | James Moger | 2014-01-14 | 2 | -2/+4 |
| | |||||
* | Merge pull request #135 from kxyfyh/branch_fixbug | James Moger | 2014-01-14 | 2 | -2/+2 |
|\ | | | | | 修正读取默认文件语言识别 | ||||
| * | 修正读取默认文件语言识别 | Ting | 2014-01-14 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #133 from mvdkleijn/betterEmptyRepoPage | James Moger | 2014-01-14 | 8 | -10/+34 |
|\ \ | |/ |/| | | | Change-Id: Ic4ccf135333f49696883a3c8da99535b53403abb | ||||
| * | Fixed compile failure and updated translated empty repo pages | James Moger | 2014-01-14 | 6 | -1/+16 |
| | | |||||
| * | Updating the Dutch translation file | Martijn | 2014-01-13 | 1 | -8/+12 |
| | | |||||
| * | Improving empty repo page | Martijn | 2014-01-13 | 2 | -2/+7 |
| | | | | | | | | Adding upstream example as well as different way to push an existing local repo | ||||
| * | Changing hardcoded `gitblit` origin into `origin`. | Martijn | 2014-01-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #131 from alfsch/master | James Moger | 2014-01-10 | 1 | -6/+10 |
|\ | | | | | Fix for Issue 356 - LDAP Groupmembers are not displayed until they are signed in once | ||||
| * | Issue 356 - function updateUserModels also updates the stored teams in | Alfred Schmid | 2014-01-09 | 1 | -6/+10 |
|/ | | | | the UserModel. Now all Teammembers are shown when realm.ldap.synchronizeUsers.enable is turned on. | ||||
* | Merge pull request #130 from asbachb/master | James Moger | 2014-01-04 | 1 | -1/+1 |
|\ | | | | | Evaluate X_Forwarded_Context only when X-Forwarded-Context is not set | ||||
| * | Evaluate X_Forwarded_Context only when X-Forwarded-Context is not set | Benjamin Asbach | 2014-01-04 | 1 | -1/+1 |
|/ | |||||
* | Tweak info logging in GitblitReceivePack and open variable scope | James Moger | 2013-12-30 | 1 | -7/+7 |
| | | | | Change-Id: I11624daca0694dc1996795b31432274467f09228 | ||||
* | New canonical base url setting for repository urls and notifications | James Moger | 2013-12-30 | 7 | -17/+38 |
| | | | | Change-Id: I86a1eb61c2351d1cf3f6b3becf00f2a36d5c8ed6 | ||||
* | Support customizing the "from" display name for generated emails | James Moger | 2013-12-30 | 6 | -7/+93 |
| | | | | Change-Id: Ibad9e2b1c12a24ad9c671a0d96aafb3365daa529 | ||||
* | Allow overriding the page title in a page subclass | James Moger | 2013-12-30 | 1 | -3/+7 |
| | | | | Change-Id: I4bf65f771ab1ba0b0da6838fb07007520dd4b5e1 | ||||
* | Add FontAwesome dependency | James Moger | 2013-12-30 | 9 | -0/+428 |
| | | | | Change-Id: I2dc302fea7a7cd21d4569e835ed987748ff8938b | ||||
* | Fix potential NPE on getting Markdown content | James Moger | 2013-12-30 | 1 | -2/+5 |
| | | | | Change-Id: Ie245da271ad1e7c90b1fab46832f9ecc7b5d297a | ||||
* | Do not serialize the Logger instance | James Moger | 2013-12-30 | 1 | -8/+13 |
| | | | | Change-Id: Icbef95e95d05fa8d7dbdc750241252d291083820 | ||||
* | Merge pull request #129 from alexmob/testrevlog_failure | James Moger | 2013-12-23 | 1 | -1/+1 |
|\ | | | | | Fixed test. | ||||
| * | Fixed test. | Alex Lewis | 2013-12-23 | 1 | -1/+1 |
|/ | | | | | | testRevlog was expecting 12 commits but getting 19. Looking at the hello-world repository on github (on which the test executes) the 19 commit count appears to be correct. | ||||
* | Update to JGit 3.2.0 | James Moger | 2013-12-20 | 4 | -10/+10 |
| | | | | Change-Id: I77475dedfecbdc7ba3c065886a51b7a70b7ece48 | ||||
* | Sync bugtraq support for spec v0.3 | James Moger | 2013-12-16 | 7 | -149/+212 |
| | | | | Change-Id: I2c24d1201d4c36963a708b178e780c1828707269 | ||||
* | Use multiple mappings for the git servlet instead of multiple instances | James Moger | 2013-12-13 | 1 | -10/+2 |
| | | | | Change-Id: I47adeaac142ca7ea5199a5c4c2164ffd9cc68551 | ||||
* | Fixed regression in /r/ security due to Servlet 2.5 rollback | James Moger | 2013-12-12 | 1 | -0/+8 |
| | | | | Change-Id: Id7e882cf48689ace8910718e0091207f8e8c6912 | ||||
* | Rollback to Servlet 2.5 | James Moger | 2013-12-11 | 30 | -772/+721 |
| | | | | | | | | | | | | | | | | | Combining Dagger and Servlet 3 works really well on stock Tomcat and Jetty but it is a troublesome combination on JEE containers with their own ideas on how to instantiate classes. JBoss AS 7 has been particularly nasty and it is just simpler to scaleback and stay with Servlet 2.5 than it is to fight all permuations of containers. Instead of using constructor DI, the servlets and filters each have an inject(ObjectGaph) method which is automatically called during initialization. Each servlet or filter is responsible for retrieving the required dependency from the graph. The Dagger object graph is created in the context listener and stuffed into the context as an attribute. Change-Id: Ib5714584fe73e2a6b9c6fda12af080a43356cbda | ||||
* | Show mirror indicator on repository url panel | James Moger | 2013-12-11 | 1 | -1/+4 |
| | | | | Change-Id: I5eb66500cc1ed47f97d4935d42ea4c3ca4cdba14 |