Unknwon
67380cf47b
Minor code fix
2016-12-21 04:08:23 -05:00
LefsFlare
39fdb0f9c4
Fixed 404 caused by unexpected question mark ( #3668 )
...
This fixes 404 caused when creating new files or wiki pages with question marks.
2016-12-21 04:05:49 -05:00
imilo
85fbd6e9c6
New settings option for a custom SSH host ( #3763 )
2016-12-21 03:46:54 -05:00
Mateusz Hromada
2cfdce88e0
Check for zero length passwords in LDAP module. ( #3827 )
2016-12-21 03:43:37 -05:00
Саша Иванов
ca6cbb95cc
#3791 update LDAP username check ( #3906 )
2016-12-21 03:43:22 -05:00
leonklingele
7cb440273c
Don't use custom PBKDF2 function ( #3952 )
...
Instead, use golang.org/x/crypto/pbkdf2
2016-12-21 03:42:44 -05:00
leonklingele
d96f2a7184
Fix random string generator ( #3953 )
...
* Remove unused custom-alphabet feature of random string generator
* Fix modulo-biased random string generator
* Random string generator should return error if it fails to read random data via crypto/rand
2016-12-21 03:41:37 -05:00
Nico Mandery
adcb1d7c65
serve video files using the HTML5 video tag ( #3967 )
2016-12-21 03:40:23 -05:00
afilippov1985
04fbfad2d4
init script for gentoo ( #3761 )
2016-12-21 03:38:07 -05:00
SeongAhJo
bab051a8c1
Fix Typo Errors ( #3885 )
...
* Fix typos
* Fix typos
2016-12-21 03:33:30 -05:00
leonklingele
ad6de46ce4
Fix typo: 'passowrd' -> 'password' ( #3951 )
2016-12-21 03:31:40 -05:00
Bo Zhang
282f7fb8fa
Fix typos ( #3852 )
2016-12-21 03:13:11 -05:00
M5oul
5034ef787c
[mod] readme: update YunoHost package link. ( #3881 )
2016-12-21 03:12:53 -05:00
Sandro Santilli
3925166d31
Add support for using "libravatar" as the GravatarSource ( #3969 )
...
Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
2016-12-21 03:10:15 -05:00
Alexander Lunegov
7358e46815
Fix string format verbs ( #3637 )
2016-12-21 02:09:43 -05:00
Unknwon
8f09fc64bd
Minor fix for PR #3624
2016-12-21 01:48:11 -05:00
Kim "BKC" Carlbäcker
b2de3d71c5
More Issue-Comments API-endpoints ( #3624 )
...
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
2016-12-21 01:21:15 -05:00
Unknwon
44ed991726
Merge branch 'develop' of https://github.com/tanapoln/gogs into develop
2016-12-21 00:49:44 -05:00
Unknwon
34b92cdb44
Fix #3905
2016-12-20 23:23:57 -05:00
Unknwon
d3b2ff17d6
Update locales
2016-12-20 22:35:55 -05:00
Unknwon
cc45a8ab06
cmd: new command 'import locale'
...
Quickly import locale files downloaded from Crowdin.
2016-12-20 22:34:58 -05:00
Unknwon
105c528369
Add Korean support
2016-12-20 21:59:59 -05:00
Unknwon
5d0b334d56
Update git-module required version
2016-12-20 21:28:32 -05:00
Unknwon
b092733c2e
Update git-module version to support back Git 1.7.1
2016-12-08 11:44:45 -05:00
Unknwon
baeccdb161
Add github.com/go-xorm/builder to dependency
2016-11-23 21:04:16 -05:00
Unknwon
394fc61129
Update glide.lock and .gopmfile for XORM
2016-11-23 20:58:45 -05:00
Unknwon
55dc9d898f
Drop Go 1.4 support
...
Due to golang.org/x/crypto/ssh requires a method from STD in Go 1.5.
And Go 1.4 is fairly old version for now.
2016-11-23 20:23:18 -05:00
Unknwon
552d5c7ceb
Update glide.lock and .gopmfile
...
Closes #3690 #3727
2016-11-23 20:06:41 -05:00
Unknwon
95065de39a
Fork go-libravatar to remove import path check
...
To use GitHub import path as much as possible.
2016-11-19 21:55:21 -05:00
Unknwon
a3ea4b8802
Update locales and add Swedish
2016-11-19 21:40:13 -05:00
Rémy Boulanouar
6bcff7828f
Fix mention in comments like (@dblk) ( #3655 )
...
* Fix mention in comments like (@dblk)
* Better fix to avoid making link for "Hello@DblK"
2016-10-16 22:17:59 -04:00
LefsFlare
2cb5ec5983
Prevented user enumeration of valid users through HTTP status codes of login ( #3639 ) ( #3654 )
2016-10-16 22:08:40 -04:00
LefsFlare
2bec8a4f1e
Changed interface ( #3685 )
2016-09-22 19:38:12 -04:00
Unknwon
7e15ff9486
Update locales
...
Add new locale Serbian (Cyrillic)
2016-09-15 20:03:36 -04:00
Unknwon
12445fe2ed
Add build system link to README [CI SKIP]
2016-09-08 20:56:05 -04:00
Unknwon
491407ddf8
#3590 fix 404 for release draft edition
...
Closes #3591
2016-09-03 06:00:59 -04:00
Unknwon
6da55159a2
#3589 LoadRepoConfig after ORM is initialized
2016-09-02 23:18:37 -04:00
Tanapol Nearunchorn
73fedc7275
provide button to delete merged pull request
2016-09-02 10:12:21 +07:00
Unknwon
c50d59874d
#3577 incorrect URL produced by AvatarLink
2016-09-01 12:36:26 -04:00
Daniel Oaks
b3d9ca4ccd
Add the ability to explore organizations ( #3573 )
...
* Add ability to explore organizations
* Use right icon for org explore links
2016-09-01 09:08:05 -04:00
Daniel Oaks
4efaf8e882
Fix repo list display on Safari ( #3569 )
2016-09-01 08:04:25 -04:00
raphael10241024
178556142a
fix link error under preview ( #3566 )
2016-09-01 06:01:27 -04:00
Unknwon
7c1fbed057
Fix panic when attempt login with non-exist user
2016-09-01 05:12:34 -04:00
Thibault Meyer
bc902b8f74
Feature #3492 : Add option to hide footer load times ( #3562 )
...
* Add option to hide footer load times
* Rename option variable + minor changes
2016-09-01 01:01:32 -04:00
Unknwon
8ee14db51e
Update locales
2016-09-01 00:35:04 -04:00
Rémy Boulanouar
5d35578811
Update size of SHA to fix #3538 ( #3563 )
2016-08-31 14:22:17 -07:00
Corben Dallas
d09fca3ca9
Add a (Open)SuSE init script ( #3558 )
2016-08-31 14:04:21 -07:00
Unknwon
dadd35b636
#3559 fix template error
2016-08-31 13:59:23 -07:00
Unknwon
c2afdf2192
Minor code fix [CI SKIP]
2016-08-31 04:31:53 -07:00
Unknwon
152e715999
models/login_source: code improvement
2016-08-31 01:22:41 -07:00