| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Allow file and directory names to contain percent character
|
| | |
|
| | |
|
|\|
| |
| | |
Allow explicit charset/codepage setting for ANSI source files to alle…
|
| |
| |
| |
| | |
issue #1088
|
|/ |
|
|\
| |
| | |
User Issues Template fix
|
|/ |
|
| |
|
|
|
|
| |
- prevent create reop on existed path
|
| |
|
|\
| |
| | |
admin config fix
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Add function in cron to autofix counters in repository
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| |\ \ |
|
| | |\ \
| | | | |
| | | | | |
Fix minor spelling issues.
|
| | | | | |
|
| | |\ \ \
| | | | | |
| | | | | | |
fix .keys route
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | | |
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
|
| | |\ \ \
| | | | | |
| | | | | | |
settings/password: no minimal required characters for OldPassword
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If users are added to gogs due a reverse proxy automatically, their password is
set to their initial username. If their username is shorter than 6 characters,
they can never set a password. But since this password is required for some
operations (e.g. repository deletion), they could not use all features of gogs
until now.
|
| | |\ \ \
| | | | | |
| | | | | | |
fix debian init script
|
| | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- use start-stop-daemon's chuid feature insted of su
- using `su -c` breaks if the git user has no usable shell
- this fixes #1025
- put --test before --exec, instead it gets passed to gogs
- set cwd via --chdir
|
| |\ \ \ \
| | | | | |
| | | | | | |
Prevent browsers from leaking referrer headers
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix command used by FreeBSD init script
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix: "Port is blocked" issue
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed an issue where the post intall file for Debian enforced port 6000
which should have been port 3000 because it renders the software virtually unusable
because it's a blocked port in Firefox, Chrome and alikes.
For further reference see:
http://www-archive.mozilla.org/projects/netlib/PortBanning.html
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
fix systemd "Trailing garbage, ignoring." warning.
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Environment should be a space-separated list instead of comma-separated.
No need for double quoting when the values don't contain spaces.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add/Fix app sub url for color picker js lib inclusion
|
| | |/ / / / /
| | | | | | |
| | | | | | | |
Currently, the js file doesn't take into account the possibility of a sub url being used (wich is my case :) wich prevents its inclusion.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
in routers/repo/download.go, don't set mime type, let go figure it out.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
html, etc
According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add full name field to admin's user edit page (fixes #1130)
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Update build.sh for Windows
|
| | | | | | | | | | |
|