Côme Chilliet
|
5cfab229db
|
Improve test failure output for RouterTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
d9dbed9105
|
Fix psalm errors related to filesizes
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
ff776a90b1
|
Strong type filesize related methods to ease 32bits problem findings
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
2d8e696c24
|
Add apcu and ffmpeg to have less skipped tests
Also exclude test groups which rely on a service
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
b370fdb1e7
|
Running all tests on 32bits to see what happens
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
e156f8339c
|
Revert "remove 32-bit workarounds"
This reverts commit dd8774389e.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
3885818ab6
|
Add workflow for 32bits testing
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
4 years ago |
Côme Chilliet
|
17ed023be2
|
Merge pull request #36314 from nextcloud/sso-kerberos-fix
Update kerberos sso test setup to use new user_saml config system
|
3 years ago |
Daniel
|
36347cb2cb
|
Merge pull request #36286 from nextcloud/bugfix/noid/fix-sending-state-token-in-flowv1
Fix event listener race condition on login-form
|
3 years ago |
Côme Chilliet
|
5a48768603
|
Merge pull request #36451 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
|
3 years ago |
nextcloud-command
|
69211472f4
|
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
|
3 years ago |
Nextcloud bot
|
24ebc19e10
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Joas Schilling
|
59578817f5
|
Merge pull request #36489 from nextcloud/bugfix/noid/brute-force-protection-password-reset
Add bruteforce protection to password reset page
|
3 years ago |
Joas Schilling
|
fa1d50ccce
|
Merge pull request #36267 from nextcloud/bugfix/noid/dont-reuse-query-builder
Don't reuse query builder object with populated parameters in FederatedShareProvider
|
3 years ago |
Christoph Wurst
|
eca7ab3221
|
Merge pull request #36552 from nextcloud/fix/client-login-flow/missing-state-token
fix(client-login-flow): Handle missing stateToken gracefully
|
3 years ago |
Joas Schilling
|
875e6cf7e6
|
fix(CI): Adjust expected result
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
3 years ago |
Christoph Wurst
|
3473b69ad2
|
Merge pull request #36509 from nextcloud/fix/user-management/delete-user-hidden-group
fix(user-management): Fix deleting user in hidden group(s)
|
3 years ago |
Christoph Wurst
|
88d116ba84
|
fix(client-login-flow): Handle missing stateToken gracefully
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
3 years ago |
Nextcloud bot
|
87b53dfed3
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Nextcloud bot
|
2ddd7f52bf
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
3 years ago |
Nextcloud bot
|
1f26731c1d
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
4 years ago |
Vincent Petry
|
1fed799826
|
Merge pull request #36452 from nextcloud/perf/share-availability-check
perf(federation): Only request root share info for checking availability
|
4 years ago |
Joas Schilling
|
7cff390b56
|
Merge pull request #36508 from nextcloud/enh/allow-no-route
Allow settings navigation items with no route entry
|
4 years ago |
Joas Schilling
|
7ddb042f9d
|
Merge pull request #36511 from nextcloud/opt-out-of-phpunit-10
chore(CI): Opt-out of PHPUnit 10 for now
|
4 years ago |
Simon L
|
a579b36113
|
Merge pull request #36409 from nextcloud/enh/noid/dont-automatically-open-sidebar-on-mobile
Do not open the sidebar automatically on small widths
|
4 years ago |
Joas Schilling
|
bb34476b68
|
chore(CI): Opt-out of PHPUnit 10 for now
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
4 years ago |
Joas Schilling
|
bf7fe04c4b
|
fix(appinfo): navigation type is optional
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
4 years ago |
Joas Schilling
|
08bfe64b49
|
Merge pull request #36504 from nextcloud/bugfix/noid/remove-failing-test
Remove failing test that works with mocks only anyway
|
4 years ago |
Christoph Wurst
|
84780ffd33
|
fix(user-management): Fix deleting user in hidden group(s)
E.g. guest_users
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
4 years ago |
Nextcloud bot
|
94767112dd
|
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
4 years ago |
Christopher Ng
|
c610d0d99b
|
Remove extraneous user status route entry
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
4 years ago |
Christopher Ng
|
70651c3ab1
|
Allow zero occurences of route in XML schemas
- For xmllint
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
4 years ago |
Christopher Ng
|
62b7bb7395
|
Allow settings navigation items with no route entry
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
4 years ago |
Julius Härtl
|
e81cb6eaf0
|
Merge pull request #36498 from nextcloud/bug/dashboard-widgets
Some Dashboard widgets are larger than others
|
4 years ago |
Simon L
|
7fa42a2f03
|
Do not open the sidebar automatically on small widths
Signed-off-by: Simon L <szaimen@e.mail.de>
|
4 years ago |
blizzz
|
07b9dbab3b
|
Merge pull request #36484 from nextcloud/release/26.0.0_beta_2
26.0.0 beta 2
|
4 years ago |
blizzz
|
58e4a831c0
|
Merge pull request #35743 from nextcloud/fix/use-recurrence-for-imip-email
Include more information in iMIP email and show diff information on updating an event
|
4 years ago |
Joas Schilling
|
47880b143d
|
Remove failing test that works with mocks only anyway
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
4 years ago |
blizzz
|
39f202581b
|
Merge pull request #36497 from nextcloud/techdebt/noid/fix-autotest-execution
Fix autotest.sh execution
|
4 years ago |
blizzz
|
d83ea282c4
|
Merge pull request #35736 from nextcloud/pluggable-share-display
Allow to register public share template provider
|
4 years ago |
Anna Larch
|
38e9cb6a05
|
Use recurrence instance to build iMip email
instead of the main VEVENT of a repeating event
Fixes part of https://github.com/nextcloud/calendar/issues/3919
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
4 years ago |
Simon L
|
6f3c4f2255
|
Merge pull request #36450 from nextcloud/fix/clipboard-copy
Drop vue-clipboard2 in favour of native Clipboard API to fix copy to clipboard
|
4 years ago |
dependabot[bot]
|
db30974348
|
Merge pull request #36499 from nextcloud/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
|
4 years ago |
Louis Chemineau
|
4ab3c16403
|
Pluggable share provider
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
4 years ago |
Joas Schilling
|
e4f050568e
|
Merge pull request #36393 from nextcloud/3rdparty-drop-php-parser
chore: drop depedency php-parser
|
4 years ago |
hamza221
|
2eae7791bb
|
adding compiled files
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
|
4 years ago |
dependabot[bot]
|
0d6982d7c5
|
chore(deps): Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)
---
updated-dependencies:
- dependency-name: http-cache-semantics
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
blizzz
|
970f3937e5
|
Merge pull request #36375 from nextcloud/enh/allow-php-8.2
Allow php 8.2
|
4 years ago |
hamza221
|
8358311568
|
Some Dashboard widgets are larger than others
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
|
4 years ago |
Daniel Kesselberg
|
d9235658f8
|
chore: drop depedency php-parser
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
4 years ago |