| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
| |
* Configurable SSH cipher suite
* Maintain ordering
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Users should all start tidb-server process and connect to it as if
it is a MySQL server with MySQL drivers.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to recent code refactor, ctx.PullRequest is not initialized for
route repo.CompareAndPullRequest, which leads the UI thinks the
compare is not happening inside the same repository.
The current fix is to allow compare URL to include redundant head
user name so everything works fine again, but code logic isn't
as clean as before.
Made comments about possible future fix.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* added marked and notebookjs javascript libraries
* added ipython notebook render support using javascript libraries
* recompiled gogs.css to include ipynb-related css
* removed superflous javascript library files
|
| |
|
|
|
|
|
| |
Creating a notice instead
Fixes #3643
|
|
|
|
| |
in Issues same behavior as Wiki. (#3646)
|
|
|
|
|
| |
But release was not saved as draft in the first time, is not
possible to be draft afterwards because the Git tag was created.
|
|
|
|
| |
To use interface to replace *models.User in avoiding cycle import.
|
|
|
|
|
| |
Lists the forks of a repository at the /:user/:repo/forks endpoint.
Signed-off-by: Dennis Chen <barracks510@gmail.com>
|
|
|
|
| |
User is now able to view full list of organizations belongs to.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement organizations listing in setting and allow user to create new organization.
* Implement organizations listing in setting and allow user to create new organization.
* Add space remove by mistake
* Remove unused part of the template
* Update display and behavior according to @Unknown remarks
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This patch also handles case when a file name looks like README
but is not a text file (e.g. image, PDF).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix assigned/created issues in dashboard.
* Use GetUserIssueStats for getting all Dashboard stats.
* Use gofmt to format the file properly.
* Replace &Issue{} with new(Issue).
* Check if user has access to given repository.
* Remove unnecessary filtering of issues.
* Return 404 error if invalid repository is given.
* Use correct number of issues in paginater.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use temporary file to avoid out-of-memory when receiving big chunk.
Not perfect but I think it's a reasonable solution.
For small request bodies, I suppose performance wouldn't be an issue.
For large ones, this seems to be a necessary evil.
* Must close the open file to avoid fd leaks
|
| |
|
|
|
|
|
|
| |
Ability to use labels from arbitrary repositories.
Reported by Miguel Ángel Jimeno.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Can disable GIT interactions by HTTP protocol
* rename variable + fix wiki link
* missing space
|
| |
|
|
|
|
|
|
|
|
| |
Closes #3696, #3611
Previously, ProdMode can only be true for web server,
which always prints dev mode log message to incoming SSH
connections and leaks unexpected information.
|
| |
|
|
|
|
|
|
|
|
| |
* editor checks for symlinks
* translate file_is_a_symlink message
* credit translation author
|
| |
|
|
|
| |
This fixes 404 caused when creating new files or wiki pages with question marks.
|
| |
|
|
|
|
|
|
|
|
| |
* Remove unused custom-alphabet feature of random string generator
* Fix modulo-biased random string generator
* Random string generator should return error if it fails to read random data via crypto/rand
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
|
|\ |
|