Commit Graph

6681 Commits (756eafaaf68b3cadb3f33f37554a6aa2d83921ef)
 

Author SHA1 Message Date
SagePtr 74d65b5b5b Update legacy branch and tag URLs in dashboard to new format ()
Joel da Rosa 34831afaa7 Locale for Edit and Remove due date issue ()
Piotr Orzechowski 51c3b4b4bf Add Orzech to translator list ()
Piotr Orzechowski 56d931aeac Hide home button when landing page is not set to home ()
SagePtr 4ae5a54c1f Fix missing release title in webhook () ()
Deoren Moor b63e2e0ded Update en-us and fr-fr versions of the "Upgrade from Gogs" doc ()
* Update "Upgrade from Gogs" en-us doc

- Move "Change gogs specific information" FROM/TO steps up
  to just beneath matching section header, adjust indention
  and explicitly specify syntax of code sample to provide
  highlighting

- Adjust header levels to match what appears to be the
  intended level, remove trailing decoration (see below)

- Move "Upgrading to most recent ..." section down, remove
  decoration (section header formatting likely covers this
  well enough already)

refs , 

* Update "Upgrade from Gogs" fr-fr doc

- Adjust indention and explicitly specify syntax of code
  sample to provide highlighting

- Adjust header levels to match what appears to be the
  intended level, remove trailing decoration since
  section header formatting likely covers this
  well enough already

refs , 
EnricoFerro 0a24f5cac8 Disable 'May Import Local Repository' when is disabled by setting (Issue ) ()
techknowlogick 194a11eb11
Don't disclose emails of all users when sending out emails ()
EnricoFerro 912953e82a API /admin/users/{username} missing parameter ()
Russell Aunger 127f477056 MySQL TLS ()
GiteaBot 0dac1ff677 [skip ci] Updated translations via Crowdin
Lanre Adelowo f766e9713b Add myself to maintainers ()
GiteaBot 3c39b6351c [skip ci] Updated translations via Crowdin
Lanre Adelowo 33bc2ebdfa Make sure to reset commit count in the cache on mirror syncing ()
* Make sure to reset commit count in the cache on mirror syncing

* reset count of commits in all branches
Lanre Adelowo 6ca8fbd2f9 Fixed bug where team with admin privelege type doesn't get any unit attached to the team ()
GiteaBot 05dcfcfc33 [skip ci] Updated translations via Crowdin
Fluf b82c14b3d2 add letsencrypt to Gitea ()
Lanre Adelowo 6c1a31ffaa User shouldn't be able to approve or reject his/her own PR ()
* Make sure author cannot reject/approve their own PR

* Disable buttons in templates too

* Remove unneccessary if check since the switch below catches it

* Fix IsOwner check

* Update template and remove new template variable

* Add alert template and redirect to diff page on review failure

* Redirect to files diff as a little update to 
Julien Tant fa93857117 allow WIP marker to contains < or > ()
Lanre Adelowo a6cdda115d Display error when adding a user to a team twice ()
Tosone b1ad5734c6 Add whitespace between chinese characters and english characters. ()
Signed-off-by: Tosone <i@tosiney.com>
GiteaBot 1b2aff02a2 [skip ci] Updated translations via Crowdin
SagePtr 50ce19eff7 Fix failure on creating pull request with assignees () ()
GiteaBot 8273479b41 [skip ci] Updated translations via Crowdin
Andrew Phillips b30f6b4099 Remove UsePrivilegeSeparation from the Docker sshd_config, see ()
Signed-off-by: Andrew Phillips <theasp@gmail.com>
GiteaBot f24ba27d79 [skip ci] Updated translations via Crowdin
SagePtr 8f86c43b90 Fix incorrect caption of webhook setting () ()
GiteaBot bc06ab4a31 [skip ci] Updated translations via Crowdin
Lauris BH 92466129ec
Improve URL validation for external wiki and external issues ()
* Improve URL validation for external wiki  and external issues

* Do not allow also localhost address for external URLs
SagePtr 0449330dbc Make cookies HttpOnly and obey COOKIE_SECURE flag ()
nemoinho ca112f0a04 Add whitespace handling to PR-comparsion ()
* Add whitespace handling to PR-comparsion

In a PR we have to keep an eye on a lot of different things. But sometimes the
bare code is the key-thing we want to care about and just don't want to care
about fixed indention on some places. Especially if we follow the pathfinder
rule we face a lot of these situations because these changes don't break the
code in many languages but improve the readability a lot.

So this change introduce a fine graned button to adjust the way how the
reviewer want to see whitespace-changes within the code.

The possibilities reflect the possibilities from git itself except of the
`--ignore-blank-lines` flag because that one is also handled by `-b` and is
really rare.

Signed-off-by: Felix Nehrke <felix@nehrke.info>
GiteaBot 03e558c29b [skip ci] Updated translations via Crowdin
Julien Tant e6777f7b9d Focus title input when clicking helper link ()
GiteaBot df0eb7372c [skip ci] Updated translations via Crowdin
Julien Tant 7781e8cef2 Disable merging a WIP Pull request ()
* prevent pull request to be merged when PR is a WIP

* add tests

* add helper to prepend WIP: in PR title

* move default wip prefixes into settings

* use configurable WIP prefixes in javascript and default to first one in templates

* add documentation

* add unit test on pull model

Signed-off-by: Julien Tant <julien@craftyx.fr>
Lunny Xiao 52c2cb15db add vendor to user reserved words and format words list according alphabet ()
SagePtr a4fa6bbc89 Hide org/create menu item in Dashboard if user has no rights () ()
Lauris BH 6e68b61479 Fix dark theme diff box header backround color ()
techknowlogick ce7c64c7e1
Use updated docs link on install page ()
Fix 
Lanre Adelowo 3422077a89 make sure to set pr split view ()
Signed-off-by: Lanre Adelowo <yo@lanre.wtf>
Lauris BH 7fbdd4f2ac Enable swagger validation back as issue with it has been fixed upstream ()
SagePtr 3ad5399a31 Update gitea version in install-from-binary docs ()
Lanre Adelowo 69a855f3d4 log user in after a successful sign up ()
SagePtr 4a7de87071 Add gitea/issues link to 500 page ()
techknowlogick 5dfe8b4340
Add 1.5.0 changelog ()
Lunny Xiao 8da45ae2b3 improve comparison to add issue dependency ()
nemoinho 0e04a2091a Fix Split-View line adjustment ()
The $-function is unreachable in the previous implementation because jQuery is
not loaded yet. I fix this by executing the function after the content is
loaded, so jQuery is loaded at the time of execution and the call will not fail
anymore.

Signed-off-by: Felix Nehrke <felix@nehrke.info>
Lunny Xiao 578cf52ce5
Site admin could create repos even MAX_CREATION_LIMIT=0 ()
* site admin could create repos even MAX_CREATION_LIMIT=0

* Optimize if structure
techknowlogick 0e464995ce
Remove link to GitHub issues ()
Piotr Orzechowski 152c6af97e Fix custom templates being ignored ()