Commit Graph

  • d1a5e370f3 show mail-to and block buttons on /admin/users/:id page Dmitriy Zaporozhets 2013-03-13 23:15:39 +0200
  • 963c212b68 UserTeam spinach fixed Dmitriy Zaporozhets 2013-03-13 22:30:33 +0200
  • 496b7da7a0 Fix spinach tests Dmitriy Zaporozhets 2013-03-13 21:58:32 +0200
  • 1587caa3e4 Use name+username in team -> new Dmitriy Zaporozhets 2013-03-13 19:24:30 +0200
  • fa9a8c3847 Remove team_member show page -> use user_path instead Dmitriy Zaporozhets 2013-03-13 19:16:36 +0200
  • 366bc32013 stub git shell mv_repository Dmitriy Zaporozhets 2013-03-12 18:59:25 +0200
  • aecb37623e ask users to use ruby 1.9.3 for now Dmitriy Zaporozhets 2013-03-12 14:16:55 +0200
  • 70fc1c5021 cleanup ProjectMover Dmitriy Zaporozhets 2013-03-12 14:13:25 +0200
  • f1c24f40f9 fix spinach after #3196 Dmitriy Zaporozhets 2013-03-12 14:10:20 +0200
  • 6755d9908f Merge pull request #3196 from Undev/feature/broken-projects-search-23049 Dmitriy Zaporozhets 2013-03-12 04:31:57 -0700
  • fce22dfa2f Tests for dashboard projects fixed Andrew8xx8 2013-03-12 15:15:14 +0400
  • 147b93ee3e check gitlab-shell version in gitlab:check Dmitriy Zaporozhets 2013-03-12 12:53:07 +0200
  • 102695530b fix project move email Dmitriy Zaporozhets 2013-03-12 12:40:49 +0200
  • 59b36f2032 Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0 Dmitriy Zaporozhets 2013-03-12 12:37:53 +0200
  • 804ae05c58 Tests improved Andrew8xx8 2013-03-12 13:40:54 +0400
  • 23f8f13ea4 Search fields were have same id's. Fixed Andrew8xx8 2013-03-12 13:33:27 +0400
  • 072883fd08 Search projects on dashboard was not worked. Fixed Andrew8xx8 2013-03-12 13:26:45 +0400
  • b1e425511f restyle and cleanup emails Dmitriy Zaporozhets 2013-03-12 10:46:04 +0200
  • 7367f1cfd8 Merge pull request #3192 from hiroponz/convert-to-coffee Dmitriy Zaporozhets 2013-03-11 06:48:16 -0700
  • dc3590d619 fix api internal test Dmitriy Zaporozhets 2013-03-11 15:47:44 +0200
  • 197f9abedf Covert to coffee. Sato Hiroyuki 2013-03-11 17:52:27 +0900
  • 11b57d979c Reduce amount of user info provided with internal api Dmitriy Zaporozhets 2013-03-11 14:35:00 +0200
  • b8f070f0d1 Rename to coffee. Sato Hiroyuki 2013-03-11 16:40:58 +0900
  • a29c883b5b Merge pull request #3170 from Asquera/api/system_hooks_adjustments Dmitriy Zaporozhets 2013-03-10 23:56:29 -0700
  • f0aa54e0fb Create Wiki migration task. Dan Knox 2013-03-10 19:10:44 -0700
  • 1479f17227 Add Spinach coverage for Gollum Wiki system and correct the Delete link. Dan Knox 2013-03-10 14:37:26 -0700
  • 269a985948 fixed travis env, added coverage badge Dmitriy Zaporozhets 2013-03-10 20:29:34 +0200
  • 96fbef60f9 add coveralls.io to travis builds Dmitriy Zaporozhets 2013-03-10 20:26:27 +0200
  • 473efc82b6 Group and team rss is valid now Dmitriy Zaporozhets 2013-03-10 12:16:57 +0200
  • 8812d9dee2 Move groups and teams to tabs on dashboard. Remember tab with cookie Dmitriy Zaporozhets 2013-03-10 11:57:14 +0200
  • 96c627edd8 Merge pull request #3169 from hiroponz/refactor-network-graph Dmitriy Zaporozhets 2013-03-10 01:00:14 -0800
  • ea9b3687db Replace current Wiki system with Gollum Wikis. Dan Knox 2013-03-03 19:43:52 -0800
  • 8e8372d5ce better logo images for header Dmitriy Zaporozhets 2013-03-10 00:12:25 +0200
  • 9c709be335 fix event relative date being cached Dmitriy Zaporozhets 2013-03-08 13:14:47 +0200
  • bc15713569 Merge pull request #3173 from m4tthumphrey/patch-1 Dmitriy Zaporozhets 2013-03-08 02:08:09 -0800
  • 7fb2999c60 Added system hooks link to doc index Matt Humphrey 2013-03-08 09:37:00 +0000
  • 562de2a438 Merge branch 'master' into api/system_hooks_adjustments Sebastian Ziebell 2013-03-07 17:59:27 +0100
  • 32f1eaaf0f API: system hooks API functions and documentation updated Sebastian Ziebell 2013-03-07 17:56:11 +0100
  • a7055be1fd Merge pull request #2835 from Asquera/fixes/api Dmitriy Zaporozhets 2013-03-07 08:33:34 -0800
  • c90a98c55c Merge pull request #3168 from jojosch/owner-link-admin-4.2 4-2-stable Dmitriy Zaporozhets 2013-03-07 08:28:10 -0800
  • ecf53bb9e6 API: fixes project creation and removed redundant info Sebastian Ziebell 2013-03-07 15:11:33 +0100
  • 3374027e3a Merge branch 'master' into fixes/api, code clean up and tests fixed Sebastian Ziebell 2013-03-07 14:51:56 +0100
  • d2cec12632 block user should not be able to push Dmitriy Zaporozhets 2013-03-07 14:18:30 +0200
  • c0d312bebe Refactor: Removing a if statement, because the nil value is already removed in the view template. Sato Hiroyuki 2013-03-07 20:47:04 +0900
  • b7e5f4556b Refactor: Removing the duplicated code. Sato Hiroyuki 2013-03-07 20:36:40 +0900
  • c9556c6b60 Fix link to owner of group and team in admin interface Johannes Schleifenbaum 2013-02-17 11:00:02 +0100
  • 79cd1ca304 Refactor: change the map hash from a local variable to private variable. Sato Hiroyuki 2013-03-07 19:52:46 +0900
  • ccc712b198 Refacor: removing the times array, because that is same with @commits array. Sato Hiroyuki 2013-03-07 19:16:51 +0900
  • 9c2a6e2013 Merge pull request #3047 from mikew/capistrano-deploy-example Dmitriy Zaporozhets 2013-03-07 02:08:11 -0800
  • a32f85ac76 Merge pull request #3139 from rapofran/auto_focus_ldap_login Dmitriy Zaporozhets 2013-03-07 01:55:19 -0800
  • 0d66fa89fc fix stubbed repo Dmitriy Zaporozhets 2013-03-07 11:45:44 +0200
  • ca9098d898 remove last commit widget, added repo size and owner info on project home page Dmitriy Zaporozhets 2013-03-07 11:14:19 +0200
  • 8c5003cf75 Refactor: clean up models. Sato Hiroyuki 2013-03-07 17:56:01 +0900
  • e90277f9b5 show project description on public area Dmitriy Zaporozhets 2013-03-07 10:08:43 +0200
  • 7c408960ce Merge pull request #3146 from amacarthur/AdminAPIs Dmitriy Zaporozhets 2013-03-06 22:57:24 -0800
  • 52bf5b0e78 Merge pull request #3159 from peikk0/allow-redis-via-socket Dmitriy Zaporozhets 2013-03-06 22:43:13 -0800
  • e03a018d28 Refactor: rename module and class names. Sato Hiroyuki 2013-03-07 15:42:30 +0900
  • 1c2a7bc3cd Merge pull request #3161 from cabello/patch-1 Dmitriy Zaporozhets 2013-03-06 22:31:25 -0800
  • 784aa266bd Refactor: grouping parent and their space by including array. Sato Hiroyuki 2013-03-06 21:01:40 +0900
  • 2f7f46b256 Refactor: replace "render :json = graph.to_json" to view template(show.json.erb). Sato Hiroyuki 2013-03-06 20:31:28 +0900
  • 3d662e5ccf Refactor README to split production/development environments Danilo Cabello 2013-03-06 20:06:56 -0500
  • 39114d259c API: documentation contains infos to status codes in README file. Sebastian Ziebell 2013-03-07 00:15:57 +0100
  • 67a61c80d1 Allow connection to Redis via unix socket Pierre GUINOISEAU 2013-03-06 22:06:12 +0100
  • 9dc46eee8e Return project description back Dmitriy Zaporozhets 2013-03-06 22:56:48 +0200
  • 7b38a0de98 show highlighted code correctly inside issue body Dmitriy Zaporozhets 2013-03-06 21:48:15 +0200
  • 872cf404eb fix js syntax error Dmitriy Zaporozhets 2013-03-06 21:39:10 +0200
  • 19e9c736e7 add system hooks api docs to help content Dmitriy Zaporozhets 2013-03-06 21:12:47 +0200
  • 08f29c322e update Gemfile.lock with https rubygems Dmitriy Zaporozhets 2013-03-06 21:10:01 +0200
  • 89ce02ea5d Merge pull request #3158 from dosire/master Dmitriy Zaporozhets 2013-03-06 10:22:45 -0800
  • bcaf3c2c3e Use secure protocol Sytse Sijbrandij 2013-03-06 17:55:11 +0100
  • afee5303ff Merge pull request #3149 from m4tthumphrey/api-deploy-keys Dmitriy Zaporozhets 2013-03-06 07:43:45 -0800
  • 65d78253cb Merge pull request #3156 from m4tthumphrey/api-system-hooks Dmitriy Zaporozhets 2013-03-06 07:42:43 -0800
  • 0384ef46b8 Merge pull request #3157 from cabello/patch-1 Dmitriy Zaporozhets 2013-03-06 07:37:07 -0800
  • 4c1538a946 Use redis as cache storage. cache events Dmitriy Zaporozhets 2013-03-06 17:30:48 +0200
  • 4db5ec281e Update README with references to versions. Danilo Cabello 2013-03-06 10:20:46 -0500
  • 1dd712ddc2 System hooks API. Matt Humphrey 2013-03-06 10:33:32 +0000
  • 40f1868194 Fix loading animation while browsing tree Dmitriy Zaporozhets 2013-03-06 17:12:28 +0200
  • e38e2ce29a Merge pull request #3154 from hiroponz/fix-routing-error Dmitriy Zaporozhets 2013-03-06 05:08:09 -0800
  • 83435e3d46 Adding sleep statements to allow sufficient time for the page to settle. Sato Hiroyuki 2013-03-06 15:17:01 +0900
  • e7a67a5583 Don't set format manually, bacause set in routing. Sato Hiroyuki 2013-03-06 13:53:30 +0900
  • bb63459d53 Fix routing errors. Sato Hiroyuki 2013-03-06 13:42:45 +0900
  • 6224ac0647 Add and fix some tests for routing. Sato Hiroyuki 2013-03-06 12:59:28 +0900
  • d03af842c5 fix public projects identations Dmitriy Zaporozhets 2013-03-06 09:12:14 +0200
  • 47abdc10ca Updated documentation for added Admin APIs Angus MacArthur 2013-03-05 23:48:40 -0500
  • b5ef6d2268 API: refactored and simplified error handling in merge requests API Sebastian Ziebell 2013-03-05 23:43:05 +0100
  • cce35b6d05 Fixes api Sebastian Ziebell 2013-03-05 22:33:45 +0100
  • 61cfa2a7a6 Merge branch 'master' into fixes/api Sebastian Ziebell 2013-03-05 22:29:49 +0100
  • f411772e33 Project deploy keys API Matt Humphrey 2013-03-05 21:23:29 +0000
  • 61ffcab60f Additional Admin APIs Angus MacArthur 2012-11-14 15:37:52 -0500
  • 6beae84ea3 reduce letter-spacing for top nav Dmitriy Zaporozhets 2013-03-05 17:28:13 +0200
  • a99ad3d355 tree_heleper: concat html only if present. Avoid nil exception Dmitriy Zaporozhets 2013-03-05 17:15:20 +0200
  • 9ba21dd0c4 better solution for #3027 Dmitriy Zaporozhets 2013-03-05 17:06:22 +0200
  • d5663e148f Merge pull request #2870 from mikew/relative-url-root-default Dmitriy Zaporozhets 2013-03-05 06:54:31 -0800
  • 0c06b7fe20 Merge pull request #3106 from davidosomething/patch-1 Dmitriy Zaporozhets 2013-03-05 06:52:41 -0800
  • 3d45d300d8 Merge branch 'gliptak-omniauth_no_email_1' Dmitriy Zaporozhets 2013-03-05 16:50:46 +0200
  • 2d2a235c06 fixed omniauth email spec Dmitriy Zaporozhets 2013-03-05 16:50:37 +0200
  • da6b53a80e Merge branch 'omniauth_no_email_1' of https://github.com/gliptak/gitlabhq into gliptak-omniauth_no_email_1 Dmitriy Zaporozhets 2013-03-05 16:48:18 +0200
  • d5d9f1c515 Merge pull request #2015 from elvanja/commits-group-and-sort-by-date-desc Dmitriy Zaporozhets 2013-03-05 06:40:13 -0800
  • f4fafc4631 Merge pull request #2524 from sourcerer-mike/4-0-stable 4-0-stable Dmitriy Zaporozhets 2013-03-05 05:58:32 -0800
  • c2ba868c9b Merge pull request #2954 from cabeca/fix-image-url-emoji Dmitriy Zaporozhets 2013-03-05 05:52:01 -0800