Commit Graph

468 Commits (bc05ddc0ebd6fdc826ef2beec99304bac60ddd8a)

Author SHA1 Message Date
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
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar.
8 years ago
Unknwon a5b0400be7 #1146 finish new access rights for collaborators
8 years ago
Unknwon a2f13eae55 #1157 some avatar setting changes
8 years ago
Unknwon 2d2d85bba4 #1597 support pull requests in same repository
8 years ago
Unknwon d5a3021a7d Make markdown as an independent module
8 years ago
Unknwon 58e004f7da Remove cache avatar support and add its tests
8 years ago
Unknwon f8182ac521 #2558 delete local wiki copy when rename repo and user
8 years ago
Unknwon 5a27aea8e0 Fix random avatar does not work on Windows
8 years ago
Unknwon 4deb876343 Minor fix for #2494
8 years ago
Martin Hartkorn 674c5c37be Change user name in Pull Requests
8 years ago
Unknwon f43cc90841 #2287 Truncate repository name if too long
8 years ago
Angus Gibson e914969e4c Add default for NumFollowing field (fixes #2261)
8 years ago
Unknwon a49af93faf #1692 APIs: Users Followers
8 years ago
Unknwon 9cd16c5b12 #1692 add organization APIs
8 years ago
Unknwon b117befc2b #1692 add user email APIs
8 years ago
Unknwon 19423957b1 rename import path
8 years ago
Unknwon 5d95ffe3eb #2155 The owner has reached maximum creation limit of 0 repositories
8 years ago
Unknwon 3d5d61778a #1938 #1374 disable password change for non-local users
9 years ago
Unknwon 99e9bbef6c fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon 0e96a46020 fix user repo limit default value
9 years ago
Unknwon df5ed64cca #1301 "read-only" users
9 years ago
Unknwon 2a0bb1fa90 #1575 Limit repo creation
9 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook
9 years ago
Unknwon 830d000667 finish wiki
9 years ago
Unknwon 392f3ee210 wiki: finish new
9 years ago
Unknwon 3ca544912f #1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon ec8d41765d some fix to #2026
9 years ago
Unknwon f04d773f4f UI: long organization name in create repository owner list
9 years ago
Unknwon 5dc3dd1704 fix #1960
9 years ago
Unknwon 134d8e7681 work on #1961
9 years ago
Unknwon 1d57f0d64f Show custom avatars in commits
9 years ago
Unknwon 1559bd58e7 save custom avatar as PNG
9 years ago
Unknwon f255b1e86d #1896 fatal when no needed update task
9 years ago
Unknwon 6f0a41b8b2 #1511 Allow local import only for admin users
9 years ago
Unknwon 022820103d #1657 allow forcing all private repos
9 years ago
Unknwon 3fb1b6a608 drop oauth2 feature support
9 years ago
Unknwon 373731f5e8 user gomail and new activate account email tpl
9 years ago
Unknwon 2d1bb0cf49 #1633 admin delete user
9 years ago
Unknwon be89802bd8 new admin user list UI
9 years ago
Unknwon 52ec80fa18 finish all new user settings UI
9 years ago
Unknwon 3d9b98fae4 #1585 order owners list by last changed time
9 years ago
Unknwon 0806725ca5 minor fix on #1589
9 years ago
Unknwon 80701d45bb #1193 Make organization emails non-mandatory
9 years ago
Unknwon aa67de910a fix #1558
9 years ago
Unknwon 1fd5f8edf8 fix #1568
9 years ago
Unknwon 6ea28f2a47 work on #1558
9 years ago
Unknwon 63fecac537 XSS in username
9 years ago
Unknwon d01f688257 fix repository count of user is messed up
9 years ago
Unknwon f509c59ac1 new create webhook event
9 years ago
Unknwon 46bee50e45 complate list of gitignores and licenses
9 years ago
Unknwon b900863d60 rename a user method
9 years ago
Unknwon 2881456421 new webhooks list UI
9 years ago
Unknwon 260301bf2e #1535 Removing deploy key does not remove key
9 years ago
Unknwon 47ac579f09 only assign auto-admin when sign up by web
9 years ago
Unknwon 407385db7e work on #1493
9 years ago
Unknwon 30b428bf0e #1419: 500 when visit a issue with issue/comments of deleted user
9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312
9 years ago
Unknwon cafde1287e delete avatar when del user
9 years ago
无闻 9c0c16bb5a Merge pull request #1464 from jamesa/hide-gravatar-tooltip
9 years ago
James Anderson e5146155a0 Resize avatars to the same size they are displayed
9 years ago
Unknwon cbc7b7132f finish new issue action and mentions
9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee
9 years ago
Unknwon a79586cc54 Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
9 years ago
Unknwon 68b9d78386 remove sync.Pool and support go1.2 again
9 years ago
Unknwon 4b43ffc96c Generate random avatar based on e-mail when disable Gravatar
9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch
9 years ago
Unknwon b1f08d3218 more on #1443
9 years ago
Unknwon d922b7e504 #1443 set first user to be admin
9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support
9 years ago
Unknwon b9527cd1bf #1299 force downcase e-mail
9 years ago
Unknwon e50982f5ec allow anonymous SSH clone
9 years ago
Lunny Xiao 673a76d638 Merge pull request #1211 from mephux/hotfix/type-fix-ValidatePassword
9 years ago
Dustin Willis Webber e57594dc31 typo fix for comment
9 years ago
Dustin Willis Webber f78046fc3b typo fix
9 years ago
Unknwon 698b9e2acc #1070 Clearer error message for illegal characters
9 years ago
Unknwon 466facc009 #1067: Deleting users should remove them from collaborator lists
9 years ago
Unknwon b72e75e522 #1024: OFFLINE_MODE Still Uses Gravatar
9 years ago
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
9 years ago
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
9 years ago
Unknwon 04164eada3 models: able to rename user with diff letter cases #981
9 years ago
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
9 years ago
Unknwon 6d0f3a07d4 code fix #941 caution: undertest
9 years ago
Peter Smit 6c1ee384f1 Merge remote-tracking branch 'mine/access_refactor' into access_refactor
9 years ago
Peter Smit 0a4cda0dd4 Refactoring of the Access Table
9 years ago
Unknwon 7e7160eefd first pass work on migration #925
9 years ago
Peter Smit 4e79adf6b5 Refactoring of the Access Table
9 years ago
Unknwon f706102890 models: sanitize user full name when update settings
9 years ago
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page
9 years ago
Peter Smit 66e2016eeb Fix for wrong email query
9 years ago
无闻 a18decf4cc Merge pull request #755 from phsmit/multiple_emails
9 years ago
Peter 20b5c23a19 Small fixes to multiple_emails feature
9 years ago
Unknwon c4820f119d work on #754
9 years ago
Peter 6919c80f0b Add function to the model for email address management (add/delete/activate)
9 years ago
Peter Smit 99599c099f Add alternative email addresses to the model
9 years ago
Joseph Crail 39c068400e Fix spelling errors in comments.
10 years ago
Andrew Burns 00cf3e4dab Use the avatar.HashEmail function instead of hashing email directly. Fixes #700
10 years ago
Unknwon 5338808600 fix #676
10 years ago
Unknwon d75013a0e8 fix #580
10 years ago
Unknwon dc53270da9 Fix 653
10 years ago
Unknwon 8ea7ba3afa fix #644
10 years ago
Unknwon ef275ebf62 more on change avatar
10 years ago
Unknwon 55dfe2c978 custom avatar upload
10 years ago
Unknwon 32dcaefafa fox #620
10 years ago
Unknwon 340a4595dd support duoshuo mirror of gravatar
10 years ago
Unknwon 9e22840483 fix #622
10 years ago
Unknwon 0c5ba4573a fix session API broken and SQL pretection
10 years ago