Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Code ordering for text strings | Valdnet | 2022-03-31 | 1 | -47/+12 | |
* | | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-01 | 48 | -28/+42 | |
* | | | | | | | | | | | Merge pull request #31779 from nextcloud/fix/ldap-wizard-getconnection | Vincent Petry | 2022-03-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix assignment of the LDAP Wizard connection | Christoph Wurst | 2022-03-31 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #31769 from nextcloud/releases/24/beta2v24.0.0beta2 | blizzz | 2022-03-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | 24.0.0 beta 2 | Arthur Schiwon | 2022-03-31 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31240 from nextcloud/Valdnet-patch-3 | Louis | 2022-03-31 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix test | Valdnet | 2022-03-31 | 1 | -1/+1 | |
| * | | | | | | | | | l10n: Delete dot | Valdnet | 2022-02-17 | 1 | -2/+2 | |
| * | | | | | | | | | l10n: Add a dot | Valdnet | 2022-02-17 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #31602 from nextcloud/fix/user_ldap-fix-last-change-updates | Vincent Petry | 2022-03-31 | 3 | -4/+9 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Avoid updating _lastChange when nothing is changed in the configuration | Côme Chilliet | 2022-03-31 | 3 | -3/+4 | |
| * | | | | | | | | | | Do not update _lastChanged on auto-detected attributes | Côme Chilliet | 2022-03-31 | 1 | -1/+5 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31737 from nextcloud/fix/oc_oauth2_migration | Joas Schilling | 2022-03-31 | 1 | -13/+24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Wrap oauth2 migrations inside conditions | Louis Chemineau | 2022-03-31 | 1 | -13/+24 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31770 from nextcloud/fix/systemtag_loading | blizzz | 2022-03-31 | 1 | -6/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Change script loading order in worflowengine | Louis Chemineau | 2022-03-31 | 1 | -6/+5 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to... | Côme Chilliet | 2022-03-31 | 5 | -2/+100 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Remove unneeded preSchemaChange and return null if no changes | Côme Chilliet | 2022-03-31 | 1 | -10/+2 | |
| * | | | | | | | | | Fix files_external column length | Joas Schilling | 2022-03-25 | 3 | -2/+64 | |
| * | | | | | | | | | Ensure string column limit of 4.000 characters | Joas Schilling | 2022-03-25 | 2 | -0/+44 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-31 | 16 | -74/+98 | |
* | | | | | | | | | Merge pull request #31719 from nextcloud/dependabot/composer/build/integratio... | dependabot[bot] | 2022-03-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update guzzlehttp/guzzle requirement in /build/integration | dependabot[bot] | 2022-03-30 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31683 from nextcloud/fix/31681/oracle-str-col | Côme Chilliet | 2022-03-30 | 7 | -8/+123 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Build autoloaders | Côme Chilliet | 2022-03-30 | 2 | -0/+2 | |
| * | | | | | | | | | Use the new octetLength function to filter lines to migrate | Côme Chilliet | 2022-03-30 | 1 | -8/+4 | |
| * | | | | | | | | | Adapt max length limit in AbstactMapping to match database | Côme Chilliet | 2022-03-30 | 1 | -2/+2 | |
| * | | | | | | | | | shrink ldap_dn column to 4000 | Arthur Schiwon | 2022-03-30 | 1 | -0/+117 | |
| * | | | | | | | | | limit ldap_dn columns to 4000 | Arthur Schiwon | 2022-03-30 | 3 | -6/+6 | |
* | | | | | | | | | | Merge pull request #31739 from nextcloud/enh/noid/add-beta-channel-advice | Simon L | 2022-03-30 | 3 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | add beta channel advice to the updatenotification section | szaimen | 2022-03-30 | 3 | -3/+7 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31759 from nextcloud/fix/fix-composer-autoloader | Côme Chilliet | 2022-03-30 | 130 | -404/+210 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 130 | -404/+210 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #31756 from nextcloud/fix/vendor_loading_ldap | blizzz | 2022-03-30 | 2 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix vendor loading in user_ldap wizard | Louis Chemineau | 2022-03-30 | 2 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-30 | 42 | -126/+174 | |
* | | | | | | | | Merge pull request #31690 from nextcloud/fix/throw-import-calendar-error | Pytal | 2022-03-29 | 1 | -15/+22 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Show filename in output message | Christopher Ng | 2022-03-29 | 1 | -5/+4 | |
| * | | | | | | | Skip import of current calendar on error | Christopher Ng | 2022-03-29 | 1 | -10/+18 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2 | Vincent Petry | 2022-03-29 | 5 | -18/+24 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add direct arg to login flow | Vincent Petry | 2022-03-28 | 5 | -18/+24 | |
* | | | | | | | | Merge pull request #31735 from nextcloud/fix/noid/mig-generator-copyright | Côme Chilliet | 2022-03-29 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | migration generator also includes copyright section | Arthur Schiwon | 2022-03-28 | 1 | -0/+24 | |
* | | | | | | | | | Merge pull request #31575 from nextcloud/enh/add-trashbin-migrator | Côme Chilliet | 2022-03-29 | 4 | -4/+148 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add a guard to check that trashbin folder is a folder | Côme Chilliet | 2022-03-24 | 1 | -1/+8 | |
| * | | | | | | | | | Improve wording of output for trashbin migrator | Côme Chilliet | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | Rename PATH constants to show if folder or file | Côme Chilliet | 2022-03-22 | 1 | -7/+7 | |
| * | | | | | | | | | Rename $insert var to $qb | Côme Chilliet | 2022-03-17 | 1 | -8/+8 | |
| * | | | | | | | | | Add trashbin migrator to export and import trashbin data | Côme Chilliet | 2022-03-17 | 4 | -4/+141 |