Felix Weilbach
07a8e8c91d
Check if the server has user status app enabled
...
According to
https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-status-api.html#user-status-retrieve-statuses
we should check the user status capability, not the the end points.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-15 16:20:58 +00:00
Matthieu Gallien
df745ef39c
Merge pull request #3970 from nextcloud/updateDoc
...
we run on Windows 8.1+
2021-11-15 17:19:24 +01:00
Matthieu Gallien
2665c8fc16
we run on Windows 8.1+
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-15 13:40:51 +00:00
Matthieu Gallien
cb34fec596
Merge pull request #3959 from Minoru/bugifx/detect-missing-guiprivate
...
CMake: fail if `Qt5::GuiPrivate` is not found
2021-11-15 13:18:30 +01:00
Alexander Batischev
d8560dcb19
CMake: fail if Qt5::GuiPrivate
is not found
...
`nextcloud` and `nextcloudCore` depend on three Qt5 components which
aren't mentioned in `find_library`: `Xml`, `Network`, and `GuiPrivate`.
The first two are omitted by mistake, apparently, so this commit just
adds them.
`GuiPrivate` is a special case: it doesn't have its own CMake config, so
adding it to "required components" in `find_package` will always fail
the build. Thus, we implement our own check instead.
Signed-off-by: Alexander Batischev <eual.jp@gmail.com>
2021-11-15 13:57:18 +03:00
Felix Weilbach
0e5f1d9a30
Merge pull request #3966 from nextcloud/bugfix/macos-installer-universal
...
Let the macOS installer know that the application can run on Arm64
2021-11-15 09:43:55 +01:00
Felix Weilbach
ad814f175e
Let the macOS installer know that the application can run on Arm64
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-12 01:42:37 +01:00
Felix Weilbach
94dec9d9bb
Merge pull request #3964 from nextcloud/bump-3.4.0-rc1
...
Bump to version 3.4.0-rc1
2021-11-11 09:42:18 +01:00
Felix Weilbach
56bb3e7938
Bump to version 3.4.0-rc1
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-11 10:39:51 +01:00
Felix Weilbach
263cdd3c8b
Merge pull request #3956 from nextcloud/feature/macos-universal
...
Add a script to create a universal app package
2021-11-10 18:53:40 +01:00
Felix Weilbach
6d5597e93e
Add a script to create a universal app package
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-10 13:57:47 +00:00
Matthieu Gallien
41b2d7744d
Merge pull request #3961 from nextcloud/bugfix/examplecloud
...
Take branding for vfs plugins into account
2021-11-10 14:32:55 +01:00
Felix Weilbach
7e45dd9d14
Take branding for vfs plugins into account
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-10 15:13:25 +01:00
Felix Weilbach
48a8085453
Merge pull request #3935 from nextcloud/feature/profile-page
...
Add profile page
2021-11-10 14:02:23 +01:00
Felix Weilbach
3e368ee4df
IconJob: Send request through the accounts NAS
...
This helps tracking requests on the server
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-10 13:11:49 +01:00
Felix Weilbach
db337c4457
Add profile page
...
Fix : #3889
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-10 13:11:47 +01:00
Matthieu Gallien
4bd9972d46
Merge pull request #3955 from nextcloud/feature/enforceVFS
...
add an option to enforce use of virtual files sync folder
2021-11-08 14:26:32 +01:00
Matthieu Gallien
5ab13b2adc
add an option to enforce use of virtual files sync folder
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-05 16:56:24 +01:00
Matthieu Gallien
845e258031
Merge pull request #3945 from nextcloud/rakekniven-patch-1
...
Make argument singular to fix i18n issue
2021-11-05 11:25:31 +01:00
rakekniven
416d98716f
Make argument singular to fix i18n issue
...
Reported at Transifex.
See https://www.transifex.com/nextcloud/nextcloud/translate/#hu_HU/client/309577611
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-11-05 10:00:17 +01:00
Matthieu Gallien
30d4a62707
Merge pull request #3938 from nextcloud/bugfix/unified-search-bug-fixes
...
Bugfix/unified search bug fixes
2021-11-04 22:36:44 +01:00
alex-z
2f3c58daac
Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not cache images for QML. Fix tests. Use signal in QML.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-04 20:50:51 +00:00
alex-z
0b8ab5c079
Use SvgRenderer for Unified Search input icons. Refactor IconUtils. Extend unit tests.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-04 20:50:51 +00:00
alex-z
0d8375e798
Clear Unified Search Input Field in a proper way
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-04 20:50:51 +00:00
Matthieu Gallien
7dd09b8d8a
Merge pull request #3948 from nextcloud/bugfix/pn-connection-check
...
Don't do a connection checks when using push notifications
2021-11-04 21:49:28 +01:00
Felix Weilbach
d661e91a58
Don't do a connection checks when using push notifications
...
When using push notifications, it is not necessary to do regular
connection checks because the push notifications will take care of it.
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-04 18:07:22 +00:00
Matthieu Gallien
d11935b6fc
Merge pull request #3612 from nextcloud/bugfix/fixVfsPinState
...
Bugfix/fix vfs pin state
2021-11-04 18:53:25 +01:00
Felix Weilbach
650578ee64
Don't convert exclude file to placeholder file
...
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-04 18:18:50 +01:00
Matthieu Gallien
43ec429fe4
improve logs when place holder info cannot be read
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-04 15:02:27 +01:00
Matthieu Gallien
9658aea963
on switch to VFS real plugin, convert existing files to placeholders
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-04 15:02:27 +01:00
allexzander
6ad63fb770
Merge pull request #3946 from nextcloud/feature/implement-expiration-date-for-federated-shares
...
Implement expiration date for federated shares
2021-11-03 13:23:30 +02:00
alex-z
d88e086b94
ShareLinkWidget. Fix incorrect calendar mindate.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-03 13:23:00 +02:00
alex-z
6c3c45dadd
Implement expiration date for federated shares
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-03 10:54:18 +00:00
Nextcloud bot
f3af4ce098
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-03 03:49:21 +00:00
allexzander
511da0f3c7
Merge pull request #3940 from nextcloud/refactoring/replace-deprecated-qregexp
...
Replace deprecated QRegExp with QRegularExpression.
2021-11-02 11:21:25 +02:00
alex-z
c52718c104
Replace deprecated QRegExp with QRegularExpression.
...
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-02 08:54:06 +00:00
Matthieu Gallien
e4eaf9d88d
Merge pull request #3928 from nextcloud/bugfix/fixE2EEMetaData
...
properly extract the file id when querying server
2021-11-02 09:46:38 +01:00
Matthieu Gallien
a62905f17a
properly extract the file id when querying server
...
use the proper local file id to get the e2ee meta data
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-02 08:15:54 +00:00
Nextcloud bot
3a98abb6ba
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-02 03:48:08 +00:00
Nextcloud bot
dd4d7e3162
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-01 03:46:52 +00:00
Nextcloud bot
ce062aeb3b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-31 03:47:37 +00:00
Nextcloud bot
78301c6f83
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-30 03:49:10 +00:00
Nextcloud bot
487cc7e9c0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-29 03:48:26 +00:00
Matthieu Gallien
7dacabf07c
Merge pull request #3929 from nextcloud/bugfix/debugLogsByDefault
...
by default we produce debug logs because we need them
2021-10-28 17:01:33 +02:00
Matthieu Gallien
8226c30d84
by default we produce debug logs because we need them
...
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-10-28 13:48:55 +00:00
Matthieu Gallien
9281350b4c
Merge pull request #3863 from nextcloud/bugfix/share-dialog
...
ShareLinkWidget
2021-10-28 15:47:37 +02:00
Camila
d68b8604ac
Refactor toggleButtonAnimation function.
...
Signed-off-by: Camila <hello@camila.codes>
2021-10-28 12:59:28 +00:00
Camila
ab524d2392
Fix display of deleted note.
...
Even after removing note from share link,
the previous text was being displayed.
Signed-off-by: Camila <hello@camila.codes>
2021-10-28 12:59:28 +00:00
Camila
72c91362f2
Refactor ShareLinkWidget show/hide widgets functions.
...
- Remove unecessary call to setupUiOptions after saving share password.
- Slot to create label: do not set it if nothing changed.
- Refactor showPasswordOptions, toggle/PasswordOptions/ExpireDateOptions/NoteOptions.
- Add const, auto and {} whenever possible.
- Refactor slotToggleButtonAnimation => toggleButtonAnimation.
Signed-off-by: Camila <hello@camila.codes>
2021-10-28 12:59:28 +00:00
Matthieu Gallien
c13668c0e9
Merge pull request #2723 from nextcloud/fix-issue-2632
...
Skip sync exclude file from list of exclude files if it doesn't exist.
2021-10-28 14:57:09 +02:00