Commit Graph

519 Commits

Author SHA1 Message Date
Camila Ayres d415b08101
Revert "Bump version to 3.13.0."
This reverts commit 9f968f6821.
2024-04-23 20:37:38 +02:00
Camila Ayres 9f968f6821
Bump version to 3.13.0.
Signed-off-by: Camila Ayres <hello@camilasan.com>
2024-04-23 20:26:09 +02:00
Josh f66fb97b30 fix(docs): parameter promptDeleteAllFiles defaults to false not true
The default was changed to false in #1201 

Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-03-20 10:09:39 +01:00
Josh Richards 90cd5b6d30
docs(conffile) Update chunk sizes to match v2 chunking PR
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-02-13 13:11:49 +01:00
Matthieu Gallien 654b5fe38d
starts the development of version 3.13
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2024-01-29 17:44:15 +01:00
Micke Nordin 772d44c66d GUI/LIBSYNC: force login flow V2 with config setting
This patch allows a user to set the config variable:

forceLoginV2=true

This will make the client use the browser login flow instead of the
webview. This is useful for making the user experience equal on
Windows, Linux and Mac. Currently only Macs use the v2 flow and it
was only possible to get this behaviour in the Windows and Linux
clients at build time using a CMAKE flag.

The default behaviour is kept the same, and nothing changes for the
user unless the flag is manually set in the config file. A setter is
included in this patch, although it is not yet used in the GUI.

Signed-off-by: Micke Nordin <kano@sunet.se>
2024-01-19 11:03:36 +01:00
Matthieu Gallien 14c03bf76f
prepare for 3.12 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-12-05 09:16:37 +01:00
Josh Richards 7544abf215 docs(troubleshooting) Add warning about sensitive data in logs
Fixes #3189 

A follow-up may be desired to also add a warning in the user interface when the debug archive is created.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-11-28 10:02:00 +01:00
Matthieu Gallien b15369c9db
we require version 12.0+ for macOS
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-10-26 10:12:05 +02:00
Dimitri Papadopoulos 8a73a9a6f5 Fix new typos found by codespell
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-09-17 10:41:38 +02:00
Matthieu Gallien 078084240a
prepare 3.11 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-09-01 17:56:29 +02:00
Camila 274290adb0 Update the documentation with information on how 'Edit locally' works.
Signed-off-by: Camila <hello@camila.codes>
2023-06-29 14:28:32 +00:00
Dimitri Papadopoulos 1af6a9863d Fix residual typos found by codespell
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-06-22 17:47:20 +02:00
Dimitri Papadopoulos 9d830e94f9 Fix typos found by codespell
Signed-off-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
2023-06-21 08:47:13 +02:00
alex-z ac7f5632d1 Documentation for mass deployment and account wizard override.
Signed-off-by: alex-z <blackslayer4@gmail.com>
2023-06-20 11:17:14 +02:00
mayonezo 360100844c Update nextcloudcmd.rst
Debian has a package in its repository for nextcloudcmd. Adding an Ubuntu ppa to Debian might work, but is not the preferable solution.

Signed-off-by: mayonezo <haselnuss87@gmail.com>
2023-04-23 23:42:03 +08:00
Matthieu Gallien 3304f9d2d3
development of 3.9 release is starting
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-03-31 17:23:03 +02:00
Matthieu Gallien 72595cf88b
prepare 3.8.0 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2023-01-30 16:49:12 +01:00
BMerz c3ff24faca Update README.md
Signed-off-by: BMerz <benedikt.merz@web.de>
2022-09-10 11:51:46 +02:00
BMerz 694c933e5b Updated link to documentation
Link to 3.0 is not working

Signed-off-by: BMerz <benedikt.merz@web.de>
2022-09-10 11:51:46 +02:00
Matthieu Gallien 733063d1ce
master is now 3.6.50
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-09-06 09:35:09 +02:00
Matthieu Gallien ccc9f8930b
prepare for 3.6.0 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-09-06 09:31:09 +02:00
alex-z fe7e883f3d Bump version to 3.5.82
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-19 10:29:21 +03:00
Camila c142a2dc25
Bump version and year.
Signed-off-by: Camila <hello@camila.codes>
2022-08-09 17:28:48 +02:00
alex-z d42d3c057f Implement URI handler for local file editing
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-08-03 11:38:33 +03:00
Claudio Cambra 2b598d1820 Double-clicking tray icon opens currently-selected user's local folder (if available)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-08-02 19:06:44 +02:00
Jos Poortvliet 71dbd1103f
Update documentation.
- Fix table that was missing
- Updates targetChunkUploadDuration and maxChunkSize.
- Adds section about Cloudflare.

Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
2022-06-22 16:10:19 +02:00
Claudio Cambra 804cef2bff Update autoupdater doc with info about the macOS autoupdater
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-05-24 16:32:46 +02:00
Claudio Cambra 95df4b98be Bump up minimum macOS version
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-05-23 13:22:50 +02:00
Carl Csaposs 331b675571 docs: Replace "preceded" with "followed"
Signed-off-by: Carl Csaposs <carl@csaposs.com>
2022-05-06 09:26:10 +02:00
Matthieu Gallien 83099520e4
future 3.6.0 version development begins
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-05-02 18:35:40 +02:00
Matthieu Gallien fdaa4c16f2
prepare final 3.5.0 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-05-02 18:25:01 +02:00
Matthieu Gallien f89bb86447
prepare 3.5.0-rc4
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-05-02 15:15:23 +02:00
alex-z 3376ed31bc prepare for 3.5.0-rc3
Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-04-06 16:32:07 +03:00
Matthieu Gallien 8c37c8e171
prepare for 3.5.0-rc2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-03-28 18:31:35 +02:00
Matthieu Gallien 4cc2afca10
prepare for 3.5.0-rc1
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-03-18 18:25:00 +01:00
rakekniven dbe8dc303f Removed server versions as they are mostly outdated.
Addionally added link to server wiki page.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-01-12 10:56:29 +01:00
Camila 39faeffe09 Add screenshots of the latest features.
- Add a few sentences about the new features
- Reorder the menu to make more sense with the new content.
- Move 'User status' from Architecture to 'Visual Tour'.

Signed-off-by: Camila <hello@camila.codes>
2022-01-11 11:40:15 +00:00
Camila cbed4786be
Bump version to 3.4.50.
Signed-off-by: Camila <hello@camila.codes>
2021-11-29 14:57:18 +01:00
Camila fb833ed311
Bump VERSION.cmake to 3.4.0.
Signed-off-by: Camila <hello@camila.codes>
2021-11-29 14:33:29 +01:00
Matthieu Gallien 426e0af8cd release 3.4.0 RC2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-24 17:46:10 +01:00
Felix Weilbach ec64246dc7 Only build app bundle if requested
For development a app bundle is not needed. The app bundle is only
needed for distribution and macdeployqt takes a lot of time.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-11-23 11:41:29 +00: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
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 b6108cb9fe Make virtual files feature documentation more understandable
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 20:42:19 +00:00
Felix Weilbach 65f2fd2450 Add documentation for user status selector dialog
Fixes #3770

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17 08:22:52 +00:00
Felix Weilbach 41ecb2c160 macOS client is not able to do auto updates
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-06 11:39:08 +02:00
allexzander 4927e48bf3 Update nextcloudcmd documentation.
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-26 10:38:06 +03:00
szaimen 2c95b9519c Set default maxChunkSize to 1000MB
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-30 07:00:09 +00:00
Felix Weilbach 22b10e20e4 Update supported server versions
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-07-29 10:00:45 +00:00