Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | repo: able to add organization member as repository collaborator | Unknwon | 2017-02-24 |
| | |||
* | protect_branch: only list teams have write access | Unknwon | 2017-02-24 |
| | | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch. | ||
* | webhook: send secret with SHA256 HMAC hex digest (#3692) | Unknwon | 2017-02-24 |
| | |||
* | models/repo: delete protect branch options when delete repository | Unknwon | 2017-02-23 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | webhook: fix organizational webhook last delivery status cannot be updated | Unknwon | 2017-02-22 |
| | |||
* | comment: only show title of commit message from a commit ref (#3206) | Unknwon | 2017-02-22 |
| | |||
* | models/git_diff: add bound check | Unknwon | 2017-02-22 |
| | |||
* | migrate: fix unexpected removal of repository when wiki is detected | Unknwon | 2017-02-21 |
| | |||
* | webhook: also only enable certain types (#3356) | Unknwon | 2017-02-21 |
| | | | | Add new config option '[webhook] TYPES’. | ||
* | webhook: only trigger specific webhook for test delivery (#3030) | Unknwon | 2017-02-21 |
| | |||
* | webhook: minor improvements on Discord | Unknwon | 2017-02-21 |
| | |||
* | webhook: support color for Discord | Unknwon | 2017-02-21 |
| | |||
* | models/repo: fix repository files weren't cleaned up (#4167) | Unknwon | 2017-02-21 |
| | |||
* | diff: able to highlight line with hashtag URL | Unknwon | 2017-02-20 |
| | |||
* | models/webhook: fix bad query | Unknwon | 2017-02-20 |
| | |||
* | webhook: minor text change on Discord | Unknwon | 2017-02-19 |
| | |||
* | migration: drop 0.6.x support | Unknwon | 2017-02-19 |
| | |||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | models/repo: handle deletion on Windows (#4152) | Unknwon | 2017-02-18 |
| | |||
* | cron: add repository archive cleanup (#4061) | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | repo: assignee can be anyone who has read access (#3739) | Unknwon | 2017-02-17 |
| | |||
* | Improve error handling | Unknwon | 2017-02-17 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636. | ||
* | models/repo: UpdateLocalCopy should always aceept valid branch name | Unknwon | 2017-02-16 |
| | |||
* | models/repo: use reset --hard to align with remote branch (#4123) | Unknwon | 2017-02-15 |
| | | | | If user has force pushed to a branch, git pull will fail. | ||
* | wiki: remove redundant string replace (#3754) | Unknwon | 2017-02-15 |
| | |||
* | migration.v15: don't generate hook file if wiki not exist (#1623) | Unknwon | 2017-02-15 |
| | |||
* | migration: minor code fix (#1623) | Unknwon | 2017-02-15 |
| | |||
* | migration: should regenerate wiki hook files (#1623) | Unknwon | 2017-02-15 |
| | |||
* | admin: sync wiki's hook files as well | Unknwon | 2017-02-15 |
| | |||
* | Implement list/check/delete Repo Collaborator (#3689) | Kim "BKC" Carlbäcker | 2017-02-14 |
| | |||
* | migration: adjust rule to prevent migrate wrong hook file | Unknwon | 2017-02-14 |
| | |||
* | migration: handle edge case | Unknwon | 2017-02-14 |
| | |||
* | migration: add trace log | Unknwon | 2017-02-14 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |
| | |||
* | Typo in LocalCopyPath (#4122) | Christian Höppner | 2017-02-14 |
| | | | This won't fix any bugs, but a typo is a typo. | ||
* | org/team: make 'new' as reserved for team name (#3789) | Unknwon | 2017-02-14 |
| | |||
* | Added mssql support. (#3772) | dlob | 2017-02-13 |
| | |||
* | api/issue: minor code refactor (#3688) | Unknwon | 2017-02-12 |
| | |||
* | Implement more issue-endpoints (#3688) | Kim "BKC" Carlbäcker | 2017-02-12 |
| | |||
* | webhook: remove bad characters of Slack-type webhook for Discord (#4088) | Unknwon | 2017-02-11 |
| | |||
* | config: show Git version in admin panel | Unknwon | 2017-02-11 |
| | |||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 |
| | |||
* | wiki: clean up broken data if migration failed (#3792) | Unknwon | 2017-02-10 |
| | |||
* | models/repo: fix SQLite3 database-lock when fail to delete repository (#4048) | Unknwon | 2017-02-10 |
| | |||
* | Some file refactoring | Unknwon | 2017-02-10 |
| |