5980 Commits (732d31f750255aae83b573c84fbd888954af6adc)
 

Author SHA1 Message Date
Bo-Yi Wu 732d31f750 refactor: ignore LGTM from author of pull request. (#3283) 6 years ago
GiteaBot 274241c044 [skip ci] Updated translations via Crowdin 6 years ago
Thomas Boerger c4a8d4ce45 Add more additional template snippets (#3286) 6 years ago
GiteaBot a22037713e [skip ci] Updated translations via Crowdin 6 years ago
Piotr Orzechowski 50b7ba1b70 Fix MS AD Search Attributes English translation (#3282) 6 years ago
techknowlogick 289cd1ceb7 Update CONTRIBUTING.md with new Owners (#3281)
* Add in new owners to contributing.md

* Update date
6 years ago
GiteaBot 7944ff7e71 [skip ci] Updated translations via Crowdin 6 years ago
Sandro Santilli bccbbcf12e Add build instruction in README, reorganize some sections (#3257)
* Add build instruction in README, reorganize some sections

* Add link to https://docs.gitea.io/en-us/install-from-source/
6 years ago
GiteaBot b05a17249b [skip ci] Updated translations via Crowdin 6 years ago
Sandro Santilli 8cd987af0c Add repo-sync-releases admin command (#3254)
* Add repo-sync-releases admin command

Will help recovering corrupted database, see #3247

* Load repos in chunks of 10, exit with error if unable to get a list, scan private repos, fix typo

* Fix debug output about num releases

* Introduce RepositoryListDefaultPageSize constant, set to 64

Use it from the new admin command

* Use RepositoryListDefaultPageSize in more places

* Document RepositoryListDefaultPageSize
6 years ago
GiteaBot ae9cc8f972 [skip ci] Updated translations via Crowdin 6 years ago
Ethan Koenig c64924682e Fix race condition in team functions (#3268) 6 years ago
Morgan Bazalgette edce41ae65 go back to using CFB for AES decryption/encryption for 2FA (#3274) 6 years ago
Antoine GIRARD d2736e268b Remove unused vendor github.com/stretchr/testify/require (#3273) 6 years ago
Ethan Koenig 3850bad4c0 Remove unused consts/vars (#3270) 6 years ago
Morgan Bazalgette 3d3faa2624 Responsive view (#2750)
* Viewport meta tag

* responsive: dashboard

* responsive: issues page

* responsive: Explore page

* responsive: navbar, and some navbar css refactoring

* responsive: button for collapsing navbar in mobile view

* Mark the hamburger button as active when pressed

* better homepage for responsive views

* Bring back jump class in navbar

The class was necessary, because this way the
dropdown doesn't assume the contents of the
selected item.

* make repository homes responsive

* Make file view page responsive

* Make forms look good on responsive views

* make commits and commit diff view responsive

* issues and PRs

* responsive wiki

* Don't place auto-init far off the page

* Minor changes to amend broken stuff

minor improvements

- make login/sign up in navbar stackable
- make navbar in explore and sign in not stackable

Change selected class in TestPullCompare

Fix typo that happened when rebasing

fix dashboard on org view

improve profile UI

Use clearing on file diff to fix broken UI caused by floating elements

remove unresolved merge conflict, and | Sanitize

Fix repo home not loading
6 years ago
Roman Egunkov 2f8c65c885 Fixed link to Issue 165 in comment, that was broken by commit 2d68bd1ef9 (index 8110ac85..0f6163c4 100644). (#3267) 6 years ago
Mike Fellows 08cf7d90ef Add docs for REDIRECT_OTHER_PORT and PORT_TO_REDIRECT config options (#3262) 6 years ago
Ethan Koenig 4c9341f689 Fix bugs in issue dashboard stats (#3073) 6 years ago
Mike Fellows fabf3f2fc2 Add an option to allow redirect of http port 80 to https. (#1928)
* Add an option to allow redirect of http port 80 to https.

This is an "opt in" option (default is to not redirect).  It will only redirect
if protocol is https and the new REDIRECT_PORT_80 option is set to true.

The Port to redirect in previous commit was hardcoded to 80, now it can be
specified in the app.ini, defaulting to 80.  The boolean option to turn
redirection on has been changed to REDIRECT_OTHER_PORT to be logically
consistent with the new port option.

Signed-off-by: Mike Fellows <mike.fellows@shaw.ca>
6 years ago
Lunny Xiao f5155b9913 Small improve on deleting attachements (#3145)
* Small improve on deleting attachements

* improve the sequence of deletion
6 years ago
Antoine GIRARD cc7b8e3379 Add more bench (#3161)
* Improve makefile + Add benchs

* Apply recommendations of @ethantkoenig
6 years ago
GiteaBot a995ad90e1 [skip ci] Updated translations via Crowdin 7 years ago
Ethan Koenig 156aa42ba0 Update code.gitea.io/git (#3251) 7 years ago
Ethan Koenig 515cdaa85d Fix ignored errors when checking if organization, team member (#3177) 7 years ago
Lunny Xiao 529482135c
Support default private when creating or migrating repository (#3239)
* support default private when creating or migrating repository

* fix fmt

* use string constants on repository default private in app.ini

* fix fmt
7 years ago
Ethan Koenig e67b4055f9 Fix repo-transfer-and-team-repo-count bug (#3241) 7 years ago
GiteaBot 7cf17e376b [skip ci] Updated translations via Crowdin 7 years ago
Bo-Yi Wu 456648adac chore: upgrade gitea/git version (#3240)
ref: https://github.com/go-gitea/gitea/pull/3190
7 years ago
Sandro Santilli 7b28154e8b Add missing repository setting docs in cheat sheet (#3230) 7 years ago
Chris Woodward 5332052019 Fixed missing end tag for organization link (#3229) 7 years ago
Jesstern Rays 1123313240 Use correct camel casing for JavaScript (#3224)
JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
7 years ago
Sandro Santilli 7e59587173 Open external tracker in blank window, consistently with wiki (#3227)
Closes #3216
7 years ago
Ethan Koenig 0e384c6376 Check ignored errors for issue and milestone count (#3213) 7 years ago
Sandro Santilli 9a0e2a8b07 Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)
Include defaults in cheat sheet, for that section
7 years ago
Ethan Koenig 6abfa48c0e Remove unnecessary updates to issue indexer (#3212) 7 years ago
Sandro Santilli eb2b4df0ed Change SSL Mode from checkbox to string in admin page (#3208)
Closes #3207

Use a string, not a checkbox because "require", "verify-full",
"verify-ca" and "disable" values are supported ...
7 years ago
Ethan Koenig befa7445d2 Unit tests for routers/repo/issue_label (#3198) 7 years ago
Ethan Koenig bde0409433 Fix repo links on user profile (#3197) 7 years ago
silverwind 1687aa59e6 Improve suppressed diff boxes (#3193) 7 years ago
Lunny Xiao f94c1b3943
Improvements for supporting UI Location (#3146)
* improvements for supporting UI Location

* improved the comment
7 years ago
Patrick Lühne b6d2243ac0 Make spacing in configuration file consistent (#3186)
This makes the spacing consistent across all options.

Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
7 years ago
Lauris BH c06cc740de
Reorder migrations, skip errors if running migration again (#3160)
* Reorder migrations, skip errors if running migration again

* Rename migration file names to match migration version

* Add note about ingored error
7 years ago
Lauris BH d3c5911ffc Fix wiki page list not rendering after updatedunix changes (#3175) 7 years ago
Lunny Xiao 00bfa1d055
fix run web with -p push failed (#3154) 7 years ago
Ethan Koenig 0b77dbc11c Fix new pull request link (#3133)
* Fix new pull request link

* Only show button for branches
7 years ago
GiteaBot e693fda325 [skip ci] Updated translations via Crowdin 7 years ago
Lunny Xiao 859b9ad7ea fix org owner cannot be removed if there is not in owner team (#3164) 7 years ago
Ethan Koenig 9f033bf2b5 Make test more robust (#3167) 7 years ago
GiteaBot 2ad633344e [skip ci] Updated translations via Crowdin 7 years ago