aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* webhook: add native Discord supportUnknwon2017-02-18
|
* Improve error handlingUnknwon2017-02-17
|
* Initial version of protected branches (#776)Unknwon2017-02-17
| | | | | - Able to restrict force push and deletion - Able to restrict direct push
* setting: check mailService.From only if it has value (#4134)Unknwon2017-02-17
|
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-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 descriptionUnknwon2017-02-15
|
* Security: prevent XSS attach on wiki pageUnknwon2017-02-15
| | | | Reported by Miguel Ángel Jimeno.
* Enable syntax highlighting for CMakeLists.txt files #2199 (#4130)Mourad Boufarguine2017-02-15
|
* Improve error handlingUnknwon2017-02-15
|
* Solve conflicts (#3837)Unknwon2017-02-15
|
* Commits fetch concurrency (#3837)Thibault Meyer2017-02-15
|
* modules/ssh: SSH_KEYGEN_PATH not used for exec ssh-keygen (#4124)Unknwon2017-02-14
|
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
|
* cookie: enhance cookie security (#3525)Unknwon2017-02-14
|
* org/team: make 'new' as reserved for team name (#3789)Unknwon2017-02-14
|
* Added mssql support. (#3772)dlob2017-02-13
|
* install: allow sender's username to be non-email (#3717)Unknwon2017-02-12
|
* base/tool: reduce unnecessary reportUnknwon2017-02-12
|
* Update localesUnknwon2017-02-11
|
* install: validate SMTP FromUnknwon2017-02-11
| | | | | Invalid SMTP From will cause fatal error in post-install and exit the program.
* config: show Git version in admin panelUnknwon2017-02-11
|
* Improve Open Graph Meta tags (#3664)Unknwon2017-02-11
|
* Add more details on error reportUnknwon2017-02-10
| | | | [CI SKIP]
* markdown: fix mailto: doesn't recognize as valid link (#3790)Unknwon2017-02-10
|
* Some file refactoringUnknwon2017-02-10
|
* Able to disable non-admin to create new organization (#1556)Unknwon2017-02-10
| | | | | Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by default it's 'false'.
* Minor improve on error handlingUnknwon2017-02-10
|
* Configurable SSH cipher suite (#4109)spacetourist2017-02-10
| | | | | | * Configurable SSH cipher suite * Maintain ordering
* Minor improve on error handlingUnknwon2017-02-10
|
* modules/setting: add Slack loggerUnknwon2017-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.v1Unknwon2017-02-09
|
* Update localesUnknwon2017-02-09
| | | | This patch also fixes #4073
* routers/repo/branch: fix can't delete branch with slashes after merge (#4089)Unknwon2017-02-09
|
* models: remove TiDB embedded driver supportUnknwon2017-02-09
| | | | | Users should all start tidb-server process and connect to it as if it is a MySQL server with MySQL drivers.
* Update localesUnknwon2017-02-05
|
* Check deploy keys when Gogs is run with Service.RequireSignInView=true (#4078)Pablo Saavedra2017-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 #3646Unknwon2017-01-31
|
* Allow use to set an external tracker url and to redirect user when clicking ↵Rémy Boulanouar2017-01-31
| | | | in Issues same behavior as Wiki. (#3646)
* conf: minor comments fixUnknwon2017-01-31
|
* Prepare for releaseUnknwon2017-01-31
|
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Able to set custom Access-Control-Allow-Origin header (#3987)Unknwon2017-01-28
| | | | Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'.
* Fix cross-repository reference link error (#4025)Unknwon2017-01-28
|
* Update localesUnknwon2017-01-28
|
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
| | | | User is now able to view full list of organizations belongs to.
* Fix changed branch is not reflected when creating PR (#3604)Unknwon2017-01-27
|
* Update XORM required version and 'go fmt'Unknwon2017-01-26
|
* Disable local path migration by default (#4033)Unknwon2017-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 AvatarLinkUnknwon2017-01-26
|
* templates/repo: rename 'Code' to 'Files'Unknwon2017-01-25
|