aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change sqlite DB path default to data directory (#6198)John Olheiser2019-02-271-1/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-261-1/+24
|
* Use go 1.12 for tests and deprecate go 1.9 (#6186)techknowlogick2019-02-271-22/+22
| | | Blocked until 1.12 docker images are released
* fix bug when migrate repository 500 when repo is existed (#6188)Lunny Xiao2019-02-262-0/+10
| | | | | | | | * fix bug when migrate repository 500 when repo is existed * use 409 but not 422 for error status code when not exist * translation fix
* Increase Username and Orgname MaxSize 35 -> 40 (#6178)Segev Finer2019-02-259-12/+47
| | | | | | | | | | | | | | * Increase Username and Orgname MaxSize 35 -> 40 Signed-off-by: Segev Finer <segev@codeocean.com> * Dep update code.gitea.io/sdk Signed-off-by: Segev Finer <segev@codeocean.com> * Run generate-swagger Signed-off-by: Segev Finer <segev@codeocean.com>
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-251-0/+50
|
* UI: Fix scrollbar always present on page body (#6177)silverwind2019-02-252-3/+3
|
* UI: Make document body a flexbox (#6139)silverwind2019-02-2411-18/+7
| | | | | | | | | | | | * UI: Make document body a flexbox Fixes: https://github.com/go-gitea/gitea/issues/6118 * ie11 fixes * increase padding to 80px * add flex-grow
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-243-3/+30
|
* Refactor coverage profile with multiple packages (#6167)Bo-Yi Wu2019-02-231-1/+1
|
* feat(docker): speed up docker build. (#6159)Bo-Yi Wu2019-02-231-0/+11
| | | | | | | | * feat(docker): speed up docker build. * feat: add docker dryrun * fix: remove docker username and password if dryrun
* fix bug user could change private repository to public when force private ↵Lunny Xiao2019-02-222-1/+9
| | | | enabled. (#6156)
* fix bug when update owner team then visit team's repo return 404 (#6119)Lunny Xiao2019-02-223-2/+20
|
* Make repo creation for API similar to UI (#6142)John Olheiser2019-02-211-0/+3
|
* Allow display of LFS stored Readme.md on directory page (#6073) (#6099)zeripath2019-02-211-26/+88
| | | | | | | | | | | | | | | | | | * Fix display of >1Kb LFS text files * Make LFS stored Readme files viewable Signed-off-by: Andrew Thornton <art27@cantab.net> * Slight restructure Signed-off-by: Andrew Thornton <art27@cantab.net> * Slight restructure Signed-off-by: Andrew Thornton <art27@cantab.net> * catch errors and restructure LFS sections
* Admins can now do unlimited page size user search (listAllUsers & ↵John Olheiser2019-02-212-1/+4
| | | | | listAllOrgs) (#6143) Non-admins will default to 10 page size
* Add more tests and docs for issue indexer, add db indexer type for searching ↵Lunny Xiao2019-02-2112-11/+174
| | | | | | | | | | | | | | from database (#6144) * add more tests and docs for issue indexer, add db indexer type for searching from database * fix typo * fix typo * fix lint * improve docs
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-2111-171/+231
| | | | | | | | * refactor issue indexer, add some testing and fix a bug * fix error copyright year on comment header * issues indexer package import keep consistent
* Makefile changes for Windows and easier development (#6103)John Olheiser2019-02-203-4/+12
| | | | | | | | * Added Go Path and node_modules to PATH * Uses npx now for generate-stylesheets * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH * Added note about installing Node 8.0+ to generate stylesheets * Added preferred Node version to CONTRIBUTING.md
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-191-0/+18
|
* Minor UI tweaks (#5980)John Olheiser2019-02-1915-53/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove all CommitStatus when a repo is deleted Signed-off-by: jolheiser <john.olheiser@gmail.com> * Minor UI tweaks (#5782) Added 'No License' option Added link and octicon change for external issue trackers Reset password now notifies right away if the code is invalid Signed-off-by: jolheiser <john.olheiser@gmail.com> * More UI tweaks More info in PR * Generate stylesheet for arc-green * Make gofmt work * Change PR integration since the button is changed * Rebase * Generate stylesheet * UI updates Made the PR button a "basic" button Vertically centered the issue checkboxes Labels will update only once after modal is closed * Commit to reference related issues Resolves #5782 Resolves #5861 Addresses original question in #5993 * Change the comment wording since PR button is no longer little and green. * Revert changes that made Windows work * Regenerate stylesheet * Regenerate stylesheets * make generate-stylesheets * Update integration again, changed button style Signed-off-by: jolheiser <john.olheiser@gmail.com> * Added ID to PR button Changed integration to use the ID to avoid breaking in the future * Added missing semi-colons * Added back distinction between issue actions and filters (overlooked it before) Moved action button over next to other action dropdowns * Remove extra tab formatting in list.tmpl * Remove more formatting from GoLand * Replace hardcoded "No License" with i18n license helper.
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-191-0/+24
|
* Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)Lauris BH2019-02-195-8/+121
|
* Apply for maintainers (#6123)John Olheiser2019-02-191-0/+1
|
* Load Issue attributes for API call (#6122)John Olheiser2019-02-191-1/+1
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* remove unused file (#6121)Lunny Xiao2019-02-191-143/+0
|
* Refactor issue indexer (#5363)Lunny Xiao2019-02-1922-116/+1045
|
* Show email if the authenticated user owns the profile page being requested ↵Lanre Adelowo2019-02-194-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for (#4981) * Show email if the authenticated user owns the profile page being requested for. Also removed `setting.UI.ShowUserEmail` as it's documentation says it only controls the email setting on the explore page * fix current user check... This prevents a panic as a user must be signed in before ctx.User is called * fix panic in tests * try to fix tests * Update year * Test CI fail * Revert change * User 3 is not allowed to authorize * Set user2 email to be private * Change to user4 in explore page as user2 now has private email option set
* dashboard: sort Repositories widget by most recently updated (issue #3963) ↵Allen Wild2019-02-191-1/+3
| | | | | | | | (#4599) Similar to Github and other git hosting sites, sort the user's repos on the dashboard by last updated rather than alphabetically. An alphabetic sort isn't very useful once a user has more than 15 repos and wants quick access to recent ones that aren't in the first part of the alphabet.
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-197-9/+83
| | | | | | | | | | | | * fix bug prohibit login not applied on dashboard * fix tests * fix bug user status leak * fix typo * return after render
* Show private organization for admin, fix #6111 (#6112)Zsombor2019-02-191-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-1829-0/+29
|
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-1819-4/+435
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-1827-28/+388
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-181-0/+2
|
* Move to ldap.v3 to fix #5928 (#6105)zeripath2019-02-1824-433/+721
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update bleve dependency to latest master revision (#6100)Lunny Xiao2019-02-17161-4154/+9832
| | | | | | | | * update bleve to master b17287a86f6cac923a5d886e10618df994eeb54b6724eac2e3b8dde89cfbe3a2 * remove unused pkg from dep file * change bleve from master to recent revision
* Fix deadlock in webhook PullRequest (#6102)zeripath2019-02-173-13/+15
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-1717-34/+0
|
* modules/context/auth.go: fix redirect loop (#5965)xdch472019-02-171-1/+1
| | | Closes #5815
* Allow labels to contain emoji (#6063)John Olheiser2019-02-169-21/+36
| | | | | | | | | | | | | | | | | | | * Add emoji to labels Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser <john.olheiser@gmail.com> * Quick find/replace in other i18n files containing label translations Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert "Quick find/replace in other i18n files containing label translations" This reverts commit ec3e1a3a1775989301bb2c1cd08e8871b317688d. * Add style to overwrite emoji height in labels * Revert Makefile change that makes Windows work
* add doc/features/comparison zh-cn translation (#6067)我没有抓狂2019-02-161-0/+125
|
* Backport 1.7.2 changelog (#6082)techknowlogick2019-02-151-0/+16
| | | | * Include changes also from PR #6084
* Revert "Fix wrapping long code lines in UI" (#6074)silverwind2019-02-155-11/+25
| | | | | This reverts commit e5cd80e0219f10818f43e8cab6b9c814cb1cd796. Fixes: https://github.com/go-gitea/gitea/issues/6064
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-141-0/+1
|
* Update .drone.yml (#6070)techknowlogick2019-02-141-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-02-131-0/+2
|
* make sure labels are actually returned (#6053)Lanre Adelowo2019-02-131-0/+5
|
* Fix panic: template: repo/issue/list:210: unexpected "=" in operand (#6041)Zsombor2019-02-132-17/+21
|
* Update and expand information about building Gitea (#6019)zeripath2019-02-122-52/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update and expand building information Signed-off-by: Andrew Thornton <art27@cantab.net> * remove extraneous extra line Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix spelling mistake Signed-off-by: Andrew Thornton <art27@cantab.net> * Note about documentation for the website Signed-off-by: Andrew Thornton <art27@cantab.net> * More changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Clarified the automatic build dependency * Update the from-source to match the hacking information * Extend quotes * Update required go and discord link Signed-off-by: Andrew Thornton <art27@cantab.net> * Update hacking-on-gitea.en-us.md Add in information about postcss