summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 1.8.0 Changelog (#6678)v1.8.0techknowlogick2019-04-201-25/+27
|
* Unfortunately MemProvider Init does not actually Init properly (#6692) (#6693)zeripath2019-04-202-1/+218
| | | | | | | | | | * Unfortunately MemProvider Init does not actually Init properly Worse all of its members are private and you cannot update them. Simple fix copy it in to modules session. Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix misspelling
* Prevent creating empty sessions (#6677) (#6690)zeripath2019-04-204-1/+320
| | | | | | Backport #6677 Signed-off-by: Andrew Thornton <art27@cantab.net>
* backport #6674 - API OTP Context (#6676)techknowlogick2019-04-194-4/+56
|
* Fix 6655 - there is no need to EscapePound .Link as it is already escaped ↵zeripath2019-04-171-1/+1
| | | | | (#6656) (#6666) Signed-off-by: Andrew Thornton <art27@cantab.net>
* Properly escape on the redirect from the web editor (#6657) (#6667)zeripath2019-04-171-7/+8
|
* Fix forking an empty repository (#6637) (#6653)Segev Finer2019-04-162-7/+8
| | | | | Fixes #6633 Signed-off-by: Segev Finer <segev@codeocean.com>
* Fix dropdown icon padding (#6651) (#6654)zeripath2019-04-162-1/+2
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add title attributes to all items in the repo list viewer (#6258) (#6650)John Olheiser2019-04-161-2/+2
|
* [backport] Fix wrong GPG expire date (#6643) (#6644)Antoine GIRARD2019-04-162-6/+162
| | | | | | * fix expire of gpg relative to key creation https://tools.ietf.org/html/rfc4880#section-5.2.3.6 * add test
* Return a UserList from /api/v1/admin/users (#6629) (#6642)zeripath2019-04-154-13/+50
|
* Add json tags for oauth2 form (#6627) (#6641)Jonas Franz2019-04-152-8/+31
| | | | (cherry picked from commit 62d3f49c28c9df2991793fe6846b10088fd5d770) Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix cross-compile builds (#6609) (#6615)techknowlogick2019-04-141-6/+7
| | | | | | | | * Fix cross-compile builds (#6609) * Update Makefile * remove bash requirement
* 1.8.0-rc3 changelog & 1.7.6 changelog backport (#6597)v1.8.0-rc3techknowlogick2019-04-121-2/+22
|
* Correctly adjust mirror url (#6593) (#6594)zeripath2019-04-125-15/+70
|
* Change summary to full message (#6591) (#6592)John Olheiser2019-04-121-1/+1
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* fix mail notification when close/reopen issue (#6581) (#6588)Lunny Xiao2019-04-122-7/+30
|
* Add option to disable refresh token invalidation (#6584) (#6587)Jonas Franz2019-04-126-11/+57
| | | | | | | | | | | | | | | | | | | | * Add option to disable refresh token invalidation Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add integration tests and remove wrong todos Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix typo Signed-off-by: Jonas Franz <info@jonasfranz.software> * Fix tests and add documentation Signed-off-by: Jonas Franz <info@jonasfranz.software> (cherry picked from commit 783cd649276c472aa3af97dd311eb4766ff3adfb) Signed-off-by: Jonas Franz <info@jonasfranz.software>
* fix bug user search API pagesize didn't obey ExplorePagingNum (#6579) (#6586)Lunny Xiao2019-04-111-3/+0
|
* Fix new repo alignment (#6583) (#6585)John Olheiser2019-04-112-1/+5
| | | | | | | | | | | | * Fix new repo alignment (#6583) Signed-off-by: jolheiser <john.olheiser@gmail.com> * Kick Drone * Make stylesheets again. Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Prevent server 500 on compare branches with no common history (#6555) (#6558)zeripath2019-04-116-19/+41
| | | | | * Prevent server 500 on compare branches with no common history (#6555) * Update code.gitea.io/git module
* Properly escape release attachment URL (#6512) (#6523)mrsdizzie2019-04-051-1/+1
| | | | | | Make sure file attachments on a release get a properly escaped URL when linking. Fixes #6506
* fix bug when user login and want to resend register confirmation email ↵Lauris BH2019-04-022-7/+7
| | | | (#6482) (#6486)
* Hacky fix for alignment of the create-organization dialog (#6455) (#6462)zeripath2019-03-281-18/+17
| | | | | * Hacky fix for alignment of the create-organization dialog * Mangle the post-scripted red-asterisk back in to follow the Visibility Header
* Changelog 1.8.0 rc2 (#6451)v1.8.0-rc2John Olheiser2019-03-271-0/+12
|
* Changelog 1.7.5 (#6444) (#6448)John Olheiser2019-03-271-1/+7
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Change order that PostProcess Processors are run (#6445) (#6447)mrsdizzie2019-03-272-7/+13
| | | | | | | | | Make sure Processors that work on full links are run first so that something matching another pattern doesn't alter a link before we get to it, for example: https://stackoverflow.com/questions/2896191/what-is-go-used-fore Fixes #4813
* Fix Hook & HookList in Swagger (#6432) (#6440)Segev Finer2019-03-272-7/+48
| | | Backport from #6432
* Clean up ref name rules (#6437) (#6439)mrsdizzie2019-03-264-4/+132
|
* routers/repo/setting: display correct error for invalid mirror interval (#6429)Allen Wild2019-03-251-0/+10
| | | | | | | | | | | Set Err_Interval in the context data so that the mirror interval box is highlighted red as expected. Clear Err_RepoName for the mirror and advanced actions. repo_name is not set by these forms, causing auth.validate() to set the Err_RepoName before SettingsPost is called, which would lead to the repository name box getting erroneously highlighted red. Fixes: https://github.com/go-gitea/gitea/issues/6396
* Fixed unitTypeCode not being used (#6419) (#6422)kolaente2019-03-241-1/+1
|
* fix dump table name error and add some test for dump database (#6394) (#6402)Lunny Xiao2019-03-213-3/+21
|
* fix migrations 82 to ignore unsynced tags between database and git data and ↵Lunny Xiao2019-03-211-6/+40
| | | | missing is_archived on repository table (#6387) (#6403)
* Don't Unescape redirect_to cookie value (#6399) (#6401)mrsdizzie2019-03-212-6/+5
| | | | | | | redirect_to holds a value that we want to redirect back to after login. This value can be a path with intentonally escaped values and we should not unescape it. Fixes #4475
* fix bug manifest.json will not request with cookie so that session will ↵Lunny Xiao2019-03-191-1/+1
| | | | created every request (#6372) (#6382)
* make sure units of a team are returned (#6379) (#6381)Lanre Adelowo2019-03-192-0/+10
|
* Disable benchmarking during tag events on DroneIO (#6365) (#6366)v1.8.0-rc1techknowlogick2019-03-191-35/+35
|
* 1.8.0-rc1 changelog (#6363)v1.9.0-devtechknowlogick2019-03-181-1/+207
|
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-1812-68/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use PathUnescape instead of QueryUnescape when working with branch names Currently branch names with a '+' fail in certain situations because QueryUnescape replaces the + character with a blank space. Using PathUnescape should be better since it is defined as: // PathUnescape is identical to QueryUnescape except that it does not // unescape '+' to ' ' (space). Fixes #6333 * Change error to match new function name * Add new util function PathEscapeSegments This function simply runs PathEscape on each segment of a path without touching the forward slash itself. We want to use this instead of PathEscape/QueryEscape in most cases because a forward slash is a valid name for a branch etc... and we don't want that escaped in a URL. Putting this in new file url.go and also moving a couple similar functions into that file as well. * Use EscapePathSegments where appropriate Replace various uses of EscapePath/EscapeQuery with new EscapePathSegments. Also remove uncessary uses of various escape/unescape functions when the text had already been escaped or was not escaped. * Reformat comment to make drone build happy * Remove no longer used url library * Requested code changes
* Fix headline (#6353)Sandro Jäckel2019-03-181-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-03-181-0/+33
|
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-1824-20/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lang specific font stacks * Force font changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix octicons and icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Just override the semantic ui fonts only Signed-off-by: Andrew Thornton <art27@cantab.net> * Missed the headers... override them too * Missed some more semantic ui stuff * Fix PT Sans Signed-off-by: Andrew Thornton <art27@cantab.net> * More changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Squashed commit of the following: commit 7d1679e9079541359869c9e677ba7412bfcc59f3 Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 13:53:49 2019 +0100 Remove missed YaHei leftover from _home.less commit 0079121ea91860a323ed4e5cc1a9c0d490d9cefd Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 12:03:54 2019 +0100 Fix overdone fixes (inherit, :lang) commit 62c919915928ec1db4731d547e95885f91a0618d Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 02:29:10 2019 +0100 Fix elements w/ explicit lang (language chooser) commit b3117587aa2eb8570d60bed583a11ee5565418be Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 20:17:26 2019 +0100 Fix textarea also (to match body) commit 81cedf2c3012c4dd05a7680782b4a98e1b947f67 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:41:39 2019 +0100 Revert css temporarily to fix conflict commit 80ff82797f3203cbeaf866f22e961334e137df89 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:15:30 2019 +0100 Tweak CJK, fix Yu Gothic, more monospace inherits commit 581dceb9a869646c2c486dabb925c88c2680d70c Author: Mike L <cl.jeremy@qq.com> Date: Mon Mar 11 13:09:26 2019 +0100 Add Lato for latin extd. & cyrillic, improve CJK * update stylesheet
* fix testing instructions in CONTRIBUTING.md (#6305)stevegt2019-03-181-9/+20
| | | | | | | | | | | | | | | | | * add scripts/test-local.sh and fix CONTRIBUTING.md - fixes #6243 - partial fix for #6269 Signed-off-by: Steve Traugott <stevegt@t7a.org> * remove reference to possible automated drone run * remove bash version of drone-cli test script * fix issue number links in testing instructions * remove scripts/test-local.sh
* [skip ci] Updated translations via CrowdinGiteaBot2019-03-171-1/+1
|
* Add test environment for Mysql8 (#5234)Lunny Xiao2019-03-174-4/+120
|
* More specific declaration of search disk space (#6338)Thomas McWork2019-03-161-1/+1
| | | Elaborate more on the code search storage space requirement
* split setting.go to multiple files (#6154)Lunny Xiao2019-03-165-348/+433
| | | | | | * split setting.go to multiple files * fix lint
* Request to join the maintainers (#6340)Richard Mahn2019-03-151-0/+1
|
* use updated reference of xgo in makefile (#6339)techknowlogick2019-03-151-3/+3
|
* Add way to force checkout (#6322)John Olheiser2019-03-151-1/+8
|