| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
* New settings option for a custom SSH host (#3763)
* let default ssh listen addr empty
|
| |
|
|
|
| |
Also address other TODOs
|
| |
|
|\
| |
| | |
Add support for using "libravatar" as the GravatarSource
|
| |
| |
| |
| |
| | |
Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Remove unused custom-alphabet feature of random string generator
Fix random string generator
Random string generator should return error if it fails to read random data via crypto/rand
* Fixes variable (un)initialization mixed assign
Update test GetRandomString
|
|/
|
|
|
|
| |
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Correction LDAP username validation
As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.
* Check for zero length passwords in LDAP module.
According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.
* Clearing the login/email spaces at the [start/end]
|
| |
|
|
|
| |
Integrated optional bindata for the templates
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Get rid of the bin folder within the build process
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped latest make task, it is unused
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Added tidb tag to drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the cert build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped useless minwinsvc build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the useless build tags from drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Dropped unused codekit config
* Integrated dynamic and static bindata for public
* Ignore public bindata
* Add a general generate make task
* Integrated flexible public assets into web command
* Updated vendoring, added all missiong govendor deps
* Made the linter happy with the bindata and dynamic code
* Moved public bindata definition to modules directory
* Ignoring the new bindata path now
* Updated to the new public modules import path
* Updated public bindata command and drop the new prefix
|
| |
|
| |
|
|\
| |
| | |
Golint fixed for modules/log
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Add a sibling to ExecDir which is capable of specifying environment variables,
so that we can invoke `git` with GIT_INDEX_FILE, GIT_DIR, etc..
For #258
|
|/
|
|
|
|
| |
* golint fixed for modules/setting
* typo fixed and renamed UNIXSOCKET to UnixSocket
|
|\
| |
| | |
Fix typos
|
| | |
|
|\ \
| | |
| | | |
Golint fixed for modules/context
|
| | | |
|
|\ \ \
| | | |
| | | | |
Golint fixed for modules/avatar
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Golint fixed for modules/cron
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Golint fixed for modules/httplib
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Golint fixed for modules/template
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Golint fixed for modules/markdown
|
| | | | |
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | | |
golint fixed for modules/user
|
| |/ |
|
|\ \
| | |
| | | |
golint fixed for modules/base
|
| |/ |
|