Lunny Xiao
aaad6f9761
fix webhook link
7 years ago
Patrick G
f427f7848d
Comment help text for issues ( #2281 )
7 years ago
Ethan Koenig
6c88d024fe
Temporarily patch go-ini/ini with fork ( #2255 )
7 years ago
silverwind
b3bfd81fb5
File path tweaks in UI ( #2264 )
7 years ago
Michael Kuhn
6d75ba234c
Make short link pattern greedy ( #2259 )
Multiple links on the same line are currently not recognized correctly.
7 years ago
Bo-Yi Wu
ec9b081235
update drone sig file. ( #2262 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Bo-Yi Wu
f9628565c7
ignore coverage steps. ( #2257 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
G
0734c667d6
Convert xorm literal queries to method calls ( #2253 )
8 years ago
Lauris BH
769df98d0d
Fix internal requests when gitea listens to unix socket or only external IP ( #2234 )
* Fix internal requests when gitea listens to unix socket or only external IP
* When Gitea is set to listen using FastCGI use AppURL for LocalURL
8 years ago
Lauris BH
772f1558c9
update code.gitea.io/git in vendor to fix #2245 ( #2250 )
8 years ago
Lunny Xiao
01e4be40d9
add changelog of release v1.1.3 ( #2252 )
8 years ago
Ethan Koenig
1a50678894
Fix counts on issues dashboard ( #2215 )
* Fix counts on issues dashboard
* setupSess -> setupSession
* Unit test
* Load repo owners for issues
8 years ago
Ethan Koenig
835e335242
EnableUnit() -> UnitEnabled() ( #2242 )
8 years ago
Christoph Handel
8584315585
Fix git version check with four digits (1.8.3.1) ( #2236 )
8 years ago
G
db79619165
Replace calls to xorm UseBool with Where ( #2237 )
8 years ago
silverwind
ac6fbb4aae
Prevent selection of diff line numbers ( #2240 )
8 years ago
Antoine GIRARD
ebd7aa88d5
go get github.com/wadey/gocovmerge when needed ( #2235 )
8 years ago
Bwko
06a22cf469
Fix Commits nil pointer dereference ( #2203 )
8 years ago
silverwind
566b035ab3
Improve docs for PROTOCOL and HTTP_ADDR options ( #2231 )
Fixes : #2230
8 years ago
silverwind
b2f3194e86
Generate small and large logos at 4x resolution ( #2233 )
To support High-DPI displays, generate images at 4 times their displayed
resolution, which should be enough to support all current devices
according to https://material.io/devices/ .
8 years ago
Florian / sinnlosername
14087e0c0e
Fixed robots.txt 404 error ( #2226 )
* Update routes.go
* Update routes.go
8 years ago
Ethan Koenig
914195d73a
Check for access in /repositories/:id ( #2227 )
* Check for access in /repositories/:id
* Integration test
8 years ago
Lunny Xiao
9b5ba7bcd6
remove unused variable on makefile ( #2225 )
8 years ago
Lauris BH
af15d16a97
Add task to generate images from SVG and change to new logo ( #2194 )
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
8 years ago
Lunny Xiao
86d8ea3844
fix some bug
8 years ago
Ethan Koenig
52130407ba
Fix bare-repo bugs ( #2199 )
* Fix bare-repo bugs
* Integration tests
* Unused import
8 years ago
Ethan Koenig
b6daa890a4
Fix hooks for integration repo ( #2216 )
8 years ago
Ethan Koenig
ca37578060
Fix issue updated_unix bug ( #2204 )
8 years ago
Ethan Koenig
ab1c0d300c
Fix unclosed session bug ( #2214 )
8 years ago
Moritz Heiber
a09267e4d7
Only allow token authentication with 2FA enabled ( #2184 )
* Don't allow for plain username/password authentication when 2FA is enabled
* Removed debugging statement
* Don't assume a token belongs to a given user, handle two-factor errors properly
* Simplified user/token matching, refactored error handling for two-factor authentication
* Change authentication response to avoid bruteforcing
* Add TODO item as a comment for changing the response for security purposes
8 years ago
Lauris BH
17997e9bc9
Fix compiling without sqlite and gcc ( #2177 )
8 years ago
Tao Wang
6b1c84d1dc
Use sqlite3 database as default for Docker image ( #2182 )
Signed-off-by: Tao Wang <twang2218@gmail.com>
8 years ago
Bwko
ff16a01408
Revert "Add ability to fork your own repos ( #761 )" ( #2193 )
8 years ago
Ethan Koenig
22b022b086
Fix PR nil-dereference bug ( #2195 )
* Fix PR nil-dereference bug
* Revert to original error format
8 years ago
Lauris BH
8afec31247
Fix key usage time update if the key is used in parallel for multiple operations ( #2185 )
8 years ago
Lauris BH
1dba8d5e4f
Fix profile update for non-local users ( #2178 )
8 years ago
Lauris BH
e687d24d8e
Remove unit types commits and settings ( #2161 )
* Remove unit types commits and settings
* Can not limit units in administrator teams
* Limit changing units only to teams with read and write access mode
* Small code optimization
8 years ago
Lauris BH
3098ebcda1
Refactor vue delimeters to use es6 template delimeters ( #2171 )
8 years ago
Stefan Kalscheuer
2961aecb3a
Only show SSH clone URL if signed in ( #2169 ) ( #2170 )
* Add configuration flag SSH_EXPOSE_ANONYMOUS
If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in.
* Default SSH exposure set to false
To match GitHub and for security reasons, SSH URL exposure is disabled by default.
In addition to that. minor code changes have been applied.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
* Add integration tests
* Hide clone button neither HTTP and SSH is enabled
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
8 years ago
Wiktor Żurawik
883f1c7c99
Make compare button URL aware if current repo is a fork ( #2162 ) ( #2163 )
* Make compare button URL aware if current repo is a fork (#2162 )
* Optimize code
* To not change current behaviour check if signed in user has fork of base repository
* Fix to check only if signed user has forked repo otherwise it will still redirect to wrong page
8 years ago
bit
e247612c59
Only show "No Description" to repo admins ( #2167 )
Only show note about missing description ("No Description") to repo admins, nobody else can change it.
8 years ago
Ethan Koenig
7a3e6c872d
More integration tests for comment API ( #2156 )
8 years ago
Christian Weiske
6a249531a5
Fix OpenID registration route ( #2160 )
Fixes #2101
8 years ago
Aaron Walker
e9c98d4242
API: support '/orgs/:org/repos' ( #2047 )
* API: support '/orgs/:org/repos'
8 years ago
Bo-Yi Wu
9cfe55d5a9
fix: replace tmp with TMPDIR. ( #2152 )
8 years ago
Lauris BH
009d54b145
Ignore invalid issue numbers in commit messages. Fixes #2022 ( #2150 )
8 years ago
Lauris BH
2c3b6292b0
Update code.gitea.io/git dependency ( #2149 )
8 years ago
Lauris BH
f0034533d0
Fix repository settings collobration list display ( #2151 )
8 years ago
Ethan Koenig
80239ca0cd
Fix username rendering bug ( #2122 )
* Fix username rendering bug
* XSS integration test
* Migration to unescape user full names
8 years ago
Bo-Yi Wu
6aa1b0bd7b
fix typo ( #2145 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago