2
0
Commit Graph

944 Commits

Author SHA1 Message Date
Unknwon
4b54ceb402 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
Unknwon
5d93d18163 fix panic for #2045 2015-12-04 17:20:23 -05:00
Unknwon
8b49bed230 refactor API routes and some work for #976 2015-12-04 17:16:42 -05:00
Unknwon
5b451d9975 minor fix for #2086 2015-12-02 19:45:43 -05:00
Unknwon
7d90564d6a fix #2085 2015-12-02 18:58:13 -05:00
Unknwon
569b30d722 fix #2083 2015-12-02 13:47:22 -05:00
Unknwon
757bdc8ea8 #2071 Diff is not showing full content when has super long one line 2015-12-02 01:10:13 -05:00
Unknwon
2003d25c5f #2052 Ability to batch delete system notices 2015-12-01 23:33:08 -05:00
Unknwon
4422ae5fe0 update REMADE and locale 2015-12-01 19:53:19 -05:00
Adam Strzelecki
8d0ee10100 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
5982bae14d Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
2015-11-30 21:18:33 -05:00
Unknwon
ba80dbd1c4 Merge branch 'feature/wiki' into develop 2015-11-30 20:46:19 -05:00
Unknwon
05e2641b27 finish wiki 2015-11-30 20:45:55 -05:00
Adam Strzelecki
ae3d0b898f Admin should be able to see all organizations
This is follow-up for 97053baac1 allowing admin
to see private repositories, even when not being member of them.
2015-11-30 21:46:01 +01:00
Unknwon
ada0037fea #1681 carry --config flag for builtin SSH 2015-11-30 15:40:05 -05:00
Unknwon
8cd6679586 wiki: finish pages 2015-11-27 02:16:12 -05:00
Unknwon
0b1e1041aa wiki: finish edit 2015-11-27 01:50:38 -05:00
Unknwon
5369b119f8 wiki: finish new 2015-11-27 00:24:24 -05:00
Unknwon
1d132f38b6 introduce git-shell 2015-11-26 17:33:45 -05:00
Unknwon
812a468d0c Use better LDAP lib and should fix #1139 2015-11-26 14:04:58 -05:00
Unknwon
79851c8152 Wiki: UI for page new 2015-11-25 20:10:25 -05:00
Unknwon
d192b9d019 allow admin to migrate for any user/org 2015-11-25 00:55:37 -05:00
Unknwon
1b650fca77 minor fix markdown post process 2015-11-24 19:29:35 -05:00
Unknwon
66fecedad3 more link fix 2015-11-24 19:28:24 -05:00
Unknwon
2f84c3ea0a #1944 Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
Unknwon
f354dd37d0 fix #2020 2015-11-24 18:49:34 -05:00
Unknwon
97053baac1 #2008 more supported git hooks 2015-11-24 16:30:47 -05:00
Unknwon
ff08e02395 more HTTP clone word fix 2015-11-22 13:01:42 -05:00
Unknwon
fe20eb92f4 fix #2013 2015-11-22 02:42:39 -05:00
Unknwon
a552fce3e3 fix #650 2015-11-22 01:32:09 -05:00
Unknwon
6686001295 fix possible panic 2015-11-21 21:06:11 -05:00
Unknwon
2eb660382b remove tags redis and memcache 2015-11-21 17:21:22 -05:00
Unknwon
949dfc9094 update locales 2015-11-21 14:08:23 -05:00
Unknwon
7a264562e2 HTML render fix 2015-11-20 05:37:51 -05:00
Unknwon
b94f6fc495 fix #1383 2015-11-20 02:38:41 -05:00
Unknwon
0c50b27298 fix #1873 2015-11-20 01:52:11 -05:00
Unknwon
0b652fab2f better escape char handle 2015-11-20 01:18:50 -05:00
Unknwon
655ce77c41 fix #1119 and data race in timming tasks 2015-11-20 00:47:35 -05:00
Unknwon
0897eb67dc better error message 2015-11-19 13:45:07 -05:00
Unknwon
c171857dab fix #1997 2015-11-19 11:40:00 -05:00
Unknwon
9f733f2d4c minor fix on auto sign in 2015-11-19 00:22:16 -05:00
Unknwon
f793fb72c8 update locale #1965 2015-11-19 00:08:31 -05:00
Unknwon
78e0c19a5f work on #1891 2015-11-18 23:52:09 -05:00
Unknwon
c7126fe9ec Merge pull request #1994 from arthuroy/develop
Fix #1965 - the hyperlink and the display name of the branch
2015-11-18 23:01:06 -05:00
Unknwon
8325476771 #1401 #493 Admin should be able to see private repositories 2015-11-18 19:49:11 -05:00
Unknwon
44b4eb5e90 #1742 Update default branch in git repository while change in web view 2015-11-18 19:32:23 -05:00
Arthur Ouyang
d1d45f3443 Use refStr[len("refs/heads/"):] instead of refStr[11:] and fix error
Fix #1965
2015-11-19 08:10:44 +08:00
Arthur Ouyang
e010bb4f58 Use refStr[11:] instead of TrimPrefix
Fix #1965
2015-11-19 08:05:27 +08:00
Arthur Ouyang
c41050b082 Fix #1965 - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
2015-11-19 07:31:55 +08:00
Unknwon
1e5f8c2090 UI: long organization name in create repository owner list 2015-11-18 17:42:20 -05:00