5874 Commits (674422b642452050a7185f10908a9e8a86604f24)
 

Author SHA1 Message Date
Lunny Xiao cdc4600725
Fix fork repository cycle to self (#2860)
* fix fork repository cycle to self

* rename testForkRepo to traverseParentRepo
7 years ago
Lunny Xiao ff9daa3e9b fix click create pull request button 404 (#2859) 7 years ago
Jakub 80a4643359 Fix attachments icon size on zoom in/out (#2853)
* fix attachments icon size on zoom in/out

* make public/css/index.css
7 years ago
Henrik Bengtsson 9bdce5d21b Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791) 7 years ago
Mike Fellows be523152a8 Clean repository ROOT directory name with filepath.Clean (#2846)
For better compatibility with Windows.
7 years ago
Ethan Koenig d91fe5254d Fix ignored errors in API route (#2850)
* Fix ignored errors in API route
7 years ago
Lauris BH 57de1ff991
Fix API raw file content access for default branch (#2849) 7 years ago
GiteaBot 76b8c3c68f "[skip ci] Updated translations via Crowdin" 7 years ago
Discusal Media 6a49ada260 Update TRANSLATORS (#2843)
* Update TRANSLATORS

* Change order to alphabetical
7 years ago
GiteaBot 1febbf0da9 "[skip ci] Updated translations via Crowdin" 7 years ago
Lauris BH bd6f24b4ab
Add deleted_branch table fixture (#2832)
* Add deleted_branch table fixture

* Fix deleted branches tests

* Remove unneeded global variable
7 years ago
GiteaBot 1621069f83 "[skip ci] Updated translations via Crowdin" 7 years ago
Bo-Yi Wu 091f3669ba
change the email and name to GitBot account. (#2848)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
harry 93f726352c Link members and repositories count to each page on org home. (#2787) 7 years ago
lafriks dcb009aa86 '[skip ci] Updated translations via Crowdin' 7 years ago
Lauris BH 08b124dd47
Fix API raw requests for commits and tags (#2841) 7 years ago
Joel da Rosa e6bb8e7a4d Translator pt-BR (#2838)
* Translator pt-BR

* rectification translators pt-BR
7 years ago
Lauris BH 240609432b Issue content should not be updated when closing with comment (#2833) 7 years ago
Guillaume Dube 8798cf4e3b Set session and indexers' data files rel to AppDataPath (#2192)
* Set session and indexers' data files rel to AppDataPath

The setting AppDataPath is now relative to the working directory.
The session svc's PROVIDER_CONFIG now defaults to AppDataPath/data/sessions.
The issue indexer's IssuePath now defaults to AppDataPath/indexers/issues.bleves.

* fix bug
7 years ago
Morlinest 95637e046f Fix order of comments (#2835) 7 years ago
Lauris BH 2e08f230ca
Use different directories for session files in integration tests (#2834) 7 years ago
lafriks 3ee7248970 '[skip ci] Updated translations via Crowdin' 7 years ago
Lauris BH 9500ad1e92
Fix removing backslash before quotes in translations (#2831) 7 years ago
Morlinest 1f04c00e2f Fix redirect url of legacy commits route (#2825) 7 years ago
Morlinest 529f9d03ce Fix ordering in app.ini and fix run mode option (#2829) 7 years ago
Lunny Xiao f70758dec9 Add git clone test on integration test (#1682) 7 years ago
Cum Gun eecaba2031 Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
lafriks d94e2a1c22 '[skip ci] Updated translations via Crowdin' 7 years ago
Jonathan Lozada D 8a9cc86bf6 added myself to the translation list (#2828) 7 years ago
Morlinest 122a66f6e0 Fix commits page url (#2823)
* Fix commits page url

* Check all view types
7 years ago
lafriks 85e99b6a6b '[skip ci] Updated translations via Crowdin' 7 years ago
Morlinest 25acd6c822 Use custom search for each filter type in dashboard (#2343)
* Do custom search for each filter in repo-search

* Fix search url

* Simplify code

* Remove loader and reset counts when changing filter
7 years ago
Lauris BH 266ebf8200 Revert en-US locale (#2821) 7 years ago
lunny 3217102516 '[skip ci] Updated translations via Crowdin' 7 years ago
Lunny Xiao c7ade55d39
fix update-translations on drone (#2822) 7 years ago
lunny 1ccaddcfbb '[skip ci] Updated translations via Crowdin' 7 years ago
Lunny Xiao de9915023d
Fix wrong translations (#2818)
* fix wrong translations

* fix tab on yml
7 years ago
appleboy 6f84569629 '[skip ci] Updated translations via Crowdin' 7 years ago
Bo-Yi Wu c22f443f58
add gitea remote in drone. (#2817)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Bo-Yi Wu dc6dad87d4
add remote name for git push. (#2816)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Jonas Franz e9595a962b Download and pushing translations (#2727)
* Download and pushing translations

* Adding empty line between build steps
7 years ago
Ethan Koenig 1b6a962e70 Include HTTP method in test error message (#2815) 7 years ago
Ethan Koenig e6a97b6675 Use api.TrackedTime in API (#2807)
* Use api.TrackedTime in API

* APIFormat() method

* Rename function
7 years ago
Mulia Nasution e22549747c Fix dropdown menu position on explore repo (#2808)
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
7 years ago
Mulia Nasution 605038dca9 Fix typo (#2810)
Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
7 years ago
Tao Wang d545e32b56 Add environment variable support for Docker image (#2201)
* Add `gettext` dependencies as we need `envsubst` command;
* Modified s6's gitea setup script, instead of `cp` the template if no
`app.ini` exist, it will substitude the envvars and generate the new
`app.ini`;
* Make `/docker/etc/templates/app.ini` a template contains environment
variables;

Signed-off-by: Tao Wang <twang2218@gmail.com>
7 years ago
cstyles b0b24a2dbb Use RelAvatarLink() in GetActAvatar() (#2800) 7 years ago
Lauris BH 82fc50f4ee Fix Git LFS object/repo link storage in database and small refactoring (#2803) 7 years ago
Ethan Koenig 513375c429 Make URL scheme unambiguous (#2408)
* Make URL scheme unambiguous

Redirect old routes to new routes

* Fix redirects to new URL scheme, and update template

* Fix branches/_new endpoints, and update integration test
7 years ago
Arif 6e98812ecf Fix copy in email templates (#2801) 7 years ago