summaryrefslogtreecommitdiff
path: root/source/libs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-19Meta: Reorganize utility functions (#3110)Gravatar Fregante 24-1373/+0
2020-05-19Ensure features work on branches/tags with slashes (#3083)20.5.19Gravatar yakov116 1-9/+0
2020-05-19Extract `flat-zip`; drop `group-by` (#3107)Gravatar Fregante 1-32/+0
2020-05-19LintGravatar Federico Brigante 1-1/+1
2020-05-19Lint and console errors (#3101)Gravatar yakov116 1-0/+20
2020-05-19Add `prevent-pr-commit-link-loss` feature (#3085)Gravatar Maximiliano Arias 1-0/+7
Co-authored-by: Fregante <opensource@bfred.it>
2020-05-09Lint /2Gravatar Federico Brigante 3-6/+4
2020-05-08Lint (#3072)Gravatar Fregante 12-7/+17
Co-Authored-By: yakov116 <yakov116@users.noreply.github.com>
2020-05-08Extract page-detect.ts into `github-url-detection` (#3062)Gravatar Fregante 3-413/+2
2020-05-03Add `unwrap-useless-dropdowns` feature (#3050)Gravatar Fregante 1-10/+9
2020-05-02Drop obsolete Notification paths from testsGravatar Federico Brigante 1-6/+2
2020-04-29Add `action-used-by-link` feature (#3033)20.4.28Gravatar Maëlle Salmon 1-0/+7
2020-04-29Meta: Use JSX when generating elements with functions (#3034)Gravatar Fregante 1-1/+1
2020-04-20Meta: Improve types (#3006)Gravatar Federico Brigante 3-16/+19
2020-04-20Meta: Make bundles smaller (#3020)Gravatar Federico Brigante 2-5/+3
2020-04-15Improve feature loading mechanism (#2987)Gravatar Federico Brigante 4-112/+128
2020-04-13Add `discussion-links-on-repo-lists` feature (#2981)Gravatar yakov116 1-1/+7
Co-Authored-By: Federico Brigante <opensource@bfred.it>
2020-04-12Improve feature application on AJAXed widgets (#2992)Gravatar Federico Brigante 3-41/+39
2020-04-08Restore support for deferred file-list loads in `edit-file-faster`Gravatar Federico Brigante 1-1/+1
Copied from https://github.com/sindresorhus/hide-files-on-github/commit/44b2fd9f826896e900756c8cd800b44c9b7fd3f2
2020-04-08Update delegate-itGravatar Federico Brigante 3-14/+15
2020-04-05Detect filtered commit list in `isRepoCommitList` (#2975)Gravatar yakov116 1-3/+5
2020-04-03Allow multiple loaders in a single `features.add` (#2925)Gravatar Federico Brigante 2-43/+52
2020-04-03Fix some page detection (#2965)Gravatar Federico Brigante 1-39/+35
2020-04-01Fix `hide-inactive-deployments` and "Load more..." detection (#2948)Gravatar Flo Edelmann 1-3/+9
2020-03-25Improve error UX (#2919)Gravatar Federico Brigante 1-19/+10
2020-03-22Add `clone-branch` feature (#2896)20.3.22Gravatar yakov116 2-1/+18
Co-Authored-By: Federico Brigante <opensource@bfred.it>
2020-03-22Exclude pre-releases from `latest-tag-button` (#2905)Gravatar Federico Brigante 1-0/+26
2020-03-19Remove some TODOsGravatar Federico Brigante 1-1/+0
https://github.com/sindresorhus/refined-github/issues/2721
2020-03-18Meta: Standardize number parsingGravatar Federico Brigante 2-1/+5
2020-03-17Add `show-open-prs-of-forks` feature (#2880)20.3.16Gravatar Florian Reuschel 2-0/+7
Co-authored-by: Federico Brigante <opensource@bfred.it>
2020-03-16Meta, updates, lint (#2899)Gravatar Federico Brigante 2-7/+7
2020-03-16Meta: Fix util functionGravatar Federico Brigante 1-1/+1
2020-03-16Improve `forked-to` reliability (#2892)Gravatar Federico Brigante 1-1/+1
2020-03-13Add `pr-commit-lines-changed` feature (#2858)20.3.13Gravatar yakov116 1-0/+12
Co-authored-by: Federico Brigante <opensource@bfred.it>
2020-03-13Fix `releases-tab` position on repo with "settings" in their na… (#2866)Gravatar arnaudvalle 2-1/+10
2020-03-07Add 3 `file-finder`-related features (#2825)Gravatar Dane David 1-0/+6
Co-authored-by: Federico Brigante <opensource@bfred.it>
2020-03-07Lint and minor console errors fixes (#2869)Gravatar yakov116 1-1/+1
Co-authored-by: Federico Brigante <github@bfred.it>
2020-02-28Update cached values earlier (stale while revalidate) (#2784)Gravatar Federico Brigante 1-0/+2
2020-02-28Revert usage of `@me` search keyword to restore GHE support (#2819)Gravatar paschdan 1-1/+3
2020-02-28Fix some console errors (#2824)Gravatar yakov116 2-1/+5
Co-Authored-By: Federico Brigante <github@bfred.it>
2020-02-28Don't show unnecessary `default-branch` after AJAX navigation (#2835)Gravatar arnaudvalle 1-1/+1
2020-02-19Update linters (#2802)Gravatar Federico Brigante 2-12/+4
2020-02-18Apply features to Milestone issue lists (#2793)20.2.18Gravatar Philipp Beck 1-1/+2
2020-02-18Faster `profile-gists-link` (#2790)Gravatar Federico Brigante 1-2/+2
2020-02-16Use API v4 to get the default branch (#2787)Gravatar Federico Brigante 1-3/+10
2020-02-04Improve GitHub search query manipulation /2Gravatar Federico Brigante 1-1/+33
Add tests Add defaults when the q parameter is missing Update features to use this and the new `user:@me` keyword instead of `user:${getUsername()}`
2020-02-04Improve GitHub search query manipulation (#2752)Gravatar Federico Brigante 1-0/+60
2020-02-04Update dependencies + lint (#2753)Gravatar Federico Brigante 2-4/+3
2020-02-04Meta: improve error reportingGravatar Federico Brigante 2-6/+7
2020-01-27Meta: Improve console log about personal tokenGravatar Federico Brigante 1-2/+2
Follows #2694