summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-12-0168-30/+276
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35376 from nextcloud/bug/noid/fix-workflow-s3-primaryRobin Appelman2022-11-301-2/+1
|\ | | | | Run s3 primary tests sequential
| * Run s3 primary tests sequentialDaniel Kesselberg2022-11-251-2/+1
| | | | | | | | | | | | | | | | To avoid casual test failures. Concurrent jobs may try to use the same port forwarding for the minio container. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #35355 from nextcloud/artonge/feat/ldap_connection_timeoutblizzz2022-11-302-0/+7
|\ \ | | | | | | Allow to set a custom timeout for ldap connections
| * | Allow to set a custom timeout for ldap connectionsLouis Chemineau2022-11-232-0/+7
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #35484 from nextcloud/fix/34653/fix-popover-menuSimon L2022-11-308-81/+11
|\ \ \ | | | | | | | | fix the popovermenu
| * | | try to fix the popovermenuSimon L2022-11-298-81/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #35502 from andyxheli/patch-1Carl Schwan2022-11-301-1/+1
|\ \ \ \ | | | | | | | | | | Fix SQL comparison with int array during external storage deletion
| * | | | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Xheli <axheli@axtsolutions.com> Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245 Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
* | | | | Merge pull request #35426 from nextcloud/cleanup/contactintegrationCarl Schwan2022-11-308-87/+29
|\ \ \ \ \ | | | | | | | | | | | | Cleanup contactsinteraction
| * | | | | Cleanup contactsinteractionCarl Schwan2022-11-258-87/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add more typing and use PHP 7.4 typed properties Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #35501 from ↵Simon L2022-11-303-12/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enh/enh-33741-Focused_item_overlaps_neighbor_elements_with_text_and_border Change app menu focused items behavior that neighbor elements (text and border) have no overlapping
| * | | | | | Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-11-303-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-30168-448/+614
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35107 from nextcloud/encryption-key-migrateRobin Appelman2022-11-294-0/+189
|\ \ \ \ \ \ | | | | | | | | | | | | | | add migration for encryption keys in wrong location
| * | | | | | add migration for encryption keys in wrong locationRobin Appelman2022-11-284-0/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #35494 from ↵Simon L2022-11-293-5/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-old-code-from-comment Remove old code from comment to not trigger automatic scanners more than needed
| * | | | | | | RecompileJoas Schilling2022-11-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Remove old code from comment to not trigger automatic scanners more than neededJoas Schilling2022-11-291-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #35485 from nextcloud/chore/remove-bootstrap-version-commentSimon L2022-11-293-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove Bootstrap version reference from tooltip.scss
| * | | | | | | Remove Bootstrap version reference from tooltip.scssÁlvaro Brey2022-11-293-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5. I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners. It may also be worth investigating why the comments are not getting stripped when bundling the JS. Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #35468 from ↵Côme Chilliet2022-11-291-0/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/bump-egulias/email-validator-to-3.2.1-in-master Bump egulias/email-validator to 3.2.1 in master
| * | | | | | | Align 3rdparty with masterCôme Chilliet2022-11-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Bump egulias/email-validator to 3.2.1 in masterCôme Chilliet2022-11-281-0/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #34696 from nextcloud/fix/custom-colorSimon L2022-11-2955-954/+8662
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Allow to remove the background and select a custom colour + cypress
| * | | | | | Drop acceptance themingJohn Molakvoæ2022-11-291-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | More theming cypress tests and some fixesJohn Molakvoæ2022-11-2927-79/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | Extract colour from custom backgroundJohn Molakvoæ2022-11-2937-977/+8039
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-2925-246/+585
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #34769 from nextcloud/port/vue/files_versionLouis2022-11-2936-986/+559
|\ \ \ \ \ \ | | | | | | | | | | | | | | Port files_versions to vue
| * | | | | | Compile assetsLouis Chemineau2022-11-2812-52/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Lint and remove file_versions testsLouis Chemineau2022-11-289-371/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Hide version tab for foldersLouis Chemineau2022-11-281-25/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Extract logic into separate filesLouis Chemineau2022-11-285-106/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Use svg iconsLouis Chemineau2022-11-289-30/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Add support for Material icon in files sidebarCarl Schwan2022-11-286-12/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Use NcListItemCarl Schwan2022-11-281-44/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Handle case with empty version listCarl Schwan2022-11-281-63/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Port files_versions to vueCarl Schwan2022-11-2811-596/+286
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify code and make it use our standard components Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #35455 from nextcloud/fix/fix-35098-headings_need_to_be_h2Christoph Wurst2022-11-295-10/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Change header semantic in the user status dialog
| * | | | | | Change header semantic in the user status dialogjulia.kirschenheuter2022-11-295-10/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #35471 from nextcloud/allow-update-from-oc-10.11Vincent Petry2022-11-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow upgrading from ownCloud 10.11
| * | | | | | Remove ownCloud 10.5 upgrade pathVincent Petry2022-11-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | | Allow upgrading from ownCloud 10.11Vincent Petry2022-11-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-11-29160-588/+630
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #34941 from nextcloud/enh/33654/add-group-displayname-cacheSimon L2022-11-2810-32/+250
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add a Group display name cache
| * | | | | Add group display name cacheAnna Larch2022-11-2810-32/+250
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | Merge pull request #35425 from nextcloud/bumpMinimumDesktopClientForWebdavSimon L2022-11-283-15/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | minimum desktop client that is supported is 2.3.0
| * | | | | | More fixingJoas Schilling2022-11-252-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | minimum desktop client that is supported is 2.3.0Matthieu Gallien2022-11-251-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.3.0 was release on Mar 3, 2017 added support for new chunking algorithm allowing to now deprecate the older one Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>