e63274ee09
remove macaron dependent on models/mail.go ( #6931 )
2019-05-14 01:53:54 +03:00
36b68fdb01
[docker] support for custom GITEA_CUSTOM env var ( #6608 )
2019-05-13 18:19:37 -04:00
597ac064c3
Style orgs list in user profile ( #6911 )
2019-05-13 23:52:58 +03:00
06ae9a3a96
Use single line per selector & don't strip license comments ( #6919 )
2019-05-13 20:25:21 +01:00
5df5bfbd13
[skip ci] Updated translations via Crowdin
2019-05-13 15:41:18 +00:00
34d06f4c6b
Handle CORS requests ( #6289 )
2019-05-13 11:38:53 -04:00
6fb58a8cdc
Clean less files ( #6921 )
2019-05-13 07:26:32 +01:00
0b785481d7
Use modules/git for git commands ( #6775 )
2019-05-13 01:06:47 -04:00
5ffc9656c6
Change drone token name to let users know to use oauth2 ( #6912 )
2019-05-12 13:29:07 -04:00
3d82367bdc
[skip ci] Updated translations via Crowdin
2019-05-12 11:13:32 +00:00
a92ab34493
Fix input size for dependency select ( #6913 )
2019-05-12 14:10:12 +03:00
13583a650f
fix syntax highlight in blame view #6895 ( #6909 )
2019-05-11 23:27:39 +03:00
ce8de35334
Remove local clones & make hooks run on merge/edit/upload ( #6672 )
...
* Add options to git.Clone to make it more capable
* Begin the process of removing the local copy and tidy up
* Remove Wiki LocalCopy Checkouts
* Remove the last LocalRepo helpers
* Remove WithTemporaryFile
* Enable push-hooks for these routes
* Ensure tests cope with hooks
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Remove Repository.LocalCopyPath()
* Move temporary repo to use the standard temporary path
* Fix the tests
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Remove LocalWikiPath
* Fix missing remove
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Use AppURL for Oauth user link (#6894 )
* Use AppURL for Oauth user link
Fix #6843
* Update oauth.go
* Update oauth.go
* internal/ssh: ignore env command totally (#6825 )
* ssh: ignore env command totally
* Remove commented code
Needed fix described in issue #6889
* Escape the commit message on issues update and title in telegram hook (#6901 )
* update sdk to latest (#6903 )
* improve description of branch protection (fix #6886 ) (#6906 )
The branch protection description text were not quite accurate.
* Fix logging documentation (#6904 )
* ENABLE_MACARON_REDIRECT should be REDIRECT_MACARON_LOG
* Allow DISABLE_ROUTER_LOG to be set in the [log] section
* [skip ci] Updated translations via Crowdin
* Move sdk structs to modules/structs (#6905 )
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
2019-05-11 11:29:17 -04:00
34eee25bd4
Move sdk structs to modules/structs ( #6905 )
...
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
2019-05-11 18:21:34 +08:00
1658cd04e9
[skip ci] Updated translations via Crowdin
2019-05-11 09:16:08 +00:00
e3166744fe
Fix logging documentation ( #6904 )
...
* ENABLE_MACARON_REDIRECT should be REDIRECT_MACARON_LOG
* Allow DISABLE_ROUTER_LOG to be set in the [log] section
2019-05-11 10:13:57 +01:00
f378cb572a
improve description of branch protection ( fix #6886 ) ( #6906 )
...
The branch protection description text were not quite accurate.
2019-05-11 10:42:19 +03:00
1dc401635b
update sdk to latest ( #6903 )
2019-05-10 16:49:29 -04:00
d64a646c0a
Escape the commit message on issues update and title in telegram hook ( #6901 )
2019-05-10 13:48:28 -04:00
10ff527fae
internal/ssh: ignore env command totally ( #6825 )
...
* ssh: ignore env command totally
* Remove commented code
Needed fix described in issue #6889
2019-05-09 18:41:43 -04:00
2f21bc33a5
Use AppURL for Oauth user link ( #6894 )
...
* Use AppURL for Oauth user link
Fix #6843
* Update oauth.go
* Update oauth.go
2019-05-09 20:22:35 +03:00
6db3dc7c02
Fixes #6881 - API users search fix ( #6882 )
2019-05-08 22:17:32 +03:00
d8b2ed6627
1.8.1 changelog ( #6877 ) ( #6878 )
...
* New and improved
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Add backport/original PR numbers
Change wording for 500 error
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2019-05-08 12:21:24 -04:00
4508380cf7
Show full name if DefaultShowFullName setting activated ( #6710 )
...
Adds a new key DEFAULT_SHOW_FULL_NAME (default false) to the [ui] section.
If enabled the full name will be shown (unless it's empty, then
the default username will be used)
2019-05-08 11:41:35 +03:00
a84f10ad1a
[skip ci] Updated translations via Crowdin
2019-05-08 07:53:17 +00:00
13cd28602e
Change the color of issues/pulls list, merged is purple and closed is red ( #6874 )
2019-05-08 10:50:15 +03:00
36bde02841
Add documentation for OTP/2FA header in API for basic auth ( #6872 )
2019-05-07 16:53:45 -04:00
91c2c237f9
[skip ci] Updated translations via Crowdin
2019-05-07 17:23:26 +00:00
9f18b23129
Fix 404 when send pull request some situation ( #6871 )
2019-05-07 13:20:23 -04:00
9139f35ff6
[skip ci] Updated translations via Crowdin
2019-05-07 01:14:01 +00:00
08069dc465
Improve migrations to support migrating milestones/labels/issues/comments/pullrequests ( #6290 )
...
* add migrations
* fix package dependency
* fix lints
* implements migrations except pull requests
* add releases
* migrating releases
* fix bug
* fix lint
* fix migrate releases
* fix tests
* add rollback
* pull request migtations
* fix import
* fix go module vendor
* add tests for upload to gitea
* more migrate options
* fix swagger-check
* fix misspell
* add options on migration UI
* fix log error
* improve UI options on migrating
* add support for username password when migrating from github
* fix tests
* remove comments and fix migrate limitation
* improve error handles
* migrate API will also support migrate milestones/labels/issues/pulls/releases
* fix tests and remove unused codes
* add DownloaderFactory and docs about how to create a new Downloader
* fix misspell
* fix migration docs
* Add hints about migrate options on migration page
* fix tests
2019-05-07 09:12:51 +08:00
1c7c739eb9
[skip ci] Updated translations via Crowdin
2019-05-06 19:51:02 +00:00
650df0bd4e
Enforce osusergo build tag for releases ( #6862 )
2019-05-06 22:48:08 +03:00
d9d538c8a1
Refactor table width to have more info shown in file list ( #6867 )
...
* Refactor table width to have more info shown in file list
* Remove unnecesary semicolon
* Fix tests for changed html structure
2019-05-06 21:43:40 +03:00
01ebd52a1f
fix config ui error about cache ttl ( #6861 )
2019-05-06 17:35:11 +03:00
5d5eae6aea
[skip ci] Updated translations via Crowdin
2019-05-06 12:18:49 +00:00
2382f1b057
fix 500 when reviewer is deleted with integration tests ( #6856 )
2019-05-06 20:09:31 +08:00
dab38c375d
[docker] drop the docker Makefile from the image ( #6507 )
2019-05-05 22:49:32 -04:00
0081cd8dfe
Add mssql migration tests ( #6852 )
2019-05-06 02:42:29 +03:00
722a2bd7ec
[skip ci] Updated translations via Crowdin
2019-05-05 19:42:06 +00:00
00b883880d
Don't post process commit summary in templates ( #6842 )
...
* Don't post process commit summary in templates
Don't run summary through render/post process to avoid it generating
links and breaking certain views where the summary is already expected
to be a link to the commit. For consistancy, disable processing of
summary in all locations.
Fixes #6809
* Do process title on diff page
On second thought, the title is often the only place a pull request
number will exists so do process it on the individual diff page. This
fixes the list view and still gives easy access to the PR link
2019-05-05 15:39:10 -04:00
9148e45ed7
[skip ci] Updated translations via Crowdin
2019-05-05 18:59:35 +00:00
d1a32fa108
Attempt to fix #6707 ( #6823 )
2019-05-05 14:58:49 -04:00
a2a006a5d5
Add GET requests to webhook ( #6771 )
...
* Add GET requests to webhook
* make fmt
* Handle invalid http method on webhook
* Uppercase http method in webhook
* Rename v85.go to v86.go
* make fmt
2019-05-05 14:09:02 -04:00
55a8e12d85
Number of commits ahead/behind in branch overview ( #6695 )
...
* Call Git API to determine divergence of a branch and its base branch
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Show commit divergance in branch list
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adds missing comment
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adds test for diverging commits
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Try comparing commits instead of branches
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Removes test as CI can't run it
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Adjusts signature of percentage function to allow providing multiple integers as numerator
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
* Moves CountDivergingCommits function into repofiles module
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com >
2019-05-05 19:25:25 +03:00
c1da790cee
[skip ci] Updated translations via Crowdin
2019-05-05 13:49:50 +00:00
07bcccf9ce
Fix v85.go: Set UNIQUE constraint later ( #6851 )
...
Signed-off-by: Andrew Thornton <art27@cantab.net >
2019-05-05 14:47:42 +01:00
d27bf72530
docs(*): fix codecov bad links in README_ZH ( #6850 )
2019-05-05 12:46:32 +03:00
7806deab96
add french specific rule for translating plural texts ( #6846 )
2019-05-04 23:44:43 +01:00
e0dde8173f
Generate access token in admin cli ( #6847 )
...
* add cli flag for access token while creating a user
2019-05-04 23:03:09 +01:00