Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 10 | -40/+134 |
| | |||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 8 | -14/+301 |
| | |||||
* | Windows compatibility for unit tests (#800) | Ethan Koenig | 2017-01-30 | 1 | -2/+3 |
| | |||||
* | Unit tests and remove unused functions in models/notification (#796) | Ethan Koenig | 2017-01-30 | 5 | -11/+108 |
| | | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread | ||||
* | fix bug caused by #788 (#799) | Lunny Xiao | 2017-01-30 | 1 | -1/+3 |
| | |||||
* | Track labels changed on issue view & resolved #542 (#788) | Lunny Xiao | 2017-01-30 | 10 | -195/+366 |
| | | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh | ||||
* | feat: add search repository on dashboard. (#773) | Bo-Yi Wu | 2017-01-30 | 6 | -4/+20 |
| | |||||
* | Better settings for unit tests (#795) | Ethan Koenig | 2017-01-30 | 2 | -5/+11 |
| | |||||
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 7 | -6/+26 |
| | | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr | ||||
* | Merge pull request #781 from andreynering/notifications-step-5 | Andrey Nering | 2017-01-28 | 6 | -25/+49 |
|\ | | | | | Notifications step 5 | ||||
| * | Small UI fixes | Andrey Nering | 2017-01-28 | 1 | -2/+4 |
| | | |||||
| * | Fix color: closed PR was showing as purple instead of red | Andrey Nering | 2017-01-28 | 4 | -23/+37 |
| | | |||||
| * | Notifying on open PR, and Close/Reopen/Merge issue or PR | Andrey Nering | 2017-01-28 | 2 | -0/+8 |
| | | |||||
* | | Merge pull request #777 from ethantkoenig/tests/wiki | Andrey Nering | 2017-01-28 | 3 | -1/+68 |
|\ \ | | | | | | | Unit tests for models/wiki | ||||
| * | | Unit tests for models/wiki | Ethan Koenig | 2017-01-27 | 3 | -1/+68 |
| |/ | |||||
* | | Merge pull request #776 from ethantkoenig/tests/org | Andrey Nering | 2017-01-28 | 10 | -26/+671 |
|\ \ | |/ |/| | Unit tests and bug fix for models/org | ||||
| * | Unit tests and bug fix for models/org | Ethan Koenig | 2017-01-27 | 10 | -26/+671 |
|/ | |||||
* | fix xorm NewSession uncorrected usages (#774) | Lunny Xiao | 2017-01-28 | 6 | -33/+23 |
| | |||||
* | refactor: Remove unnecessary type conversions (#772) | Bo-Yi Wu | 2017-01-27 | 4 | -5/+5 |
| | |||||
* | Added webkit-font-smoothing (#763) | Bwko | 2017-01-27 | 3 | -4/+8 |
| | |||||
* | Add ability to fork your own repos (#761) | Bwko | 2017-01-26 | 23 | -28/+1 |
| | |||||
* | Use handlers for API authorization (#723) | Ethan Koenig | 2017-01-26 | 5 | -131/+100 |
| | |||||
* | Fix to reflect selected branch for fork (#762) | Bwko | 2017-01-26 | 1 | -1/+1 |
| | | | | PullRequestCtx.HeadInfo did not contain the current selected branch causing issue #304 | ||||
* | Update ru-RU translation (#657) | Michael Svobodin | 2017-01-26 | 1 | -4/+18 |
| | | | | | | | | | | | | * Update ru-RU translation * Fixed translation for ru-RU. Incorrect quotation marks. * Update ru-RU translation. Changed 'issue' translation. Updated 'notifications' translation. * Changed translation of “issue” from “trouble” to “task”. This translation is being used in most tracking systems. * Improved translation of the sentence to sound better in Russian. | ||||
* | Merge pull request #736 from andreynering/fix-windows-ssh | Andrey Nering | 2017-01-25 | 8 | -11/+15 |
|\ | | | | | Fix SSH server on Windows when running as service | ||||
| * | Remove original minwinsvc from vendor | Andrey Nering | 2017-01-23 | 6 | -143/+0 |
| | | |||||
| * | Fix lint | Andrey Nering | 2017-01-23 | 1 | -1/+1 |
| | | |||||
| * | Fix SSH server on Windows when running as service | Andrey Nering | 2017-01-23 | 3 | -4/+14 |
| | | | | | | | | Closes #680 | ||||
| * | Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc' | Andrey Nering | 2017-01-23 | 5 | -0/+137 |
| |\ | |||||
| | * | Squashed 'modules/minwinsvc/' content from commit cad6b2b | Andrey Nering | 2017-01-23 | 5 | -0/+137 |
| | | | | | | | | | | git-subtree-dir: modules/minwinsvc git-subtree-split: cad6b2b879b0970e4245a20ebf1a81a756e2bb70 | ||||
* | | Fix FIXME and remove superfluous queries in models/org (#749) | Ethan Koenig | 2017-01-25 | 3 | -76/+101 |
| | | |||||
* | | fix: delete attachment after remove comment. | Bo-Yi Wu | 2017-01-25 | 5 | -7/+11 |
| | | |||||
* | | refactor: move js to bottom and move css to top. (#689) | Bo-Yi Wu | 2017-01-25 | 2 | -38/+48 |
| | | |||||
* | | Bug fixes and unit tests for models/webhook (#751) | Ethan Koenig | 2017-01-25 | 5 | -20/+312 |
| | | |||||
* | | Unit tests for models/star (#752) | Ethan Koenig | 2017-01-25 | 2 | -0/+89 |
| | | |||||
* | | bug fixed issues 500 resolved #754 (#756) | Lunny Xiao | 2017-01-25 | 1 | -4/+4 |
| | | |||||
* | | bug fixed caused by #530 (#755) | Lunny Xiao | 2017-01-25 | 1 | -1/+1 |
| | | |||||
* | | Update Website binding MaxSize to 255 (#722) | Bwko | 2017-01-25 | 4 | -6/+6 |
| | | |||||
* | | Add ETag header to avatars (#721) | Bwko | 2017-01-25 | 7 | -9/+50 |
| | | |||||
* | | Less boilerplate in models/ unit tests (#725) | Ethan Koenig | 2017-01-25 | 6 | -113/+47 |
| | | |||||
* | | Added gogs migration script (#532) | Bwko | 2017-01-25 | 1 | -0/+206 |
| | | |||||
* | | Search bar for issues/pulls (#530) | Ethan Koenig | 2017-01-25 | 195 | -60/+221830 |
| | | |||||
* | | public/img: reduce the size of PNG images (#734) | unclejack | 2017-01-24 | 809 | -0/+0 |
| | | | | | | Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> | ||||
* | | Fix link of some repos on stars page (#737) | Andrey Nering | 2017-01-24 | 1 | -2/+10 |
| | | | | | | Link was wrong the repo was of another owner | ||||
* | | Update the contribution guidelines (#726) | Bwko | 2017-01-24 | 1 | -2/+2 |
|/ | |||||
* | fix logfile name (#731) | DWE | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | update xorm for bugs fix (#728) | Lunny Xiao | 2017-01-23 | 3 | -5/+5 |
| | |||||
* | Update xorm and fix dump command (#692) | Lunny Xiao | 2017-01-23 | 14 | -717/+631 |
| | | | | | | | | | | | | * update xorm and fix dump * catch database init error * still use dumpTables * fix dump bool type * update vendor.json | ||||
* | Add option to app.ini to enable local import paths (#724) | Bwko | 2017-01-23 | 6 | -5/+14 |
| | |||||
* | Add a reserved path check to the wiki (#720) | Bwko | 2017-01-22 | 1 | -1/+18 |
| |