aboutsummaryrefslogtreecommitdiff
path: root/conf/locale
Commit message (Collapse)AuthorAge
...
| * | Update TRANSLATORSMarc Schiller2015-07-14
| | |
* | | use pam and update TRANSLATORSUnknwon2015-07-14
| | |
* | | update localeUnknwon2015-07-14
| |/ |/|
* | install - add mail from settingUnknwon2015-07-09
| |
* | UI: install - doneUnknwon2015-07-09
| |
* | UI: install - new versionUnknwon2015-07-08
| |
* | UI: install - database settingsUnknwon2015-07-08
| |
* | update localeUnknwon2015-07-06
| |
* | update locleUnknwon2015-07-06
| |
* | update localeUnknwon2015-07-05
| |
* | update localeUnknwon2015-07-04
|/
* update localeUnknwon2015-07-03
|
* Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-04-24
|\
| * Add PAM authenticationPaolo Borelli2015-04-24
| |
* | update typo in locale filesUnknwon2015-04-24
|/
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* Add Polish supportUnknwon2015-03-22
|
* Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-03-22
|\
| * Fixed minor gramatical error in the us install success msgAndrew Youngwerth2015-03-21
| |
* | UI compatibilityUnknwon2015-03-21
| |
* | add sr-only class, change to new tag lineUnknwon2015-03-20
| |
* | Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1Unknwon2015-03-20
|\|
| * #1094: fix localeUnknwon2015-03-19
| |
| * #1069: Copyright violationsUnknwon2015-03-18
| |
| * Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"Unknwon2015-03-15
| | | | | | | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.
| * Merge pull request #1047 from ndarilek/accessibility-fixes无闻2015-03-15
| |\ | | | | | | Various accessibility fixes
| | * Add additional accessibility text to repository navbar.Nolan Darilek2015-03-14
| | |
| | * Various accessibility fixes, mostly labeling icons.Nolan Darilek2015-03-14
| | |
| * | add new localeUnknwon2015-03-14
| |/
| * #988: fix one missing duplicated prefixUnknwon2015-03-13
| | | | | | | | - update some locale files
| * #988: GetRepoLink already contains AppSubUrlUnknwon2015-03-12
| |
* | home: new UIUnknwon2015-03-07
|/
* conf/locale: update localesUnknwon2015-03-04
|
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-28
|\
| * models: mirror fix on #964Unknwon2015-02-28
| |
* | conf/locale: update Russian and SpanishUnknwon2015-02-28
| |
* | Merge pull request #915 from Lafriks/dev无闻2015-02-23
|\ \ | |/ |/| Get username, name, surname and e-mail from LDAP server
| * Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
| |
* | routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
| | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* | conf/locale: update all localesUnknwon2015-02-13
| |
* | better naming on #891Unknwon2015-02-11
| |
* | able to allow insecure certification of webhook for #891Unknwon2015-02-10
| |
* | templates/ng/base: change year to 2015, fix #928Unknwon2015-02-09
| | | | | | | | - conf/locale: update Japanese locale
* | cmd: code fix for #905Unknwon2015-02-08
| | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* | conf/locale: add Spanish localeUnknwon2015-02-08
|/
* conf/locale: update localesUnknwon2015-02-07
|
* conf/locale: update French localeUnknwon2015-02-06
|
* Merge pull request #908 from nicolai86/feature/hide-signup-button-884无闻2015-02-06
|\ | | | | Make Signup button display configurable - #884