1013 Commits (dd8a06a397e26c46639eba1313102560dfa49c95)

Author SHA1 Message Date
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL 9 years ago
Unknwon 89244b74c6 remember page number when delete repo 9 years ago
Unknwon ca8ce793d1 #2063 Ability to delete repo from admin panel 9 years ago
Unknwon 978dc00305 APIs: admin users 9 years ago
Unknwon 404867f206 fix #2105 and fix #1857 9 years ago
Unknwon f41360d864 #2052 advanced select ops for system notices 9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Unknwon 942fd6be53 fix panic for #2045 9 years ago
Unknwon 56dd430a10 refactor API routes and some work for #976 9 years ago
Unknwon 4d9499c2d3 fix broken link 9 years ago
Unknwon cc8f5add6e fix #976 9 years ago
Unknwon ec2423ad7c more UI minor fixes 9 years ago
Unknwon 0be8b1b1a1 #2052 Ability to batch delete system notices 9 years ago
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.
9 years ago
Unknwon 117afe7620 Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
9 years ago
Unknwon 830d000667 finish wiki 9 years ago
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.
9 years ago
Unknwon 5d1f5f32d0 wiki: finish pages 9 years ago
Unknwon e42fcb033d wiki: finish edit 9 years ago
Unknwon 392f3ee210 wiki: finish new 9 years ago
Unknwon c50a3503e6 introduce git-shell 9 years ago
Unknwon 2b10fdc4dc Wiki: UI for page new 9 years ago
Unknwon 144663a3cf allow admin to migrate for any user/org 9 years ago
Unknwon 968edb3e44 more link fix 9 years ago
Unknwon 3ca544912f #1944 Drop /org/ URL path prefix in organization home page 9 years ago
Unknwon 7f9598141b fix #2020 9 years ago
Unknwon 0128036514 #1681 some fixes for builtin SSH server on Windows 9 years ago
Unknwon b2fb7e3fd2 more HTTP clone word fix 9 years ago
Unknwon 52c8f69163 fix #650 9 years ago
Unknwon b80e848d02 upgrade libs 9 years ago
Unknwon 987dcc5372 fix #1383 9 years ago
Unknwon 3d14e73fd8 fix #1119 and data race in timming tasks 9 years ago
Unknwon 6a66e5fc98 better error message 9 years ago
Unknwon c0b0ce7b1a #1971 more general rule to detect error 9 years ago
Unknwon dc0c0dc06b fix typo for #1996 9 years ago
Unknwon 9330c943cd work on #1891 9 years ago
Unknwon f455125d4d fix #878 9 years ago
Unknwon 2c653141a8 #1742 Update default branch in git repository while change in web view 9 years ago
Unknwon efea642d6c add admin op: delete missing repos 9 years ago
Unknwon 81d7359fdd fix #1981 9 years ago
Unknwon 9a0902523b fix #1987 9 years ago
Unknwon ff5f14431e fix #1448 9 years ago
Unknwon ab9411be2a clean up code 9 years ago
Unknwon 9ab96172fc new watchers, stars and forks UI 9 years ago
Unknwon 917d334ebd only show user's activities in profile 9 years ago
Unknwon d370effca5 minor fix for #1961 9 years ago
Unknwon 29ed7872f8 repo sidebar active class 9 years ago
Unknwon 134d8e7681 work on #1961 9 years ago
Unknwon 18de67380c fix #1958 9 years ago
Unknwon 84a43b38cf remove unused code 9 years ago