aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Groupware back-end devs as CalDAV and CardDAV code ownersChristoph Wurst2021-12-101-0/+2
| | | | | | This will pick us as reviews automatically Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #30157 from nextcloud/fix/datepicker-share-langJohn Molakvoæ2021-12-105-27/+19
|\
| * Fix first day localeJohn Molakvoæ2021-12-095-23/+8
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * Properly format sharing datepicker localeJohn Molakvoæ2021-12-093-10/+17
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #30164 from ↵Vincent Petry2021-12-101-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/fix-dir-external-root-shared-icon Use correct icon for dir-external-root
| * | Use correct icon for dir-external-rootVincent Petry2021-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an external storage mount is shared with circles, it triggers the share icon state to be rerendered. The picking of the mime type icon would use the regular file icon because there is no actual icon for "dir-external-root" that is shared. This fixes the logic to use the "folder-external" icon in such scenarios. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-12-102-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #30160 from ↵Pytal2021-12-091-2/+6
|\ \ \ | | | | | | | | | | | | nextcloud/bugfix/noid/encryption-wrapper-fclose-check
| * | | Check resource before closing in encryption wrapperVincent Petry2021-12-091-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case of error there is no guarantee that $source or $target is set or is a resource when handling an error. Without this fix, there's a risk that fclose will fail and the actual exception will not be thrown, making it impossible to find out about the root cause. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #29996 from zordsdavini/patch-1Pytal2021-12-095-2/+58
|\ \ \ \
| * | | | Update core/Migrations/Version23000Date20211203110726.phpPytal2021-12-091-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | Fix relation "user_id" already exists migration errorChristopher Ng2021-12-035-2/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | Merge pull request #30168 from nextcloud/feat/non-migrated-preview-deletePytal2021-12-091-6/+25
|\ \ \ \ \
| * | | | | Allow to delete non-migrated previews instead of moving themJohn Molakvoæ2021-12-091-6/+25
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #30075 from nextcloud/logic-opChristoph Wurst2021-12-091-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Switch logical operators
| * | | | | Switch logical operatorsacsfer2021-12-031-4/+4
| | | | | | | | | | | | | | | | | | Unless there is a good reason to keep actual ones 👀
* | | | | | Merge pull request #29523 from nextcloud/fix/support-ldap-long-dnsJohn Molakvoæ2021-12-096-33/+213
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use clearer names for variablesCôme Chilliet2021-11-232-34/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Add an index for directory_uuid as wellCôme Chilliet2021-11-232-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Make sure that hash function returns a stringCôme Chilliet2021-11-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation says it can return false, and even if that is highly unlikely for sha256, better safe than sorry. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Add the columns and alter the index in Version1010Date20200630192842Côme Chilliet2021-11-231-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to ensure new installations do not need to go through migration history. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fixes in migration stepCôme Chilliet2021-11-231-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We cannot set ldap_dn_hash column as notnull because it is empty for existing users before postSchemaChange is called Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Put back length check to have a clear errorCôme Chilliet2021-11-231-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fixed migration step for user_ldapCôme Chilliet2021-11-233-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix variable namesJoas Schilling2021-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-11-233-29/+158
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Support LDAP dns longer than 255 charactersCôme Chilliet2021-11-232-27/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds an ldap_full_dn column to store the dn, and only store a sha256 hash in the ldap_dn which is shorter and can be indexed without trouble. Migration still needs to be implemented. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #30156 from ↵John Molakvoæ2021-12-0916-22/+114
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/only-wildcard-search-if-enumeration-is-allowed
| * | | | | | Make psalm more happyJoas Schilling2021-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Fix docs to make Psalm happierJoas Schilling2021-12-091-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-085-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Limit more contact searchesJoas Schilling2021-12-0810-13/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Only limit search in the system address bookJoas Schilling2021-12-083-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Only wildcard search if enumeration is allowedJoas Schilling2021-12-086-2/+18
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | | | [tx-robot] updated from transifexNextcloud bot2021-12-094-0/+8
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #30141 from nextcloud/fix/filelist-reloadJulius Härtl2021-12-081-1/+3
|\ \ \ \ \
| * | | | | Reload page on 401 since there is an authentification problemCarl Schwan2021-12-071-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Stop reloading file list when getting 401 error on root dirCarl Schwan2021-12-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reaching the root dir, instead of reloading the file list we reload the page completely. This trigger a redirection to the login page automatically with the correct ?redirect_url= in thr url. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #30126 from nextcloud/revert-30077-enh/node-tests-nameJohn Molakvoæ2021-12-081-3/+3
|\ \ \ \ \ \
| * | | | | | Revert "Explicitly name node tests workflow"John Molakvoæ2021-12-071-3/+3
| | | | | | |
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-12-0836-58/+276
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #29968 from ↵Louis2021-12-076-27/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix-input-for-groups-validation-in-new-user-form Fix input for groups validation in new user form
| * | | | | | | Remove no longer needed CSS rulesDaniel Calviño Sánchez2021-12-071-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Nextcloud 22 the "#new-user" rules had no effect, as the DOM structure changed to show a dialog rather than adding a row on top of the list when adding new users. Similarly, the z-index was no longer needed, as there will be no "new-user" row that could overlap. Moreover, the z-index was set even higher (100) in another rule still active. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | | | Fix input for groups validation in new user formDaniel Calviño Sánchez2021-12-076-15/+18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hidden input used for form validation was not actually hidden since Nextcloud 22, as the DOM structure changed to show a dialog rather than adding a row on top of the list when adding new users, so the CSS rules no longer matched. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | | | Merge pull request #30134 from nextcloud/fix/noid/file-action-view-in-folderJulien Veyssier2021-12-071-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Do not trigger events when setting active view in gotoplugin
| * | | | | | | do not trigger events when setting active view in gotopluginJulien Veyssier2021-12-071-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | | Merge pull request #30114 from nextcloud/fix/sanitizeMtimeJohn Molakvoæ2021-12-073-14/+63
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Prevent writing invalid mtimeJohn Molakvoæ2021-12-073-14/+63
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #30122 from ↵John Molakvoæ2021-12-071-8/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1638850319
| * | | | | | Update psalm baselinenextcloud-command2021-12-071-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>