| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement archive cleanup
Fixes #769
Signed-off-by: Andrew <write@imaginarycode.com>
* Make sure to close the directory file
* Resolve issues noted by @strk
* edit cheatsheet app.ini [ci skip]
* oops [ci skip]
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moved attachaments POST url from /issues/attachments to /attachments
* Implemented attachment upload on release page
* Implemented downloading attachments on the release page
* Added zip and gzip files to default allowed attachments
* Implemented uploading attachments on edit release
* Renamed UploadIssueAttachment to UploadAttachment
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE.
- Add the new option to the install and admin/config pages.
- Add the new option to app.ini in the service section.
- Add the new option to the settings struct.
- Add English text strings to i18n.
- Add field KeepEmailPrivate to user struct.
- Add field KeepEmailPrivate to user form.
- Add option to UI.
- Add using noreply email address if user has "Keep Email Private".
An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit
messages (and hopefully all other git log relevant places). The
change relies on the fact that git commands should use
user.NetGitSig().
- Add hiding of email address in UI, if user has set "Keep Email Private".
- Add condition to show email address only on explore/users and user
pages, if user has not set "Keep Email Private".
- Add noreply email in API if set "Keep Email Private".
- Add a new service setting NO_REPLY_ADDRESS. The value of this
setting is used as the domain part for the user's email address in
git log, iff he decides to keep his email address private.
If the user decides to keep his email address private and this
option is not set 'noreply.example.org' is used, which no MTA
should send email to.
Add NO_REPLY_ADDRESS to conf/app.ini.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* UI config to toggle whether user email shows up in Explore Users
* Recommendation made by @tboerger
https://github.com/go-gitea/gitea/pull/336/commits/66a1c59fe730eff019ce100673c6800cce7d102d#r94122732
* fixed typo, rename ShowUserEmailInExplore to ShowUserEmail
* Fixed typo merged conflict
* Hide email in the user profile page
if you are active ShowUserEmail
ref https://github.com/go-gitea/gitea/pull/336#issuecomment-269843725
* Please replace MustBool() with MustBool(true)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implemented sendmail. This piggybacks on existing configuration to keep the change simple
* Changed privicy of new sendSMTP and sendSendmail functions
* Fixed Lint errors
* Seperated SMTP and sendmail into their own senders
* Making new structs private as they should not be used externally now
* Added sendmail setting to ini file
* Minor code cleanup
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* add default values for settings
* more default values
* more default settings and labels resource
* mv locale to options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Moved conf assets into options folder
* Dropped old bindata
* Started to integrate options bindata and accessors
* Do not enforce a builtin app.ini
* Replaced bindata calls with options
* Dropped bindata task from makefile, it's the generate task now
* Always embedd app.ini to provide sane config defaults
* Use sane defaults for the configuration
* Defined default value for SSH_KEYGEN_PATH
* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini
* Fixed new paths in latest test additions
* Drop bindata with make clean task
* Set more proper default values
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Check if file is a symlink with web editor (#3687)
* editor checks for symlinks
* translate file_is_a_symlink message
* credit translation author
* fix error constant
|
| |
|
|
|
|
|
|
| |
* New settings option for a custom SSH host (#3763)
* let default ssh listen addr empty
|
|
|
|
|
|
| |
* Update locales
* replace Gogs to Gitea
|
|
|
|
|
|
| |
* Add Korean support
* replace Gogs to Gitea
|
| |
|
| |
|
|
|
|
|
|
| |
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
|
| |
|
|
|
|
|
|
| |
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
|
|
|
|
|
|
| |
* resolved #296
* Indentation fixed
|
|
|
|
| |
clock times. Change translation to reflect that.
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
|
|\
| |
| | |
Last Login for admin manage your users
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Disable HTTP cloning
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Add new locale Serbian (Cyrillic)
|
|
|
|
|
|
| |
* Add ability to explore organizations
* Use right icon for org explore links
|
|
|
|
|
|
| |
* Add option to hide footer load times
* Rename option variable + minor changes
|
| |
|
| |
|