summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix FCGI (over TCP) support (#1368)Pavel Korovin2017-03-231-1/+6
|
* rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257)Philippe Kueck2017-03-233-6/+96
| | | | | | | | | | | | | | * 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
* fix migration failed when authorized_keys is not exist (#1180)Lunny Xiao2017-03-231-0/+5
|
* Cleaner IMO (#1361)Kim "BKC" Carlbäcker2017-03-221-10/+40
|
* Changed text when password reset disabled. (#1364)Jonas2017-03-222-1/+2
| | | Fixes #1340
* Remove href on first/last link when on first/last page (#1345)aloupfor2017-03-221-2/+2
| | | Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr>
* GPG commit validation (#1150)Antoine GIRARD2017-03-2214-21/+480
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* LFS: Fix SSH authentication for trailing arguments (#1328)Fabian Zaremba2017-03-221-3/+5
| | | Fixes #1296
* Reduce conditionals in signin/signup inner forms (#1138)Kim "BKC" Carlbäcker2017-03-223-7/+12
|\
| * Reduce conditionals in signin/signup inner formsSandro Santilli2017-03-203-7/+12
| | | | | | | | by always using SignInLink and SignUpLink in the form action
* | Removed email copyright year (#1348)Jonas2017-03-214-4/+4
| |
* | Fix broken table layout (#1344)Jonas2017-03-212-6/+4
| |
* | 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)