Joubert RedRat
b3890d6acd
Support to last login feature
8 years ago
Lunny Xiao
c1aee61e5f
Merge pull request #18 from LefsFlarey/issue/3675
Fix 500 error caused by deleted users on issues (#3675 )
8 years ago
Flare
07176be616
Fix err not being nil
8 years ago
Lunny Xiao
6d0d0564ee
Merge pull request #73 from bkcsoft/gt/2164-release-pagination
Add Pagination to Releases-page (and de-duplicate pagination templates)
8 years ago
Sandro Santilli
f5ceddc42d
Fix type in unused constant name ( #111 )
* Write LDAP, SMTP, PAM, DLDAP back to all uppercase
* Fix type in unused constant name
* Other MixCased fixes
* Complete MixerCasing of template constants
* Re uppercase LTS and LDAPS suffixes
* Uppercase JSON suffix in constant names
* Proper case LoginNoType
* Prefix unexported template path constants with "tpl"
8 years ago
Sandro Santilli
0daccd049a
And others
8 years ago
Sandro Santilli
bb9ea9bb35
more
8 years ago
Sandro Santilli
724cc54d49
Security protocols
8 years ago
Sandro Santilli
4a8da4b3a1
More mixage
8 years ago
Sandro Santilli
925af19903
More overlooks
8 years ago
Sandro Santilli
ff0696b23b
This one I overlooked before
8 years ago
Sandro Santilli
6909f35ba0
More...
8 years ago
Sandro Santilli
f2c96b8f93
More MixedCase consts
8 years ago
Sandro Santilli
58cc4e56fa
ACCESS_MODE_* -> AccessMode*
8 years ago
Sandro Santilli
d092b29641
More MixedCase consts
8 years ago
Sandro Santilli
8212aa70ba
Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
8 years ago
Thomas Boerger
91624c0e0e
Merge pull request #108 from go-gitea/go-sdk
Replaced gogits go-gogs-client with go-sdk
8 years ago
Sandro Santilli
e8b49f68aa
Merge pull request #103 from strk/GOGS_drop
Replace GOGS with GITEA in variable names
8 years ago
Joubert RedRat
9bcd8444ad
Replace Gogs to Gitea in installation options
8 years ago
Thomas Boerger
a2f2fa9326
Replaced go-gogs-client with go-sdk imports
8 years ago
Sandro Santilli
78f6bac474
Fix typo in unused constant name
8 years ago
Sandro Santilli
43349da21a
Replace GOGS with GITEA in variable names
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables
as a fallback if the equivalent GITEA_* are not set,
warning user about the need for change.
Does not change "gogs" to "gitea" in webhook type name
Because "gogs" hook type is part of the API (routes) and used
in templates...
Closes #87
8 years ago
Kim "BKC" Carlbäcker
a35f849f28
Add Pagination to Releases-page
8 years ago
Sandro Santilli
3c9693defb
Replace gogits/git-module dependency with go-gitea/git ( #94 )
* Replace gogits/git-module dependency with go-gitea/git
Fixes #92
* Remove git alias for git module import (not needed)
8 years ago
LefsFlare
5c54551ac9
Adds checking of reserved keywords against team names ( #22 )
8 years ago
Thibault Meyer
8ec34183a7
Ordering team by name ascending except for 'Owners' ( #48 )
8 years ago
Matthias Loibl
4a3ba92ee3
Add missing version & gogs package
8 years ago
Matthias Loibl
929972fc8d
Fix imports found by goimports.
8 years ago
Thomas Boerger
57b14a247f
Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name
8 years ago
Flare
b8d43641a7
Still print error if user does not exist
8 years ago
Matthias Loibl
f569b344f3
Run goimports on the whole project ( #34 )
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago
Rémy Boulanouar
ee1663af58
Implementation of the feature to redirect to an external issue tracker
8 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
8 years ago
Sandro Santilli
ce9ffc1ea3
Fix sender of issue notifications
It is the FROM field in mailer configuration that needs be used,
not the USER field, which is for authentication.
Closes https://github.com/gogits/gogs/issues/3615
8 years ago
LefsFlare
50bfff35d0
Changed interface ( #3685 )
8 years ago
Flare
24262a7143
Fix 500 error caused by deleted users on issues ( #3675 )
8 years ago
Unknwon
87c222ba11
#3589 LoadRepoConfig after ORM is initialized
8 years ago
Unknwon
1b172401af
#3577 incorrect URL produced by AvatarLink
8 years ago
Unknwon
7f9b2d53b6
Fix panic when attempt login with non-exist user
8 years ago
Unknwon
1ed450764c
Minor code fix [CI SKIP]
8 years ago
Unknwon
1dca1999ed
models/login_source: code improvement
8 years ago
Unknwon
437ad0d136
#3515 use alert instead 500 for duplicated login source name
8 years ago
Unknwon
ea214daebe
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
8 years ago
Unknwon
a9fc6fad64
modules/sync: add UniqueQueue
8 years ago
Unknwon
247158c599
modules/sync: rename SingleInstancePool to ExclusivePool
8 years ago
Unknwon
288bd17939
Web editor: support upload files
8 years ago
Unknwon
e4d1ae765f
#3459 code quality improvement
8 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
8 years ago
LFlare
b092a2c073
Fixed typo ( #3533 )
Git convention has it capitalised.
8 years ago
Unknwon
f91166335e
Web editor: fix cannot create new file in subdirectory
8 years ago