| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #27732 from nextcloud/fix/27576/LDAPProviderFactory-not-found | blizzz | 2021-06-30 | 5 | -1/+58 |
|\ |
|
| * | unset ldap provider when disabling user_ldap | Arthur Schiwon | 2021-06-30 | 4 | -0/+57 |
| * | ensure that factoryClass exisits before instantiation | Arthur Schiwon | 2021-06-30 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-version | Julius Härtl | 2021-06-30 | 5 | -0/+635 |
|\ |
|
| * | Prevent running FixEncryptedVersion without master key | Vincent Petry | 2021-06-29 | 2 | -1/+64 |
| * | Fix FixEncryptedVersionTest test | Vincent Petry | 2021-06-29 | 2 | -158/+85 |
| * | Fix warnings in FixEncryptedVersion command | Vincent Petry | 2021-06-29 | 1 | -13/+26 |
| * | Detect disabled signature check when reparing | Vincent Petry | 2021-06-29 | 1 | -1/+13 |
| * | Downstream FixEncryptedVersionTest | Vincent Petry | 2021-06-29 | 1 | -0/+373 |
| * | Downstream encryption:fix-encrypted-version | Vincent Petry | 2021-06-29 | 4 | -0/+247 |
* | | Merge pull request #27723 from nextcloud/fix/noid/typo-regex | John Molakvoæ | 2021-06-30 | 1 | -1/+1 |
|\ \ |
|
| * | | fix incredible off-by-one-typo-error | Arthur Schiwon | 2021-06-30 | 1 | -1/+1 |
* | | | Merge pull request #27700 from nextcloud/deprecate-remote | blizzz | 2021-06-30 | 8 | -0/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | Deprecate OCP\Remote | Lukas Reschke | 2021-06-28 | 8 | -0/+34 |
* | | | Merge pull request #27717 from nextcloud/feat/workflow-auto-update | John Molakvoæ | 2021-06-30 | 1 | -3/+9 |
|\ \ \ |
|
| * | | | Updating dependabot-approve-merge.yml workflow from template | Nextcloud bot | 2021-06-29 | 1 | -3/+9 |
* | | | | Merge pull request #27474 from nextcloud/feat/26866/prov-api | John Molakvoæ | 2021-06-30 | 16 | -645/+844 |
|\ \ \ \ |
|
| * | | | | cleanup | Arthur Schiwon | 2021-06-30 | 3 | -21/+3 |
| * | | | | fix small issues in UsersController handling | Arthur Schiwon | 2021-06-30 | 3 | -6/+7 |
| * | | | | adjust access permissions of new controller method | Arthur Schiwon | 2021-06-30 | 1 | -1/+5 |
| * | | | | fix regex | Arthur Schiwon | 2021-06-30 | 1 | -1/+1 |
| * | | | | fix provisioning test check | Arthur Schiwon | 2021-06-30 | 1 | -8/+9 |
| * | | | | adjust internal data handling logic to fix store and load | Arthur Schiwon | 2021-06-30 | 5 | -282/+266 |
| * | | | | create a property on editUser when it was not set before | Arthur Schiwon | 2021-06-30 | 1 | -10/+14 |
| * | | | | adjust email verification checker | Arthur Schiwon | 2021-06-30 | 2 | -20/+19 |
| * | | | | fix code style | Arthur Schiwon | 2021-06-30 | 2 | -2/+2 |
| * | | | | adjust verification state updater method | Arthur Schiwon | 2021-06-30 | 2 | -80/+38 |
| * | | | | make AccountManager actually write multi value properties | Arthur Schiwon | 2021-06-30 | 2 | -261/+251 |
| * | | | | accounts event handler to use eventdispatcher, DI and Accounts API | Arthur Schiwon | 2021-06-30 | 3 | -83/+74 |
| * | | | | prov api to be able to edit multivalue properties | Arthur Schiwon | 2021-06-30 | 6 | -4/+240 |
| * | | | | prov api reports multiple mail as editable field | Arthur Schiwon | 2021-06-30 | 3 | -1/+8 |
| * | | | | prov api reports additional emails on getUser | Arthur Schiwon | 2021-06-30 | 4 | -5/+47 |
| |/ / / |
|
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2021-06-30 | 22 | -6/+124 |
|/ / / |
|
* | | | Merge pull request #27715 from nextcloud/revert-24295-perf/noid/router | John Molakvoæ | 2021-06-29 | 1 | -14/+12 |
|\ \ \ |
|
| * | | | Revert "First attempt to check against core routes before loading all app rou... | Vincent Petry | 2021-06-29 | 1 | -14/+12 |
* | | | | Merge pull request #27488 from msrn/win10cal-useragent | Julius Härtl | 2021-06-29 | 2 | -3/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add regex to match Windows 10 calendar user-agent | Mikael Saarinen | 2021-06-23 | 2 | -3/+6 |
* | | | | Merge pull request #27644 from J0WI/remember-cipher | Christoph Wurst | 2021-06-29 | 1 | -4/+23 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Remember current cipher | J0WI | 2021-06-29 | 1 | -4/+23 |
|/ / / |
|
* | | | Merge pull request #27672 from nextcloud/feat/workflow-auto-update | John Molakvoæ | 2021-06-29 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | Updating command-rebase.yml workflow from template | skjnldsv | 2021-06-29 | 1 | -0/+9 |
|/ / / |
|
* | | | Merge pull request #27698 from nextcloud/fix/25761/userexistsonldap-loop | blizzz | 2021-06-28 | 1 | -7/+3 |
|\ \ \ |
|
| * | | | LDAP: determine shares of offline users only when needed | Arthur Schiwon | 2021-06-28 | 1 | -7/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #27676 from nextcloud/localize-invitation-email-subjects | Lukas Reschke | 2021-06-28 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | Add indications for the translators | Thomas Citharel | 2021-06-25 | 1 | -0/+3 |
| * | | | Subjects for Invitation, Invitation cancellation and Invitation replies are n... | Paweł Lechowicz | 2021-06-25 | 1 | -3/+3 |
* | | | | Merge pull request #27687 from nextcloud/szaimen-patch-1 | Lukas Reschke | 2021-06-28 | 1 | -0/+27 |
|\ \ \ \ |
|
| * | | | | Create rebase command | szaimen | 2021-06-26 | 1 | -0/+27 |
* | | | | | Merge pull request #27697 from nextcloud/ci/approve-merge-stable | Pytal | 2021-06-28 | 1 | -5/+7 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Auto approve/merge also on stable branches | Julius Härtl | 2021-06-28 | 1 | -5/+7 |
|/ / / / |
|