agrn
ca68b6b276
Fix "Error: No issue number specified" when pushing ( #1393 )
* Fix "Error: No issue number specified" when pushing
* update pr
9 years ago
Jonas
a0a2686bf6
Support for custom html meta ( #1423 )
* Support for custom html meta
* Changed html meta description default
9 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
9 years ago
Andrey Nering
22d6e0827c
Merge pull request #1390 from Morlinest/commit-graph-UI
Use whole button (commit graph) as link
9 years ago
Morlinest
7f5ccc59d4
Make issue in commit graph "clickable" ( #1392 )
9 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
9 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
9 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
9 years ago
Peter Žeby
e37ec5822d
Use whole button as link
9 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
9 years ago
Pavel Korovin
6648081db4
Fix FCGI (over TCP) support ( #1368 )
9 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
9 years ago
Lunny Xiao
c8de723057
fix migration failed when authorized_keys is not exist ( #1180 )
9 years ago
Kim "BKC" Carlbäcker
e1984e61ce
Cleaner IMO ( #1361 )
9 years ago
Jonas
8e36b0c66d
Changed text when password reset disabled. ( #1364 )
Fixes #1340
9 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>
9 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
9 years ago
Fabian Zaremba
ee9a18c0fd
LFS: Fix SSH authentication for trailing arguments ( #1328 )
Fixes #1296
9 years ago
Kim "BKC" Carlbäcker
759d2b4fb9
Reduce conditionals in signin/signup inner forms ( #1138 )
9 years ago
Jonas
f9758126ed
Removed email copyright year ( #1348 )
9 years ago
Jonas
a225a647a9
Fix broken table layout ( #1344 )
9 years ago
Sandro Santilli
7ef4727cca
Run "make fmt" with go-1.6 ( #1333 )
9 years ago
Lunny Xiao
16a53e80ac
fix delete user failed on sqlite ( #1321 )
9 years ago
Lunny Xiao
7c64045ea5
fix wiki bugs ( #1294 )
9 years ago
caiwp
1e0b7490f4
Delete the useless code ( #1335 )
9 years ago
Sandro Santilli
666ac568ee
Reduce conditionals in signin/signup inner forms
by always using SignInLink and SignUpLink in the form action
9 years ago
Fabian Zaremba
de2f5d473d
LFS: Return 404 for unimplemented endpoints ( #1330 )
Without this patch a 401 is returned for unspecified endpoints, making
the LFS client ask for HTTP credentials. This behaviour was introduced
with the new locking API:
https://github.com/git-lfs/git-lfs/blob/master/docs/api/locking.md
9 years ago
Sandro Santilli
810604d929
Show user OpenID URIs in their profile ( #1314 )
9 years ago
Sandro Santilli
a1508b97c5
Add change-password admin command ( #1304 )
* Add change-password admin command
9 years ago
Sandro Santilli
d650d98fee
Add captcha support to OpenID based signup
9 years ago
Sandro Santilli
d25dcab03c
Gitea OpenID-2.0 login has been tested with livejournal.com too
9 years ago
Sandro Santilli
6c6378fcab
Improve style of user OpenID setting page ( #1324 )
* Improve user openid list CSS and regenerate CSS
9 years ago
Lunny Xiao
58baf41539
fix gpg wrong column types
9 years ago
Sandro Santilli
113bfa8719
Use readonly input form to show the validated OpenID URI ( #1308 )
9 years ago
Lunny Xiao
cbfab2a5e9
remove empty file ( #1326 )
9 years ago
Sandro Santilli
f993d0acf4
Use font-awesome OpenID icon more ( #1320 )
9 years ago
Patrick G
0146f34bed
Fix inconsistency in layout ( #1316 )
9 years ago
Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
9 years ago
Sandro Santilli
1084cd838c
Specify that time interval units are seconds ( #1311 )
9 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
9 years ago
Kim "BKC" Carlbäcker
525f5407b5
Refactor repo/issue/view_content.tmpl ( #1276 )
9 years ago
Kim "BKC" Carlbäcker
1a59df541c
Refactor admin/auth/new.tmpl ( #1277 )
9 years ago
Lunny Xiao
d8ecf3bd71
Allow push to init a wiki repo ( #1279 )
* allow push to init a wiki repo
* compact error check
9 years ago
Lunny Xiao
6e4413b23d
fix wrong log when push to a new branch ( #1220 )
9 years ago
Antoine GIRARD
989edf1230
Fix missing less sources for oauth ( #1288 )
9 years ago
Patrick G
a1c603d8a4
Make wording of commit search more clear
9 years ago
Fabian Zaremba
b28bf524f9
Add notice that LFS mirroring is not supported ( #1251 )
* Add notice that LFS mirroring is not supported
* Drop German translation
9 years ago
Sandro Santilli
3c004e37b3
Send notifications to partecipants in issue comments ( #1217 )
* Send notifications to partecipants in issue comments
Closes #1216
Includes test (still failing)
* Do not include "labelers" to participants
Fix test to expect what GetParticipants return
9 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
9 years ago
Andrey Nering
e3706eb7ad
Merge pull request #1258 from ethantkoenig/fix/access
Fix nil-dereference bug
9 years ago