aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-2115-67/+62
|
* fix delete user failed on sqlite (#1321)Lunny Xiao2017-03-202-6/+6
|
* fix wiki bugs (#1294)Lunny Xiao2017-03-202-5/+21
|
* Delete the useless code (#1335)caiwp2017-03-201-4/+0
|
* LFS: Return 404 for unimplemented endpoints (#1330)Fabian Zaremba2017-03-201-0/+3
| | | | | | | 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
* Show user OpenID URIs in their profile (#1314)Sandro Santilli2017-03-2011-0/+180
|
* Add change-password admin command (#1304)Sandro Santilli2017-03-201-0/+52
| | | * Add change-password admin command
* Add captcha support to OpenID based signupSandro Santilli2017-03-202-4/+15
|
* Gitea OpenID-2.0 login has been tested with livejournal.com tooSandro Santilli2017-03-201-0/+1
|
* Improve style of user OpenID setting page (#1324)Sandro Santilli2017-03-202-24/+26
| | | * Improve user openid list CSS and regenerate CSS
* fix gpg wrong column typesLunny Xiao2017-03-203-2/+54
|
* Use readonly input form to show the validated OpenID URI (#1308)Sandro Santilli2017-03-202-12/+4
|
* remove empty file (#1326)Lunny Xiao2017-03-191-0/+0
|
* Use font-awesome OpenID icon more (#1320)Sandro Santilli2017-03-192-3/+4
|
* Fix inconsistency in layout (#1316)Patrick G2017-03-181-36/+32
|
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-187-40/+32
|
* Specify that time interval units are seconds (#1311)Sandro Santilli2017-03-181-2/+2
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-1744-53/+2294
|
* Refactor repo/issue/view_content.tmpl (#1276)Kim "BKC" Carlbäcker2017-03-174-310/+312
|
* Refactor admin/auth/new.tmpl (#1277)Kim "BKC" Carlbäcker2017-03-174-116/+119
|
* Allow push to init a wiki repo (#1279)Lunny Xiao2017-03-171-0/+6
| | | | | | * allow push to init a wiki repo * compact error check
* fix wrong log when push to a new branch (#1220)Lunny Xiao2017-03-172-1/+1
|
* Fix missing less sources for oauth (#1288)Antoine GIRARD2017-03-173-33/+58
|
* Make wording of commit search more clearPatrick G2017-03-171-1/+1
|
* Add notice that LFS mirroring is not supported (#1251)Fabian Zaremba2017-03-163-1/+6
| | | | | | * Add notice that LFS mirroring is not supported * Drop German translation
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-165-4/+80
| | | | | | | | | | | | * 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
* Implement GPG api (#710)Antoine GIRARD2017-03-1636-0/+7931
| | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments
* Merge pull request #1258 from ethantkoenig/fix/accessAndrey Nering2017-03-151-1/+5
|\ | | | | Fix nil-dereference bug
| * Fix nil-dereference bugEthan Koenig2017-03-151-1/+5
| |
* | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-1537-2187/+2075
| |
* | Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-156-78/+78
|/ | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* Make sure both scripts/ can live side by side (#1264)Thomas Boerger2017-03-152-25/+14
|
* Synced licenses with github repo (#1246)Thomas Boerger2017-03-15327-1336/+17563
| | | | | | * Added script to download licenses from github * Synced licenses with github repo
* Synced gitignores with github repo (#1245)Thomas Boerger2017-03-15111-592/+1212
| | | | | | | | * Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
* Batch updates for issues (#926)Ethan Koenig2017-03-1511-131/+363
|
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-1526-63/+63
|
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-1520-84/+74
|
* Rename /forget_password url to /forgot_passwordSandro Santilli2017-03-1428-53/+58
| | | | | | | | | 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)
* Fix migration comment (#1241)Sandro Santilli2017-03-141-1/+1
|
* Update locale_en-US.ini (#1235)Patrick G2017-03-141-1/+1
|
* fix forget migration for wiki hooks (#1227)Lunny Xiao2017-03-132-0/+96
|
* fix repo settings external tracker failed and check external urls (#1215)Lunny Xiao2017-03-132-2/+16
|
* Add myself to maintainers (#1229)Patrick G2017-03-131-0/+1
|
* Add LibreJS support (#1201)Sandro Santilli2017-03-122-0/+76
| | | | | See See https://www.gnu.org/software/librejs/ Closes #1200
* fix 500 caused by branches settings introduced by #1198 (#1214)Lunny Xiao2017-03-121-4/+4
|
* Reserve the "explore" user/org name (#1222)Sandro Santilli2017-03-121-1/+1
|
* Add integration test for signup (#1135)Mura Li2017-03-112-0/+66
| | | | | | | | | | | | | | * 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
* Show a link to password reset from password change and delete account (#862)Sandro Santilli2017-03-114-0/+10
| | | | | | | 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
* Simplify RepositoryList.loadAttributes() (#1211)Ethan Koenig2017-03-111-12/+5
|
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-115-72/+123
| | | Also add unit tests