summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed missing end tag for organization link (#3229)Chris Woodward2017-12-191-0/+1
|
* Use correct camel casing for JavaScript (#3224)Jesstern Rays2017-12-181-1/+1
| | | JavaScript should be spelt with an uppercase 'S' as per seen in [Mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* Open external tracker in blank window, consistently with wiki (#3227)Sandro Santilli2017-12-181-1/+1
| | | Closes #3216
* Check ignored errors for issue and milestone count (#3213)Ethan Koenig2017-12-183-21/+57
|
* Improve cron.archive_cleanup docs in cheat sheet and app.ini.sample (#3215)Sandro Santilli2017-12-172-0/+11
| | | Include defaults in cheat sheet, for that section
* Remove unnecessary updates to issue indexer (#3212)Ethan Koenig2017-12-173-2/+22
|
* Change SSL Mode from checkbox to string in admin page (#3208)Sandro Santilli2017-12-161-1/+1
| | | | | | Closes #3207 Use a string, not a checkbox because "require", "verify-full", "verify-ca" and "disable" values are supported ...
* Unit tests for routers/repo/issue_label (#3198)Ethan Koenig2017-12-1515-42/+231
|
* Fix repo links on user profile (#3197)Ethan Koenig2017-12-151-1/+1
|
* Improve suppressed diff boxes (#3193)silverwind2017-12-144-10/+20
|
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-147-25/+28
| | | | | | * improvements for supporting UI Location * improved the comment
* Make spacing in configuration file consistent (#3186)Patrick Lühne2017-12-141-4/+4
| | | | | This makes the spacing consistent across all options. Signed-off-by: Patrick Lühne <patrick-github@luehne.de>
* Reorder migrations, skip errors if running migration again (#3160)Lauris BH2017-12-1313-292/+301
| | | | | | | | * Reorder migrations, skip errors if running migration again * Rename migration file names to match migration version * Add note about ingored error
* Fix wiki page list not rendering after updatedunix changes (#3175)Lauris BH2017-12-131-7/+7
|
* fix run web with -p push failed (#3154)Lunny Xiao2017-12-131-0/+30
|
* Fix new pull request link (#3133)Ethan Koenig2017-12-132-3/+2
| | | | | | * Fix new pull request link * Only show button for branches
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-121-1/+0
|
* fix org owner cannot be removed if there is not in owner team (#3164)Lunny Xiao2017-12-131-1/+6
|
* Make test more robust (#3167)Ethan Koenig2017-12-121-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-123-5/+24
|
* fix source download link when no code unit allowed (#3166)Lunny Xiao2017-12-121-0/+4
|
* Enable emoji for wiki view (#3158)haytona2017-12-121-1/+1
| | | | | Enable emoji for wiki page content. It is enabled in the edit preview so the view should match. Signed-off-by: Hamish Carpenter <hamish@hamishcarpenter.com>
* Fix Uninitialized variable in ParsePatch (#3156)Kim "BKC" Carlbäcker2017-12-121-1/+1
|
* fix gpg tmpl (#3153)Lunny Xiao2017-12-111-1/+1
|
* Move build without gcc step up so that it's binary is not used in docker (#3147)Lauris BH2017-12-111-10/+10
|
* simple usage of x (#3144)Lunny Xiao2017-12-111-4/+1
|
* Mention completion for issue editor. (#3136)harry2017-12-117-0/+76
| | | | | | | | | | * new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page.
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-1167-479/+334
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Restore make test target (#3139)Ethan Koenig2017-12-112-1/+10
| | | | | | * Restore make test target * make build -> go build
* Update code.gitea.io/git (#3137)Ethan Koenig2017-12-1131-401/+3270
|
* Log unexpected responses in integration tests (#3138)Ethan Koenig2017-12-111-2/+28
| | | | | | * Log flash error message in integration tests * Also log short, non-HTML responses
* Fixtures for public_key table (#3140)Ethan Koenig2017-12-111-0/+1
|
* Fix integration tests (#3141)Ethan Koenig2017-12-112-4/+10
|
* Fix compile failed without gcc (#3130)Lunny Xiao2017-12-103-4/+3
| | | | | | * fix comile failed without gcc * add sqlite tag for unit test
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-102-10/+4
|
* Update alpine to 3.7 (#3121)Antoine GIRARD2017-12-101-1/+1
|
* Fix missing drone test on release/* (#3126)Lunny Xiao2017-12-091-0/+13
| | | | | | * fix missing drone test on release/* * remove test coverage on release/*
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-081-1/+0
|
* Backport changelog for 1.3 release (#3120)Lauris BH2017-12-081-0/+237
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-081-0/+1
|
* Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092)Antoine GIRARD2017-12-0813-29/+154
| | | | | | | | | | | | | | | | | | | | | | | | * Add failing test * Fix urls * Improve url in tests * improve testing * Remove debug code * Add deps * LFS corner-case : Search on lower but store with case * Temporary comment of blocking action * fix hooks * Use temporary repo for git client test * Use userPassword in place of hard-coded password
* [skip ci] Updated translations via CrowdinGiteaBot2017-12-081-3/+7
|
* Fix missing branch in release bug (#3108)Ethan Koenig2017-12-083-0/+72
|
* Remove unnecessary function call (#3109)Ethan Koenig2017-12-081-8/+3
|
* Fix repo indexer and submodule bug (#3107)Ethan Koenig2017-12-071-4/+4
|
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-074-6/+38
| | | | | | | | | | * Allow adding collaborators with (fullname) Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Refactor username suffix to utils pkg Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com>
* Add 'mark all read' option to notifications (#3097)Sasha Varlamov2017-12-077-4/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add 'mark all read' option to notifications Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Fix exported comment Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Format method comments Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> * Fix exported comment Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Format method comments Signed-off-by: Sasha Varlamov <sasha@sashavarlamov.com> Tests for reactions (#3083) * Unit tests for reactions * Fix import order Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> Fix reaction possition when there is attachments (#3099) Refactor notifications swap function * Accept change to drop beforeupdate call * Update purge notifications error message for consistency * Drop unnecessary check for mark all as read button * Remove debugging comment
* Rework button styles on repo and commit page (#3104)silverwind2017-12-073-7/+9
|
* Fix legacy URL redirects (#3100)Ethan Koenig2017-12-072-3/+9
|
* Delete a user's public key via admin api (closes #3014) (#3059)Vlad Temian2017-12-066-11/+324
| | | | | | | | | | | | | | | | * Delete a user's public key via admin api * Test admin ssh endpoint for creating a new ssh key * Adapt public ssh key test to also test the delete operation * Test that deleting a missing key will result in a 404 * Test that a normal user can't delete another user's ssh key * Make DeletePublicKey return err * Update swagger doc