summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor User Settings (#3900)David Schneiderbauer2018-05-1525-688/+582
| | | | | | | | | | | | | | | | | | | | | | * moved avatar to profile page * combined password change, email and account deletion into account settings page * combined totp, access tokens, linked accounts and openid into security settings page * move access tokens to applications settings page * small change to restart drone build * fix change avatar url on profile page * redirect old settings urls to new ones * enforce only one autofocus attribute on settings pages * set correct redirect status code * fmt fix
* issue-2768: added new option allow_only_external_registration (#3910)FabioFortini2018-05-138-2/+20
|
* Update xormstore dependency to fix OAuth2 support for MySQL (#3955)Lauris BH2018-05-132-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-131-1/+26
|
* Fix blank topic on explore repo list (#3956)techknowlogick2018-05-131-3/+7
|
* fix blank topic (#3948)Lunny Xiao2018-05-112-1/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-0/+2
|
* Add LDAP integration tests (#3897)Lauris BH2018-05-113-0/+203
| | | | | | | | | | | | * Add LDAP service for tests * Add LDAP login source and test user sign-in * Add checks to test if user data is correct * Add LDAP user sync test * Add failed user sign-in test
* Activating Open Collective (#3821)jess2018-05-111-0/+21
| | | | | | | | | | * Added backers and sponsors on the README * Added call to donate after npm install (optional) * Remove npm changes * Update readme to leave only needed sections
* Remove another mention of matrix (#3947)techknowlogick2018-05-111-1/+0
|
* Adjust z-index for floating labels (#3939)David Schneiderbauer2018-05-112-1/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-1/+1
|
* remove build tag information for redis and memcache (#3940)David Schneiderbauer2018-05-111-2/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-0/+5
|
* Fix comments in config1 (#3946)mikolaj holysz2018-05-111-65/+67
| | | | | | | | | | | | | | | | | * Fix some comments in custom/conf/app.ini.sample Some comments in app.ini.sample were very vague, didn't contain much information. Some of them have been fixed, but mistakes that need to be fixed by an expert still remain, see #3928 Signed-off-by: Mikolaj Holysz <miki123211@gmail.com> * Add an additional comment pointing to more documentation. Add an additional comment to the top of the sample configuration file. It contains a link pointing to gitea's docs and the configcheat sheet, which contains some explanations about the parameters in the config. Signed-off-by: Mikolaj Holysz <miki123211@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-111-1/+9
|
* Add documentation in regards to issues/pull request templates (#3942)techknowlogick2018-05-111-0/+41
| | | | | | | | * Add documentation in regards to issues/pull request templates Fixes #3491 * update per suggestion to use list
* Fix release tag on README (#3945)Morgan Bazalgette2018-05-102-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-4/+5
|
* Discord is the official channel - update README (#3943)techknowlogick2018-05-101-1/+0
| | | | Matrix (and IRC) bridge drop too many messages which frustrate new user. Let's only promote the official communication tool.
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-103-0/+68
|
* update multiple assignes feature in comparison (#3938)David Schneiderbauer2018-05-101-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-104-5/+366
|
* Note about adding permisions to binary (#3936)techknowlogick2018-05-101-0/+5
| | | in regards to binding to lower ports than 1024
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-101-2/+204
|
* Fix #3828 (#3935)techknowlogick2018-05-101-1/+1
|
* Update less.js to latest version (#3932)Lauris BH2018-05-103-190/+211
|
* Fixed issue deadline not showing on issue page (#3930)kolaente2018-05-101-4/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-1023-69/+2
|
* Fix multiple asssingee table migration (#3931)Lauris BH2018-05-101-37/+39
|
* Multiple assignees (#3705)kolaente2018-05-0936-451/+1012
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-091-0/+7
|
* snap-packaging for gitea (#2568)Thorben2018-05-097-0/+394
| | | | | | | | | | | | | | | | | * Modify tbraeutigam/gogs-snap for gitea * Fix building on 16.04 (manually build go-bindata). -> add _source.tar.bz2 to .gitignore (used by snapcraft cleanbuild) * Streamline Snap packaging: - Take advantage of install-hooks (snapd 2.27) - Use snapctl configuration storage for unchanging values * Move to using Snap Hooks for configuration * Missed re-adding daemon statement * Fix two warnings from Codacy.
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-093-19/+23
|
* Compare git services in docs page (#3911)Lauris BH2018-05-091-0/+611
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-082-6/+17
|
* Fix English translation grammar and consistency. (#3921)bugreport02018-05-081-7/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-081-3/+4
|
* fix wrong issue endpoints in swagger doc (#3914)David Schneiderbauer2018-05-083-201/+197
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-0/+1
|
* lock npm packages (#3912)David Schneiderbauer2018-05-071-0/+644
|
* feat: testing in go 1.10 version. (#3899)Bo-Yi Wu2018-05-071-23/+17
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-3/+8
|
* consistent IsOverdue field name capitalization (#3909)Travis Parker2018-05-071-2/+2
| | | | | | | Milestone.IsOverDue vs Issue.IsOverdue, the former was also causing the milestone list page template to fail to render if any milestones have a due date assigned. Signed-off-by: Travis J Parker <travis.parker@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-071-1/+0
|
* Fix code tab link when viewing tags (#3908)Ambrose Chua2018-05-071-1/+1
| | | Signed-off-by: Ambrose Chua <ambrose@chua.family>
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-062-12/+275
|
* Fix placeholder of due date form (#3906)Jonas Franz2018-05-071-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-05-052-3/+44
|
* Add option to use paged LDAP search when synchronizing users (#3895)Lauris BH2018-05-057-2/+59
|