summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
Commit message (Expand)AuthorAgeFilesLines
* Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-102-2/+26
* Merge branch 'fix-peek-on-puma' into 'master'Rémy Coutable2019-09-021-3/+13
|\
| * Make performance bar enabled checks consistentSean McGivern2019-08-281-6/+10
| * Fix Peek on PumaSean McGivern2019-08-271-0/+6
* | Avoid calling freeze on already frozen strings in app/controllersdineshpanda2019-09-011-1/+1
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-293-2/+6
|\ \
| * \ Merge branch 'security-epic-notes-api-reveals-historical-info-ce-master' into...GitLab Release Tools Bot2019-08-292-2/+2
| |\ \
| | * | Filter out old system notes for epicsPatrick Derichs2019-08-282-2/+2
| * | | Merge branch 'security-personal-snippets' into 'master'GitLab Release Tools Bot2019-08-291-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | Add direct upload support for personal snippetsJan Provaznik2019-08-231-0/+4
* | | | Make it harder to delete issuables accidentallyStan Hu2019-08-291-0/+28
| |_|/ |/| |
* | | Add edit_note and spec for editing quick actionsPatrick Derichs2019-08-261-0/+5
|/ /
* | Add SortingPreference concernGeorge Koltsov2019-08-213-54/+89
* | Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-211-17/+2
* | Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-2/+2
* | Merge branch '47003-user-onboarding-replace-current-email-confirmation-flow-w...Grzegorz Bizon2019-08-161-0/+25
|\ \ | |/ |/|
| * Incorporate feedback fixes47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flowAlex Buijs2019-08-121-1/+1
| * Add ConfirmEmailWarning concernAlex Buijs2019-08-081-0/+25
* | Add logging and counter for invisible captcha46548-open-source-alternative-to-recaptcha-for-gitlab-com-registrationAlex Buijs2019-08-141-0/+51
|/
* Do not persist notes filter when auto-switchingHeinrich Lee Yu2019-08-071-1/+2
* Add inheritance flexibility to issuable collectionsPavel Shutsin2019-08-061-3/+2
* Change block parameter name to params52123-issuable-actions-notesfinder-pderichsPatrick Derichs2019-08-011-1/+1
* Use NotesFinder in IssuableActions modulePatrick Derichs2019-08-012-8/+16
* Remove line profiler from performance barSean McGivern2019-07-301-4/+0
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-291-1/+1
|\
| * Merge branch 'security-60551-fix-upload-scope' into 'master'GitLab Release Tools Bot2019-07-261-1/+1
| |\
| | * Queries for Upload should be scoped by modelAdam Hegyi2019-07-111-1/+1
* | | Revert "Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'mast...Stan Hu2019-07-271-15/+7
* | | Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'Stan Hu2019-07-261-7/+15
|\ \ \
| * | | Use NotesFinder in module IssuableActionsPatrick Derichs2019-07-261-7/+15
* | | | Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin2019-07-261-12/+8
|\ \ \ \
| * | | | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-12/+8
| |/ / /
* | | | Ensure Warden triggers after_authentication callbackImre Farkas2019-07-261-2/+2
|/ / /
* | | Enable Rubocop Performance/InefficientHashSearchsh-enable-rubocop-hash-searchStan Hu2019-07-241-1/+1
|/ /
* | Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-1/+1
|/
* CE Port of Allow bulk update for group issuesFatih Acet2019-07-091-2/+2
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2019-07-033-10/+10
|\
| * Merge branch 'security-notes-in-private-snippets' into 'master'Marin Jankovski2019-07-021-7/+7
| |\
| | * Correctly check permissions when creating snippet notesMarkus Koller2019-06-061-7/+7
| * | Merge branch 'security-59581-related-merge-requests-count' into 'master'Marin Jankovski2019-07-022-3/+3
| |\ \
| | * | Expose merge requests count based on user accessAlexandru Croitor2019-06-182-3/+3
* | | | Merge branch '53811-issue-boards-to-core-projects-backend-ce' into 'master'Stan Hu2019-06-272-1/+92
|\ \ \ \ | |/ / / |/| | |
| * | | Move Multiple Issue Boards for Projects to Core53811-issue-boards-to-core-projects-backend-ceAlexandru Croitor2019-06-262-1/+92
* | | | Merge branch '51952-forking-via-webide' into 'master'Nick Thomas2019-06-262-3/+3
|\ \ \ \
| * | | | Support redirect paths starting with a dash51952-forking-via-webideMarkus Koller2019-06-251-2/+2
| * | | | Make checks for continue_params more robustMarkus Koller2019-06-251-1/+1
| |/ / /
* | | | In dev, always allow access to health endpoints from localhostAndrew Newdigate2019-06-261-0/+4
|/ / /
* | | #57815 Password authentication disabled for UltraAuth usersKartikey Tanna2019-06-181-1/+2
|/ /
* | Search issuables by iidsRiccardo Padovani2019-06-181-0/+6
* | Add `to_json` to `represent` method callce-3861-use-serializers-for-project-group-boardscharlieablett2019-06-131-1/+1