Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from gitea:master #130

Merged
merged 137 commits into from
Jan 6, 2017

Conversation

ethantkoenig
Copy link
Contributor

Includes bug fixes, unit tests, and API endpoints (#55)

ethantkoenig and others added 30 commits December 9, 2016 20:11
Delete old temp local copy before we create a new temp local copy
* 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]
* 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
* Update example install url from try.gogs.io to try.gitea.io

* Ask if issue can be reproduced on try.gitea.io

* Link try.gitea.io to the README
* Added stupid docker task to makefile

* Dropped unknown option PrintLastLog from docker ssh config

* OpenSSH should log to docker stdout

* Set random pw for docker git user, otherwise it is locked

* Stop using templates and public within docker
Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.
Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
* serve video files using the HTML5 video tag

* lint fix: add comment to IsVideoFile
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
Change test mail subject and body to 'Gitea Test Mail!'
* 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
Add support for using "libravatar" as the GravatarSource
Signed-off-by: Thomas Boerger <tboerger@suse.de>
* Add Korean support

* replace Gogs to Gitea
* Update locales

* replace Gogs to Gitea
* fix homepage docs link broken

* fix homepage docs links after docs updated
lunny and others added 15 commits January 3, 2017 12:41
…base (gogs#565)

* update xorm and dependencies vendor for feature to dump to other database

* fix golint
* Check primary email address fields on CreateUser

As this check wasn't available, uid=1 (and possibly guests too, if registration is open) is able to register new users with existing email addresses. This leads to numerous 500 errors.

* Update user.go

* Lower the email first. Then check
Previously got a 'relation repo_access does not exist' error in User_GetRepositoryAccesses
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* add the note forked from gogs

* make the sentence simple
@phillip-hopper
Copy link

Shouldn't this go into develop rather than master?

@ethantkoenig ethantkoenig changed the base branch from master to develop January 5, 2017 22:08
@ethantkoenig
Copy link
Contributor Author

@phillip-hopper Yes, fixed

@ethantkoenig ethantkoenig force-pushed the ufw_develop branch 3 times, most recently from 556e185 to 34c6ceb Compare January 5, 2017 22:35
@phillip-hopper phillip-hopper merged commit 17b247f into unfoldingWord:develop Jan 6, 2017
@ethantkoenig ethantkoenig deleted the ufw_develop branch January 7, 2017 16:52
phillip-hopper pushed a commit that referenced this pull request Jan 31, 2017
phillip-hopper pushed a commit that referenced this pull request Jan 31, 2017
Revert "Changes from gitea:master (#130)" and readd latest gitea changes
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.