Commit graph

1100 commits

Author SHA1 Message Date
Unknwon
e0f0f72a36 disallow access of some pages for empty repo 2016-01-07 11:07:17 +08:00
Andrey Nering
73474c043b Highlighting differences of lines in the diff view. 2016-01-06 17:46:56 -02:00
zhuharev
0d5dc8a064 typo fix 2016-01-06 22:41:42 +03:00
Kim "BKC" Carlbäcker
8fe5d887ae Changed name from inline to unified 2016-01-05 19:21:50 +01:00
Kim "BKC" Carlbäcker
0df39b33eb Implement Split Diff-View
- Unified/Inline Diff-View Selectable
2016-01-05 19:21:41 +01:00
Unknwon
a62290de52 improve HTTP auth error message 2015-12-30 21:29:30 -05:00
Unknwon
8d58e06ad8 more fix on 2015-12-30 18:47:32 -05:00
Unknwon
93f03707a7 set text/plain for non-binary files in raw mode 2015-12-25 05:45:07 -05:00
Unknwon
85af36332b fix utf-8 recognized as windows-1252 2015-12-25 05:25:47 -05:00
novaeye
227dcc3cb9 fix 2015-12-23 17:50:14 +08: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
5ff6eedf5e fix button name 2015-12-19 22:07:06 -05:00
Unknwon
037a01c4e4 fix 2015-12-18 05:49:28 -05:00
Unknwon
1c9dd11ba7 API: admin create repo 2015-12-17 22:57:41 -05:00
Unknwon
1e7e092992 Ability to map extensions for syntax highlighting in config 2015-12-17 22:31:34 -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
19423957b1 rename import path 2015-12-15 17:25:45 -05:00
Unknwon
3362b3a44f fix possible disclosure 2015-12-14 17:06:54 -05:00
Unknwon
7509fa2c33 improve get commits performance 2015-12-13 22:58:12 -05:00
Unknwon
79dcd7ee6e able to identify git version on Windows 2015-12-13 18:20:39 -05:00
Unknwon
0cce4439ce minor fix 2015-12-11 21:23:19 -05:00
Unknwon
59c965a5ec admin able to edit organization max repo creation 2015-12-11 19:24:57 -05:00
Unknwon
477b4d3b50 fix form submit error 2015-12-11 18:52:28 -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
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
Unknwon
b8d48bdb62 Add "New Mirror" button on Dashboard 2015-12-09 11:24:56 -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
89244b74c6 remember page number when delete repo 2015-12-05 17:49:46 -05:00
Unknwon
ca8ce793d1 Ability to delete repo from admin panel 2015-12-05 17:39:29 -05:00
Unknwon
978dc00305 APIs: admin users 2015-12-05 17:13:13 -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
942fd6be53 fix panic for 2015-12-04 17:20:23 -05:00
Unknwon
56dd430a10 refactor API routes and some work for 2015-12-04 17:16:42 -05:00
Unknwon
4d9499c2d3 fix broken link 2015-12-03 18:10:45 -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
0be8b1b1a1 Ability to batch delete system notices 2015-12-01 23:33:08 -05:00
Adam Strzelecki
573305f3d3 LDAP: Optional user name attribute specification
Consider following LDAP search query example:

    (&(objectClass=Person)(|(uid=%s)(mail=%s)))

Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.

Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
2015-12-02 00:20:14 +01:00
Unknwon
117afe7620 Merge pull request from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
2015-11-30 21:18:33 -05:00
Unknwon
830d000667 finish wiki 2015-11-30 20:45:55 -05:00
Adam Strzelecki
e57b2dffa4 Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
2015-11-30 21:46:01 +01:00
Unknwon
5d1f5f32d0 wiki: finish pages 2015-11-27 02:16:12 -05:00
Unknwon
e42fcb033d wiki: finish edit 2015-11-27 01:50:38 -05:00
Unknwon
392f3ee210 wiki: finish new 2015-11-27 00:24:24 -05:00
Unknwon
c50a3503e6 introduce git-shell 2015-11-26 17:33:45 -05:00
Unknwon
2b10fdc4dc Wiki: UI for page new 2015-11-25 20:10:25 -05:00
Unknwon
144663a3cf allow admin to migrate for any user/org 2015-11-25 00:55:37 -05:00
Unknwon
968edb3e44 more link fix 2015-11-24 19:28:24 -05:00
Unknwon
3ca544912f Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
Unknwon
7f9598141b fix 2015-11-24 18:49:34 -05:00
Unknwon
0128036514 some fixes for builtin SSH server on Windows 2015-11-23 22:32:07 -05:00
Unknwon
b2fb7e3fd2 more HTTP clone word fix 2015-11-22 13:01:42 -05:00
Unknwon
52c8f69163 fix 2015-11-22 01:32:09 -05:00
Unknwon
b80e848d02 upgrade libs 2015-11-21 21:09:18 -05:00
Unknwon
987dcc5372 fix 2015-11-20 02:38:41 -05:00
Unknwon
3d14e73fd8 fix and data race in timming tasks 2015-11-20 00:47:35 -05:00
Unknwon
6a66e5fc98 better error message 2015-11-19 13:45:07 -05:00
Unknwon
c0b0ce7b1a more general rule to detect error 2015-11-19 13:04:07 -05:00
Unknwon
dc0c0dc06b fix typo for 2015-11-19 11:52:39 -05:00
Unknwon
9330c943cd work on 2015-11-18 23:52:09 -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
efea642d6c add admin op: delete missing repos 2015-11-18 15:37:48 -05:00
Unknwon
81d7359fdd fix 2015-11-18 15:11:37 -05:00
Unknwon
9a0902523b fix 2015-11-18 15:01:11 -05:00
Unknwon
ff5f14431e fix 2015-11-17 02:18:05 -05:00
Unknwon
ab9411be2a clean up code 2015-11-16 23:33:40 -05:00
Unknwon
9ab96172fc new watchers, stars and forks UI 2015-11-16 23:28:46 -05:00
Unknwon
917d334ebd only show user's activities in profile 2015-11-16 11:43:23 -05:00
Unknwon
d370effca5 minor fix for 2015-11-16 11:20:11 -05:00
Unknwon
29ed7872f8 repo sidebar active class 2015-11-16 11:16:52 -05:00
Unknwon
134d8e7681 work on 2015-11-16 10:14:12 -05:00
Unknwon
18de67380c fix 2015-11-15 23:52:46 -05:00
Unknwon
84a43b38cf remove unused code 2015-11-14 13:22:24 -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
f8ae161c74 fix 2015-11-13 17:37:02 -05:00
Unknwon
1d57f0d64f Show custom avatars in commits 2015-11-13 17:10:25 -05:00
Unknwon
1559bd58e7 save custom avatar as PNG 2015-11-13 16:43:43 -05:00
Unknwon
10427b2178 fix 2015-11-12 12:32:40 -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
18c841050b fix 1540 and experimental SSH server support 2015-11-08 16:59:56 -05:00
Unknwon
b55499d039 go vet and fix 2015-11-08 14:31:49 -05:00
Unknwon
e7aabf70dc Triming the issue title 2015-11-06 11:17:46 -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