Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FCGI (over TCP) support (#1368) | Pavel Korovin | 2017-03-23 | 1 | -1/+6 |
| | |||||
* | rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) | Philippe Kueck | 2017-03-23 | 3 | -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 Xiao | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Cleaner IMO (#1361) | Kim "BKC" Carlbäcker | 2017-03-22 | 1 | -10/+40 |
| | |||||
* | Changed text when password reset disabled. (#1364) | Jonas | 2017-03-22 | 2 | -1/+2 |
| | | | Fixes #1340 | ||||
* | Remove href on first/last link when on first/last page (#1345) | aloupfor | 2017-03-22 | 1 | -2/+2 |
| | | | Signed-off-by: Arthur Loupforest <arthur.loupforest@outlook.fr> | ||||
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 14 | -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 Zaremba | 2017-03-22 | 1 | -3/+5 |
| | | | Fixes #1296 | ||||
* | Reduce conditionals in signin/signup inner forms (#1138) | Kim "BKC" Carlbäcker | 2017-03-22 | 3 | -7/+12 |
|\ | |||||
| * | Reduce conditionals in signin/signup inner forms | Sandro Santilli | 2017-03-20 | 3 | -7/+12 |
| | | | | | | | | by always using SignInLink and SignUpLink in the form action | ||||
* | | Removed email copyright year (#1348) | Jonas | 2017-03-21 | 4 | -4/+4 |
| | | |||||
* | | Fix broken table layout (#1344) | Jonas | 2017-03-21 | 2 | -6/+4 |
| | | |||||
* | | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 15 | -67/+62 |
| | | |||||
* | | fix delete user failed on sqlite (#1321) | Lunny Xiao | 2017-03-20 | 2 | -6/+6 |
| | | |||||
* | | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 2 | -5/+21 |
| | | |||||
* | | Delete the useless code (#1335) | caiwp | 2017-03-20 | 1 | -4/+0 |
| | | |||||
* | | LFS: Return 404 for unimplemented endpoints (#1330) | Fabian Zaremba | 2017-03-20 | 1 | -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 Santilli | 2017-03-20 | 11 | -0/+180 |
| | |||||
* | Add change-password admin command (#1304) | Sandro Santilli | 2017-03-20 | 1 | -0/+52 |
| | | | * Add change-password admin command | ||||
* | Add captcha support to OpenID based signup | Sandro Santilli | 2017-03-20 | 2 | -4/+15 |
| | |||||
* | Gitea OpenID-2.0 login has been tested with livejournal.com too | Sandro Santilli | 2017-03-20 | 1 | -0/+1 |
| | |||||
* | Improve style of user OpenID setting page (#1324) | Sandro Santilli | 2017-03-20 | 2 | -24/+26 |
| | | | * Improve user openid list CSS and regenerate CSS | ||||
* | fix gpg wrong column types | Lunny Xiao | 2017-03-20 | 3 | -2/+54 |
| | |||||
* | Use readonly input form to show the validated OpenID URI (#1308) | Sandro Santilli | 2017-03-20 | 2 | -12/+4 |
| | |||||
* | remove empty file (#1326) | Lunny Xiao | 2017-03-19 | 1 | -0/+0 |
| | |||||
* | Use font-awesome OpenID icon more (#1320) | Sandro Santilli | 2017-03-19 | 2 | -3/+4 |
| | |||||
* | Fix inconsistency in layout (#1316) | Patrick G | 2017-03-18 | 1 | -36/+32 |
| | |||||
* | feat: Only use issue and wiki on repo. (#1297) | Bo-Yi Wu | 2017-03-18 | 7 | -40/+32 |
| | |||||
* | Specify that time interval units are seconds (#1311) | Sandro Santilli | 2017-03-18 | 1 | -2/+2 |
| | |||||
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 44 | -53/+2294 |
| | |||||
* | Refactor repo/issue/view_content.tmpl (#1276) | Kim "BKC" Carlbäcker | 2017-03-17 | 4 | -310/+312 |
| | |||||
* | Refactor admin/auth/new.tmpl (#1277) | Kim "BKC" Carlbäcker | 2017-03-17 | 4 | -116/+119 |
| | |||||
* | Allow push to init a wiki repo (#1279) | Lunny Xiao | 2017-03-17 | 1 | -0/+6 |
| | | | | | | * allow push to init a wiki repo * compact error check | ||||
* | fix wrong log when push to a new branch (#1220) | Lunny Xiao | 2017-03-17 | 2 | -1/+1 |
| | |||||
* | Fix missing less sources for oauth (#1288) | Antoine GIRARD | 2017-03-17 | 3 | -33/+58 |
| | |||||
* | Make wording of commit search more clear | Patrick G | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | Add notice that LFS mirroring is not supported (#1251) | Fabian Zaremba | 2017-03-16 | 3 | -1/+6 |
| | | | | | | * Add notice that LFS mirroring is not supported * Drop German translation | ||||
* | Send notifications to partecipants in issue comments (#1217) | Sandro Santilli | 2017-03-16 | 5 | -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 GIRARD | 2017-03-16 | 36 | -0/+7931 |
| | | | | | | | | | | * Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments | ||||
* | Merge pull request #1258 from ethantkoenig/fix/access | Andrey Nering | 2017-03-15 | 1 | -1/+5 |
|\ | | | | | Fix nil-dereference bug | ||||
| * | Fix nil-dereference bug | Ethan Koenig | 2017-03-15 | 1 | -1/+5 |
| | | |||||
* | | Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270) | Patrick G | 2017-03-15 | 37 | -2187/+2075 |
| | | |||||
* | | Cleaner UI for explore page (#1253) (#1255) | Patrick G | 2017-03-15 | 6 | -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 Boerger | 2017-03-15 | 2 | -25/+14 |
| | |||||
* | Synced licenses with github repo (#1246) | Thomas Boerger | 2017-03-15 | 327 | -1336/+17563 |
| | | | | | | * Added script to download licenses from github * Synced licenses with github repo | ||||
* | Synced gitignores with github repo (#1245) | Thomas Boerger | 2017-03-15 | 111 | -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 Koenig | 2017-03-15 | 11 | -131/+363 |
| | |||||
* | Fix typos in models/ and modules/ (#1248) | Ethan Koenig | 2017-03-15 | 26 | -63/+63 |
| | |||||
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 20 | -84/+74 |
| | |||||
* | Rename /forget_password url to /forgot_password | Sandro Santilli | 2017-03-14 | 28 | -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) |