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
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
Sandro Santilli
666ac568ee
Reduce conditionals in signin/signup inner forms
by always using SignInLink and SignUpLink in the form action
8 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
8 years ago
Sandro Santilli
810604d929
Show user OpenID URIs in their profile ( #1314 )
8 years ago
Sandro Santilli
a1508b97c5
Add change-password admin command ( #1304 )
* Add change-password admin command
8 years ago
Sandro Santilli
d650d98fee
Add captcha support to OpenID based signup
8 years ago
Sandro Santilli
d25dcab03c
Gitea OpenID-2.0 login has been tested with livejournal.com too
8 years ago
Sandro Santilli
6c6378fcab
Improve style of user OpenID setting page ( #1324 )
* Improve user openid list CSS and regenerate CSS
8 years ago
Lunny Xiao
58baf41539
fix gpg wrong column types
8 years ago
Sandro Santilli
113bfa8719
Use readonly input form to show the validated OpenID URI ( #1308 )
8 years ago
Lunny Xiao
cbfab2a5e9
remove empty file ( #1326 )
8 years ago
Sandro Santilli
f993d0acf4
Use font-awesome OpenID icon more ( #1320 )
8 years ago
Patrick G
0146f34bed
Fix inconsistency in layout ( #1316 )
8 years ago
Bo-Yi Wu
fdf5227984
feat: Only use issue and wiki on repo. ( #1297 )
8 years ago
Sandro Santilli
1084cd838c
Specify that time interval units are seconds ( #1311 )
8 years ago
Sandro Santilli
f8863080a2
Login via OpenID-2.0 ( #618 )
8 years ago
Kim "BKC" Carlbäcker
525f5407b5
Refactor repo/issue/view_content.tmpl ( #1276 )
8 years ago
Kim "BKC" Carlbäcker
1a59df541c
Refactor admin/auth/new.tmpl ( #1277 )
8 years ago
Lunny Xiao
d8ecf3bd71
Allow push to init a wiki repo ( #1279 )
* allow push to init a wiki repo
* compact error check
8 years ago
Lunny Xiao
6e4413b23d
fix wrong log when push to a new branch ( #1220 )
8 years ago
Antoine GIRARD
989edf1230
Fix missing less sources for oauth ( #1288 )
8 years ago
Patrick G
a1c603d8a4
Make wording of commit search more clear
8 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
8 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
8 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
8 years ago
Andrey Nering
e3706eb7ad
Merge pull request #1258 from ethantkoenig/fix/access
Fix nil-dereference bug
8 years ago
Patrick G
974f8f76ab
Cleaner ui for admin, repo settings, and user settings page ( #1269 ) ( #1270 )
8 years ago
Patrick G
96aee3777f
Cleaner UI for explore page ( #1253 ) ( #1255 )
* Take navbar out of column
* Add styles to navbar
* Changed navbar classes
* Remove unneeded !important from index.css
* Remove unneeded !important from _explore.less
8 years ago
Ethan Koenig
cd8d811ef6
Fix nil-dereference bug
8 years ago
Thomas Boerger
e7d07550fa
Make sure both scripts/ can live side by side ( #1264 )
8 years ago
Thomas Boerger
5552db5b54
Synced licenses with github repo ( #1246 )
* Added script to download licenses from github
* Synced licenses with github repo
8 years ago
Thomas Boerger
63b9fac33c
Synced gitignores with github repo ( #1245 )
* Renamed scripts directory into contrib
* Added script to download gitignores from github
* Synced gitignores with github repo
8 years ago