Commit Graph

198 Commits (12fff36d057998fe553decdc81c881d3d0e70274)

Author SHA1 Message Date
GiteaBot b0478f1c42 [skip ci] Updated translations via Crowdin
GiteaBot 7d65ddf5e1 [skip ci] Updated translations via Crowdin
zeripath 07802a2bc5 Refactor repo.isBare to repo.isEmpty ()
* Refactor repo.isBare to repo.isEmpty 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove Sync call
GiteaBot 64995bae0f [skip ci] Updated translations via Crowdin
GiteaBot c761625c69 [skip ci] Updated translations via Crowdin
GiteaBot 2852c3576a [skip ci] Updated translations via Crowdin
GiteaBot abf6e0d90b [skip ci] Updated translations via Crowdin
GiteaBot b5b39a56ad [skip ci] Updated translations via Crowdin
GiteaBot a938ddf704 [skip ci] Updated translations via Crowdin
GiteaBot 179123de35 [skip ci] Updated translations via Crowdin
GiteaBot 8273479b41 [skip ci] Updated translations via Crowdin
GiteaBot 7cb1c1cf20 [skip ci] Updated translations via Crowdin
GiteaBot 5fa403c874 [skip ci] Updated translations via Crowdin
GiteaBot 95f0f62ea4 [skip ci] Updated translations via Crowdin
GiteaBot fc53f95f23 [skip ci] Updated translations via Crowdin
GiteaBot 3fed13b0ee [skip ci] Updated translations via Crowdin
GiteaBot f4b7b424c1 [skip ci] Updated translations via Crowdin
GiteaBot e8a17e4558 [skip ci] Updated translations via Crowdin
GiteaBot 37359aee68 [skip ci] Updated translations via Crowdin
GiteaBot 3fbba2553a [skip ci] Updated translations via Crowdin
GiteaBot a2f0c57584 [skip ci] Updated translations via Crowdin
GiteaBot 81b4d38f01 [skip ci] Updated translations via Crowdin
GiteaBot ce791454cb [skip ci] Updated translations via Crowdin
GiteaBot 954e69f66d [skip ci] Updated translations via Crowdin
GiteaBot 6f62d4f180 [skip ci] Updated translations via Crowdin
GiteaBot cf8c2e5951 [skip ci] Updated translations via Crowdin
GiteaBot b84e165ab4 [skip ci] Updated translations via Crowdin
GiteaBot 575c109a02 [skip ci] Updated translations via Crowdin
GiteaBot fb2c176491 [skip ci] Updated translations via Crowdin
GiteaBot e59fe7c8d9 [skip ci] Updated translations via Crowdin
GiteaBot 82a7b0292e [skip ci] Updated translations via Crowdin
GiteaBot 72fc829b05 [skip ci] Updated translations via Crowdin
lafriks 85e99b6a6b '[skip ci] Updated translations via Crowdin'
lunny 3217102516 '[skip ci] Updated translations via Crowdin'
lunny 1ccaddcfbb '[skip ci] Updated translations via Crowdin'
appleboy 6f84569629 '[skip ci] Updated translations via Crowdin'
Lunny Xiao 0fd9289810 update translation from crowdin ()
Lauris BH 310866525b Sync latest translations from crowdin ()
Bo-Yi Wu 703d18e50d feat: add check misspelling ()
Sandro Santilli 7d8f9d1c46 Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`

Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
Lunny Xiao 656efdc1c7 fix ini format incomiptable with crowdin ()
Lunny Xiao 374f1ba41f update locale files to 2017-03-10 00:07 +08 ()
Lunny Xiao 626bcf0547 merge locale files from crowdin, updated to 2017-03-09 19:28 +08 ()
Sandro Santilli ed096186a7 social_register_hepler_msg -> social_register_helper_msg ()
* social_register_hepler_msg -> social_register_helper_msg

* register_hepler_msg -> register_helper_msg
Ethan Koenig 027591a3a5 Redirects for renamed repos ()
* Redirects for renamed repos

* Remove unused phrase from locales
Bwko e08421017c Add ability to fork your own repos ()
Bwko 98b0688921
At the locales replaced 6 with MIN_PASSWORD_LENGTH
Thomas Boerger b33078fa33 Bindata is optional and over-writable on restart ()
* Moved conf assets into options folder

* Dropped old bindata

* Started to integrate options bindata and accessors

* Do not enforce a builtin app.ini

* Replaced bindata calls with options

* Dropped bindata task from makefile, it's the generate task now

* Always embedd app.ini to provide sane config defaults

* Use sane defaults for the configuration

* Defined default value for SSH_KEYGEN_PATH

* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini

* Fixed new paths in latest test additions

* Drop bindata with make clean task

* Set more proper default values