aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix api route (#7346) (#7347)release/v1.8Lunny Xiao2019-07-031-4/+4
|
* add .fa margin like .octicon (#7267)Antoine GIRARD2019-06-202-2/+2
|
* Changelog 1.8.3 (#7230)v1.8.3John Olheiser2019-06-171-0/+10
| | | | | | | | | | * Changelog 1.8.3 Signed-off-by: jolheiser <john.olheiser@gmail.com> * Suggestion Co-Authored-By: zeripath <art27@cantab.net>
* Always set userID on LFS authentication (#7224)zeripath2019-06-171-59/+61
| | | | | | | | | * Always set userID on LFS authentication Fix #5478 Fix #7219 * Deploy keys should only be able to read their repos
* Fix LFS Locks over SSH (#6999) (#7223)zeripath2019-06-173-68/+149
| | | | * Fix LFS Locks over SSH * Mark test as skipped
* fix duplicated file on pull request conflicted files (#7211) (#7214)Lunny Xiao2019-06-151-1/+11
|
* Detect noreply email address as user (#7133) (#7195)zeripath2019-06-131-0/+13
|
* if milestone id is zero don't get it from database (#7174)Lunny Xiao2019-06-101-6/+8
|
* archived repos can be starred and watched (#7163) (#7168)Lanre Adelowo2019-06-101-1/+1
|
* fix GCArgs load from ini (#7156) (#7157)Lunny Xiao2019-06-081-1/+1
|
* 1.8.2 changelog (#7079)v1.8.2techknowlogick2019-05-291-0/+15
| | | * 1.8.2 changelog
* Fix wrong init dependency on markup extensions (#7038) (#7074)Lunny Xiao2019-05-294-3/+12
| | | * fix wrong init dependency on markup extensions
* Handle early git version's lack of get-url (#7065) (#7076)techknowlogick2019-05-291-1/+12
|
* fix possbile mysql invalid connnection error (#7051) (#7071)Lunny Xiao2019-05-291-0/+6
|
* Install page - Handle invalid administrator username better (#7060) (#7063)zeripath2019-05-282-12/+40
| | | | | * Install page - detect invalid admin username before installing * Also fix #6954
* Disable arm7 builds (#7037) (#7042)techknowlogick2019-05-251-1/+1
|
* Fix default for allowing new organization creation for new users (#7017) (#7034)jpicht2019-05-252-2/+3
| | | | | | | | | | | | * FIX issue 6542 When creating users DefaultAllowCreateOrganization was ignored. Signed-off-by: Julian Picht <julian.picht@gmail.com> * fix TestCreateUser_Issue5882 Signed-off-by: Julian Picht <julian.picht@gmail.com>
* SearchRepositoryByName improvements and unification (#6897) (#7002)Lauris BH2019-05-217-237/+175
| | | | | | | | | | | | | | | | | | * SearchRepositoryByName improvements and unification (#6897) * Update tests Co-Authored-By: zeripath <art27@cantab.net> * Update tests Co-Authored-By: zeripath <art27@cantab.net> * Update tests Co-Authored-By: zeripath <art27@cantab.net> * Fix tests
* fix u2f registrationlist ToRegistrations() method (#6980) (#6982)David Schneiderbauer2019-05-181-1/+1
|
* Allow collaborators to view repo owned by private org (#6965) (#6968)mrsdizzie2019-05-163-4/+27
| | | | | | | | | | | | * Allow collaborators to view repo owned private org (#6965) Handle case where an orginization is private but a user who is not a member of the orgninization has been added as a collaborator of a repo within that org Fixes #6962 * Match release/v1.8 fixtures
* Use AppURL for Oauth user link (#6894) (#6925)techknowlogick2019-05-131-1/+1
|
* Escape the commit message on issues update (#6901) (#6902)zeripath2019-05-101-1/+2
|
* Fixes #6881 - API users search fix (#6882) (#6885)Richard Mahn2019-05-094-2/+69
|
* 1.8.1 changelog (#6877)v1.8.1John Olheiser2019-05-081-0/+26
| | | | | | | | | | | * New and improved Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add backport/original PR numbers Change wording for 500 error Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Fix 404 when send pull request some situation (#6871) (#6873)Lunny Xiao2019-05-0862-7/+1193
|
* Enforce osusergo build tag for releases (#6869)Antoine GIRARD2019-05-061-3/+3
|
* Don't post process commit summary in templates (#6868)techknowlogick2019-05-062-3/+3
| | | Backport #6842 credit to @mrsdizzie
* fix config ui error about cache ttl (#6861) (#6865)Lunny Xiao2019-05-063-0/+6
|
* fix 500 when reviewer is deleted with integration tests (#6856) (#6860)Lunny Xiao2019-05-065-2/+49
|
* Attempt to fix #6707 (#6823) (#6854)zeripath2019-05-061-1/+8
|
* Added tags pull step to drone config to show correct version hashes (#6839)techknowlogick2019-05-031-6/+5
| | | Backport #6836
* Fix double-generation of scratch token (backport #6833) (#6835)SagePtr2019-05-031-5/+1
|
* When mirroring we should set the remote to mirror (#6824) (#6834)zeripath2019-05-021-1/+1
|
* Show scrollbar only when needed (#6802) (#6803)Lauris BH2019-04-292-1/+5
|
* Service worker js is a missing comma (#6788) (#6795)techknowlogick2019-04-291-2/+2
|
* Minor CSS cleanup for the navbar (#6553) (#6781)silverwind2019-04-282-16/+4
| | | | | | * Minor CSS cleanup for the navbar * move height fix to navbar Fixes: #6776
* Set user search base field optional in DLDAP edit page (#6779) (#6789)ngourdon2019-04-283-1/+9
|
* Fix team edit API panic (#6785)ngourdon2019-04-282-1/+65
| | | | | | * fix team edit API panic * Change user to a member of the owner team
* Detect encoding and BOM in content (#6727) (#6765)zeripath2019-04-273-7/+127
| | | | | | | Detect and remove a decoded BOM when showing content. Restore the previous encoding and BOM when updating content. On error keep as UTF-8 encoding. Signed-off-by: Andrew Thornton <art27@cantab.net>
* Stricter domain name pattern in email regex (#6768)mrsdizzie2019-04-261-1/+1
| | | Backport of #6739
* Fix org visibility bug when git cloning (#6743) (#6762)Lunny Xiao2019-04-2688-22/+2873
| | | | | | | | | | | | | * fix org visibility bug * fix permission check * add integration tests * fix tests * change test user name for easier maintainance and fix test * fix test git repo name
* OAuth2 token can be used in basic auth (#6747) (#6761)techknowlogick2019-04-252-2/+28
|
* fix missing return (#6751) (#6756)Lunny Xiao2019-04-251-0/+1
|
* Fix: Sort repos on org home page with non-admin login (#6741) (#6746)Lunny Xiao2019-04-243-3/+55
|
* Drop is_bare IDX only when it exists for MySQL and MariaDB (#6736) (#6744)Lanre Adelowo2019-04-241-0/+10
| | | | | * Drop is_bare IDX only when it exists * show indexes only on mysql or mariadb
* Fix team members API (#6714) (#6729)Lunny Xiao2019-04-242-1/+51
|
* [API] Load issue attributes when editing an issue (#6723) (#6725)John Olheiser2019-04-231-0/+6
|
* 1.8.0 Changelog (#6678)v1.8.0techknowlogick2019-04-201-25/+27
|
* Unfortunately MemProvider Init does not actually Init properly (#6692) (#6693)zeripath2019-04-202-1/+218
| | | | | | | | | | * Unfortunately MemProvider Init does not actually Init properly Worse all of its members are private and you cannot update them. Simple fix copy it in to modules session. Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix misspelling
* Prevent creating empty sessions (#6677) (#6690)zeripath2019-04-204-1/+320
| | | | | | Backport #6677 Signed-off-by: Andrew Thornton <art27@cantab.net>