aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/user.yml
Commit message (Expand)AuthorAgeFilesLines
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-0/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-1/+17
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-0/+18
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-071-1/+1
* Use argon as default password hash algorithm (#12688)zeripath2020-09-031-29/+58
* Restricted users (#6274)Manush Dodunekov2020-01-131-1/+16
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-061-1/+1
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-4/+24
* Template Repositories (#8768)John Olheiser2019-11-111-1/+16
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-0/+18
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-111-1/+1
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+9
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-1/+36
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-0/+36
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-1/+1
* Support search operators for commits search (#6479)Mura Li2019-04-121-1/+1
* Show email if the authenticated user owns the profile page being requested fo...Lanre Adelowo2019-02-191-0/+1
* Ensure valid git author names passed in signatures (#5774)zeripath2019-01-241-3/+3
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-2/+2
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-0/+15
* Fix redirect with non-ascii branch names (#4764) (#4810)SagePtr2018-09-061-1/+1
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-1/+1
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-2/+2
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-0/+32
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-0/+2
* Fix repository search function (#2689)Morlinest2017-10-171-2/+17
* Expand fixtures (#2571)Morlinest2017-09-221-0/+47
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-1/+1
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-271-1/+1
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-0/+2
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-24/+24
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-3/+6
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+3
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-111-0/+3
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-221-0/+15
* test: Add testing for GetUserFork function (#944)Bo-Yi Wu2017-02-151-0/+30
* Fix public activity showing private repos (#892)Morgan Bazalgette2017-02-111-0/+15
* Fix broken test fixture (#859)Ethan Koenig2017-02-071-4/+4
* Fix inconsistencies in test fixturesEthan Koenig2017-02-041-3/+4
* test: Add user mail testing. (#833)Bo-Yi Wu2017-02-041-0/+16
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-021-1/+34
* Unit tests and bug fix for models/orgEthan Koenig2017-01-271-3/+35
* Unit tests for models/action (#619)Ethan Koenig2017-01-091-0/+5
* Unit tests for models/access.go (#606)Ethan Koenig2017-01-081-0/+39
* Unit tests for models/pull.goEthan Koenig2017-01-061-0/+25