summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* Check for manual merging of a pull request (#719)Bwko2017-02-051-17/+143
| | | | When an open pull request got manually merged mark the pull request as merged
* Merge pull request #839 from ethantkoenig/fix/remove_org_repoAndrey Nering2017-02-042-2/+22
|\ | | | | Fix bug in removeOrgRepo
| * Fix bug in removeOrgRepoEthan Koenig2017-02-042-2/+22
| |
* | Fix inconsistencies in test fixturesEthan Koenig2017-02-042-4/+5
|/
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-047-39/+533
| | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-046-126/+226
| | | Also add unit tests
* Merge pull request #830 from appleboy/patch-2001Andrey Nering2017-02-042-3/+4
|\ | | | | refactor: set default order by recently star on start tab
| * refactor: set default order by recently star.Bo-Yi Wu2017-02-032-3/+4
| |
* | feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-042-3/+7
| |
* | test: Add user mail testing. (#833)Bo-Yi Wu2017-02-043-0/+220
| |
* | Track assignee for issue (#808)Lunny Xiao2017-02-032-11/+73
| | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* | Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-032-89/+18
|/
* Cleanup log messagingGabriel Jackson2017-02-0211-36/+36
| | | | | | | | | This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead.
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-023-2/+62
|
* Add X-GitHub-* headers for webhook to get clubhouse.io integration working ↵Anton Skorokhod2017-02-021-0/+2
| | | | (#809)
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-013-24/+88
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-017-13/+300
|
* Windows compatibility for unit tests (#800)Ethan Koenig2017-01-301-2/+3
|
* Unit tests and remove unused functions in models/notification (#796)Ethan Koenig2017-01-304-10/+107
| | | | | | * Unit tests and remove unused functions in models/notification * Read -> Unread
* Track labels changed on issue view & resolved #542 (#788)Lunny Xiao2017-01-303-36/+171
| | | | | | * track labels changed on issue view & resolved #542 * add missing head comment & sort & fix refresh
* Better settings for unit tests (#795)Ethan Koenig2017-01-302-5/+11
|
* Allow custom public files (#782)Thomas Boerger2017-01-282-2/+1
| | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr
* Merge pull request #781 from andreynering/notifications-step-5Andrey Nering2017-01-281-3/+12
|\ | | | | Notifications step 5
| * Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-281-3/+12
| |
* | Merge pull request #777 from ethantkoenig/tests/wikiAndrey Nering2017-01-283-1/+68
|\ \ | | | | | | Unit tests for models/wiki
| * | Unit tests for models/wikiEthan Koenig2017-01-273-1/+68
| |/
* / Unit tests and bug fix for models/orgEthan Koenig2017-01-2710-26/+671
|/
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-286-33/+23
|
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-271-1/+1
|
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-252-69/+74
|
* fix: delete attachment after remove comment.Bo-Yi Wu2017-01-251-1/+3
|
* Bug fixes and unit tests for models/webhook (#751)Ethan Koenig2017-01-255-20/+312
|
* Unit tests for models/star (#752)Ethan Koenig2017-01-252-0/+89
|
* bug fixed issues 500 resolved #754 (#756)Lunny Xiao2017-01-251-4/+4
|
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-256-113/+47
|
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-254-27/+252
|
* Fix link of some repos on stars page (#737)Andrey Nering2017-01-241-2/+10
| | | Link was wrong the repo was of another owner
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-0/+3
|
* Add a reserved path check to the wiki (#720)Bwko2017-01-221-1/+18
|
* fixed bugs on Wiki and resolved #667 (#674)Lunny Xiao2017-01-211-15/+15
|
* Spun attachments into seperate go file (#701)Philip Couling2017-01-202-160/+176
| | | Moved attachments into seperate go file
* Fix permission bugs in team API (#647)Ethan Koenig2017-01-201-1/+1
|
* API Endpoints for organization members (#645)Ethan Koenig2017-01-201-2/+4
|
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-177-40/+40
| | | | | | | | | | * Add a process.Manager singleton with process.GetManager() * Use process.GetManager everywhere * Fix godoc comments for process module * Increment process counter id after locking the mutex
* Two factor authentication support (#630)Andrew2017-01-163-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | * Initial commit for 2FA support Signed-off-by: Andrew <write@imaginarycode.com> * Add vendored files * Add missing depends * A few clean ups * Added improvements, proper encryption * Better encryption key * Simplify "key" generation * Make 2FA enrollment page more robust * Fix typo * Rename twofa/2FA to TwoFactor * UNIQUE INDEX -> UNIQUE
* Attach to release (#673)Philip Couling2017-01-151-2/+100
| | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16
| | | | | | | | Breaks the retrieval of repositories into two queries This fetches the paged ids in one go, then the actual repository information in a second query Some databases do not support SELECT with * when group by is used.
* Fix ambiguity bug in getCommentsByRepoIDSince (#665)Ethan Koenig2017-01-141-2/+4
|
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-1/+3
|
* bug fixed for update repository (#664)Lunny Xiao2017-01-141-1/+1
|