Commit Graph

556 Commits (daa393cb48507f34e7d2b81b5a92f8f94ebe3ad0)

Author SHA1 Message Date
Morgan Bazalgette 65861900cd Handle refactor (#3339)
6 years ago
Antoine GIRARD 84feb016f5 Remove useless fmt.Errorf("%v", err) (#3337)
6 years ago
Morgan Bazalgette 674cfb7cac Change EncodePasswd to HashPassword (#3329)
6 years ago
Ethan Koenig 4c9341f689 Fix bugs in issue dashboard stats (#3073)
6 years ago
Ethan Koenig 68179dc676 Remove unnecessary function call (#3109)
6 years ago
Sasha Varlamov 7ec6cddd27 Add 'mark all read' option to notifications (#3097)
6 years ago
Ethan Koenig c0a7899416 Sort repos in issues dashboard sidebar (#3072)
6 years ago
Lunny Xiao b3d5ba6f90 Fix missing password length check when change password (#3039)
6 years ago
Lunny Xiao 13e59c8b7a remove unused variable (#3038)
6 years ago
Ethan Koenig 91f3d77ceb Unit tests for wiki routers (#3022)
6 years ago
Michael Kuhn 420fc8efc2 Disable add key button if SSH is disabled (#2873)
7 years ago
schaffman5 7e6c198f21 Apply LANDING_PAGE config options for logged in users (#2894)
7 years ago
Morlinest ddb7f59ef4 Add search mode option to /api/repo/search (#2756)
7 years ago
Lunny Xiao 9e865cee67 Merge password and 2fa page on user settings (#2695)
7 years ago
Kazuki Sawada 43253202e9 Change default sort order (#2647)
7 years ago
Morlinest 9a75a5d59b Use custom type and constants to hold order by options (#2572)
7 years ago
Rémy Boulanouar e5d80b7090 Implementation of all repositories of a user from user->settings (#1740)
7 years ago
Antoine GIRARD 7c417bbb0d Only check at least one email gpg key (#2266)
7 years ago
Lunny Xiao e41da3845d fix duplicated feed (#2370)
7 years ago
Lunny Xiao f61a1d210c Fix missing collabrative repos (#2367)
7 years ago
David Schneiderbauer 174255e74e Log failed authentication attempts with remote address for fail2ban (#2334)
7 years ago
Bwko 1a5fe4326f Add collaborative repositories to the dashboard (#2205)
7 years ago
Sandro Santilli 2c3a229a3c Add OpenID configuration in install page (#2276)
7 years ago
David Schneiderbauer 5707ad3bb7 Add AppURL without trailing slash to TOTP issuer parameter to prevent conflicting accounts on multiple gitea installations (#2335)
7 years ago
Morlinest e08d1fcc15 Fix variable name typo (#2327)
7 years ago
Michael Kuhn 934dd41fa6 Make SHOW_USER_EMAIL also apply to profiles (#2258)
7 years ago
Morlinest 951fb572a7 Fix and improve dashboard repo UI (#2285)
7 years ago
Lunny Xiao f960e19c59 Only update needed columns when update user (#2296)
7 years ago
Ethan Koenig 7e0654bd9e Fix counts on issues dashboard (#2215)
7 years ago
Lauris BH 32fc44aa83 Make time diff translatable (#2057)
7 years ago
Jonas Franz 441986a473 Fix "Dashboard shows deleted comments" (#1995)
7 years ago
Ethan Koenig afe1f1c4af Fix 500 in public activity page (#1901)
7 years ago
Ethan Koenig 9ddc35e343 Cache ctx.User in retrieveFeeds (#1902)
7 years ago
Bo-Yi Wu 703d18e50d feat: add check misspelling (#1877)
7 years ago
Rémy Boulanouar 62f600cf1c Display all organization from user settings (#1739)
7 years ago
Ethan Koenig 4e5ee2b67a Fix user profile activity feed (#1848)
7 years ago
Jonas Östanbäck b93568cce4 xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
7 years ago
Ethan Koenig 0c332f0480 Fix activity feed (#1779)
7 years ago
Jonas Östanbäck e214728725 Add new text for reset password flash (#1718)
7 years ago
Willem van Dreumel 950f2e2074 Additional OAuth2 providers (#1010)
7 years ago
Antoine GIRARD 8371f94d06 Rework SSH key management UI to add GPG (#1293)
7 years ago
silverwind 237270ef50 Orgs: fix org page title when full name is not defined (#1495)
7 years ago
Sandro Santilli 129b0d6a4b Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)
7 years ago
Kim "BKC" Carlbäcker c05bd1789c Reduce conditionals in signin/signup inner forms (#1138)
7 years ago
Sandro Santilli f73e734411 Run "make fmt" with go-1.6 (#1333)
7 years ago
Sandro Santilli 15f5d8e794 Reduce conditionals in signin/signup inner forms
7 years ago
Sandro Santilli 9182a35f18 Show user OpenID URIs in their profile (#1314)
7 years ago
Sandro Santilli 97ee88975a Add captcha support to OpenID based signup
7 years ago
Sandro Santilli 71d16f69ff Login via OpenID-2.0 (#618)
7 years ago
Sandro Santilli 7d8f9d1c46 Rename /forget_password url to /forgot_password
7 years ago
Sandro Santilli 8a98a25d8e Show a link to password reset from password change and delete account (#862)
7 years ago
Willem van Dreumel 8947b711aa Link OAuth2 account to 2FA enabled account (fix #1050) (#1052)
7 years ago
Lunny Xiao 19b3c45ca7 fix 500 when use a duplicat email instead of giving an error tip (#1040)
7 years ago
Lunny Xiao e8e56da9ac fix #13 (#1042)
7 years ago
Lunny Xiao 8894f856de fix 500 when change user setting email to an exist email (#1039)
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 a31f64d639 fix: 500 error on /explore/repos page. (#946)
7 years ago
Lunny Xiao 9c645b54dc bug fixed on issues and pulls
7 years ago
Lunny Xiao 7a9a5c8a69 Fix assigned issues dashboard (#920)
7 years ago
Bo-Yi Wu 23aba523b5 feat: support search bar on star tab of user profile. (#917)
7 years ago
Bo-Yi Wu 3576e1ee73 fix: trim the whitespaces for the search keyword (#893)
7 years ago
Bo-Yi Wu a195c3fabe fix: Admin can also search private user repository. (#869)
7 years ago
Bo-Yi Wu b13232f524 feat: support paginater on star tab of user profile. (#845)
7 years ago
Bo-Yi Wu 71d35dae8c fix: wrong pages number which includes private repository count. (#844)
7 years ago
Lunny Xiao 8a421b1fd7 Add units concept for modulable functions of a repository (#742)
7 years ago
Bo-Yi Wu a90a215662 feat: Add search bar on user profile page. (#787)
7 years ago
Ethan Koenig 400b6fd61c Cache ctxUser in retrieveFeeds(..) (#826)
7 years ago
Bo-Yi Wu 2db0ffe69e fix: User can see the private activity on public activity history. (#818)
7 years ago
Ethan Koenig 2eb15f4a61 Unit tests and remove unused functions in models/notification (#796)
7 years ago
Ethan Koenig da1b6164fe Fix FIXME and remove superfluous queries in models/org (#749)
7 years ago
Ethan Koenig 833f8b94c2 Search bar for issues/pulls (#530)
7 years ago
Andrey Nering d2bb8ef503 Notifications: trying to get a better layout (#660)
7 years ago
Andrew 6dd096b7f0 Two factor authentication support (#630)
7 years ago
xgitea 64b167138f docs: update translation on notification page for zh-CN (#649)
7 years ago
Andrey Nering 769e0a3ea6 Notifications: mark as read/unread and pin (#629)
7 years ago
derSuessmann 51d578ff33 Add Keep email private (see issue #571). (#571)
7 years ago
Andrey Nering b354cf362e Add pagination for notifications
7 years ago
Andrey Nering 341a3b571b Do not get count on /api routers
7 years ago
Andrey Nering 6069abe5fd Notifications - Step 2
7 years ago
Andrey Nering b992858883 Tab on user profile to show starred repos (#519)
7 years ago
Bwko f27d87d93b Added minimum password length to app.ini (#223)
7 years ago
Ethan Koenig d0932ef147 Bug fixes for Issues filters (#413)
7 years ago
Lunny Xiao a12da66dfb resolved #394 (#396)
7 years ago
Denis Denisov 380e32e129 Fix random string generator (#384)
7 years ago
Lunny Xiao b4c794058a fixed vulnerabilities (#392)
7 years ago
Bwko a4ece1f223 Fixes typos
8 years ago
Lunny Xiao 94da472717 Golint fixed for modules/setting (#262)
8 years ago
Lunny Xiao cf045b029c golint fixed for parts of routers root, dev, user and org dirs (#167)
8 years ago
Thibault Meyer ddee4c8b58
Normalize files with gofmt
8 years ago
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io (#135)
8 years ago
Joubert RedRat f91cbf0fed Support to last login feature
8 years ago
Sandro Santilli b7bf9dfd28 more
8 years ago
Sandro Santilli f6a11e0de1 More MixedCase consts
8 years ago
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37)
8 years ago
LefsFlare 2cb5ec5983 Prevented user enumeration of valid users through HTTP status codes of login (#3639) (#3654)
8 years ago
Unknwon 780cc2d110 router/repo: code refactoring
8 years ago
Unknwon f0b5c3b90a #3448 redirect if any after sign in
8 years ago
lstahlman 2c82fc3edb Fix for #3410 overall issues for organisations is limited to num_repos from the user (#3412)
8 years ago
Sandro Santilli 90dd0657b5 Add support for federated avatars (#3320)
8 years ago
Unknwon cf6d321991 Ignore repository with issue disabled or use external tracker in dashboard issues
8 years ago
Unknwon 50422f1fc2 #3348 always use relative avatar link in the template
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 f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened
8 years ago
Unknwon 762ab056a2 Fix XORM IN condition table name parse
8 years ago
Unknwon 8966f5635d Merge pull request #2823 from zacheryph/feature/local-only-password-reset
8 years ago
Zachery Hostens 63e21c146a ensure we don’t try changing LDAP passswords
8 years ago
Unknwon 9bd9ad4205 #1692 add CRUD issue APIs
8 years ago
Unknwon b4f47a7623 #1891 attempt to fix invalid csrf token
8 years ago
Unknwon 514382e2eb Rename module: middleware -> context
8 years ago
Alec S 792c13cf0a readd 'dashboard' to title
8 years ago
Alec S af847ef94e Merge branch 'develop' of github.com:gogits/gogs into develop
8 years ago
Alec S bfed3ea7d3 fix indentation
8 years ago
Alec S affa3c2dbf Remove dashboard keyword from title
8 years ago
Alec S 6775ac7334 change page titles for user and org dashes
8 years ago
Jan Christophersen 72a8fa3bc8 Allowing site admins to view private repositories in org/home
8 years ago
Tamás Molnár 9c91e27933 Added: Ability to delete org avatar.
8 years ago
Unknwon a2f13eae55 #1157 some avatar setting changes
8 years ago
Unknwon aa12135b97 Fix panic when view profile without signin
8 years ago
Unknwon d8631b616e Merge pull request #2578 from exmex/develop
8 years ago
Unknwon a1d97e8f5c Minor fix for #2567
8 years ago
ExMex 2cfe6f8c60 Admins and user itself sees private org relations on profile
8 years ago
Florian Kaiser 45db167f7a Only show activities for repositories on dashboard, that the user has access to
8 years ago
Florian Kaiser 90e9e3c89d Only show repositories on organization dashboard, that the user has access to
8 years ago
Unknwon 739d5aa1d3 Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
8 years ago
Florian Kaiser c3ff476ed6 Remove unnecessary else-block
8 years ago
Florian Kaiser bead46363b Evaulate org/team permissions when using the issue/PR view
8 years ago
Florian Kaiser fdad234445 Remove unnecessary comments
8 years ago
Florian Kaiser bba1847a8e Everyone can see public repos
8 years ago
Unknwon a9d68a6884 fix #2529
8 years ago
Florian Kaiser e35791b2b2 Only show teams the user has access to
8 years ago
Florian Kaiser 5eafe2b17e Only show repositories the user has access to, on the organization home
8 years ago
Florian Kaiser 295de51b99 Show all orgs on user profile, except the private one's
8 years ago
ExMex f610bfa8a2 Added organization display on profile
8 years ago
Unknwon 62edc5c59a fix cannot show user public ssh keys
8 years ago
Unknwon 85af36332b #2282 fix utf-8 recognized as windows-1252
8 years ago
Unknwon a49af93faf #1692 APIs: Users Followers
8 years ago
Unknwon 33a99d587a fix #2223
8 years ago
Unknwon 9cd16c5b12 #1692 add organization APIs
8 years ago
Unknwon b117befc2b #1692 add user email APIs
8 years ago
Unknwon 0cce4439ce #2154 minor fix
8 years ago
Unknwon 477b4d3b50 #2154 fix form submit error
8 years ago
Unknwon d0b0d24f22 #2154 disable change user for non-local users
8 years ago
Unknwon cc8f5add6e fix #976
9 years ago
Adam Strzelecki e57b2dffa4 Admin should be able to see all organizations
9 years ago
Unknwon 3ca544912f #1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon 7f9598141b fix #2020
9 years ago
Unknwon 52c8f69163 fix #650
9 years ago
Unknwon 3d14e73fd8 fix #1119 and data race in timming tasks
9 years ago
Unknwon dc0c0dc06b fix typo for #1996
9 years ago
Unknwon 9330c943cd work on #1891
9 years ago
Unknwon f455125d4d fix #878
9 years ago
Unknwon 917d334ebd only show user's activities in profile
9 years ago
Unknwon f8ae161c74 fix #1302
9 years ago
Unknwon 1559bd58e7 save custom avatar as PNG
9 years ago
Unknwon 603c7389b8 #1459 Dashboard issues lacks sorting
9 years ago
Unknwon 932dbccb67 fix import path, fix #1782
9 years ago
Unknwon acf428863c fix #981
9 years ago
Unknwon 3fb1b6a608 drop oauth2 feature support
9 years ago
Unknwon 9d36fc6986 finish new auth e-mails
9 years ago
Unknwon 373731f5e8 user gomail and new activate account email tpl
9 years ago
Unknwon 83e747bfda #697 and #1606 and new admin edit user UI
9 years ago
Unknwon 8e0a69f86a #697 disable captcha and new admin create user UI
9 years ago
Unknwon 52ec80fa18 finish all new user settings UI
9 years ago
Unknwon c38754d432 #1191 allow upload avatar for org
9 years ago
Unknwon 85f34ba538 new user profile settings UI
9 years ago
Unknwon 83dc2468f5 finish initial version of pull request
9 years ago
Unknwon 8d73832bdf fix sql
9 years ago
Unknwon a329bbc215 new org dashboard issues
9 years ago
Unknwon f808df5a7b new user dahsboard issues
9 years ago
Unknwon 062adbed8a add confirmation to delete ssh key
9 years ago
Unknwon 47ac579f09 only assign auto-admin when sign up by web
9 years ago
Unknwon 4c7b6414eb new access token UI
9 years ago
Unknwon 2493454587 new delete account UI and password confirmation
9 years ago
Unknwon 407385db7e work on #1493
9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312
9 years ago
Unknwon b4c0b7b98b finish view issue without comments and ops
9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee
9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch
9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support
9 years ago
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
9 years ago
Unknwon 0705f55ce0 finish new milestone page
9 years ago
Unknwon e50982f5ec allow anonymous SSH clone
9 years ago
Unknwon eea9302d8f fix #1204
9 years ago
无闻 333ab1b2b4 Merge pull request #1317 from smcquay/keys
9 years ago
stephen mcquay 73698d292a fix .keys route
9 years ago
Unknwon 698b9e2acc #1070 Clearer error message for illegal characters
9 years ago
无闻 e312634286 Merge pull request #1091 from sapk/fix-ng-issue-pages
9 years ago
Unknwon 1cb57b1a44 #1094: fix locale
9 years ago
Antoine GIRARD 96a71aaed8 Apply ng to issue dashboard
9 years ago
Unknwon 466facc009 #1067: Deleting users should remove them from collaborator lists
9 years ago
Unknwon 588f3215c6 #1040: dashboard no longer accessible when repo is missing
9 years ago
无闻 f92bfabf86 Merge pull request #960 from phsmit/access_action
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
Peter Smit 0fa209d07b Update/simplify fix that owners also see actions on their repositories
9 years ago
Peter Smit 455fad0fbd Fix that owners also see actions on their repositories
9 years ago