Commit Graph

474 Commits (mj-v1.14.3)

Author SHA1 Message Date
techknowlogick 9fd8b2621f
Add robots.txt as reserved username (#6272)
5 years ago
Lanre Adelowo 141c58f5a6 add isAdmin to user model (#6231)
5 years ago
tklein23 525f03306f Add "ghost" and "notifications" to list of reserved user names. (#6208)
5 years ago
John Olheiser 994b1be9d1 Admins can now do unlimited page size user search (listAllUsers & listAllOrgs) (#6143)
5 years ago
Rémy Boulanouar 64ce159a6e Allow to set organization visibility (public, internal, private) (#1763)
5 years ago
zeripath cc48c12d8f Fix empty ssh key importing in ldap (#5984)
5 years ago
Lanre Adelowo 6dc2f401c9 Don't discard the value of DISABLE_REGULAR_ORG_CREATION (#5886)
5 years ago
zeripath 44371b96f5 Ensure valid git author names passed in signatures (#5774)
5 years ago
Shashvat Kedia 1b90692844 New API routes added (#5594)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
zeripath 8bb0a6f425 Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key deletion (#5557)
5 years ago
Lunny Xiao fe55ab2a68 fix forgot removed records when deleting user (#5429)
5 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
5 years ago
Stanislav 078c404c3b Prometheus endpoint (#5256)
6 years ago
Jerry Jacobs 22ad514297 Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#5094)
6 years ago
Oleg Kovalov cabdf84f1f Use named const instead of a raw string (#5115)
6 years ago
Oleg Kovalov a908b29a74 Remove duplicated if bodies (#5121)
6 years ago
zeripath dd62ca7ba9 Add support for search by uid (#4876)
6 years ago
Lanre Adelowo 126ba796dc Force user to change password (#4489)
6 years ago
SagePtr 303d7f7e9c Do not autocreate directory for new user/orgs (#4828) (#4849)
6 years ago
Lunny Xiao 52c2cb15db add vendor to user reserved words and format words list according alphabet (#4685)
6 years ago
Lauris BH 0c59edaafa Update xorm to latest version and fix correct `user` table referencing in sql (#4473)
6 years ago
Lunny Xiao b46066f17c fix repository last updated time update when delete a user who watched the repo (#4363)
6 years ago
Kim "BKC" Carlbäcker cbee921c28 Limit uploaded avatar image-size to 4096x3072 by default (#4353)
6 years ago
David Schneiderbauer 0b3ea42847 hide issues from org private repos w/o team assignment (#4034)
6 years ago
Magnus Lindvall cdb9478774 LDAP Public SSH Keys synchronization (#1844)
6 years ago
Alexey Terentyev b908ac9fab Added repository search ordered by stars or forks. Forks column in admin repo list. (#3969)
6 years ago
kolaente 95f2e2b57b Multiple assignees (#3705)
6 years ago
kolaente 1fdf560678 Added user language setting (#3875)
6 years ago
Lauris BH 9495429982
Add "error" as reserved username (#3882)
6 years ago
Michael Kuhn f321980a32 Fix typo in deleteUser (#3781)
6 years ago
Codruț Constantin Gușoi 96c268c0fc Implements generator cli for secrets (#3531)
6 years ago
Codruț Constantin Gușoi 011f128c89 Fixes missing avatars in offline mode (#3471)
6 years ago
Morgan Bazalgette 17655cdf1b Enable caching on assets and avatars (#3376)
6 years ago
Lauris BH a68bf746a4
Change reserved avatar name to correct - avatars (#3375)
6 years ago
Bo-Yi Wu 7a2a3fbafc refactor(model): update user method. (#3360)
6 years ago
Kim "BKC" Carlbäcker e5b8b4b5ec Cleanup models.User.HashPassword (#3334)
6 years ago
Morgan Bazalgette 674cfb7cac Change EncodePasswd to HashPassword (#3329)
6 years ago
Ethan Koenig 515cdaa85d Fix ignored errors when checking if organization, team member (#3177)
6 years ago
Lunny Xiao f94c1b3943
Improvements for supporting UI Location (#3146)
6 years ago
Lunny Xiao f2e20c81b6 Refactor struct's time to remove unnecessary memory usage (#3142)
6 years ago
Lauris BH 5dc37b187c
Add reactions to issues/PR and comments (#2856)
6 years ago
Ethan Koenig ab62da283a Fix avatar URLs (#3069)
6 years ago
Ethan Koenig 716ac1214f Enable admin to search by email (#2888)
7 years ago
Lauris BH 6a107e57f6 Add checks for commits with missing author and time (#2771)
7 years ago
Lunny Xiao 6eeadb2082 Hide unactive on explore users and some refactors (#2741)
7 years ago
Lunny Xiao 985a39590b Use buffersize to reduce database connection when iterate (#2724)
7 years ago
Ethan Koenig aa962deec0 Replace deprecated Id method with ID (#2655)
7 years ago
Ethan Koenig 4b2c8ca533 Use session when creating user (#2638)
7 years ago
Lunny Xiao a8717e5e3a Use AfterLoad instead of AfterSet on Structs (#2628)
7 years ago
Lunny Xiao dd55534b82 Reduce usage of allcols on update (#2596)
7 years ago
David Schneiderbauer d766d0c4e0 Prevent sending emails and notifications to inactive users (#2384)
7 years ago
Lunny Xiao 005900baea Use created & updated instead BeforeInsert & BeforeUpdate (#2482)
7 years ago
techknowlogick 9bdbfbf6f3 Disable custom Git Hooks globally via configuration file (#2450)
7 years ago
Lunny Xiao 5de94a67cf some refactors for issue and comments (#2419)
7 years ago
Lunny Xiao f960e19c59 Only update needed columns when update user (#2296)
7 years ago
Ethan Koenig 858324c21a Fix username rendering bug (#2122)
7 years ago
Ethan Koenig 05e3726415 Use default avatar on error
7 years ago
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally (#2020)
7 years ago
Ethan Koenig bfb44f8854 Fix status table race condition (#1835)
7 years ago
Jonas Östanbäck 7b907ed348 Rename RepoCreationNum -> MaxCreationLimit (#1766)
7 years ago
Ethan Koenig cf02cd7ba0 Fix and test for delete user (#1713)
7 years ago
Jonas Östanbäck 80cea8747f Admin should always be allowed to create repos even if hit limit (#1765)
7 years ago
Lauris BH 524885dd65 LDAP user synchronization (#1478)
7 years ago
Lauris BH 51d0becb42 Add configuration option for default permission to create Organizations (#1686)
7 years ago
Kim "BKC" Carlbäcker d409d3ab57 Sanitation fix from Gogs (#1461)
7 years ago
Lunny Xiao 888dee3b5f fix delete user failed on sqlite (#1321)
7 years ago
Sandro Santilli 71d16f69ff Login via OpenID-2.0 (#618)
7 years ago
Ethan Koenig 021904e4e6 Fix typos in models/ and modules/ (#1248)
7 years ago
Ethan Koenig ec0ae5d50c Refactor and fix incorrect comment (#1247)
7 years ago
Sandro Santilli 0475e7351f Reserve the "explore" user/org name (#1222)
7 years ago
Ethan Koenig 3803f257fb Move user_follow to separate file (#1210)
7 years ago
Lunny Xiao 5d40db629c fix random avatars (#1147)
7 years ago
Lunny Xiao 2215840363 fix avatar bug #1114 (#1122)
7 years ago
Lunny Xiao 522f194983 Bug fixed for org avatar caused by #1049 (#1070)
7 years ago
Lunny Xiao 80f900ebae Fix avatar enumable (#1049)
7 years ago
Lunny Xiao e8e56da9ac fix #13 (#1042)
7 years ago
Lunny Xiao fc4f7e82f9 refactor for searching user (#1038)
7 years ago
Willem van Dreumel 01d957677f Oauth2 consumer (#679)
7 years ago
Lunny Xiao 847527fd6d Fix all the bugs in issues and pulls on dashboard (#943)
7 years ago
Bo-Yi Wu d67b278a0d feat: Able to disable non-admin to create new organization (#927)
7 years ago
Andrew 3f67676059 Implement basic Open Graph support. (#901)
7 years ago
Bo-Yi Wu a90a215662 feat: Add search bar on user profile page. (#787)
7 years ago
Gabriel Jackson bf6f61cc69 Cleanup log messaging
7 years ago
Bo-Yi Wu d7d094bd8a fix: ignore email notifications if user is not active. (#820)
7 years ago
Bwko 74ed6dc3ad Add option to app.ini to enable local import paths (#724)
7 years ago
Ethan Koenig 74bbec3bf9 Fix permission bugs in team API (#647)
7 years ago
Ethan Koenig fcf02e4961 API Endpoints for organization members (#645)
7 years ago
derSuessmann 51d578ff33 Add Keep email private (see issue #571). (#571)
7 years ago
Andrey Nering 84b7d29d34 Create missing database indexes (#596)
7 years ago
Berk Demirkır bdad3b259a Check primary email address fields on CreateUser (#556)
7 years ago
Ethan Koenig 1207bda94b Fix typos in models/ (#576)
7 years ago
Schwobaland c0904f1942 Restrict creating organisations by user (#193)
7 years ago
Lunny Xiao ba134bd27a fix 500 when delete orgnization and resolved #486
7 years ago
Bwko fa3abc22c0 Added sorting to organizations, repos & users page (#222)
7 years ago
Ethan Koenig 8a4161c723 API Endpoint for watching (#191)
7 years ago
Denis Denisov 380e32e129 Fix random string generator (#384)
7 years ago
Lunny Xiao d771e978a1 Don't use custom PBKDF2 function (#382)
7 years ago
Denis Denisov c8f300b2cd Safe compare password (timing attack) (#338)
8 years ago
Bwko 4ff0db0246 Catch os... errors
8 years ago
Kim "BKC" Carlbäcker 42ec5ce740 Fix breakage from vendor-update
8 years ago
Bwko 9963d61233 Lint models/user.go
8 years ago
Bwko a4ece1f223 Fixes typos
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
8 years ago
Lunny Xiao 3c87c57d96 golint fixed for modules/avatar
8 years ago
Ethan Koenig 0834e492c0 API endpoints for stars
8 years ago
Andrey Nering 739f07c98e Remember diff view style (#163)
8 years ago
LefsFlare 3ef022b071 Fixes possible vulnerabilities with keyword hijacking (#20)
8 years ago
Lunny Xiao 0baaa7728a bug fixed caused by #153 (#154)
8 years ago
Lunny Xiao 555d8b16cb fixed bug #151 caused Find should be Get (#153)
8 years ago
Sandro Santilli a1c5f02444 Fix import path of go-sdk (#141)
8 years ago
Thibault Meyer b0ddced2b5
Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries
8 years ago
Thibault Meyer a4454f5d0f
Rewrite XORM queries
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
8 years ago
Lunny Xiao 1b238fe4d5 Merge pull request #121 from joubertredrat/feature-last-login
8 years ago
Lunny Xiao c6c840faf7 Merge pull request #129 from lunny/lunny/SQL_instead_Sql
8 years ago
Thibault Meyer 3a10a0c1ca
Ordering organizations and users by name
8 years ago
Lunny Xiao 7dcc3bc3d7 use x.SQL instead of x.Sql
8 years ago
Joubert RedRat f91cbf0fed Support to last login feature
8 years ago
Sandro Santilli aadd7dcdc3 And others
8 years ago
Sandro Santilli 60c82a8780 More...
8 years ago
Sandro Santilli f388661bda ACCESS_MODE_* -> AccessMode*
8 years ago
Thomas Boerger 4c6c16f358
Replaced go-gogs-client with go-sdk imports
8 years ago
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git (#94)
8 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37)
8 years ago
Unknwon c50d59874d
#3577 incorrect URL produced by AvatarLink
8 years ago
Unknwon 99c2ae7b35 #3515 use alert instead 500 for duplicated login source name
8 years ago
Unknwon c30b856d14 #3505 use user’s info for committer and author
8 years ago
Unknwon 3f7f4852ef #2246 fully support of webhooks for pull request
8 years ago
Sandro Santilli 90dd0657b5 Add support for federated avatars (#3320)
8 years ago
Unknwon ec92565f23 #3393 fix missing sub-url prefix in relative avatar link
8 years ago
Unknwon 50422f1fc2 #3348 always use relative avatar link in the template
8 years ago
Unknwon 2d76de2574 #3281 fix x.Iterate returns nothing inside session scope with SQLite3
8 years ago
Unknwon e74630ae3b #1384 add pagination for repositories
8 years ago
Unknwon 1f2e173a74 Refactor User.Id to User.ID
8 years ago
Unknwon 46e96c008c Use struct for UI settings
8 years ago
Unknwon 250be011c7 Remove redundant Unix timestamp method call
8 years ago
Unknwon 69f5308761 #2903 use different reversed words and patterns for repository and user
8 years ago
Dennis Chen 6488ee12be avatar: make custom and generated avatars equal (#3301)
8 years ago
Unknwon c083d76567 #2937 able to prohibit user login
8 years ago
Unknwon 52322ef624 models/user_mail: refactor EmailAddress
8 years ago
Sandro Santilli a4ea3bd015 Return avatar link as absolute url (#3235)
8 years ago
Sandro Santilli 8a248696e9 Use a gopher as default avatar (rather than the gravatar logo) (#3208)
8 years ago
Unknwon ff731ea07d #2814 LOWER() column value within search
8 years ago
Odin Ugedal 6ccb2d36cf Remove email from user search
8 years ago
Odin Ugedal 3253e3c5aa Make user search look in username, name and email
8 years ago
Unknwon 263304b6b7 #13 fix postgres aggregate
8 years ago
Unknwon 2bf8494332 #13 finish user and repository search
8 years ago
Unknwon ad513a20e9 #2302 Replace time.Time with Unix Timestamp (int64)
8 years ago
Unknwon 13bd16af92 Minor fixes for #2766
8 years ago