Commit Graph

547 Commits (2a0db47935621d83f7b53b699701656075881ab8)

Author SHA1 Message Date
OhDaeto 2a0db47935 Update Russian translation
Unknwon b5f6206a65 prepare release
Unknwon ca8ce793d1 Ability to delete repo from admin panel
Unknwon 404867f206 fix and fix
Unknwon f41360d864 advanced select ops for system notices
Unknwon e538ff2770 fix and fix
Adam Strzelecki a9a386a1e5 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".
Unknwon 4a64ae4abf fix
Unknwon 91ae2ad28b Merge pull request from angus-g/en-trans
Update English translations
Angus Gibson db30ea03d8 Fix casing in English translation
Unknwon 0be8b1b1a1 Ability to batch delete system notices
Angus Gibson d45302a6ba Update English translations
Just some phrasing changes to make the English translations sound more natural.
Unknwon 3460ec1039 update REMADE and locale
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.
Unknwon 830d000667 finish wiki
Unknwon 5d1f5f32d0 wiki: finish pages
Unknwon e42fcb033d wiki: finish edit
Unknwon 392f3ee210 wiki: finish new
Unknwon 2b10fdc4dc Wiki: UI for page new
Unknwon 253513cedd prepare for release
Unknwon 144663a3cf allow admin to migrate for any user/org
Unknwon 52c8f69163 fix
Unknwon cefc50b278 update locales
Unknwon 987dcc5372 fix
Unknwon 6a66e5fc98 better error message
Unknwon 481be9b5c9 update locale
Arthur Ouyang e04c97b9fa Fix - 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 '#'
Gibheer 56006da34b fix - disable version display
This allows the admin to disable the version information about gogs and
go in use in the footer.
Unknwon efea642d6c add admin op: delete missing repos
Unknwon 9a0902523b fix
Unknwon 62533560ce fix
Unknwon ff5f14431e fix
Unknwon 9ab96172fc new watchers, stars and forks UI
Unknwon 134d8e7681 work on
Unknwon 18de67380c fix
Unknwon 7b1c10ea7e new repo ui
- copy link button: , , ,
- synxtax highlight: , , , 
- z-index: 
Unknwon 523dc8b613 prepare release
Unknwon 18c841050b fix 1540 and experimental SSH server support
Unknwon 676d774d88 fix
Unknwon 6f0a41b8b2 Allow local import only for admin users
Unknwon 8e262f3ec4 update locales
Unknwon 92535c9df0 update some libs
无闻 50058b3c6d Merge pull request from Gibheer/config_minimum_key_sizes
move minimum key sizes to config
Unknwon b0226a1d05 fix
Unknwon cb100c7781 work
Unknwon 5cad124704 fix
Unknwon 940898a3ff minor fix for
Matt Arnold c7eaf96b37 Translation for invalid milestone due date format ISO 8601 fix.
Gibheer b90b0c1191 move minimum key sizes to config
This moves the minimum key sizes into the config file, so that anyone
can modify the restrictions.
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull