Joubert RedRat
29af034c49
Fix default cookie name
9 years ago
Philip Couling
dec7eee349
Implement sendmail ( #355 )
* 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
9 years ago
Bwko
09587f86e2
Added minimum password length to app.ini ( #223 )
9 years ago
Lunny Xiao
9bd4611129
Add default values for settings ( #455 )
* add default values for settings
* more default values
* more default settings and labels resource
* mv locale to options
9 years ago
Thomas Boerger
9fde430c66
Bindata is optional and over-writable on restart ( #354 )
* 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
9 years ago
Lunny Xiao
49ceb80965
Check if file is a symlink with web editor ( #3687 ) ( #445 )
* 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
9 years ago
Lunny Xiao
8181ebf5d3
fix bug #1122 log.smtp receiver configure error ( #3602 ) ( #451 )
9 years ago
Lunny Xiao
c64c578acf
New settings option for a custom SSH host ( #3763 ) ( #446 )
* New settings option for a custom SSH host (#3763 )
* let default ssh listen addr empty
9 years ago
Lunny Xiao
0826d8c3f7
Update locales ( #440 )
* Update locales
* replace Gogs to Gitea
9 years ago
Lunny Xiao
a57a740b6b
Add Korean support ( #437 )
* Add Korean support
* replace Gogs to Gitea
9 years ago
Joubert RedRat
6f5bd631a2
Remove remaining Gogs reference on locales and cmd ( #430 )
9 years ago
Andrey Nering
b12fa401dc
Change default Android theme color meta tag ( #389 )
9 years ago
Nico Mandery
49e76e5976
serve video files using the HTML5 video tag ( #418 )
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
9 years ago
Henning Henkel
b76bc3744d
Added download tooltip - solves #221 ( #359 )
9 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
9 years ago
Lunny Xiao
e32a301b42
Resolved #296 ( #324 )
* resolved #296
* Indentation fixed
9 years ago
Michael Stroucken
f316dfc9fd
Based on @tboerger's screenshot, these "times" are counts and not
clock times. Change translation to reflect that.
9 years ago
Michael Stroucken
b5fd5aaab6
Time values displayed are apparently single values, so use singular.
9 years ago
Michael Stroucken
e9094371d6
Rebase branch onto go-gitea/gitea
9 years ago
Bwko
fcde7de425
Fixes typos
9 years ago
Unknwon
b052089f90
Update locales and add Swedish
Signed-off-by: Andrey Nering <andrey.nering@gmail.com>
9 years ago
Lunny Xiao
68d5ee45d5
Merge pull request #121 from joubertredrat/feature-last-login
Last Login for admin manage your users
9 years ago
Joubert RedRat
b3890d6acd
Support to last login feature
9 years ago
Lunny Xiao
ce010303dd
lack of translation for zh-CN
9 years ago
Avelino
599c6bde7f
replace Gogs to Gitea on locale files
9 years ago
Joubert RedRat
a9f1cb3fba
Change binary name from main to gitea
9 years ago
Joubert RedRat
9bcd8444ad
Replace Gogs to Gitea in installation options
9 years ago
Rachid Zarouali
991135448c
Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning
Disable HTTP cloning
9 years ago
Rémy Boulanouar
ee1663af58
Implementation of the feature to redirect to an external issue tracker
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
9 years ago
Thibault Meyer
1be4811a2b
missing space
9 years ago
Thibault Meyer
5feedd10fb
Can disable GIT interactions by HTTP protocol
9 years ago
Unknwon
38acaf2043
Update locales
Add new locale Serbian (Cyrillic)
9 years ago
Daniel Oaks
bc0c810106
Add the ability to explore organizations ( #3573 )
* Add ability to explore organizations
* Use right icon for org explore links
9 years ago
Thibault Meyer
33cd649848
Feature #3492 : Add option to hide footer load times ( #3562 )
* Add option to hide footer load times
* Rename option variable + minor changes
9 years ago
Unknwon
5b8d1dbf17
Update locales
9 years ago
Unknwon
437ad0d136
#3515 use alert instead 500 for duplicated login source name
9 years ago
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
9 years ago
Unknwon
288bd17939
Web editor: support upload files
9 years ago
Unknwon
e4d1ae765f
#3459 code quality improvement
9 years ago
Thibault Meyer
9cc19873d7
Load a set of predefined labels ( #3459 )
* Can use a predefined set of labels
* Change UI
* Fix HTML file indentation
* Avoid reading file from other directory (security issue)
* Apply a better fix
* Remove not used variable
* Merge upstream/develop
* Do modifications
* Raname
* remove binding + rename variable
9 years ago
Unknwon
f91166335e
Web editor: fix cannot create new file in subdirectory
9 years ago
Unknwon
a408ce3ec2
Web editor: improve edit file
9 years ago
Unknwon
23a12b9711
Web editor: improve delete file process
9 years ago
Unknwon
599229239a
#2901 allow setting preferred licenses
- Closes #3488
9 years ago
Unknwon
525f2e91c0
Web editor: improve edit file tooltip
9 years ago
Unknwon
11540e5abe
Web editor: improve code quality
9 years ago
rugk
3669a352b8
libravatar.org supports HTTPS ( #3498 )
9 years ago
Unknwon
0c19e1f0ec
Web editor: improve edit file and diff preview
9 years ago
Unknwon
83ccca5e24
Code clean up for new config options
9 years ago