summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: when changing project ownership to a group, give admin rights to all ...HEADorigin/masterorigin/HEADmasterMarius Mathiesen2010-02-182-3/+11
* Fix a bug where Gitorious would try to notify about commit events to watchers.Marius Mathiesen2010-02-182-1/+20
* Use explicit url for autocompletionMarius Mathiesen2010-02-121-2/+2
* Changing the algorithm for calculating candidates for garbage collectionMarius Mathiesen2010-02-111-3/+3
* Use sequence number as MergeRequest#title, for better display in breadcrumbsMarius Mathiesen2010-02-111-1/+1
* Adding a counter of pushes since last garbage collection, incremented when pu...Marius Mathiesen2010-02-035-8/+75
* Process messages for merge request version branch deletionMarius Mathiesen2010-02-014-4/+155
* Send a message to MQ when a MergeRequestVersion is deleted in order for a pro...Marius Mathiesen2010-02-013-0/+46
* Lower MAX_COMMENTABLES significantly and clean up whitespaceJohan Sørensen2010-01-291-27/+27
* Use plain HTTP for dashboard urlMarius Mathiesen2010-01-291-1/+1
* Do not display commits on ~user except as part of a push eventMarius Mathiesen2010-01-262-1/+2
* Adding JSON support to Blobs#historyMarius Mathiesen2010-01-262-1/+19
* Adding a field for opting in to default email notificationsMarius Mathiesen2010-01-262-2/+12
* Allow user to have new favorites by default fire notificationsMarius Mathiesen2010-01-264-10/+45
* Fix missing event rendering for merge request; fixes a bug when updating merg...Marius Mathiesen2010-01-262-1/+27
* Destroy events for favorites when favorites are destroyed.Marius Mathiesen2010-01-212-9/+24
* Make sure we use gitorious_host from the config for the dashboard urlJohan Sørensen2010-01-183-2/+6
* actually me able to turn off favorite email notificationJohan Sørensen2010-01-171-1/+5
* Make sure the FeedITems for a given Event is destroyed along with the eventJohan Sørensen2010-01-152-0/+3
* Make push event notifications (email) display display the correct number of c...Marius Mathiesen2010-01-153-7/+20
* Atom feed for the watchlist feed on the user dashboardJohan Sørensen2010-01-123-8/+4
* slight tweaks to the dashboard pull-boxesJohan Sørensen2010-01-124-9/+12
* Show a notice when viewing ones own profile pageJohan Sørensen2010-01-125-10/+9
* Add a dashboard breadcrumbJohan Sørensen2010-01-126-22/+50
* Greet user on their dashboard, link to it in the top menuJohan Sørensen2010-01-123-44/+18
* Renamed /activity route to /activitiesJohan Sørensen2010-01-123-54/+54
* Adding a link to the public activity stream when logged inMarius Mathiesen2010-01-121-0/+5
* Cleaned up dashboard and profile pages, use same data when viewing ones own p...Marius Mathiesen2010-01-123-107/+12
* Introducing Site#public_timeline as /activityMarius Mathiesen2010-01-124-5/+23
* Changed it to logged in users will be displayed their dashboard on /Marius Mathiesen2010-01-123-17/+286
* Wording tweak on the favorite email subscription linkJohan Sørensen2010-01-121-2/+2
* Add caching to the Repository::most_active_clones* methodsJohan Sørensen2010-01-111-24/+29
* Remove the !important flag for the li.favorite>a css ruleJohan Sørensen2010-01-111-1/+1
* Add breadcrumbs to /favorites and a link from the favorite-list box on ~userJohan Sørensen2010-01-115-2/+31
* Deliver an email for each watchable event, if it's turned on for the given fa...Johan Sørensen2010-01-117-2/+123
* Fixed a couple of FavoritesControllerTest pending testsJohan Sørensen2010-01-071-6/+10
* Use a dimmed email icon for favorites where email notification is disabledJohan Sørensen2010-01-072-2/+2
* Support for plaintext rendering of eventsJohan Sørensen2010-01-073-5/+649
* Added a UI for managing whether to receive email when a feed item appears or notJohan Sørensen2010-01-0710-23/+232
* skip pagination links if items < per_pageJohan Sørensen2010-01-071-2/+3
* Make the fancy front page render properly in IE8Marius Mathiesen2010-01-041-1/+2
* Add a checkbox for inline comments for merge requests for watching it directlyMarius Mathiesen2009-12-154-3/+11
* Support for watching a merge request version through commenting.Marius Mathiesen2009-12-153-12/+36
* Allow users to filter the favorite watchlistJohan Sørensen2009-12-154-5/+101
* Make it possible to start watching a merge request when submitting a comment ...Marius Mathiesen2009-12-153-0/+48
* Cheat with the FeedItem pagination on the ~user pageJohan Sørensen2009-12-151-5/+7
* Skip the most_active_overall on projects#index and move the recently into the...Johan Sørensen2009-12-144-37/+19
* Project#search_repositories now uses the same logic as Repository#search_clonesMarius Mathiesen2009-12-144-14/+31
* Perform Repository#search_clones in SQL instead of RubyMarius Mathiesen2009-12-144-3/+82
* Re-order the ~user page a bitJohan Sørensen2009-12-145-38/+38
* Change the AddObjectOwnersAsWatchers to only include repositories and merge r...Johan Sørensen2009-12-141-21/+7
* Speed up User#watched_objects by including the watchable associationJohan Sørensen2009-12-141-1/+1
* Fix live search test in IEJohan Sørensen2009-12-141-6/+6
* Make the merge-requests work proper in IE7+Johan Sørensen2009-12-144-29/+25
* Fixed some invalid CSS rulesJohan Sørensen2009-12-141-3/+3
* Grit: more robust Actor parsingJohan Sørensen2009-12-111-7/+7
* Added another field - last_activity_at - to messages, used in sorting message...Marius Mathiesen2009-12-105-10/+31
* Remove a bit of line noise from the recent msgs in inbox on the ~user pageJohan Sørensen2009-12-102-4/+7
* Do not create favorites for new repositories if it's an internal kind of repoJohan Sørensen2009-12-102-7/+18
* Creating a project adds the creator as a watcher of eventsJohan Sørensen2009-12-102-40/+51
* Add repository user as a watcher when creating a new repositoryJohan Sørensen2009-12-104-5/+20
* No bang in creation of favoritesMarius Mathiesen2009-12-102-5/+5
* Move creation of favorites into controller. Also adding merge request to own...Marius Mathiesen2009-12-105-21/+18
* Don't attempt to create a committership delete event when deleting a userJohan Sørensen2009-12-102-0/+11
* Added #watched_by!(user) to the Watchable module, as the api for creating fav...Johan Sørensen2009-12-102-3/+7
* Migration that adds objects owner as having favorited the objectJohan Sørensen2009-12-101-0/+42
* Change the way reviewers are notified about new merge requestsMarius Mathiesen2009-12-105-37/+46
* open merge-requests and messages on top for the user viewing his own profileJohan Sørensen2009-12-101-11/+11
* Formatting cleanupJohan Sørensen2009-12-102-12/+16
* Make sure the user newsfeed atom feed uses the .atom extension and name the f...Johan Sørensen2009-12-103-4/+9
* Don't create feed items for users who are the creator of an eventJohan Sørensen2009-12-103-8/+30
* Move the bulk creation of feed items into the FeedItem classJohan Sørensen2009-12-092-12/+14
* Don't create FeedItems for commit events and fetch 30 events for the newsfeed...Johan Sørensen2009-12-094-15/+27
* Create a FeedItem model for the User which is responsible for populating his ...Johan Sørensen2009-12-0910-66/+170
* When a merge request is created (confirmed_by_user), each reviewer will have ...Marius Mathiesen2009-12-094-3/+65
* Set a max-width on comment bodiesJohan Sørensen2009-12-091-0/+4
* Lower the number for MAX_TREE_ENTRIES_FOR_LAST_COMMIT_LOGJohan Sørensen2009-12-092-9/+9
* Limit the number of messages displayed on ~loginMarius Mathiesen2009-12-094-5/+9
* Display a summary of the user's messages on ~usernameMarius Mathiesen2009-12-096-0/+54
* Use a faster two query stategy for finding the latest eventsJohan Sørensen2009-12-081-7/+7
* Don't do a heavy count() query when paginating the ~user newsfeed, instead ch...Johan Sørensen2009-12-086-20/+25
* Updated will_paginateJohan Sørensen2009-12-0824-221/+394
* Touch the root message when a reply is created, sort user#messages_in_inbox b...Marius Mathiesen2009-12-083-1/+23
* Paginate newsfeed events better on the ~user pageJohan Sørensen2009-12-084-25/+15
* Only create an event the first time a user starts watching somethingMarius Mathiesen2009-12-082-1/+12
* Hide the favorite button for projects, rename atom feed link on ~userMarius Mathiesen2009-12-082-2/+1
* Make the javascripts powering favorite_button work with several elements on t...Marius Mathiesen2009-12-083-25/+34
* Make sure that we can remove a repository's descriptionJohan Sørensen2009-12-084-3/+22
* Adding an Atom feed for user's watchlistMarius Mathiesen2009-12-074-3/+27
* Added link to follow project, moved link to follow merge requestMarius Mathiesen2009-12-072-7/+7
* Change the semantics of when to show the user newsfeedJohan Sørensen2009-12-074-58/+31
* Add index to the favorites tableJohan Sørensen2009-12-072-2/+24
* Use the new favorite_button helper for merge requestsMarius Mathiesen2009-12-071-1/+1
* Projects can be favorited too (no link in the GUI yet, but still)Marius Mathiesen2009-12-076-5/+50
* Make merge requests watchableMarius Mathiesen2009-12-078-7/+57
* Lighten up the repository overview box background a bitJohan Sørensen2009-12-071-1/+1
* Cleanup, prettify and unify the repositories overview boxesJohan Sørensen2009-12-078-161/+131
* Do not use Ajax for loading events, deleting now obsolete codeMarius Mathiesen2009-12-075-93/+11
* Render the correct events on the AJAX action tooMarius Mathiesen2009-12-071-6/+5
* Move the watch/unwatch links into the repository boxJohan Sørensen2009-12-075-14/+19