Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 2 | -13/+11 |
| | |||||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 | 1 | -0/+6 |
|\ | | | | | Prevent `Forgot Password` for non local users | ||||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 | 1 | -0/+6 |
| | | |||||
* | | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 1 | -5/+0 |
| | | | | | | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 | 1 | -0/+6 |
| | | |||||
* | | Rename module: middleware -> context | Unknwon | 2016-03-11 | 4 | -49/+89 |
|/ | |||||
* | readd 'dashboard' to title | Alec S | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Alec S | 2016-03-09 | 1 | -4/+13 |
|\ | |||||
| * | Allowing site admins to view private repositories in org/home | Jan Christophersen | 2016-03-08 | 1 | -4/+13 |
| | | |||||
* | | fix indentation | Alec S | 2016-03-09 | 1 | -1/+1 |
| | | |||||
* | | Remove dashboard keyword from title | Alec S | 2016-03-09 | 1 | -1/+1 |
| | | |||||
* | | change page titles for user and org dashes | Alec S | 2016-03-09 | 1 | -2/+2 |
|/ | |||||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 1 | -6/+3 |
| | |||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -9/+27 |
| | | | | - Allow to delete current avatar | ||||
* | Fix panic when view profile without signin | Unknwon | 2016-02-19 | 1 | -1/+1 |
| | | | | Also fix that no matter who, still able to see organizations with private membership. | ||||
* | Merge pull request #2578 from exmex/develop | Unknwon | 2016-02-14 | 1 | -2/+3 |
|\ | | | | | Admins and user itself sees private org relations on profile | ||||
| * | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 | 1 | -2/+3 |
| | | |||||
* | | Minor fix for #2567 | Unknwon | 2016-02-14 | 2 | -2/+2 |
| | | |||||
* | | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | 2 | -4/+4 |
| | | |||||
* | | Only show repositories on organization dashboard, that the user has access to | Florian Kaiser | 2016-02-05 | 1 | -5/+15 |
|/ | |||||
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 | 1 | -14/+25 |
|\ | | | | | Hide other teams & repos from organization page | ||||
| * | Remove unnecessary else-block | Florian Kaiser | 2016-02-04 | 1 | -3/+3 |
| | | |||||
| * | Evaulate org/team permissions when using the issue/PR view | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | | |||||
| * | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 1 | -1/+1 |
| | | |||||
| * | Everyone can see public repos | Florian Kaiser | 2016-01-31 | 1 | -5/+13 |
| | | |||||
| * | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -6/+3 |
| | | |||||
| * | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 | 1 | -6/+5 |
| | | |||||
* | | fix #2529 | Unknwon | 2016-01-31 | 1 | -1/+1 |
| | | |||||
* | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 | 1 | -3/+3 |
|/ | |||||
* | Added organization display on profile | ExMex | 2016-01-12 | 1 | -0/+7 |
| | | | | Fixed "Follower" Icon too big | ||||
* | fix cannot show user public ssh keys | Unknwon | 2016-01-09 | 1 | -4/+8 |
| | |||||
* | #2282 fix utf-8 recognized as windows-1252 | Unknwon | 2015-12-25 | 1 | -1/+2 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 2 | -63/+145 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | fix #2223 | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #1692 add user email APIs | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | #2154 minor fix | Unknwon | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | #2154 fix form submit error | Unknwon | 2015-12-11 | 1 | -14/+25 |
| | |||||
* | #2154 disable change user for non-local users | Unknwon | 2015-12-11 | 1 | -2/+4 |
| | | | | - #2153 remove require for gravatar | ||||
* | fix #976 | Unknwon | 2015-12-03 | 1 | -2/+2 |
| | |||||
* | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 | 1 | -1/+1 |
| | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them. | ||||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 | 1 | -1/+34 |
| | |||||
* | fix #2020 | Unknwon | 2015-11-24 | 2 | -2/+2 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -69/+35 |
| | |||||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 | 1 | -0/+3 |
| | |||||
* | fix typo for #1996 | Unknwon | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | work on #1891 | Unknwon | 2015-11-18 | 1 | -1/+2 |
| | |||||
* | fix #878 | Unknwon | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | only show user's activities in profile | Unknwon | 2015-11-16 | 1 | -1/+1 |
| |