summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Redirect to log page is the blobpage references a commit we can't findJames Moger2014-03-011-2/+1
|
* Gracefully recover history page from failure to find specified commitJames Moger2014-03-011-33/+48
|
* Launch bugtraq links in a new tabJames Moger2014-03-011-1/+1
|
* Add simplified transformGFM method to MarkdownUtilsJames Moger2014-03-011-0/+45
|
* Improve getting changed paths in a commit rangeJames Moger2014-03-011-1/+31
|
* Properly dispose RevWalk in getCommitJames Moger2014-03-011-2/+9
|
* Add method to calculate the diffstat between two commitsJames Moger2014-03-011-0/+32
|
* Added join methods to array utilsJames Moger2014-03-011-0/+17
|
* Move push authorization from the ARF to the receive packJames Moger2014-03-011-9/+2
|
* Move GarbageCollector repository methods to the RepositoryManagerJames Moger2014-02-284-26/+77
|
* Do not log empty messages in the receive packJames Moger2014-02-281-2/+6
|
* Improve notification api by introducing the Mailing modelJames Moger2014-02-288-232/+268
|
* Fixes to add-indexed-branch scriptsJames Moger2014-02-282-5/+5
|
* Exclude commit id from all author search linksJames Moger2014-02-283-3/+3
|
* Improve logging granularity of raw page missing commit, object, or blobJames Moger2014-02-281-13/+21
|
* Improve raw page failure to find specified fileJames Moger2014-02-281-0/+28
| | | | Change-Id: I9063a259d46cd164148ba5fea6c9c78684370fa2
* Fix author search links from compare pagesJames Moger2014-02-281-1/+1
|
* Fix regression in blame page due to issue-2, pr-125James Moger2014-02-282-2/+5
|
* Merged ticket #14 patchset 1James Moger2014-02-281-11/+20
|\
| * openshift war support (non express)aholland2014-02-241-11/+20
| |
* | Add subgit hook contributed by TMate SoftwareJames Moger2014-02-271-0/+138
| |
* | Do not grant fork CLONE permissions to users/teams with implied regexJames Moger2014-02-261-5/+6
| | | | | | CLONE permissions (issue-320)
* | DocumentationJames Moger2014-02-267-20/+121
| |
* | Updated settings documentation (issue-352)James Moger2014-02-261-0/+27
| | | | | | | | Change-Id: I3c2281881a74e549aa68c7af46c29422f3ae21bd
* | Updated FAQ (issue-332)James Moger2014-02-261-32/+7
| | | | | | | | Change-Id: If6625e33806877e68c2e59470537e4c34be371ef
* | Clarified documentation (issue-212)James Moger2014-02-261-1/+2
|/ | | | Change-Id: I8d33670178284dbfa9e826a931fff693e3a7c5f6
* Reset the commit cache on repository deletionJames Moger2014-02-211-0/+2
|
* WindowsAuthProvider setting to restrict BUILTIN\AdministratorsJames Moger2014-02-212-3/+11
| | | | | | Some environments do not want to automatically allow Windows admin accounts to be Gitblit admins. This patch allows disabling/enabling the relationship between Windows builtin admin accounts and Gitblit accounts.
* Add GO launch parameter to specify daily, rolling log file generationJames Moger2014-02-213-4/+39
|
* Add timestamp to the default log4j configurationJames Moger2014-02-211-2/+2
|
* Select default/configured gc period in create/edit repository pageJames Moger2014-02-211-0/+4
|
* Strip file extension from document indexJames Moger2014-02-211-2/+2
|
* Remove admin permission setting from Redmine auth provider (issue-368)James Moger2014-02-211-5/+0
| | | | | 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).
* 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-196-134/+158
|
* 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.
* Show "Displayname (username)" in palettes for edit team and repository pagesAlfred Schmid2014-02-197-12/+287
|
* 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
|
* 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-287-26/+77
| | | | | | | 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.
* Add Redmine Fetch groovy hook (issue-359)Berke Viktor2014-01-281-0/+68
|