Commit Graph

901 Commits (93aba5a6b7eb425b3ee1edc1552fcf6ffc0fb1b1)

Author SHA1 Message Date
Unknwon 97429a25ab make IN clause compatible with Postgres 2016-03-01 14:39:28 -05:00
Unknwon 9e89584cb4 Allow setting git operations timeouts
- Migrate:  
- Clone: 
- Mirror, Pull
2016-02-29 19:29:49 -05:00
Unknwon ea80274229 fix sqlite3 can't create issue with more than one label 2016-02-29 18:45:12 -05:00
Unknwon 8055a0bdac Post work for
Improve test cases, config settings, also show SSH config settings on admin config panel.
2016-02-27 20:48:39 -05:00
Unknwon d320915ad2 Minor fix for 2016-02-27 11:31:24 -05:00
Unknwon 129638117f fix panic when close issue via commit message 2016-02-25 14:17:55 -05:00
Unknwon 4438b7793b Add new config option for builtin SSH server
Config option [server] SSH_LISTEN_PORT to the port the builtin SSH server will be listen.
It can be different from SSH_PORT which is supposed to be exposed in the clone URL.
This should solve the problem when user runs Gogs inside Docker container
and still want to use builtin SSH server.
2016-02-25 00:21:48 -05:00
Unknwon baaf6046a1 Minor fix for 2016-02-24 23:59:17 -05:00
Unknwon 72ce06eab8 fix missing slash for go-get meta 2016-02-23 00:12:04 -05:00
Unknwon 912f7b51e9 add actions for close and reopen issues 2016-02-22 12:40:00 -05:00
Unknwon c9516c4c60 Fix wrong place to check disable SSH 2016-02-21 21:55:59 -05:00
Unknwon acf094fb07 Minor fix for
Add AttributesInBind option in new auth source form.
2016-02-20 14:56:27 -05:00
Unknwon b7f3d94cd0 Minor fix for 2016-02-19 22:16:26 -05:00
Unknwon 341da3cea7 Fix inappropriate markdown post process end tag check
When <code> is nested inside <pre>, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
2016-02-19 17:39:50 -05:00
Unknwon 338af89d56 fix possbility that use email as pusher user name
Remove the possibility of using email as user name when user actually push
through combination of email and password with HTTP.

Also refactor update action function to replcae tons of arguments with
single PushUpdateOptions struct.
And define the user who pushes code as pusher, therefore variable names shouldn't
be confusing any more.
2016-02-17 22:47:06 -05:00
Unknwon d5ca913b2f add branch prefix for test webhook 2016-02-17 15:05:07 -05:00
Unknwon 632c27802c Minor fix for 2016-02-15 14:57:15 -05:00
Unknwon 58e004f7da Remove cache avatar support and add its tests 2016-02-14 23:14:55 -05:00
Unknwon a1d97e8f5c Minor fix for 2016-02-14 20:07:42 -05:00
Unknwon 9adfe453d5 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
2016-02-14 19:42:38 -05:00
Unknwon 297e772c20 fix payloads mixed up for webhook
When repository contains a Slack type hook,
it changes original payload content.

