Adam Strzelecki
456d9ecf3f
Translation: Add missing entry for new "code" tab
We have new tab, but we had no entry. That's why it was showing "code"
(lowercase) as this is text id, where we were expecting properly title cased
"Code" to be shown in English version.
Also add Polish translation "code=Kod".
9 years ago
Unknwon
e754cf5e2c
Merge pull request #2081 from angus-g/en-trans
Update English translations
9 years ago
Angus Gibson
2d6092cad0
Fix casing in English translation
9 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
9 years ago
Angus Gibson
2ea2ff5b5f
Update English translations
Just some phrasing changes to make the English translations sound more natural.
9 years ago
Adam Strzelecki
d461afdc62
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
063c916837
wiki: finish pages
9 years ago
Unknwon
7943f3f40e
wiki: finish edit
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
92c67cd672
Wiki: UI for page new
9 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
a0a4125989
fix #1383
9 years ago
Unknwon
b93fbc017a
better error message
9 years ago
Arthur Ouyang
a5f57ea3ff
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 '#'
9 years ago
Unknwon
9ba4635f10
add admin op: delete missing repos
9 years ago
Unknwon
f50ce33d9b
fix #1987
9 years ago
Unknwon
05837556e4
fix #1988
9 years ago
Unknwon
44482d52ae
fix #1448
9 years ago
Unknwon
fd6c98bfea
new watchers, stars and forks UI
9 years ago
Unknwon
b659db9117
work on #1961
9 years ago
Unknwon
c0b841a766
fix #1958
9 years ago
Unknwon
415f167e65
new repo ui
- copy link button: #1396 , #1168 , #1668 ,
- synxtax highlight: #1712 , #1549 , #1315 , #670
- z-index: #1942
9 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
9 years ago
Unknwon
aa8a9f020f
update locales
9 years ago
Unknwon
37513f52c6
fix #1831
9 years ago
Unknwon
f4c164e2ea
fix #1697
9 years ago
Matt Arnold
8b7a36fcf8
Translation for invalid milestone due date format ISO 8601 fix.
9 years ago
Unknwon
9087f6230d
work on #470 and fix miror JS issue when choose targets on compare and pull
9 years ago
Unknwon
4a6b397126
#1657 allow forcing all private repos
9 years ago
Unknwon
9d6fa3b200
add config and update locale
9 years ago
Unknwon
d4ffa64a15
New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon
20f3397f8c
New/reopen PR checks if there is any unmerged and open PR
9 years ago
Kunal Mehta
71642b531f
Simplify disable Gravatar preference wording
"Enable this to disable..." is needlessly confusing, simplify it by being
upfront that this setting disables the Gravatar fetching.
9 years ago
Unknwon
7465335e8a
new quick start page
9 years ago
Unknwon
2374b320dc
#1525 Triggere mailer for admin created accounts
9 years ago
Unknwon
44144575b0
update Docker info
9 years ago
Unknwon
bba20262f1
drop oauth2 feature support
9 years ago
Unknwon
1f13c837c0
finish new auth e-mails
9 years ago
Unknwon
a75db8f155
user gomail and new activate account email tpl
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
9 years ago
Unknwon
71445511dc
#1646 and other minor fixes
9 years ago
Unknwon
4729ddb73c
#1633 admin delete user
9 years ago
Unknwon
84f4ee761f
#697 add install option
9 years ago
Unknwon
84380a79eb
#697 update locale and admin panel
9 years ago
Unknwon
3494c1c06a
#697 and #1606 and new admin edit user UI
9 years ago
Unknwon
f64c2b3fff
#697 disable captcha and new admin create user UI
9 years ago
Unknwon
67853f8fd0
#1625 remove auto_register and makes it default
9 years ago
Unknwon
0a52abc3bf
add tidb support
9 years ago
Unknwon
255f35e476
new admin user list UI
9 years ago
Unknwon
97a616a5a5
#1620 add allowed domains for SMTP auth
9 years ago