Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitation fix from Gogs (#1461) | Kim "BKC" Carlbäcker | 2017-04-13 | 7 | -27/+118 |
| | | | | | | | | | | | | | | | | * Santiation fix from Gogs * Linting * Fix build-errors * still not working * Fix all the things! * gofmt * Add code-injection checks | ||||
* | Optimize and fix autolink function (#1442) (#1444) | Michael de Wit | 2017-04-12 | 1 | -15/+45 |
| | | | | | | * Optimize and fix autolink function (#1442) * Fix bug in autolink recursive fallback function | ||||
* | refactor: show command help message. (#1486) | Bo-Yi Wu | 2017-04-12 | 4 | -3/+7 |
| | |||||
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 8 | -0/+119 |
| | | | | | | | | | | | | | | | * Implementation of the feature to view repository size in admin panel * Move GetRepoSize to git module * Repository.RepoSize -> Repository.Size * RepoSize -> Size in template * Redo a few bits and pieces * Update size when syncing mirror or forking * Remove GetRepoSize * Changed fatal errors to error message * Copy migration code from Gogs * make fmt | ||||
* | Mirror sync interval specified as duration string (#1407) | Jonas | 2017-04-08 | 10 | -21/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Sync interval specifed as duration string * Changed mirror interval text * make fmt * Add MinInterval for mirror sync * Use duration internally * Changed min default to 10m * make fmt * Incorrect default * Removed defaults in MustDuration() * Add Mirror interval migration * Default values corrected * Use transaction during migration * Change http 500 to page with error message * Cleanup session.commit() | ||||
* | Fix race when running commands with timeout (#1465) | Mura Li | 2017-04-07 | 4 | -25/+73 |
| | | | Update vendored module code.gitea.io/git | ||||
* | refactor update ssh key use time (#1466) | Lunny Xiao | 2017-04-07 | 2 | -7/+15 |
| | |||||
* | Fix #1418 (#1456) | Antoine GIRARD | 2017-04-07 | 5 | -118/+28 |
| | |||||
* | Autofocus on 2fa passcode fields (#1460) | Jonas | 2017-04-07 | 2 | -2/+2 |
| | | | | | | * Autofocus on 2fa passcode field * Autofocus on 2fa scratch code field | ||||
* | fix migrate failed and org dashboard failed on MSSQL database (#1448) | Lunny Xiao | 2017-04-06 | 36 | -1628/+1993 |
| | |||||
* | fix gpg API panic when no verification (#1451) | Lunny Xiao | 2017-04-06 | 1 | -2/+7 |
| | | | | | | * fix gpg API panic when no verification * fix if condition | ||||
* | Fix and simplify repo branches UI (#1435) | Morlinest | 2017-04-06 | 1 | -24/+20 |
| | |||||
* | Set VERSION from git once, in a variable (#1447) | Sandro Santilli | 2017-04-06 | 1 | -1/+3 |
| | |||||
* | Correct broken unaligned load/store in armv5 (#1355) | Damien Gaignon | 2017-04-05 | 19 | -74/+320 |
| | | | Update vendor github.com/boltdb/bolt to take care of the issue #1354. | ||||
* | Commit search appearence fixes (#1254) | Patrick G | 2017-04-05 | 2 | -2/+6 |
| | | | | | | * Fix button text to be consisstent with rest of UI * Make all commits checkbox look nicer | ||||
* | fix: remove `str2html` from org full name (#1360) | Bo-Yi Wu | 2017-04-05 | 5 | -5/+5 |
| | | | | | | * fix: remove str2html for security issue. * fix: update | ||||
* | Corrected Mirror.NextUpdate not set (#1388) | Jonas | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | Add GOFLAGS and EXTRA_GOFLAGS (#1438) | Mura Li | 2017-04-05 | 1 | -1/+4 |
| | |||||
* | Remove unused mutex field (#1440) | Mura Li | 2017-04-04 | 1 | -2/+0 |
| | |||||
* | Fix races in the log module by using syncmap (#1421) | Mura Li | 2017-04-03 | 5 | -26/+455 |
| | |||||
* | fixes pull request hanging indefinitely when it contains normal and LFS file ↵ | Kuba Tyszko | 2017-04-03 | 1 | -1/+0 |
| | | | | pointers (#1425) | ||||
* | Fix disabled fields in repo settings UI (#1431) | Morlinest | 2017-04-03 | 1 | -4/+6 |
| | |||||
* | Merge pull request #1410 from andreynering/notification/issue-watch | Andrey Nering | 2017-04-01 | 10 | -8/+271 |
|\ | | | | | [Notifications Step 6] Per issue/PR watch/unwatch | ||||
| * | Improve tests a little | Andrey Nering | 2017-04-01 | 1 | -0/+9 |
| | | |||||
| * | Code style fixes | Andrey Nering | 2017-04-01 | 1 | -2/+3 |
| | | |||||
| * | Add unit tests for issue_watch | Andrey Nering | 2017-03-30 | 2 | -0/+57 |
| | | |||||
| * | Use variables for times | Andrey Nering | 2017-03-30 | 1 | -6/+14 |
| | | |||||
| * | Add copyright headers | Andrey Nering | 2017-03-30 | 2 | -0/+8 |
| | | |||||
| * | UI and translation improvements | Andrey Nering | 2017-03-30 | 2 | -7/+6 |
| | | |||||
| * | Fix lint | Andrey Nering | 2017-03-29 | 1 | -0/+2 |
| | | |||||
| * | Add octicons to watch/unwatch buttons | Andrey Nering | 2017-03-29 | 1 | -0/+2 |
| | | |||||
| * | Add updated_unix column on issue_watch | Andrey Nering | 2017-03-29 | 1 | -1/+12 |
| | | |||||
| * | Consider issue_watchers while sending notifications | Andrey Nering | 2017-03-29 | 2 | -8/+42 |
| | | |||||
| * | Add watch button on issue | Andrey Nering | 2017-03-29 | 6 | -0/+111 |
| | | |||||
| * | Create issue_watch table | Andrey Nering | 2017-03-29 | 2 | -0/+21 |
| | | |||||
* | | Fix "Error: No issue number specified" when pushing (#1393) | agrn | 2017-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | * Fix "Error: No issue number specified" when pushing * update pr | ||||
* | | Support for custom html meta (#1423) | Jonas | 2017-03-31 | 4 | -4/+32 |
| | | | | | | | | | | | | * Support for custom html meta * Changed html meta description default | ||||
* | | Add length check for the return string (#1420) | Mura Li | 2017-03-31 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | * Add length check for the return string * Differentiate error paths and logging messages * Rectify error message | ||||
* | | Merge pull request #1390 from Morlinest/commit-graph-UI | Andrey Nering | 2017-03-30 | 1 | -3/+1 |
|\ \ | | | | | | | Use whole button (commit graph) as link | ||||
| * | | Use whole button as link | Peter Žeby | 2017-03-27 | 1 | -3/+1 |
| | | | |||||
* | | | Make issue in commit graph "clickable" (#1392) | Morlinest | 2017-03-30 | 1 | -1/+1 |
| | | | |||||
* | | | Simplify settings pages with item list (#1389) | Antoine GIRARD | 2017-03-30 | 9 | -170/+130 |
| |/ |/| | | | | | | | | | | | | | | | | | * Remove point column on ssh key setting page * Remove un-used css * Some cleaning * Use octicon-key | ||||
* | | Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) | Sandro Santilli | 2017-03-29 | 7 | -38/+47 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | refactor: remove workaround after the golang 1.7 release. (#1349) | Bo-Yi Wu | 2017-03-29 | 3 | -19/+34 |
|/ | | | | | | | | | | | | | | * 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 | ||||
* | Minor improvements on commit graph UI (#1380) | Andrey Nering | 2017-03-24 | 3 | -2/+4 |
| | | | | | | * Make "Commit Graph" link a button and translate it * Add title on Commit Graph page | ||||
* | 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 |