aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* 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
|
* modules/sync: minor field refactorUnknwon2017-01-25
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-01-25
| | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF).
* Fix notification email issues (#4055)Óscar García Amor2017-01-24
|
* locale: remove unused locale stringUnknwon2017-01-23
|
* Enable federated avatars by default (#3997)Sandro Santilli2017-01-22
|
* Update localesUnknwon2017-01-21
|
* Update localesUnknwon2017-01-01
|
* Add Galician supportUnknwon2016-12-23
| | | | - Update locales
* Minor fix for PR #3436Unknwon2016-12-23
|
* Improve issue references in markdown. (#3436)lstahlman2016-12-23
|