aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* #1692 add CRUD issue APIsUnknwon2016-03-131-21/+65
| | | | | - Fix go-gogs-client#10 - Related to #809
* fix #2804Unknwon2016-03-111-1/+1
|
* #13 fix postgres aggregateUnknwon2016-03-112-7/+6
|
* #13 finish user and repository searchUnknwon2016-03-113-36/+90
| | | | Both are possible on explore and admin panel
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-115-9/+10
| | | | newly named fields.
* Fix ref comment from commit create empty feedUnknwon2016-03-111-3/+5
|
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-091-4/+3
|
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-0915-122/+512
|
* Minor fixes for #2766Unknwon2016-03-061-3/+2
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+13
|
* #1146 finish new access rights for collaboratorsUnknwon2016-03-053-20/+18
|
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-054-112/+173
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* #1597 fix activitity feeds for pull requestsUnknwon2016-03-053-269/+319
|
* #1157 some avatar setting changesUnknwon2016-03-051-11/+4
| | | | - Allow to delete current avatar
* Update localesUnknwon2016-03-041-1/+0
|
* Merge pull request #2757 from joshfng/fix-fork-relative-urlUnknwon2016-03-041-0/+5
|\ | | | | Use relative url when showing forked from
| * Use relative url when showing forked fromJosh Frye2016-03-041-0/+5
| |
* | #1597 fix pull request remote head can't update with force pushUnknwon2016-03-042-2/+7
| |
* | #2743 more fixes on SQL errorsUnknwon2016-03-041-6/+6
| |
* | #1597 support pull requests in same repositoryUnknwon2016-03-043-8/+16
| |
* | Minor fixes for #2746Unknwon2016-03-041-26/+25
| |
* | Merge pull request #2746 from joshfng/feature-delete-wiki-pagesUnknwon2016-03-041-0/+37
|\ \ | | | | | | Add ability to delete single wiki pages.
| * | Add ability to delete single wiki pages.Josh Frye2016-03-041-0/+37
| |/
* / #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-041-15/+11
|/ | | | Use hand-written SQL to do complex query
* Minor fixes for #2745Unknwon2016-03-031-4/+1
|
* Repo setting to delete and disable wikiJosh Frye2016-03-031-4/+12
|
* Return errors instead of just logging them.Josh Frye2016-03-031-4/+2
|
* Set DefaultBranch to master when importing a new repo if possibleJosh Frye2016-03-031-25/+27
|
* #2743 workaround to fix XORM problemUnknwon2016-03-031-4/+2
|
* #2727 make IN clause compatible with PostgresUnknwon2016-03-011-3/+3
|
* Allow setting git operations timeoutsUnknwon2016-02-291-4/+10
| | | | | | - Migrate: #2704 #2653 - Clone: #2701 - Mirror, Pull
* #2700 fix sqlite3 can't create issue with more than one labelUnknwon2016-02-292-11/+8
|
* Post work for #2637Unknwon2016-02-273-92/+92
| | | | Improve test cases, config settings, also show SSH config settings on admin config panel.
* Merge pull request #2637 from Gibheer/ssh-publickeysUnknwon2016-02-272-12/+172
|\ | | | | allow native and ssh-keygen public key check
| * variable should not use ALL_CAPSGibheer2016-02-232-7/+7
| |
| * remove ed25519 test for nowGibheer2016-02-171-7/+6
| | | | | | | | TravisCI is too old for ed25519, so it can't be tested correctly.
| * fix ssh public key testsGibheer2016-02-171-8/+12
| | | | | | | | | | | | | | The old API was using []byte, but was changed to string without running the tests again. It also sets the variables from the configuration to make them work. Maybe there is a better way to do this.
| * allow native and ssh-keygen public key checkGibheer2016-02-162-12/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the possibibility to use either the native golang libraries or ssh-keygen to check public keys. The check is adjusted depending on the settings, so that only supported keys are let through. This commit also brings back the blacklist feature, which was removed in 7ef9a055886574655d9f2be70c957bc16bf30500. This allows to blacklist algorythms or keys based on the key length. This works with the native and the ssh-keygen way. Because of #2179 it also includes a way to adjust the path to ssh-keygen and the working directory for ssh-keygen. With this, sysadmins should be able to adjust the settings in a way, that SELinux is okay with it. In the worst case, they can switch to the native implementation and only loose support for ed25519 keys at the moment. There are some other places which need adjustment to utilize the parameters and the native implementation, but this sets the ground work.
* | Minor fix for #2710Unknwon2016-02-272-229/+234
| |
* | Add ForegroundColor for labelsLukas Dietrich2016-02-271-0/+22
| |
* | #2697 fix panic when close issue via commit messageUnknwon2016-02-253-7/+7
| |
* | #1821 add actions for close and reopen issuesUnknwon2016-02-223-37/+47
| |
* | Little refactoring of diff highlight.Andrey Nering2016-02-211-5/+1
| | | | | | | | Moving cache variable to template instead of in the struct.
* | Replace uuid module with original packageUnknwon2016-02-204-6/+7
| |
* | Make markdown as an independent moduleUnknwon2016-02-202-5/+6
| |
* | Move cron module to independent packageUnknwon2016-02-201-59/+0
| | | | | | | | Make it easier to keep track of upstream changes and bug fixes
* | Minor fix for #2634Unknwon2016-02-201-6/+6
| | | | | | | | Add AttributesInBind option in new auth source form.
* | Minor fix for #2524Unknwon2016-02-191-22/+14
| |
* | Merge pull request #2524 from mhartkorn/pullrefsUnknwon2016-02-191-0/+38
|\ \ | | | | | | Enable a way to checkout Pull Requests from remote refs
| * | Removed unused method GetUnmergedPullRequestByRepoPathAndHeadBranchMartin Hartkorn2016-02-041-39/+0
| | |