summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Rename method to `to_normalized_s`Michael Kozono2017-10-075-7/+7
| | | | | | | | |
| * | | | | | | | Refactor initialize method for clarityMichael Kozono2017-10-071-11/+20
| | | | | | | | |
| * | | | | | | | Move downcasing to normalize methodMichael Kozono2017-10-072-14/+14
| | | | | | | | |
| * | | | | | | | Normalize existing persisted DNsMichael Kozono2017-10-071-0/+285
| | | | | | | | |
| * | | | | | | | Resolve Rubocop offensesMichael Kozono2017-10-072-33/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling some for now since this is based on `Net::LDAP::DN`.
| * | | | | | | | Switch to new DN classMichael Kozono2017-10-074-74/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for normalizing and parsing DNs
| * | | | | | | | Fix newline testsMichael Kozono2017-10-071-3/+3
| | | | | | | | |
| * | | | | | | | Fix trailing escaped newlineMichael Kozono2017-10-072-3/+3
| | | | | | | | |
| * | | | | | | | Add valid DN tests using OIDsMichael Kozono2017-10-071-0/+2
| | | | | | | | |
| * | | | | | | | Test malformed DNsMichael Kozono2017-10-072-13/+114
| | | | | | | | |
| * | | | | | | | Raise UnsupportedDnFormatError on multivalued RDNsMichael Kozono2017-10-072-2/+32
| | | | | | | | |
| * | | | | | | | Allow unescaped, non-reserved Unicode charactersMichael Kozono2017-10-071-1/+1
| | | | | | | | |
| * | | | | | | | Fix for null DNMichael Kozono2017-10-071-1/+1
| | | | | | | | |
| * | | | | | | | Handle CR and LF charactersMichael Kozono2017-10-072-1/+15
| | | | | | | | |
| * | | | | | | | Fix escaped hex comma testMichael Kozono2017-10-071-1/+1
| | | | | | | | |
| * | | | | | | | Reword escaped comma testMichael Kozono2017-10-071-1/+1
| | | | | | | | |
| * | | | | | | | Fix escaped equal signsMichael Kozono2017-10-072-6/+8
| | | | | | | | |
| * | | | | | | | Clarify testMichael Kozono2017-10-071-1/+1
| | | | | | | | |
| * | | | | | | | Fix trailing escaped spaceMichael Kozono2017-10-071-0/+11
| | | | | | | | |
| * | | | | | | | Fix to_s_normalize for escaped leading spaceMichael Kozono2017-10-072-12/+4
| | | | | | | | |
| * | | | | | | | Always downcase DNsMichael Kozono2017-10-071-10/+12
| | | | | | | | |
| * | | | | | | | Add `DN#to_s_normalized`Michael Kozono2017-10-072-1/+62
| | | | | | | | |
| * | | | | | | | Adapt DN class for GitlabMichael Kozono2017-10-071-195/+207
| | | | | | | | |
| * | | | | | | | Extract Net::LDAP::DN class from ruby-net-ldap gemMichael Kozono2017-10-071-0/+224
| | | | | | | | |
| * | | | | | | | Rely on LDAP providers giving DNs, not UIDsMichael Kozono2017-10-073-58/+1
| | | | | | | | |
| * | | | | | | | Rescue DN normalization attemptsMichael Kozono2017-10-072-0/+39
| | | | | | | | |
| * | | | | | | | Note invalid DNsMichael Kozono2017-10-071-18/+18
| | | | | | | | |
| * | | | | | | | Fix `dn?` for a UID with an escaped equal signMichael Kozono2017-10-072-3/+4
| | | | | | | | |
| * | | | | | | | Remove redundant `is_`Michael Kozono2017-10-072-4/+4
| | | | | | | | |
| * | | | | | | | Dry up spec some moreMichael Kozono2017-10-071-91/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | …to stop copy pasting test cases.
| * | | | | | | | Downcase normalized LDAP DNs and UIDsMichael Kozono2017-10-073-61/+69
| | | | | | | | |
| * | | | | | | | Fix normalize behavior for escaped delimiter charsMichael Kozono2017-10-072-3/+17
| | | | | | | | |
| * | | | | | | | Refactor specMichael Kozono2017-10-071-254/+105
| | | | | | | | |
| * | | | | | | | Refactor to distinguish between UIDs and DNsMichael Kozono2017-10-073-9/+192
| | | | | | | | |
| * | | | | | | | Trim extraneous spaces from DNsMichael Kozono2017-10-074-2/+189
| |/ / / / / / /
* | | | | | | | Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda2017-10-0724-932/+501
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
| * | | | | | | Fix dropdown header alignment; empty navbar positioningcleanup_old_nav_stuffAnnabel Dunstone Gray2017-10-072-18/+18
| | | | | | | |
| * | | | | | | Specify gitlab navAnnabel Dunstone Gray2017-10-062-6/+6
| | | | | | | |
| * | | | | | | Finish combining nav stylesAnnabel Dunstone Gray2017-10-066-479/+414
| | | | | | | |
| * | | | | | | Remove unnecessary testkushalpandya2017-10-061-6/+0
| | | | | | | |
| * | | | | | | Fix specsAnnabel Dunstone Gray2017-10-062-0/+6
| | | | | | | |
| * | | | | | | Conflict fixesAnnabel Dunstone Gray2017-10-061-4/+4
| | | | | | | |
| * | | | | | | Start moving new nav styles into header.scssAnnabel Dunstone Gray2017-10-0613-268/+76
| | | | | | | |
| * | | | | | | FixesAnnabel Dunstone Gray2017-10-065-129/+130
| | | | | | | |
| * | | | | | | Fix scrolling tabsAnnabel Dunstone Gray2017-10-062-0/+8
| | | | | | | |
| * | | | | | | Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray2017-10-0610-526/+343
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | navigation elements
* | | | | | | Merge branch 'patch-28' into 'master'Douwe Maan2017-10-071-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix LDAP config key name See merge request gitlab-org/gitlab-ce!14739
| * | | | | | | Fix LDAP config key nameMichael Kozono2017-10-061-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan2017-10-0734-86/+546
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
| * | | | | | | Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-0634-86/+546
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.