Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Edit and store per-repository mail recipients in site and RPC | James Moger | 2011-12-17 | 7 | -13/+52 | |
| | ||||||
* | Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵ | James Moger | 2011-12-17 | 3 | -52/+230 | |
| | | | | descriptive. | |||||
* | Fixed sendemail script to list all commits in a push. | James Moger | 2011-12-17 | 1 | -0/+37 | |
| | ||||||
* | Groovy push hooks | James Moger | 2011-12-16 | 5 | -7/+335 | |
| | ||||||
* | Federation support for Teams | James Moger | 2011-12-13 | 5 | -4/+80 | |
| | ||||||
* | Fixed null pointer possibility for gravatar profiles | James Moger | 2011-12-13 | 1 | -1/+4 | |
| | ||||||
* | Integrated Clippy for a better copy-to-clipboard experience | James Moger | 2011-12-13 | 4 | -6/+407 | |
| | ||||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 14 | -43/+1215 | |
| | ||||||
* | Implemented empty repository page (issue 31) | James Moger | 2011-12-09 | 10 | -15/+179 | |
| | ||||||
* | Teams support. | James Moger | 2011-12-07 | 20 | -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 Moger | 2011-12-07 | 1 | -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 Moger | 2011-12-04 | 5 | -18/+530 | |
| | ||||||
* | Preliminary changes for running on RedHat OpenShift. Still in-progress. | James Moger | 2011-12-02 | 3 | -22/+98 | |
| | ||||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 13 | -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 Moger | 2011-11-20 | 2 | -8/+10 | |
| | ||||||
* | Reorganizing the recent activity feature | James Moger | 2011-11-19 | 12 | -279/+422 | |
| | ||||||
* | Calculate repository color from name. Show swatch on repository list. | James Moger | 2011-11-18 | 3 | -5/+56 | |
| | ||||||
* | Added some flare to the console log | James Moger | 2011-11-18 | 1 | -4/+18 | |
| | ||||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 10 | -1/+662 | |
| | ||||||
* | New JGit utility function to retrieve commits since a specific date | James Moger | 2011-11-16 | 1 | -0/+40 | |
| | ||||||
* | Metric object now implements comparable. Adjust gravatar css. | James Moger | 2011-11-16 | 2 | -1/+13 | |
| | ||||||
* | Preliminary charting classes for Google's Visualization API | James Moger | 2011-11-16 | 4 | -0/+294 | |
| | ||||||
* | Added optional Gravatar support | James Moger | 2011-11-14 | 3 | -1/+70 | |
| | ||||||
* | Change build identifiers for next release. | James Moger | 2011-11-14 | 1 | -2/+2 | |
| | ||||||
* | Documentation. Updated Twitter Bootstrap to 1.4.0. | James Moger | 2011-11-12 | 1 | -1/+1 | |
| | ||||||
* | Preparing 0.7.0 release.v0.7.0 | James Moger | 2011-11-11 | 1 | -2/+2 | |
| | ||||||
* | Revised user access checks to account for repository ownership. | James Moger | 2011-11-11 | 6 | -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 calculation | James Moger | 2011-11-11 | 1 | -1/+1 | |
| | ||||||
* | Display more refs (still not all) per rss entry. Misc ui tweaks. | James Moger | 2011-11-10 | 3 | -42/+105 | |
| | ||||||
* | Prefix RSS tags with type information. Include commit id and parents. | James Moger | 2011-11-10 | 1 | -6/+14 | |
| | ||||||
* | Refresh log on display. Adjusted spacing of status panel. | James Moger | 2011-11-10 | 2 | -13/+18 | |
| | ||||||
* | Show busy cursors when executing workers | James Moger | 2011-11-10 | 2 | -0/+6 | |
| | ||||||
* | Restored html content to feeds. Include regex substitutions in content. | James Moger | 2011-11-09 | 5 | -11/+18 | |
| | ||||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 9 | -113/+149 | |
| | ||||||
* | Unit testing | James Moger | 2011-11-07 | 1 | -5/+3 | |
| | ||||||
* | Set resource cache duration to 90 days instead of 120 mins (issue 17) | James Moger | 2011-11-07 | 1 | -0/+5 | |
| | ||||||
* | Moved ObjectCache class | James Moger | 2011-11-07 | 2 | -4/+10 | |
| | ||||||
* | Updated to Wicket 1.4.19 | James Moger | 2011-11-07 | 1 | -12/+12 | |
| | ||||||
* | Refinements to search dialog and null checks in cell renderers | James Moger | 2011-11-04 | 4 | -22/+36 | |
| | ||||||
* | Support pagination in RSS feeds. Standardize pg as page parameter. | James Moger | 2011-11-04 | 6 | -46/+133 | |
| | ||||||
* | Search added to gbapi. Search dialog for Manager. Misc Manager fixes. | James Moger | 2011-11-04 | 8 | -17/+430 | |
| | ||||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 14 | -66/+62 | |
| | ||||||
* | Updated to MarkdownPapers 1.2.5 | James Moger | 2011-11-04 | 1 | -4/+4 | |
| | ||||||
* | Revised branch rendering. Added ref rendering to message column. | James Moger | 2011-11-03 | 9 | -55/+164 | |
| | ||||||
* | RSS search parameters. Include refs as categories in RSS entries. | James Moger | 2011-11-03 | 3 | -2/+111 | |
| | ||||||
* | Feeds and Manager must respect a server's web.mountParameters setting | James Moger | 2011-11-03 | 7 | -30/+88 | |
| | ||||||
* | Differentiate new activity on feeds panel | James Moger | 2011-11-03 | 6 | -14/+95 | |
| | ||||||
* | Populate author selector based on repository selector | James Moger | 2011-11-02 | 1 | -3/+24 | |
| | ||||||
* | Added author selector to feeds panel | James Moger | 2011-11-02 | 1 | -16/+83 | |
| | ||||||
* | Fixed bug in time utils. Updated some unit tests. | James Moger | 2011-11-02 | 1 | -3/+5 | |
| |