2
0
Commit Graph

991 Commits

Author SHA1 Message Date
Unknwon
4df8494a60 #1984 Better mirror repo management 2015-12-08 20:06:12 -05:00
Unknwon
622e8ef374 fix wrong slack webhook payload URL 2015-12-06 23:07:02 -05:00
Alex Myasoedov
7b32a12ba8 Fix misspelled words 2015-12-06 16:42:23 +02:00
Unknwon
a3ea3c3bb9 APIs: admin users 2015-12-05 17:13:13 -05:00
Unknwon
1d4f2f021c update README 2015-12-05 13:50:43 -05:00
Unknwon
ce33563853 fix #2105 and fix #1857 2015-12-05 13:24:13 -05:00
Unknwon
9f75c6ce3d #2052 advanced select ops for system notices 2015-12-05 01:09:14 -05:00
Unknwon
9f11b27f3d init with all enabled 2015-12-04 21:34:37 -05:00
Unknwon
4b54ceb402 fix #1829 and fix #890 2015-12-04 21:30:33 -05:00
Unknwon
0b69a3cf36 #2045 have fallback but empty value 2015-12-04 19:01:34 -05:00
Unknwon
9d6cc5ecc6 #2045 move fallback to empty string 2015-12-04 18:31:45 -05:00
Unknwon
69d1f3cf21 more fixes on #2045 2015-12-04 15:41:56 -05:00
Unknwon
cb47be6316 work on #2093 2015-12-03 14:21:13 -05:00
Unknwon
180f31db35 500 when wiki not exists 2015-12-03 02:08:25 -05:00
Unknwon
3eb0d5f330 fix #2090 2015-12-03 01:59:32 -05:00
Unknwon
c211e8ef1a fix #976 2015-12-03 00:24:37 -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
8a1356d86b #2045 add short version as fallback to Slack payload 2015-12-01 21:16: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
f61e5c501e fix API 2015-12-01 16:33:45 -05:00
Unknwon
d3909ca3e8 fix #2042 2015-11-30 20:50:40 -05:00
Unknwon
05e2641b27 finish wiki 2015-11-30 20:45:55 -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
79851c8152 Wiki: UI for page new 2015-11-25 20:10:25 -05:00
Unknwon
846af28787 add unsupported migration prompt 2015-11-25 09:27:27 -05:00
Unknwon
2f84c3ea0a #1944 Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
Unknwon
6870ad9897 some fix to #2026 2015-11-23 20:43:04 -05:00
Unknwon
1947e0f8c9 fix incorrect 2015-11-21 19:30:11 -05:00
Unknwon
adc7ce29e9 add some log 2015-11-21 19:11:57 -05:00
Unknwon
53a3041f0a fix for #2012 2015-11-21 14:02:37 -05:00
Unknwon
9ce6a3a9ee minor fix on #1694 2015-11-21 12:58:31 -05:00
Unknwon
4540c05a3b notice 2015-11-20 11:37:17 -05:00
Unknwon
b77659807c add more debug info 2015-11-20 08:43:15 -05:00
Unknwon
98baccda7f more fix on #2002 2015-11-20 04:08:08 -05:00
Unknwon
8fd4e904ea fix #2002 2015-11-20 02:53:54 -05:00
Unknwon
b94f6fc495 fix #1383 2015-11-20 02:38:41 -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
c171857dab fix #1997 2015-11-19 11:40:00 -05:00
Unknwon
869a990446 fix #878 2015-11-18 21:21:47 -05:00
Unknwon
1e5f8c2090 UI: long organization name in create repository owner list 2015-11-18 17:42:20 -05:00
Unknwon
8bffdd6c0b add admin op: delete missing repos 2015-11-18 15:37:48 -05:00
Unknwon
14b0e2c9c3 clean up code 2015-11-16 23:33:40 -05:00
Unknwon
29fc233342 new watchers, stars and forks UI 2015-11-16 23:28:46 -05:00
Unknwon
879ae3d2aa #1922 Pull request fail to merge with BIN 2015-11-16 21:18:04 -05:00
Unknwon
05cf023b6a fix #1960 2015-11-16 11:11:59 -05:00
Unknwon
40870fc25c work on #1961 2015-11-16 10:14:12 -05:00