aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Autogenerate Version on build (#190)Kim "BKC" Carlbäcker2016-12-131-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | * 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 validation (#342)Denis Denisov2016-12-121-0/+5
| | | | | | | | | | | | * 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]
* Fix alignment of tooltip and add bindata - related to #359 (#364)Henning Henkel2016-12-081-401/+401
|
* Integrate templates into bindata optionally (#314)Thomas Boerger2016-12-067-2/+226
| | | Integrated optional bindata for the templates
* [API] Pull Requests (#248)Kim "BKC" Carlbäcker2016-12-021-0/+22
|
* GitHub API Compliance (& linting)Kim "BKC" Carlbäcker2016-12-021-0/+3
|
* Fixed project name on setting module key APP_NAMEAvelino2016-12-021-1/+1
|
* Catch os... errorsBwko2016-12-023-3/+16
|
* Get rid of bin folder within makefile, enabled TiDB (#319)Thomas Boerger2016-12-012-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fixes xss, clickjacking & password autocompletionBwko2016-11-291-2/+5
|
* Integrate public as bindata optionally (#293)Thomas Boerger2016-11-303-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Updated bindata to latest versionThomas Boerger2016-11-291-513/+536
|
* golint fixed for modules/authLunny Xiao2016-11-279-11/+90
|
* Merge pull request #269 from lunny/lunny/golint_modules_logThomas Boerger2016-11-275-56/+86
|\ | | | | Golint fixed for modules/log
| * golint fixed for modules/logLunny Xiao2016-11-265-56/+86
| |
* | modules/process: add ExecDirEnv (next to ExecDir)Mura Li2016-11-271-2/+8
| | | | | | | | | | | | | | 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 (#262)Lunny Xiao2016-11-2710-54/+65
|/ | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Merge pull request #246 from Bwko/fix/typoThomas Boerger2016-11-251-1/+1
|\ | | | | Fix typos
| * Fix typosBwko2016-11-211-1/+1
| |
* | Merge pull request #254 from lunny/lunny/golint_modules_contextThomas Boerger2016-11-256-2/+19
|\ \ | | | | | | Golint fixed for modules/context
| * | Golint fixed for modules/contextLunny Xiao2016-11-256-2/+19
| | |
* | | Merge pull request #256 from lunny/lunny/golint_modules_avatarThomas Boerger2016-11-251-3/+4
|\ \ \ | | | | | | | | Golint fixed for modules/avatar
| * | | golint fixed for modules/avatarLunny Xiao2016-11-251-3/+4
| |/ /
* | | Merge pull request #255 from lunny/lunny/golint_modules_cronThomas Boerger2016-11-251-0/+1
|\ \ \ | | | | | | | | Golint fixed for modules/cron
| * | | golint fixed for modules/cronLunny Xiao2016-11-251-0/+1
| |/ /
* | | Merge pull request #252 from lunny/lunny/golint_fixed_modules_httplibThomas Boerger2016-11-251-15/+18
|\ \ \ | | | | | | | | Golint fixed for modules/httplib
| * | | Golint fixed for modules/httplibLunny Xiao2016-11-251-15/+18
| |/ /
* | | Merge pull request #251 from lunny/lunny/golint_modules_templateThomas Boerger2016-11-252-14/+26
|\ \ \ | | | | | | | | Golint fixed for modules/template
| * | | Golint fixed for modules/templateLunny Xiao2016-11-252-14/+26
| |/ /
* | | Merge pull request #250 from lunny/lunny/golint_modules_markdownThomas Boerger2016-11-252-11/+13
|\ \ \ | | | | | | | | Golint fixed for modules/markdown
| * | | fixed test build errorLunny Xiao2016-11-251-2/+2
| | | |
| * | | golint fixed for modules/markdownLunny Xiao2016-11-251-9/+11
| |/ /
* / / Golint fixed for modules/mailerLunny Xiao2016-11-251-1/+8
|/ /
* | Merge pull request #235 from lunny/lunny/golint_modules_userThomas Boerger2016-11-241-0/+1
|\ \ | | | | | | golint fixed for modules/user
| * | golint fixed for modules/userLunny Xiao2016-11-241-0/+1
| |/
* | Merge pull request #231 from lunny/lunny/golint_modules_baseThomas Boerger2016-11-242-7/+16
|\ \ | | | | | | golint fixed for modules/base
| * | golint fixed for modules/baseLunny Xiao2016-11-242-7/+16
| |/
* / Lint and document manager apiSandro Santilli2016-11-241-8/+17
|/
* API endpoints for starsEthan Koenig2016-11-161-0/+31
|
* fix variable assigned and not used.Bo-Yi Wu2016-11-151-4/+0
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Normalize files with gofmtThibault Meyer2016-11-114-6/+6
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-1020-48/+48
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Merge pull request #121 from joubertredrat/feature-last-loginLunny Xiao2016-11-101-40/+40
|\ | | | | Last Login for admin manage your users
| * Support to last login featureJoubert RedRat2016-11-091-40/+40
| |
* | Merge pull request #17 from LefsFlarey/issue/3666Matthias Loibl2016-11-081-1/+1
|\ \ | |/ |/| Fixed 404 caused by unexpected question mark
| * Fixed 404 caused by unexpected question markFlare2016-11-081-1/+1
| | | | | | | | This fixes 404 caused when creating new files or wiki pages with question marks. Amended to force CI rebuild
* | Add test for IsTextFile()Matthias Loibl2016-11-071-3/+7
| |
* | Make long godoc comment 2 linesMatthias Loibl2016-11-071-1/+2
| |
* | Add test for IsLetter()Matthias Loibl2016-11-071-1/+15
| |
* | Add test for Int64sToMap()Matthias Loibl2016-11-071-1/+8
| |