summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Show additional columns in users and teams tablesJames Moger2011-12-2810-35/+167
|
* Implemented Team hook scriptsJames Moger2011-12-278-58/+222
|
* Added some descriptive subheadings to edit pagesJames Moger2011-12-275-11/+17
|
* fixed renaming a repository into a new subfolder failed (issue 33)James Moger2011-12-271-0/+5
|
* Added repository counts to filters menuJames Moger2011-12-261-9/+30
|
* Preliminary update to JGit 1.2.0. This will be refined.James Moger2011-12-243-24/+54
|
* Really fixed extra divider ;)James Moger2011-12-241-2/+0
|
* Fixed double-dividerJames Moger2011-12-231-1/+9
|
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-239-21/+336
|
* Removed unnecessary tagsJames Moger2011-12-231-3/+0
|
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-237-5/+92
|
* Improved logging of GitblitUserServiceJames Moger2011-12-231-0/+6
|
* Fixed revlog where start of range is the zeroIdJames Moger2011-12-231-1/+8
|
* Improved empty page contentJames Moger2011-12-232-4/+11
|
* Filtering repositories and activity pages via url parameters (issue 27)James Moger2011-12-227-60/+113
|
* Drop recent activity y-axis labelsJames Moger2011-12-221-1/+1
|
* Improved readability of generated email notificationsJames Moger2011-12-221-0/+13
|
* Fix for nasty bug in GitblitUserServiceJames Moger2011-12-211-1/+1
|
* Support mailing lists for TeamsJames Moger2011-12-2111-15/+91
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-2012-273/+285
| | | | RepositoryModel.mailingLists
* RPC support for hook script selectionJames Moger2011-12-196-12/+92
|
* Server-side hook script selection. Documentation.James Moger2011-12-195-12/+125
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-177-13/+52
|
* Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵James Moger2011-12-173-52/+230
| | | | descriptive.
* Fixed sendemail script to list all commits in a push.James Moger2011-12-171-0/+37
|
* Groovy push hooksJames Moger2011-12-165-7/+335
|
* Federation support for TeamsJames Moger2011-12-135-4/+80
|
* Fixed null pointer possibility for gravatar profilesJames Moger2011-12-131-1/+4
|
* Integrated Clippy for a better copy-to-clipboard experienceJames Moger2011-12-134-6/+407
|
* Teams JSON-RPC supportJames Moger2011-12-1314-43/+1215
|
* Implemented empty repository page (issue 31)James Moger2011-12-0910-15/+179
|
* Teams support.James Moger2011-12-0720-34/+1406
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Unit testing overhaul.James Moger2011-12-071-0/+11
| | | | | | | | Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-045-18/+530
|
* Preliminary changes for running on RedHat OpenShift. Still in-progress.James Moger2011-12-023-22/+98
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-2113-76/+338
| | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information.
* Fixed build script. Fixed date display on activity page headers.James Moger2011-11-202-8/+10
|
* Reorganizing the recent activity featureJames Moger2011-11-1912-279/+422
|
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-183-5/+56
|
* Added some flare to the console logJames Moger2011-11-181-4/+18
|
* Working draft of the aggregate activity pageJames Moger2011-11-1610-1/+662
|
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-161-0/+40
|
* Metric object now implements comparable. Adjust gravatar css.James Moger2011-11-162-1/+13
|
* Preliminary charting classes for Google's Visualization APIJames Moger2011-11-164-0/+294
|
* Added optional Gravatar supportJames Moger2011-11-143-1/+70
|
* Change build identifiers for next release.James Moger2011-11-141-2/+2
|
* Documentation. Updated Twitter Bootstrap to 1.4.0.James Moger2011-11-121-1/+1
|
* Preparing 0.7.0 release.v0.7.0James Moger2011-11-111-2/+2
|
* Revised user access checks to account for repository ownership.James Moger2011-11-116-5/+24
| | | | | Repository owners no longer have to be explicitly selected to grant them access to Git, feeds, and zip downloads. Idea from Github/dadalar.
* Fix to download percentange calculationJames Moger2011-11-111-1/+1
|