This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
2016-02-10 15:21:39 -05:00
Unknwon ee53204e02 Improve db path prompt when install 2016-02-07 11:51:53 -05:00
Unknwon f8182ac521 delete local wiki copy when rename repo and user 2016-02-05 14:11:53 -05:00
Unknwon 8e40f86d2c handle space in image URL 2016-02-04 22:51:40 -05:00
Unknwon 04be8c0de5 reinitialize all repos from the db
- Update locales
2016-02-04 12:51:00 -05:00
Unknwon a47baa1b7a Add missing patch conflit pattern 2016-02-03 12:28:03 -05:00
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
2016-02-02 10:22:27 -05:00
Unknwon 1c74612b3c Minor fix for 2016-02-01 20:55:12 -05:00
Unknwon 3abad75a1b Fix one user may block entire listen loop for builtin SSH 2016-02-01 12:10:49 -05:00
Unknwon 4848620594 adjust URL verbose depth for reverse proxy sub-path 2016-01-31 15:38:20 -05:00
Unknwon a9d68a6884 fix 2016-01-31 13:33:36 -05:00
Unknwon 8436d69eaf Update and reorganize front-end resources 2016-01-30 22:10:20 -05:00
Unknwon 112a7cab31 incorrect error handle for team name 2016-01-29 17:06:14 -05:00
Unknwon ee814bf8d6 minor fix for sr on dashboard 2016-01-29 15:28:24 -05:00
Unknwon 4deb876343 Minor fix for
- Change tooltip size from mini to tiny in profile page
2016-01-28 06:07:16 -05:00
Unknwon 7ca1821725 fix 2016-01-26 02:00:16 -05:00
Unknwon e33ddac9bf Minor fix for 2016-01-25 14:04:46 -05:00
Unknwon 7ef9a05588 use Go sub-repo ssh to verify public key content 2016-01-15 18:39:51 +08:00
Unknwon 29b07693dd minor fix to
- add tooltip for organization name in profile
2016-01-14 21:21:56 +08:00
Unknwon f43cc90841 Truncate repository name if too long 2016-01-11 20:41:43 +08:00
Unknwon 91bab801aa try to handle []int8 case 2016-01-11 14:34:32 +08:00
Unknwon 86bce4a2ae minor fix to 2016-01-09 14:51:17 +08:00
Unknwon cc8c67ff29 fix markdown autolink error 2016-01-09 10:59:04 +08:00
Unknwon 03427fb005 fix 2016-01-08 08:49:03 +08:00
Unknwon e0f0f72a36 disallow access of some pages for empty repo 2016-01-07 11:07:17 +08:00
Unknwon ca35ddd078 fix 2016-01-07 09:24:19 +08:00
Unknwon cc22c8a1ae update dep lib version requirement 2016-01-06 13:34:34 +08:00
Unknwon 7392b6a755 fix 2016-01-05 12:43:19 +08:00
Unknwon 4993ab1a76 fall back to use custom chardet lib 2015-12-31 22:13:47 -05:00
Unknwon 8d58e06ad8 more fix on 2015-12-30 18:47:32 -05:00
Unknwon 44637f03cc fast detection of utf-8 2015-12-27 17:02:36 -05:00
Unknwon 85af36332b fix utf-8 recognized as windows-1252 2015-12-25 05:25:47 -05:00
Unknwon 13fe733037 use monospaced font for commit IDs in news feeds 2015-12-24 20:43:45 -05:00
Unknwon a49af93faf APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
Unknwon c62a6b7a12 allow switch branches between two orgs in compose PR 2015-12-20 01:06:54 -05:00
Unknwon 53eb37d529 fix 2015-12-19 21:43:32 -05:00
Unknwon 2d3ecbe5b2 make mailer log more verbose 2015-12-19 02:44:34 -05:00
Unknwon 037a01c4e4 fix 2015-12-18 05:49:28 -05:00
Unknwon 33a99d587a fix 2015-12-17 21:57:34 -05:00
Unknwon 9cd16c5b12 add organization APIs 2015-12-17 02:28:47 -05:00
Unknwon 6673dcb038 improvments of highlight class name 2015-12-16 22:13:12 -05:00
Unknwon b117befc2b add user email APIs 2015-12-15 22:57:18 -05:00
Unknwon 7786cb76f3 fix 2015-12-15 21:32:17 -05:00
Unknwon 3362b3a44f fix possible disclosure 2015-12-14 17:06:54 -05:00
Unknwon 50264200f0 fix huge diff hangs 2015-12-14 09:38:21 -05:00
Unknwon 91789930bc fix 500 on /watchers & /stars for pg 2015-12-14 02:40:23 -05:00
Unknwon 7509fa2c33 improve get commits performance 2015-12-13 22:58:12 -05:00
Unknwon acdb4d8bdd Drop Go 1.3 support 2015-12-13 20:20:52 -05:00
Unknwon 95f9c85bcc use Go sub-repo to detect encoding 2015-12-13 19:56:33 -05:00
Unknwon 79dcd7ee6e able to identify git version on Windows 2015-12-13 18:20:39 -05:00
Unknwon 351dfc95a9 prepare release 2015-12-12 21:58:54 -05:00
Unknwon 4108c12092 add edit org link in admin panel 2015-12-12 15:47:59 -05:00
Unknwon 59c965a5ec admin able to edit organization max repo creation 2015-12-11 19:24:57 -05:00
Unknwon d0b0d24f22 disable change user for non-local users
-  remove require for gravatar
2015-12-11 15:31:02 -05:00
Unknwon 40f3142264 External URL for wiki 2015-12-11 04:55:08 -05:00
Unknwon 3d5d61778a disable password change for non-local users 2015-12-10 19:02:57 -05:00
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits 2015-12-10 16:27:47 -05:00
Unknwon 2a0bb1fa90 Limit repo creation 2015-12-10 12:37:53 -05:00
Unknwon c6083c335e Ability to send mail when a new pull request is submitted 2015-12-10 11:18:56 -05:00
Unknwon 9a2e43bff2 move out git module and send push hook 2015-12-09 20:46:05 -05:00
Daniel Theophanes 0d469f261e gogs: add import that lets gogs run as a stand-alone windows service
Updates 
2015-12-09 09:04:10 -08:00
Unknwon 718d3ae258 Able to config fsck timeout 2015-12-09 11:38:12 -05:00
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag 2015-12-09 00:32:53 -05:00
Unknwon 120cd4e471 Better mirror repo management 2015-12-08 20:06:12 -05:00
Unknwon 2528c482e9 auto login after install if admin is configured 2015-12-08 00:59:14 -05:00
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL 2015-12-06 23:07:02 -05:00
Unknwon ca8ce793d1 Ability to delete repo from admin panel 2015-12-05 17:39:29 -05:00
Unknwon 404867f206 fix and fix 2015-12-05 13:24:13 -05:00
Unknwon f41360d864 advanced select ops for system notices 2015-12-05 01:09:14 -05:00
Unknwon e538ff2770 fix and fix 2015-12-04 21:30:33 -05:00
Unknwon 56dd430a10 refactor API routes and some work for 2015-12-04 17:16:42 -05:00
Unknwon cc8f5add6e fix 2015-12-03 00:24:37 -05:00
Unknwon ec2423ad7c more UI minor fixes 2015-12-02 20:56:26 -05:00
Unknwon 926e91820a Diff is not showing full content when has super long one line 2015-12-02 01:10:13 -05:00
Unknwon 0be8b1b1a1 Ability to batch delete system notices 2015-12-01 23:33:08 -05:00
Unknwon 3460ec1039 update REMADE and locale 2015-12-01 19:53:19 -05:00
Unknwon d3a5ff7b6b fix 2015-11-30 20:50:40 -05:00
Unknwon 144663a3cf allow admin to migrate for any user/org 2015-11-25 00:55:37 -05:00
Unknwon 3ca544912f Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
Unknwon 56c66ee486 more supported git hooks 2015-11-24 16:30:47 -05:00
Unknwon 0128036514 some fixes for builtin SSH server on Windows 2015-11-23 22:32:07 -05:00
Unknwon 52c8f69163 fix 2015-11-22 01:32:09 -05:00
Unknwon eea2e05da6 minor fix on 2015-11-21 12:58:31 -05:00
Unknwon 987dcc5372 fix 2015-11-20 02:38:41 -05:00
Unknwon 2158e6fc43 fix 2015-11-19 11:40:00 -05:00
Unknwon f455125d4d fix 2015-11-18 21:21:47 -05:00
Unknwon 2c653141a8 Update default branch in git repository while change in web view 2015-11-18 19:32:23 -05:00
Unknwon 62533560ce fix 2015-11-18 13:14:46 -05:00
Unknwon ff5f14431e fix 2015-11-17 02:18:05 -05:00
Unknwon ec5f881384 fix CSS 2015-11-16 23:30:05 -05:00
Unknwon e06558e208 Pull request fail to merge with BIN 2015-11-16 21:18:04 -05:00
Unknwon 5dc3dd1704 fix 2015-11-16 11:11:59 -05:00
Unknwon 7046df6028 UI fix 2015-11-16 00:16:03 -05:00
Unknwon 18de67380c fix 2015-11-15 23:52:46 -05:00
Unknwon b4970b3cc3 fix 2015-11-15 14:05:51 -05:00
Unknwon 7c80eba77f minor UI fix and fix ssh race 2015-11-14 13:21:31 -05:00
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
2015-11-14 04:34:01 -05:00
Unknwon 1d57f0d64f Show custom avatars in commits 2015-11-13 17:10:25 -05:00
Unknwon a6c7716742 minor fix for and fix 2015-11-13 10:05:50 -05:00
Unknwon 10427b2178 fix 2015-11-12 12:32:40 -05:00
Unknwon 908f2924ce fix and fix 2015-11-11 16:19:28 -05:00
Unknwon 3b62a0fe0e fix fix file histrory paging issue 2015-11-10 16:46:17 -05:00
Unknwon 0d4498429c work on 2015-11-09 02:13:25 -05:00
Unknwon 3ec650b0ef update version 2015-11-08 17:03:21 -05:00
Unknwon b55499d039 go vet and fix 2015-11-08 14:31:49 -05:00
Unknwon 58436b5ea5 prepare 0.7.0 2015-11-08 11:08:13 -05:00
Unknwon 676d774d88 fix 2015-11-07 00:39:45 -05:00
Unknwon 54ca0b2f09 images with links in Markdown
-  minor fix on image link
2015-11-06 11:10:27 -05:00
Unknwon 2bd64621fc last updatede time not update after push 2015-11-05 19:18:59 -05:00
Unknwon f255b1e86d fatal when no needed update task 2015-11-04 21:57:10 -05:00
Unknwon 603c7389b8 Dashboard issues lacks sorting 2015-11-04 12:50:02 -05:00
Unknwon 00eb2b221f fix 2015-11-04 10:16:50 -05:00
Unknwon 6f0a41b8b2 Allow local import only for admin users 2015-11-03 18:40:52 -05:00
Unknwon 25ec20d525 update merge base before generate new patch 2015-11-03 17:25:39 -05:00
Unknwon 0af035c37e not show bin when rename a file 2015-11-03 09:52:17 -05:00
Unknwon bc82157216 fix 2015-11-02 19:55:24 -05:00
Unknwon 8eb4c3121a work on 2015-11-02 18:54:47 -05:00
Unknwon 75aab86a8d fix problem with 2015-11-02 14:01:19 -05:00
Unknwon cb100c7781 work 2015-10-31 23:18:58 -04:00
Unknwon fad31ca302 work on 2015-10-31 18:59:07 -04:00
Unknwon 16feb5b655 minor fix on 2015-10-31 12:04:04 -04:00
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start 2015-10-29 20:40:57 -04:00
Unknwon b9f5def5dc fix insecure tls when trigger task 2015-10-26 09:16:24 -04:00
Unknwon 022820103d allow forcing all private repos 2015-10-25 04:26:26 -04:00
Unknwon c3ba5590c9 Reopen PR need retest patch 2015-10-25 03:10:22 -04:00
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply 2015-10-24 03:36:47 -04:00
Unknwon c6ce6bd4c2 work on 2015-10-23 10:31:13 -04:00
Unknwon 04af4b24fd work on 2015-10-22 14:47:32 -04:00
Unknwon 4dc6285715 add new status: checking 2015-10-18 17:18:54 -04:00
Unknwon 6599869f28 fast return for too large diff 2015-10-17 17:25:45 -04:00
Unknwon 932dbccb67 fix import path, fix 2015-10-15 21:28:12 -04:00
Unknwon aff49b1c9e unified API error response 2015-10-08 20:36:07 -04:00
Unknwon 19c3745488 fix quick guide style 2015-10-07 23:11:32 -04:00
Unknwon db00aa7653 add log for trigger hook when push through SSH 2015-10-05 09:46:00 -04:00
Unknwon 215920772a save PR info as patch and minor fix on PR 2015-10-04 20:54:06 -04:00
Unknwon 4465c58f4b new quick start page 2015-10-02 19:58:36 -04:00
Unknwon a205acf829 drop go 1.2 support 2015-09-26 17:54:02 -04:00
Unknwon d5ad4e1141 prepare release 2015-09-26 14:09:09 -04:00
Unknwon 6dfee30bf0 Wrong commit order on issue page when pushing multiple commits 2015-09-25 20:35:56 -04:00
Unknwon 986447335d minor fix 2015-09-25 19:07:21 -04:00
Unknwon d9c5b3bcee fix change label title resets color 2015-09-18 06:18:31 -04:00
Unknwon 562e47f31c finish all new template for current ones 2015-09-17 15:45:36 -04:00
Unknwon 6a1907d994 revert simple LDAP userDN and update example 2015-09-16 12:15:14 -04:00
Unknwon d600530c20 PAM return error bug 2015-09-14 11:03:42 -04:00
Unknwon 83e747bfda and and new admin edit user UI 2015-09-13 11:07:21 -04:00
Unknwon 8e0a69f86a disable captcha and new admin create user UI 2015-09-13 09:51:51 -04:00
Unknwon ed5a61153f fix 2015-09-12 07:17:37 -04:00
Unknwon 373ef5d15e timezone minutes offset 2015-09-11 12:33:27 -04:00
Unknwon 52ec80fa18 finish all new user settings UI 2015-09-10 11:40:34 -04:00
Unknwon c8d92fad30 pushing new branch will rereference issues in previous branch 2015-09-10 07:53:40 -04:00
Unknwon b75d0378cb clean log 2015-09-09 12:42:24 -04:00
Unknwon 645d4d0c5b Collaborative Repositories missing suburl on Dashboard 2015-09-07 05:57:19 -04:00
Unknwon edc99bc8a4 new org options UI 2015-09-06 10:56:31 -04:00
Unknwon 705224353b minor fix 2015-09-05 19:58:44 -04:00
Unknwon 38eb000d13 work on 2015-09-03 08:09:08 -04:00
Unknwon 83dc2468f5 finish initial version of pull request 2015-09-02 16:18:09 -04:00
Unknwon 2ac8e11f46 able to use access token replace basic auth 2015-09-02 02:40:15 -04:00
Unknwon 17c2d1fc7c fix dashboard 500 when no issues at all
- update locales
- update README
2015-09-01 06:31:47 -04:00
Unknwon cb381078ff finish new repo options page 2015-08-31 13:36:31 +08:00
Unknwon 302938e646 Disable Gravatar option when install 2015-08-30 00:22:26 +08:00
Unknwon 2f08e9f048 v0.6.7 2015-08-28 23:39:58 +08:00
Unknwon ff35a37769 : Authorities were messed up when using mysql database 2015-08-28 13:51:15 +08:00
Unknwon 4217c2333c new create webhook UI 2015-08-27 00:30:06 +08:00
Unknwon 45c2b4bd76 fix HTML 2015-08-26 01:32:12 +08:00
Unknwon 4330c1f0d8 update locale and org dashboard navbar 2015-08-26 00:01:06 +08:00
Unknwon 3a32cbee44 Dashboard error: nil commits 2015-08-25 02:47:43 +08:00
Unknwon 87152f89ba fix release created timezone issue 2015-08-24 21:01:23 +08:00
Unknwon 371572cf5f allow edit issue and comment 2015-08-20 04:31:28 +08:00
Unknwon 2493454587 new delete account UI and password confirmation 2015-08-19 02:49:44 +08:00
Unknwon b1696665bd make cron task configurable 2015-08-18 02:19:29 +08:00
Unknwon 407385db7e work on 2015-08-17 17:05:37 +08:00
Unknwon cec38f2a8c able edit issue labels/milestone/assignee 2015-08-15 00:42:43 +08:00
Unknwon 817b48ed1e Show owner/poster tags of comments and fix 2015-08-14 02:43:40 +08:00
Unknwon 133b19d0c5 finish view comments on issue page 2015-08-13 16:07:11 +08:00
Unknwon 496a65ed29 update locales 2015-08-12 02:29:47 +08:00
Unknwon 34f6cbfc2a finish attachments when create issue 2015-08-11 23:24:40 +08:00
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label 2015-08-10 14:42:50 +08:00
Unknwon 590c464c56 UI: create issue with title and content 2015-08-09 15:23:02 +08:00
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH 2015-08-08 01:04:12 +08:00
Unknwon 39a3b768bc : Add Deployment Key Support 2015-08-06 22:48:11 +08:00
Unknwon 0705f55ce0 finish new milestone page 2015-08-05 20:23:08 +08:00
Unknwon 3e4cdccf6b milestone: create page 2015-08-05 15:24:26 +08:00
Unknwon 9311a9858a milestone: pagination 2015-08-04 22:24:04 +08:00
Unknwon 04458d49a0 milestone: list view 2015-08-03 17:42:09 +08:00
Unknwon cc0d963f75 fix check template version 2015-08-02 11:36:18 +08:00
Unknwon 03011e31fe update locale and .gopmfile 2015-08-01 15:57:03 +08:00
Unknwon 42a2c5ca54 use new connstr format for postgres 2015-07-31 11:05:06 +08:00
Unknwon 869113704b fix 2015-07-30 20:00:57 +08:00
Unknwon 589618c8a5 better paging 2015-07-28 03:14:37 +08:00
Unknwon 686dd59916 fix with migration and update locale 2015-07-26 22:06:28 +08:00
Unknwon fa298a2c30 : Realtime webhooks 2015-07-25 21:32:04 +08:00
Unknwon 1ba837a055 new issue and label page 2015-07-25 02:52:25 +08:00
Unknwon ac95f6d50f UI: basic label list
- create new label
2015-07-24 21:02:49 +08:00
Unknwon 4447a20f87 UI: issues - finish basic frame 2015-07-24 04:50:05 +08:00
Unknwon 42a72b62fc fix about 2015-07-19 17:11:16 +08:00
Unknwon bebbd08920 Disable log color in prod mode 2015-07-16 02:47:51 +08:00
Unknwon ff051e2106 : API calls are not hidden behind sign in 2015-07-15 19:17:57 +08:00
Unknwon 81adbe17ca use pam and update TRANSLATORS 2015-07-14 19:47:20 +08:00
Unknwon 35be8741c4 fix 2015-07-10 16:51:25 +08:00
Unknwon b9dc2147b4 UI: install - done 2015-07-09 13:17:48 +08:00
Unknwon 5cf3732339 UI: install - new version 2015-07-08 19:47:56 +08:00
Unknwon ffd17924fd update UI framework 2015-07-07 13:51:28 +08:00
Unknwon c47afdff58 add config options for HELO 2015-07-03 14:08:18 +08:00
Unknwon 9fb2d49b93 issue ID constraint failed 2015-03-27 06:47:02 -04:00
Unknwon 5169a0e025 mirror fix of 2015-03-25 08:43:07 -04:00
Unknwon 6f81c05dde Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
2015-03-24 18:14:04 -04:00
Unknwon 2bb982dada : Remove footer ads/branding from default template 2015-03-23 10:19:19 -04:00
Unknwon b6f8b486c7 add sr-only class, change to new tag line 2015-03-20 03:20:05 -04:00
Unknwon 1cb57b1a44 : fix locale 2015-03-19 15:26:04 -04:00
Unknwon e9c599b48a prepare for 0.6 release 2015-03-18 07:00:55 -04:00
Unknwon 82f7a01ded : X-Gogs-Event header is empty 2015-03-18 04:51:02 -04:00
Unknwon 33894591a6 : Edit Account does not take into consideration password rules 2015-03-17 03:21:58 -04:00
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing 2015-03-16 04:04:27 -04:00
Unknwon 4aafeace23 fix HTTP/HTTPS push update func call panic and `http: multiple response.WriteHeader calls` 2015-03-12 01:15:01 -04:00
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition 2015-03-11 09:21:05 -04:00
Unknwon b447d18dca cmd/serve.go: remove useless code 2015-03-01 18:43:28 -05:00
Unknwon 473e265727 models: done testing on new access system 2015-02-28 21:44:09 -05:00
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
2015-02-24 00:27:22 -05:00
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix 2015-02-23 02:15:53 -05:00
Unknwon c753fdceaf templates/org/home.tmpl: fix org member can't see public repo 2015-02-22 03:07:04 -05:00
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
2015-02-21 22:13:47 -05:00
Unknwon 685ed1f807 models: fix XORM API break
cmd/web.go: check version after load config
2015-02-14 17:01:33 -05:00
Unknwon 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled 2015-02-12 12:38:44 -05:00
Unknwon d02e45f985 better naming on 2015-02-11 12:04:01 -05:00
Unknwon 6a23252edc able to allow insecure certification of webhook for 2015-02-10 21:06:59 -05:00
Unknwon 7d3932b9cd templates/ng/base: change year to 2015, fix
- conf/locale: update Japanese locale
2015-02-09 11:04:17 -05:00
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
2015-02-08 21:26:14 -05:00
Unknwon 2a2596fe61 able to disable SSH for 2015-02-07 10:46:57 -05:00
Unknwon 0669897226 modules/base: fix markdown mention regex for
- conf/locale: add mew translator profile
2015-02-06 19:15:58 -05:00
Unknwon f706102890 models: sanitize user full name when update settings 2015-02-04 20:04:01 -05:00
Unknwon bfce0def25 modules/base: fix README filename checker, fix 2015-02-02 23:04:36 -05:00
Unknwon 3d9cda2d98 public/ng: fix auto-completion 2015-02-01 08:46:53 -05:00
Unknwon 32152d2363 routers/repo: set raw page content type to 'text/plain' 2015-01-31 15:27:57 -05:00
Unknwon 37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
2015-01-30 18:05:20 -05:00
Unknwon 8e384ce46c fix , may cause unintentional break in other features, but security is no.1 2015-01-20 13:08:49 +08:00
Unknwon d5c6b53571 use new Redis client 2015-01-03 02:54:22 +08:00
Unknwon 0b56272c13 fix 2015-01-02 13:30:45 +08:00
Unknwon 3ea1443885 work on 2015-01-02 12:47:33 +08:00
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page 2014-12-29 20:00:07 +08:00
Unknwon 97b39ae2e4 fix invite bug(shouldn't include full name to search box) 2014-12-22 03:44:49 -05:00
Unknwon 57b3be4016 work on 2014-12-17 23:04:05 -05:00
Unknwon 1a5aa5e0c0 fix 2014-12-16 02:28:57 -05:00
Unknwon 9803c421f5 fix binding api broken 2014-12-15 01:49:59 -05:00
Unknwon c9e0b3b987 prepare for 0.5.9 2014-12-13 20:32:30 -05:00
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for 2014-12-13 16:46:00 -05:00
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
2014-12-12 20:30:32 -05:00
Unknwon 42c7bb7529 mirror code clean 2014-12-11 18:55:09 -05:00
Unknwon 9ee80e3e54 fix compile error 2014-12-10 05:10:26 -05:00
Unknwon 9a1fe801e5 fix 2014-12-09 02:18:25 -05:00
Unknwon 069486d169 fix 2014-12-05 17:54:57 -05:00
Unknwon d75013a0e8 fix 2014-11-30 02:26:29 -05:00
Unknwon d6132aaa88 fix oauth2 2014-11-28 21:20:13 -05:00
Unknwon a43164877c fix 2014-11-25 23:05:43 -05:00
Unknwon 5b96e3fcc7 fix 2014-11-24 09:54:08 -05:00
Unknwon dc53270da9 Fix 653 2014-11-22 10:22:53 -05:00
Unknwon 55dfe2c978 custom avatar upload 2014-11-21 10:58:08 -05:00
Unknwon 0c92da7e9c fix invalid user links in admin panels 2014-11-19 21:19:37 -05:00
Unknwon 37d8d3afe9 more APIs on 2014-11-18 11:07:16 -05:00
Unknwon 32dcaefafa fox 2014-11-17 14:53:41 -05:00
Unknwon 340a4595dd support duoshuo mirror of gravatar 2014-11-16 20:27:04 -05:00
Unknwon 52d66ba6c8 , use go-gogs-client 2014-11-14 17:11:30 -05:00
Unknwon 8eb5120fbd , API: list user repos, list repo hooks 2014-11-13 02:32:18 -05:00
Unknwon 8c9338a537 add personal access token panel 2014-11-12 06:48:50 -05:00
Unknwon e0de6cb5ad work on and update locales 2014-11-10 05:30:07 -05:00
Unknwon abc57b6e43 work on 2014-11-07 14:46:13 -05:00
Unknwon 23eec25274 Fix , fix , fix 2014-11-06 22:06:41 -05:00
Unknwon 4e7eb5be9d Work on fork and fix 2014-11-05 23:30:04 -05:00
Unknwon 0c5ba4573a fix session API broken and SQL pretection 2014-11-04 11:37:15 -05:00
Unknwon e9875edcad Update gopmfile 2014-11-02 10:57:29 -05:00
Unknwon c7f56d7483 Fix 2014-10-27 11:18:00 -04:00
Unknwon 83283bca4c Safe work 2014-10-25 07:50:19 -04:00
Unknwon f1d8746264 Fix fork repo and macaron API broken 2014-10-24 18:43:17 -04:00
Unknwon a342d58d7e Able to fork repo to individuals 2014-10-19 01:35:24 -04:00
Unknwon 3abc41ccca Fix API broken 2014-10-18 23:26:55 -04:00
Unknwon ecf3eb4307 Fix 2014-10-15 07:55:20 -04:00
Unknwon 9ae92459a5 Fix repo css and rel path img in md 2014-10-14 23:44:34 -04:00
Unknwon 451f328a4c Fix and fix 2014-10-13 03:07:47 -04:00
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes 2014-10-11 18:02:48 -04:00
Unknwon d78abd3561 Mirror fix on admin/orgs paging 2014-10-10 03:28:21 -04:00
Unknwon 39931f8e00 Allow mail with self-signed certificates 2014-10-09 18:08:07 -04:00
Unknwon 1aa76bd279 Fix , add system notice 2014-10-08 18:29:18 -04:00
Unknwon fc18741cc7 Fix 2014-10-07 07:02:53 -04:00
Unknwon 64c68220d2 Fix 2014-10-06 17:50:00 -04:00
Unknwon 91e5c24a31 Fix 2014-10-06 10:36:32 -04:00
Unknwon 263d409326 Basic xss prevention 2014-10-04 17:15:22 -04:00
Unknwon 405ee14711 Fix SMTP auth logic 2014-10-03 13:12:54 -04:00
Unknwon f03b6be8f9 Work on 2014-10-01 07:40:48 -04:00
Unknwon 2a031c1365 Fix 2014-09-30 04:39:53 -04:00
Unknwon 3cfa4a581c Bug: 500 when transfer repository to collaborator 2014-09-29 04:04:48 -04:00
Unknwon 5e747bc877 Clean old dockerfiles 2014-09-28 03:31:50 -04:00
Unknwon 49193bebd2 UI: Confirmation box 2014-09-28 01:38:25 -04:00
Unknwon b8368f98ff Add directory level commit message 2014-09-26 08:55:13 -04:00
Unknwon f69761563b Fix bug on transfer repo 2014-09-25 16:36:19 -04:00
Unknwon 25268577a5 Fix download archive issue 2014-09-24 17:43:33 -04:00
Unknwon ebb05475ed Fix and cannot view repository by tag 2014-09-23 13:06:25 -04:00
Unknwon 135d3733b3 Feature: Integrate crypto/tls/generate_cert.go command 2014-09-22 17:30:58 -04:00
Unknwon 3f707b3f32 Add basic submodule support 2014-09-22 17:01:19 -04:00
Unknwon 196efecaaa Fix 2014-09-22 11:04:46 -04:00
Unknwon 4a01bb8fa4 Mirror bug fix 2014-09-21 12:19:50 -04:00
Unknwon 7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00
Unknwon 8a09256941 Mirror fix and fix 2014-09-17 14:22:51 -04:00
Unknwon 0d9c41be7d Work on 2014-09-16 10:10:33 -04:00
Unknwon c1ceec45da Fix mirror UI style and work on 2014-09-16 08:32:13 -04:00
Unknwon 632b1b694d Fix 2014-09-15 09:56:12 -04:00
Unknwon b9560374cd UI fix 2014-09-13 22:12:11 -04:00
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count 2014-09-12 18:29:58 -04:00
Unknwon fdc8c34258 Fix clone panel z-index 2014-09-10 11:32:14 -04:00
Unknwon 33659ed9a5 Fix 2014-09-09 10:17:35 -04:00
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release 2014-09-07 19:02:58 -04:00
Unknwon ab7206d6b7 Fix 2014-09-05 17:28:09 -04:00
Unknwon 830efc90da update docs and mirror bug fix 2014-09-02 07:11:39 -04:00
Unknwon 7e36bf448d Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
	dockerfiles/README.md
2014-08-31 15:11:55 +08:00
Unknwon 9bc63bda7d Finish all new admin pages. 2014-08-30 20:49:51 +08:00
Unknwon d2aff9a46a Continue working on new admin pages 2014-08-29 20:50:43 +08:00
Unknwon 8829174574 Finish new admin users pages 2014-08-29 15:32:52 +08:00
Unknwon 9baf2b38d0 Bug fix on organization 2014-08-27 16:39:36 +08:00
Unknwon 74b31566cf Finsih add/remove repo in organization 2014-08-26 18:11:15 +08:00
Unknwon f2c263c54f fix 2014-08-25 09:45:39 +08:00
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team 2014-08-24 21:09:05 +08:00
Unknwon b765229a6d Fix code style 2014-08-23 20:30:29 +08:00
Unknwon bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00
Unknwon 36b4c57ff1 Finish new organization members and invitation page 2014-08-15 18:29:41 +08:00
Unknwon 5acc948562 Page: `/org/:orgname/settings` 2014-08-14 14:12:21 +08:00
Unknwon 5fbf8531e6 Finish new home page of organization 2014-08-10 20:11:18 -07:00
Unknwon 9820b8e134 Finish new hooks list page 2014-08-09 10:29:51 -07:00
Unknwon e8c9bb2c66 Finish new collaboration page 2014-08-07 06:40:05 -04:00
Unknwon a8e05fdf1b Use toolbox 2014-08-06 17:21:24 -04:00
Unknwon fa0a389dc4 Fix bare repo bug 2014-08-05 19:40:01 -04:00
Unknwon 755eec745f Finish new repo settings page 2014-08-02 13:47:33 -04:00
Unknwon dabf5b057c Finish new migrate page 2014-08-01 00:06:19 -04:00
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares 2014-07-31 17:25:34 -04:00
Unknwon 3428baa3b5 Mirror fix on template 2014-07-30 10:02:31 -04:00
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 2014-07-26 02:28:04 -04:00
Unknwon 8dd07c0ddd New UI merge in progress 2014-07-26 00:24:27 -04:00
Unknown 0f907301b7 Fix 2014-07-12 00:55:19 -04:00
Unknown 63cc14062a Paging function for users and repositories 2014-07-07 04:15:08 -04:00
Unknown 097c8e05e6 Able to set timeout for process monitor 2014-07-06 17:32:36 -04:00
Unknown be8ac7fb75 fix 2014-07-04 16:48:36 -04:00
Unknown 465dc962b5 Finish create organization team 2014-07-02 16:42:16 -04:00
Unknown e4ea5cf598 Finish Teams page 2014-06-29 16:30:41 -04:00
Unknown 6e448b0714 Finish delete organization 2014-06-28 00:40:07 -04:00
Unknown 19e9104289 Organization settings page 2014-06-27 03:37:01 -04:00
Unknown e0f9c628c5 Add create organization 2014-06-25 00:44:48 -04:00
Unknown b2801a2e98 Fix 2014-06-24 13:55:47 -04:00
Unknown 47d29a1ee0 Mirror fix on 2014-06-23 16:22:34 -04:00
Unknown 314193029a Use constants to name template file 2014-06-22 23:11:12 -04:00
Unknown ad5ec45dd6 Fix 2014-06-21 00:51:41 -04:00
Unknown 6c8d630bef Add database log adapter 2014-06-20 00:25:23 -04:00
Unknown f147ad619a Basic process manager 2014-06-19 01:08:03 -04:00
Unknown d952b4200c Add corn rask monitor panel 2014-06-13 13:01:52 -04:00
Unknown e07674bff1 Support edit release and save as draft 2014-06-12 17:47:23 -04:00
Unknown fb0972afad Fix 2014-06-12 09:35:51 -04:00
Unknown a3e1383cac Add gogs fix location command 2014-06-10 19:11:53 -04:00
Unknown 302c863cda Fix 2014-06-08 04:45:34 -04:00
Unknown 4f2f3c2857 Code convention 2014-06-05 22:07:35 -04:00
Unknown 63baf76ab2 Fix 2014-06-03 12:51:53 -04:00
Unknown eaa7d71fc7 Fix 2014-06-02 21:59:56 -04:00
Unknown afc6cbc479 Update tag 2014-06-01 11:06:03 -04:00
Unknown 2657f88d9a Fix 2014-05-31 17:15:04 -04:00
Unknown 617bbe3fee Fix 2014-05-30 06:34:24 -04:00
Unknown ab13a29cb5 Fix 2014-05-28 01:53:06 -04:00
Unknown ff48aeddef Little bug fix 2014-05-25 20:57:01 -04:00
Unknown 5543a0b6dc 增加版本标识确保二进制和模板文件处于同个版本 2014-05-25 20:33:30 -04:00
Unknown 688ec6ecbd Fixed 2014-05-25 20:11:25 -04:00
Unknown dce17c86ac Almost done issue label 2014-05-24 03:05:41 -04:00
Unknown b1bdbd7f94 Almost done issue label 2014-05-24 02:31:58 -04:00
Unknown 5e9a45f74a Code convention 2014-05-21 21:37:13 -04:00
Unknown 93f8f92523 Finish create new label 2014-05-18 18:07:04 -04:00
Unknown 956f011dd3 Fix 2014-05-16 13:41:08 -04:00
Unknown be82716b66 Clean old LDAP code 2014-05-15 23:03:26 -04:00
Unknown b0084b1adc Litte bug fix 2014-05-14 08:30:35 -04:00
Unknown 98dbbae2ef Fix 2014-05-13 12:40:32 -04:00
Unknown 54e95fa367 Finish add new milestone 2014-05-12 14:06:42 -04:00
Unknown c5dbc24ca4 UI fix 2014-05-11 07:43:57 -04:00
Unknown 23a857d107 Add repo info to web hook post 2014-05-08 08:18:03 -04:00
Unknown 7407f9caf3 Finish issue design 2014-05-07 12:09:30 -04:00
Unknown 8ca14e2109 Improve delete SSH key 2014-05-06 16:28:52 -04:00
Unknown e573855a4f Fix , support web hook 2014-05-06 11:50:31 -04:00
Unknown 816c0ed5e7 Fix import path 2014-05-05 02:42:52 -04:00
Unknown 7b60756f2c Fix Collaborators cannot commit 2014-05-03 01:37:49 -04:00
Unknown a9e6d49dc6 Fix 2014-05-02 17:30:59 -04:00
Unknown 3bd5fc6d6f Add command dump and move to cmd did 2014-05-01 21:21:46 -04:00
Unknown 75109bbd65 Fix panic when no master branch 2014-05-01 12:03:10 -04:00
Unknown eb463000a9 Clean files 2014-05-01 03:27:26 -04:00
Unknown 49dc57e336 Add /api/v1/users/search 2014-04-30 23:48:01 -04:00
Unknown b36448a537 Merge branch 'dev' of github.com:gogits/gogs into dev 2014-04-30 03:44:32 -04:00
Unknown 48bfbb7ddf Mirror changes 2014-04-30 03:44:28 -04:00
Lunny Xiao a85f242030 Merge branch 'dev' of github.com:gogits/gogs into dev 2014-04-30 10:24:00 +08:00
Lunny Xiao cdc843f06b add fix command for upgrade 2014-04-30 10:23:43 +08:00
Unknown 2401e68d7e Prepare for v0.3.1 hotfix 2014-04-28 21:53:40 -04:00
Unknown 62d23e9154 HTTP no follow and offline mode 2014-04-27 01:05:13 -06:00
Unknown 9dfb7de371 Fix 2014-04-26 01:22:22 -06:00
Unknown 2a9da4b8e5 Fix 2014-04-22 03:41:47 -04:00
Unknown ea29a9b846 API fix 2014-04-21 02:24:35 -04:00
Unknown 006c45e21d Mirror change 2014-04-20 20:52:00 -04:00
Unknown eda3f8b3b3 Mirror updates 2014-04-19 06:00:08 -04:00
Unknown bda8fdc5f4 fix bug when logout without activate 2014-04-18 21:14:35 -04:00
Unknown 7ad05ce210 Fix 2014-04-16 04:12:31 -04:00
Unknown 7d656ee2e3 Update docs 2014-04-15 15:34:26 -04:00
Unknown 57f84fb051 UPDATE DOCS 2014-04-14 02:50:13 -04:00
Unknown d2b53dd43b Add weibo oauth 2014-04-13 21:00:12 -04:00
Unknown 9d983f27d6 go vet 2014-04-13 03:14:43 -04:00
Unknown 5c2da610a2 Move binding as subrepo 2014-04-13 01:57:42 -04:00
Unknown 90f6aa8cd1 Add repo mirror and import 2014-04-12 20:35:35 -04:00
Unknown 33aa4f7438 Support private repo 2014-04-11 21:47:39 -04:00
Unknown d6dac160df Pages in commits list page 2014-04-11 20:23:34 -04:00
Unknown ed546912e5 fix fix 2014-04-10 23:41:10 -04:00
Unknown 45462662e9 Add flash 2014-04-10 16:36:50 -04:00
Unknown af552596cf Work on form resubmit 2014-04-10 14:37:43 -04:00
Unknown 5d4025cb5a Add go get meta support 2014-04-09 21:42:25 -04:00
Unknown 5f6bd323f5 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	models/oauth2.go
2014-04-09 14:15:09 -04:00
Unknown 115a349131 Fix 2014-04-08 12:41:33 -04:00
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after 2014-04-07 12:56:40 -04:00
Unknown e7c8a3cb8d Add salt for every single user 2014-04-06 16:10:57 -04:00
Unknown 794cd27db3 Fix bug related to log 2014-04-06 13:07:34 -04:00
Unknown 3ebc9b991a Use gogits/session for oauth2 2014-04-05 11:22:14 -04:00
Unknown e41ab839c7 Use session for rolling back 2014-04-04 18:55:17 -04:00
Unknown e9c4156c87 Add: rename user 2014-04-03 16:33:27 -04:00
Unknown d9005ee970 Improve issue mail content 2014-04-02 10:38:30 -04:00
Unknown b0e7dd6864 Update README 2014-04-01 21:19:19 -04:00
Unknown 03cc39ea12 Mirror fix on 2014-03-30 09:39:44 -04:00
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0 2014-03-29 17:50:51 -04:00
Unknown beb1761d7c Mirror fix 2014-03-29 06:55:51 -04:00
Unknown cb05b8325c Update config option 2014-03-28 08:39:35 -04:00
Unknown f76eb8a666 IP: RC Code Review 2014-03-27 15:24:11 -04:00
Unknown f470c241d6 IP: RC Code Review 2014-03-27 11:37:33 -04:00
Unknown 7ab94fe816 Fix issue on windows 2014-03-26 09:22:08 -04:00
Unknown ed9b7d2db9 More on diff page 2014-03-26 07:24:20 -04:00
Unknown c1a3d4fefb Add mail notify for creating issue 2014-03-25 21:37:18 -04:00
Unknown 2fa8d0c8dd Added create issue 2014-03-25 12:12:27 -04:00