Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #31773 from nextcloud/share-limited-owner-setup | Vincent Petry | 2022-04-05 | 3 | -13/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cache internalpath in versions cleanup | Robin Appelman | 2022-04-04 | 1 | -2/+3 | |
| * | | | | | | | | | ensure user folder is created in ApiTest | Robin Appelman | 2022-04-04 | 1 | -0/+3 | |
| * | | | | | | | | | use UserFolder to get the share source node | Robin Appelman | 2022-04-04 | 1 | -11/+30 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #31827 from nextcloud/enh/allow-long-filename-in-share-ext... | Vincent Petry | 2022-04-05 | 4 | -1/+59 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update autoloader to include new migration | Côme Chilliet | 2022-04-05 | 2 | -0/+2 | |
| * | | | | | | | | | Version bump | Côme Chilliet | 2022-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | Set oc_share_external.name column length to 4000 to remove arbitrary limitation | Côme Chilliet | 2022-04-04 | 1 | -0/+56 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #31841 from nextcloud/port-number-numeric-input | Louis | 2022-04-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | use `inputmode="numeric"` on port number | Christian Oliff | 2022-04-05 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #31820 from nextcloud/fix/30002 | Louis | 2022-04-05 | 5 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Explicitly close div element | Louis Chemineau | 2022-04-04 | 5 | -8/+8 | |
* | | | | | | | | | | Merge pull request #31661 from nextcloud/enh/user_ldap-add-command-to-unmap-g... | blizzz | 2022-04-05 | 10 | -31/+175 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix user_ldap unit tests | Côme Chilliet | 2022-04-01 | 3 | -14/+13 | |
| * | | | | | | | | | Add missing file | Côme Chilliet | 2022-04-01 | 1 | -0/+111 | |
| * | | | | | | | | | Add type information to fix psalm error | Côme Chilliet | 2022-04-01 | 1 | -0/+1 | |
| * | | | | | | | | | Add ldap:reset-group command to unmap groups from LDAP | Côme Chilliet | 2022-04-01 | 7 | -18/+51 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-05 | 62 | -56/+106 | |
* | | | | | | | | | | Merge pull request #29510 from nextcloud/backport/27378/master | John Molakvoæ | 2022-04-04 | 6 | -4/+99 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add dav plugin to trigger recalculating of checksums | Robin Appelman | 2022-03-31 | 6 | -4/+99 | |
* | | | | | | | | | | | Merge pull request #31734 from nextcloud/dav-quota-dont-query | Robin Appelman | 2022-04-04 | 2 | -10/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | dont re-query fileinfo when getting dav quota | Robin Appelman | 2022-03-28 | 2 | -10/+1 | |
* | | | | | | | | | | | Merge pull request #30823 from nextcloud/work/profiler | Carl Schwan | 2022-04-04 | 8 | -19/+145 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 8 | -19/+145 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-04 | 6 | -6/+42 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-03 | 12 | -10/+128 | |
* | | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-02 | 48 | -406/+12 | |
* | | | | | | | | | | Merge pull request #30438 from nextcloud/fix/caldav-trash-bin-deleted-at-int | Christoph Wurst | 2022-04-01 | 1 | -72/+79 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix CalDAV subscriptions calendarorder column/prop type | Christoph Wurst | 2022-03-24 | 1 | -25/+33 | |
| * | | | | | | | | | Fix column/property type of the calendar order | Christoph Wurst | 2022-03-24 | 1 | -1/+1 | |
| * | | | | | | | | | Fix column/property type of the CalDAV deleted_at time stamp | Christoph Wurst | 2022-03-24 | 1 | -47/+46 | |
* | | | | | | | | | | Merge pull request #31782 from nextcloud/fix/31780_31778/fix-ldap-wizard | blizzz | 2022-04-01 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix ldap wizard styling | Richard Steinmetz | 2022-03-31 | 1 | -1/+7 | |
* | | | | | | | | | | | Merge pull request #30550 from nextcloud/Valdnet-patch-1 | Valdnet | 2022-04-01 | 1 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | l10n: Change "rain" to "rainfall" | Valdnet | 2022-03-31 | 1 | -18/+18 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | [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 #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 #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 | 3 | -2/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | 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 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | |