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
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