Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | webhook: add native Discord support | Unknwon | 2017-02-18 | |
| | ||||
* | 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 | |||
* | setting: check mailService.From only if it has value (#4134) | Unknwon | 2017-02-17 | |
| | ||||
* | 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. | |||
* | Simplify description | Unknwon | 2017-02-15 | |
| | ||||
* | Security: prevent XSS attach on wiki page | Unknwon | 2017-02-15 | |
| | | | | Reported by Miguel Ángel Jimeno. | |||
* | Enable syntax highlighting for CMakeLists.txt files #2199 (#4130) | Mourad Boufarguine | 2017-02-15 | |
| | ||||
* | Improve error handling | Unknwon | 2017-02-15 | |
| | ||||
* | Solve conflicts (#3837) | Unknwon | 2017-02-15 | |
| | ||||
* | Commits fetch concurrency (#3837) | Thibault Meyer | 2017-02-15 | |
| | ||||
* | modules/ssh: SSH_KEYGEN_PATH not used for exec ssh-keygen (#4124) | Unknwon | 2017-02-14 | |
| | ||||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 | |
| | ||||
* | cookie: enhance cookie security (#3525) | Unknwon | 2017-02-14 | |
| | ||||
* | org/team: make 'new' as reserved for team name (#3789) | Unknwon | 2017-02-14 | |
| | ||||
* | Added mssql support. (#3772) | dlob | 2017-02-13 | |
| | ||||
* | install: allow sender's username to be non-email (#3717) | Unknwon | 2017-02-12 | |
| | ||||
* | base/tool: reduce unnecessary report | Unknwon | 2017-02-12 | |
| | ||||
* | Update locales | Unknwon | 2017-02-11 | |
| | ||||
* | install: validate SMTP From | Unknwon | 2017-02-11 | |
| | | | | | Invalid SMTP From will cause fatal error in post-install and exit the program. | |||
* | config: show Git version in admin panel | Unknwon | 2017-02-11 | |
| | ||||
* | Improve Open Graph Meta tags (#3664) | Unknwon | 2017-02-11 | |
| | ||||
* | Add more details on error report | Unknwon | 2017-02-10 | |
| | | | | [CI SKIP] | |||
* | markdown: fix mailto: doesn't recognize as valid link (#3790) | Unknwon | 2017-02-10 | |
| | ||||
* | Some file refactoring | Unknwon | 2017-02-10 | |
| | ||||
* | Able to disable non-admin to create new organization (#1556) | Unknwon | 2017-02-10 | |
| | | | | | Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by default it's 'false'. | |||
* | Minor improve on error handling | Unknwon | 2017-02-10 | |
| | ||||
* | Configurable SSH cipher suite (#4109) | spacetourist | 2017-02-10 | |
| | | | | | | * Configurable SSH cipher suite * Maintain ordering | |||
* | Minor improve on error handling | Unknwon | 2017-02-10 | |
| | ||||
* | modules/setting: add Slack logger | Unknwon | 2017-02-09 | |
| | | | | | Conn and email loggers are removed for now unless people requested for them, then try to add back in gopkg.in/clog.v1 | |||
* | log: start using gopkg.in/clog.v1 | Unknwon | 2017-02-09 | |
| | ||||
* | Update locales | Unknwon | 2017-02-09 | |
| | | | | This patch also fixes #4073 | |||
* | routers/repo/branch: fix can't delete branch with slashes after merge (#4089) | Unknwon | 2017-02-09 | |
| | ||||
* | models: remove TiDB embedded driver support | Unknwon | 2017-02-09 | |
| | | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers. | |||
* | Update locales | Unknwon | 2017-02-05 | |
| | ||||
* | Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078) | Pablo Saavedra | 2017-02-01 | |
| | | | | | | | | | | | | | | | | | * Check deploy keys when Gogs is run with require_sign_in_view Check if the deploy key can access to a repository. A deploy key doesn't represent an gogs user, so in a site with Service.RequireSignInView activated we should give read access only in the repositories where this deploy key is in use. In other case, a deploy service or system using an active deploy key can get read access to all the repositories in a Gogs service. * Refactoring: Comments starts in a new line * Minor change in a comment * Code cleaning. Replace spaces with tabs | |||
* | bindata: generate for PR #3646 | Unknwon | 2017-01-31 | |
| | ||||
* | Allow use to set an external tracker url and to redirect user when clicking ↵ | Rémy Boulanouar | 2017-01-31 | |
| | | | | in Issues same behavior as Wiki. (#3646) | |||
* | conf: minor comments fix | Unknwon | 2017-01-31 | |
| | ||||
* | Prepare for release | Unknwon | 2017-01-31 | |
| | ||||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 | |
| | | | | To use interface to replace *models.User in avoiding cycle import. | |||
* | Able to set custom Access-Control-Allow-Origin header (#3987) | Unknwon | 2017-01-28 | |
| | | | | Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'. | |||
* | Fix cross-repository reference link error (#4025) | Unknwon | 2017-01-28 | |
| | ||||
* | Update locales | Unknwon | 2017-01-28 | |
| | ||||
* | Add 'Organizations' page to user settings (#3587) | Unknwon | 2017-01-27 | |
| | | | | User is now able to view full list of organizations belongs to. | |||
* | Fix changed branch is not reflected when creating PR (#3604) | Unknwon | 2017-01-27 | |
| | ||||
* | Update XORM required version and 'go fmt' | Unknwon | 2017-01-26 | |
| | ||||
* | Disable local path migration by default (#4033) | Unknwon | 2017-01-26 | |
| | | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel. | |||
* | Fix log depth of AvatarLink | Unknwon | 2017-01-26 | |
| | ||||
* | templates/repo: rename 'Code' to 'Files' | Unknwon | 2017-01-25 | |
| |