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
Ethan Koenig
1d8ae87655
Batch updates for issues ( #926 )
8 years ago
Ethan Koenig
9c781e8fd4
Fix typos in models/ and modules/ ( #1248 )
8 years ago
Ethan Koenig
c2ba9ca97b
Refactor and fix incorrect comment ( #1247 )
8 years ago
Sandro Santilli
13cd70d7da
Rename /forget_password url to /forgot_password
Also renames `forgot_password` translation key to
`forgot_password_title` and `forget_password` to
`forgot_password`
Includes entry in CHANGELOG about the breaking change
(and some markdown fixes in there)
8 years ago
Sandro Santilli
77c77f40d5
Fix migration comment ( #1241 )
8 years ago
Patrick G
c90edbe3d9
Update locale_en-US.ini ( #1235 )
8 years ago
Lunny Xiao
a9d2d3608f
fix forget migration for wiki hooks ( #1227 )
8 years ago
Lunny Xiao
0abfaaa311
fix repo settings external tracker failed and check external urls ( #1215 )
8 years ago
Patrick G
db7794cb0c
Add myself to maintainers ( #1229 )
8 years ago
Sandro Santilli
6e900aacf6
Add LibreJS support ( #1201 )
See See https://www.gnu.org/software/librejs/
Closes #1200
8 years ago
Lunny Xiao
37b72aeead
fix 500 caused by branches settings introduced by #1198 ( #1214 )
8 years ago
Sandro Santilli
857571ada0
Reserve the "explore" user/org name ( #1222 )
8 years ago
Mura Li
9e226d2f47
Add integration test for signup ( #1135 )
* Add integration test for signup
* Remove unused functions
* Refactoring
* Add repo_create_test.go
* Rollback the incomplete repo create test
* Comply with linter requirements and simplify the code a little bit
8 years ago
Sandro Santilli
96b592e39f
Show a link to password reset from password change and delete account ( #862 )
It's helpful when you forgot your password thus cannot change it
(can happen if you log in via OAuth2 or OpenID)
Also make sure that both the delete-account and password-change
links to forgot-password will have the primary email pre-filled
8 years ago
Ethan Koenig
93c40d0526
Simplify RepositoryList.loadAttributes() ( #1211 )
8 years ago
Ethan Koenig
ad7699a9c8
Move user_follow to separate file ( #1210 )
Also add unit tests
8 years ago
Ethan Koenig
7a2a9fce72
Unit tests for issue_list ( #1209 )
8 years ago
Patrick G
66124b2373
Search bar fixes for #1187 and #1205 ( #1207 )
8 years ago
Philippe Kueck
2748ff05f0
fix #1189 , commit messages containing a pipe ( #1203 )
8 years ago