summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add GO launch parameter to specify daily, rolling log file generationJames Moger2014-02-214-5/+41
|
* Merge commit 'refs/tickets/10/10/1' of https://dev.gitblit.com/git/gitblitJames Moger2014-02-211-2/+2
|\
| * Add timestamp to the default log4j configurationJames Moger2014-02-211-2/+2
|/
* Merge commit 'refs/tickets/09/9/2' of https://dev.gitblit.com/git/gitblitJames Moger2014-02-212-0/+5
|\
| * Select default/configured gc period in create/edit repository pageJames Moger2014-02-212-0/+5
|/
* Strip file extension from document indexJames Moger2014-02-211-2/+2
|
* Remove admin permission setting from Redmine auth provider (issue-368)James Moger2014-02-212-5/+1
| | | | | This feature depended on an undocumented behavior of Redmine. If/when Redmine groups are mapped to Gitblit teams, we can reconsider setting the admin permission (issue-321).
* Merged ticket #5 patchset 2James Moger2014-02-2114-123/+492
|\
| * Added LdapSyncServiceTest to GitBlitSuite.Alfred Schmid2014-02-212-2/+3
| |
| * Fixed and introduced tests for synching ldap users and groups.Alfred Schmid2014-02-212-22/+90
| | | | | | | | | | | | | | | | Using new settings key realm.ldap.synchronize Switched from key String to Keys class. To avoid letting tests pass with hardcoded keys wich doesn't exist anymore. Now on Key Refactorings the test gets compile error again. Test the isReady behavior from LdapSyncService.
| * API adjustments and elimination of duplicate config optionsJames Moger2014-02-197-134/+163
| |
| * Added logging for empty group sync.Alfred Schmid2014-02-191-0/+2
| |
| * Documented default value for empty groups filterAlfred Schmid2014-02-191-0/+1
| |
| * Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-194-0/+66
| | | | | | | | synchronization is enabled.
| * Fixed error with negative periods. Using at least ldapCaching period toAlfred Schmid2014-02-192-12/+12
| | | | | | | | sync with ldap
| * Fixed Tests, use local copy of users.conf. Initialize reset ldap beforeAlfred Schmid2014-02-193-18/+49
| | | | | | | | every test.
| * Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-197-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/gitblitJames Moger2014-02-198-12/+288
|\
| * Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-198-12/+288
|/
* Translation esES updatedmrbytes2014-02-102-13/+17
| | | | | | - Fixes some syntax Change-Id: I581d6ba73f15dd49409ba349d53034e6880c322d
* Fix NPE in cookie change detection on loginJames Moger2014-02-031-1/+1
|
* Redirect Centos service output to a log file (issue-348)James Moger2014-01-311-1/+2
|
* Merge pull request #138 from ptemplier/patch-1James Moger2014-01-301-2/+2
|\ | | | | Typo on Gitblit in english labels
| * Typo on Gitblit in english labelsptemplier2014-01-301-2/+2
|/
* issue-323: Synchronize all user service methodsJames Moger2014-01-281-10/+10
|
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-288-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.
* DocumentationJames Moger2014-01-281-0/+4
|
* Add Redmine Fetch groovy hook (issue-359)Berke Viktor2014-01-283-0/+71
|
* Fix broken import from pull request #136James Moger2014-01-281-0/+2
|
* Merge pull request #137 from vitalidze/masterJames Moger2014-01-282-0/+96
|\ | | | | Added fisheye hook script
| * Added fisheye hook scriptVitaly Litvak2014-01-282-0/+96
|/
* Merge pull request #136 from culmat/patch-1James Moger2014-01-281-1/+7
|\ | | | | Decode the request url as UTF-8 in the authentication filter
| * allow specials chars in repo namesMatthias Cullmann2014-01-281-1/+7
|/ | | see http://code.google.com/p/gitblit/issues/detail?id=362
* Updated contributors listJames Moger2014-01-141-0/+3
|
* Fixed incorrect tagger identity on dashboards (issue-276)James Moger2014-01-142-2/+4
|
* Merge pull request #135 from kxyfyh/branch_fixbugJames Moger2014-01-142-2/+2
|\ | | | | 修正读取默认文件语言识别
| * 修正读取默认文件语言识别Ting2014-01-142-2/+2
| |
* | Merge pull request #133 from mvdkleijn/betterEmptyRepoPageJames Moger2014-01-148-10/+34
|\ \ | |/ |/| | | Change-Id: Ic4ccf135333f49696883a3c8da99535b53403abb
| * Fixed compile failure and updated translated empty repo pagesJames Moger2014-01-146-1/+16
| |
| * Updating the Dutch translation fileMartijn2014-01-131-8/+12
| |
| * Improving empty repo pageMartijn2014-01-132-2/+7
| | | | | | | | Adding upstream example as well as different way to push an existing local repo
| * Changing hardcoded `gitblit` origin into `origin`.Martijn2014-01-131-1/+1
|/
* Merge pull request #131 from alfsch/masterJames Moger2014-01-101-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 inAlfred Schmid2014-01-091-6/+10
|/ | | | the UserModel. Now all Teammembers are shown when realm.ldap.synchronizeUsers.enable is turned on.
* Merge pull request #130 from asbachb/masterJames Moger2014-01-041-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 setBenjamin Asbach2014-01-041-1/+1
|/
* Tweak info logging in GitblitReceivePack and open variable scopeJames Moger2013-12-301-7/+7
| | | | Change-Id: I11624daca0694dc1996795b31432274467f09228
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-307-17/+38
| | | | Change-Id: I86a1eb61c2351d1cf3f6b3becf00f2a36d5c8ed6
* Support customizing the "from" display name for generated emailsJames Moger2013-12-306-7/+93
| | | | Change-Id: Ibad9e2b1c12a24ad9c671a0d96aafb3365daa529
* Allow overriding the page title in a page subclassJames Moger2013-12-301-3/+7
| | | | Change-Id: I4bf65f771ab1ba0b0da6838fb07007520dd4b5e1