summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix broken import from pull request #136James Moger2014-01-281-0/+2
|
* Added fisheye hook scriptVitaly Litvak2014-01-281-0/+95
|
* allow specials chars in repo namesMatthias Cullmann2014-01-281-1/+7
| | | see http://code.google.com/p/gitblit/issues/detail?id=362
* Fixed incorrect tagger identity on dashboards (issue-276)James Moger2014-01-141-2/+2
|
* Merge pull request #135 from kxyfyh/branch_fixbugJames Moger2014-01-142-2/+2
|\ | | | | 修正读取默认文件语言识别
| * 修正读取默认文件语言识别Ting2014-01-142-2/+2
| |
* | 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
|/
* 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.
* 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
* Add FontAwesome dependencyJames Moger2013-12-307-0/+419
| | | | Change-Id: I2dc302fea7a7cd21d4569e835ed987748ff8938b
* Fix potential NPE on getting Markdown contentJames Moger2013-12-301-2/+5
| | | | Change-Id: Ie245da271ad1e7c90b1fab46832f9ecc7b5d297a
* Do not serialize the Logger instanceJames Moger2013-12-301-8/+13
| | | | Change-Id: Icbef95e95d05fa8d7dbdc750241252d291083820
* Fixed test.Alex Lewis2013-12-231-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.
* Sync bugtraq support for spec v0.3James Moger2013-12-166-145/+205
| | | | Change-Id: I2c24d1201d4c36963a708b178e780c1828707269
* Use multiple mappings for the git servlet instead of multiple instancesJames Moger2013-12-131-10/+2
| | | | Change-Id: I47adeaac142ca7ea5199a5c4c2164ffd9cc68551
* Fixed regression in /r/ security due to Servlet 2.5 rollbackJames Moger2013-12-121-0/+8
| | | | Change-Id: Id7e882cf48689ace8910718e0091207f8e8c6912
* Rollback to Servlet 2.5James Moger2013-12-1129-772/+720
| | | | | | | | | | | | | | | | | 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 panelJames Moger2013-12-111-1/+4
| | | | Change-Id: I5eb66500cc1ed47f97d4935d42ea4c3ca4cdba14
* Remove obsolete pageName labelJames Moger2013-12-111-1/+0
| | | | Change-Id: I2c5df563393de1aa69c3ea0f2cbd5e7b11e3f3dc
* Fix NPE in getting a user's fork if repository caching is disabledJames Moger2013-12-111-1/+1
| | | | Change-Id: I10e90f54964daa32d954b47a8a6d54267b215222
* Remove deprecated methods from User and Team modelsJames Moger2013-12-113-90/+1
| | | | Change-Id: Ief3231270e55b8e4075de45c70ee24517b05b3fc
* Fix NPE on usermodel account type checkingJames Moger2013-12-112-2/+4
| | | | Change-Id: I964381a896e8c8bf8cce5f19a83fd7c33ef5c9bd
* Centralize cookie creationJames Moger2013-12-117-32/+25
| | | | Change-Id: I1a17416121764f33a8d05a88c80cece0c03ac41d
* Fix external authentication failureJames Moger2013-12-113-17/+26
| | | | Change-Id: I0f415941a4bfd5e63d85c60613cea0c7d10cbb49
* Allow null authentication provider to manipulate usersJames Moger2013-12-101-4/+4
| | | | Change-Id: I07405f2ed915b8f544ac58aca8367301a7d23e38
* Merge pull request #128 from alexmob/issue-350James Moger2013-12-102-2/+2
|\ | | | | Fix chart failure when an apostrophe is in a user display name (issue-350)
| * issue-350: Fixes issue when an apostrophe is present in a User's nameAlex Lewis2013-12-102-2/+2
| |
* | Fix LDAP port and bind regressions due to change for issue-343James Moger2013-12-101-2/+11
| | | | | | | | Change-Id: I76ee581e067a30fb1656c5c62bdf743846f1a767
* | Remove @Inject references because they confuse JEE containersJames Moger2013-12-1019-144/+170
|/ | | | Change-Id: I2e4a8e7424e7c62d1e89ca62a91423fdf3e36ac8