Lunny Xiao
8988e2d6b5
fix gpg API panic when no verification ( #1451 )
* fix gpg API panic when no verification
* fix if condition
8 years ago
Morlinest
9865922172
Fix and simplify repo branches UI ( #1435 )
8 years ago
Sandro Santilli
77cbe716a8
Set VERSION from git once, in a variable ( #1447 )
8 years ago
Damien Gaignon
940d8b7196
Correct broken unaligned load/store in armv5 ( #1355 )
Update vendor github.com/boltdb/bolt to take care of the issue #1354 .
8 years ago
Patrick G
c7e9a963de
Commit search appearence fixes ( #1254 )
* Fix button text to be consisstent with rest of UI
* Make all commits checkbox look nicer
8 years ago
Bo-Yi Wu
c9599a8dbc
fix: remove `str2html` from org full name ( #1360 )
* fix: remove str2html for security issue.
* fix: update
8 years ago
Jonas
f8be6bd86d
Corrected Mirror.NextUpdate not set ( #1388 )
8 years ago
Mura Li
62167c4e8b
Add GOFLAGS and EXTRA_GOFLAGS ( #1438 )
8 years ago
Mura Li
e5f1afcf75
Remove unused mutex field ( #1440 )
8 years ago
Mura Li
93cc4c9600
Fix races in the log module by using syncmap ( #1421 )
8 years ago
Kuba Tyszko
71eb5e0f73
fixes pull request hanging indefinitely when it contains normal and LFS file pointers ( #1425 )
8 years ago
Morlinest
77d677c212
Fix disabled fields in repo settings UI ( #1431 )
8 years ago
Andrey Nering
2d7c63bc7f
Merge pull request #1410 from andreynering/notification/issue-watch
[Notifications Step 6] Per issue/PR watch/unwatch
8 years ago
Andrey Nering
406a3068c3
Improve tests a little
8 years ago
Andrey Nering
37342f0a61
Code style fixes
8 years ago
agrn
ca68b6b276
Fix "Error: No issue number specified" when pushing ( #1393 )
* Fix "Error: No issue number specified" when pushing
* update pr
8 years ago
Jonas
a0a2686bf6
Support for custom html meta ( #1423 )
* Support for custom html meta
* Changed html meta description default
8 years ago
Mura Li
3e9ae8b124
Add length check for the return string ( #1420 )
* Add length check for the return string
* Differentiate error paths and logging messages
* Rectify error message
8 years ago
Andrey Nering
22d6e0827c
Merge pull request #1390 from Morlinest/commit-graph-UI
Use whole button (commit graph) as link
8 years ago
Andrey Nering
e166948734
Add unit tests for issue_watch
8 years ago
Andrey Nering
cfa19e64d6
Use variables for times
8 years ago
Andrey Nering
bc1f2178bb
Add copyright headers
8 years ago
Andrey Nering
ac77ca04eb
UI and translation improvements
8 years ago
Morlinest
7f5ccc59d4
Make issue in commit graph "clickable" ( #1392 )
8 years ago
Antoine GIRARD
8b865eb5c7
Simplify settings pages with item list ( #1389 )
* Remove point column on ssh key setting page
* Remove un-used css
* Some cleaning
* Use octicon-key
8 years ago
Andrey Nering
f2f3d9cb5e
Fix lint
8 years ago
Andrey Nering
d8bf3bc0e5
Add octicons to watch/unwatch buttons
8 years ago
Andrey Nering
43f516b31f
Add updated_unix column on issue_watch
8 years ago
Andrey Nering
7436738eb6
Consider issue_watchers while sending notifications
8 years ago
Andrey Nering
04c020df1e
Add watch button on issue
8 years ago
Andrey Nering
17b2d74bf2
Create issue_watch table
8 years ago
Sandro Santilli
dca5fdb5cc
Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION ( #1369 )
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION
Omit the configuration variable (the default) to be dependent.
Fixes #1363
* Move OpenID settings under Service object
* Show OpenID SignUp and SignIn status in admin panel / configuration
8 years ago
Bo-Yi Wu
2767b67a8e
refactor: remove workaround after the golang 1.7 release. ( #1349 )
* refactor: remove workaround after the golang 1.7 release.
* remove unused import.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* refactor: Add remove function.
* refactor: rename
* refactor: update build flag
8 years ago
Peter Žeby
e37ec5822d
Use whole button as link
8 years ago
Andrey Nering
1627fcca78
Minor improvements on commit graph UI ( #1380 )
* Make "Commit Graph" link a button and translate it
* Add title on Commit Graph page
8 years ago
Pavel Korovin
6648081db4
Fix FCGI (over TCP) support ( #1368 )
8 years ago
Philippe Kueck
356c83ffe1
rewrite pre-commit, post-commit and options hooks ( fixes #1250 ) ( #1257 )
* issue #1250 , replace {pre,post}-receive and update hooks with a single shell script that does not require custom hooks to be a sh-script
* issue #1250 , make script posix compilant
* v23, add migration script to update {pre,post}-receive and update hooks
* migration: use a more common name and rename v23 to v26 to avoid conflicts
* gofmt'ed and added copyright header
* fix SyncRepositoryHooks to also sync wiki repos
8 years ago
Lunny Xiao
c8de723057
fix migration failed when authorized_keys is not exist ( #1180 )
8 years ago
Kim "BKC" Carlbäcker
e1984e61ce
Cleaner IMO ( #1361 )
8 years ago
Jonas
8e36b0c66d
Changed text when password reset disabled. ( #1364 )
Fixes #1340
8 years ago
aloupfor
1225914610
Remove href on first/last link when on first/last page ( #1345 )
Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
8 years ago
Antoine GIRARD
fe14d3b3fa
GPG commit validation ( #1150 )
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
8 years ago
Fabian Zaremba
ee9a18c0fd
LFS: Fix SSH authentication for trailing arguments ( #1328 )
Fixes #1296
8 years ago
Kim "BKC" Carlbäcker
759d2b4fb9
Reduce conditionals in signin/signup inner forms ( #1138 )
8 years ago
Jonas
f9758126ed
Removed email copyright year ( #1348 )
8 years ago
Jonas
a225a647a9
Fix broken table layout ( #1344 )
8 years ago
Sandro Santilli
7ef4727cca
Run "make fmt" with go-1.6 ( #1333 )
8 years ago
Lunny Xiao
16a53e80ac
fix delete user failed on sqlite ( #1321 )
8 years ago
Lunny Xiao
7c64045ea5
fix wiki bugs ( #1294 )
8 years ago
caiwp
1e0b7490f4
Delete the useless code ( #1335 )
8 years ago