summaryrefslogtreecommitdiffstats
path: root/models/fixtures/user.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | * Updated vendor code for code.gitea.io/git * Display symlinks correctly for files and directories * Added symlink tests * Applied silverwinds stylesheet patch Signed-off-by: Tris Forster <tris.git@shoddynet.org>
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | * Add repo type option to /api/repo/search * Add tests and fix result of collaborative filter in specific condition * Fix/optimize search & tests * Improve integration tests * Fix lint errors * Fix unit tests * Change and improve internal implementation of repo search * Use NonexistentID * Make search api more general * Change mirror and fork search behaviour * Fix tests & typo in comment
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * hide unactive on explore users and some refactors * fix test for removed Organizations * fix test for removed Organizations * fix imports * fix logic bug * refactor the toConds * Rename TestOrganizations to TestSearchUsers and add tests for users * fix other tests * fix other tests * fix watchers tests * fix comments and remove unused code
* Fix repository search function (#2689)Morlinest2017-10-171-2/+17
| | | | | | | | | | | | | | | | * Fix and remove FIXME * Respect membership visibility * Fix/rewrite searchRepositoryByName function * Add unit tests * Add integration tests * Remove Searcher completely * Remove trailing space
* Expand fixtures (#2571)Morlinest2017-09-221-0/+47
| | | | | | | | | | * Add more repo search tests * Add and fix /api/repo/search integration tests * Add owner to access table for organization repositories * Remove tests
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Only require one email (possibly not yet validated) * Update message error and check validation of commit * Add integrations tests * Complete integration for import * Add pre-check/optimization * Add some test (not finished) * Finish * Fix fixtures * Fix typo * Don't guess key ID
* Fix bare-repo bugs (#2199)Ethan Koenig2017-07-271-1/+1
| | | | | | | | * Fix bare-repo bugs * Integration tests * Unused import
* 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 500 for GET /teams/:id endpoints * Integration test for GET /team/:id * Clean up integration test
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-3/+6
| | | | | | | | * Fix and test for delete user * Run updates in batches * Unit test
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+3
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* Move user_follow to separate file (#1210)Ethan Koenig2017-03-111-0/+3
| | | Also add unit tests
* fix: Wrong repo list on Explore page if user already loggin. (#1009)Bo-Yi Wu2017-02-221-0/+15
| | | | | | | | * fix: Wrong repo list on Explore page if user already loggin. * fix: code readable. * fix: declare variable
* 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 public activity showing private repos (#811) Signed-off-by: Morgan Bazalgette <the@howl.moe> * error check after setting is_private to true * Add test for UpdateRepository w/ visibility change
* 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