Fast solution for manage content by API.
daebak
Posts
-
Strapi.io -
Traccar moder gps trackingTraccar v4.14!
It is a real pity that the inclusion of this script among those available in cloudron has been abandoned because it would promote the cloudron solution in other fields. Seeing the regularity of the updates, the team seems very operational, it is a project that has existed for several years now and, from the 2018 version present in the cloudron repository, it has made so many improvements so as to rank it among the best of the open source GPS tracking system. I hope to see it soon in the Cloudron store. -
Nextcloud 29.0.8 - View jumps to top after file close for long file listsI tried version 29.0.8, but I encountered an issue that significantly slows down operations: when closing a file, the list view scrolls to the first file. With long file lists, this is very inconvenient, especially if you are making sequential changes to documents.
I have seen that this has already been reported as a bug, and some users are experiencing it even in version 30.0.1.
https://github.com/nextcloud/server/issues/48545
I had to roll back to version 29.0.6 and will have to wait until this issue is resolved, perhaps in version 30.0.2 or whenever.
I am very grateful to the Cloudron team for waiting and testing before releasing an update.
This isn't the first time we've been stuck on a version due to usability issues, unable to update until the bug is fixed. For those who don't notice and update anyway, having to live with a bug for a long time until it's fixed is frustrating.
This is just a reflection to inform others of this issue.
-
Where Can I Find the Space Used by an Application?Hello everyone,
Previously, in the storage tab, it showed how much space the application was occupying. Now I no longer see this information. Has it been removed or moved elsewhere?
Thanks! -
Bug: Auto logout with and without inactivity - 28.0.5After the latest update from 28.0.4 to 28.0.5, there’s an auto logout problem with or without activity.
I also tried to add these parameters
‘session_lifetime’ => 86400, ‘session_keepalive’ => true, ‘auto_logout’ => false,
in the config.php but nothing, the problem persists.
I reported this bug:
https://github.com/nextcloud/server/issues/45132
the response:
Please try to apply #45093. it is for 29, but the changes can be done for 28 as well until the backport is done.
https://github.com/nextcloud/server/pull/45093
Has anyone else encountered this problem?
Thank you.
-
Asterisk PBX - Open Source VOIP IP-PBX ServerWould be great!
-
Nextcloud 28.0.2 - New files path app/files/files/ normal or...Hi, After the latest update (28.0.2), the file path is now app/files/files/ instead of the previous app/files/. Can you confirm if this new path is correct or if there is a problem with the update? I don’t have any malfunctions but it seems strange to me. Can you confirm if the new address is normal? Thank you.
-
Bug: Auto logout with and without inactivity - 28.0.5As I opened this post, I already indicated that I had opened an issue on GitHub, the one mentioned in the previous comment.
https://github.com/nextcloud/server/issues/45132#issuecomment-2098151745
Now, whoever applied the fix, which is hoped to be released in the next release, encountered this problem:
"for us #45093 did fix the auto logout error but Nextcloud Office / Collabora Code could not access the files any more, so we had to choose what’s more important, NC Office or a reliable Talk App.
A general question: Does the Maintenance and Release Schedule, in this case for 28.0.6 (2024-05-23) and 29.0.1 (2024-05-23), also apply to critical issues like that or are hotfixes rolled out via the Updater earlier?".
I don’t know if this can also cause problems with OnlyOffice. I believe that must be very careful when performing the update, at least try the operation of the main applications.
-
Bug: Auto logout with and without inactivity - 28.0.5What @necrevistonnezr says is totally appropriate. There are bugs, like in this case, that cannot wait for an update to be released but should be released as a priority. The dental clinic secretaries have been doing the swing (logout/login) for 2 weeks to register appointments. In the end, with this bug it is possible to continue working but, what would have happened if it completely prevented an operation, we went back to pen and paper? Although updates can be scheduled over the weekend to have time to test and possibly restore the old version, the real problems occur with normal use and, after adding data, it is not possible to go back. I therefore hope that Nexcloud understands that, in some cases, it is important to release emergency fix releases.
-
Folder in Nextcloud Not Opening After Update to 30.0.2I am encountering a problem that I am unable to resolve, and I hope someone can help me.
In Nextcloud, I have two external hard drives (Ubuntu/Samba) mounted through the Nextcloud panel in CIF, and everything was working perfectly until I updated to version 30.0.2. After the update, a single folder is causing problems: when I try to open it, the loading cursor keeps spinning, but the files never appear.
I tried to run a scan from the terminal using the command "sudo -u www-data php -f /app/code/occ files:scan --all", but this removed approximately 4080 files and folders. I have checked by connecting to the disk, and the files and folders are still there, but Nextcloud cannot display them.
This is a very urgent situation, and I would appreciate any help or suggestions. Thank you in advance for your support!!
-
Folder in Nextcloud Not Opening After Update to 30.0.2I tried restoring the previous backup, and the problem occurs when I update from version 30.0.1 to 30.0.2.
Since it's just one directory, I can recreate a new directory and move the folders from the directory that won't open to the new one using WebDAV. The problem is that when I run the files:scan command, it empties the directories. What am I doing wrong? How can I retrieve the path of the external disk for that directory?
Here is the command I'm using: sudo -u www-data php -f /app/code/occ files:scan <username> --path=/<username>/files/externaltest if I have [IP]/storage/directory.
-
Folder in Nextcloud Not Opening After Update to 30.0.2I accidentally solved the problem of the folder that wouldn't open and kept loading infinitely.
When I tried downloading and uploading the folders to a new folder, the same problem occurred again. I noticed that the cause was an empty Readme.md file of 0KB.
This problem occurs starting from version 30.0.2; it didn't happen with version 30.0.1. After deleting the file remotely, the folder opens. You can try creating a folder and uploading an empty Readme.mdfile; you should encounter the same problem.
A bug report should be created, but I don't know if it happens only to me. So, anyone who wants to can try it to see if it’s indeed a bug.
The second problem, where many empty folders aren't shown after scanning, I couldn't explain. Since it's an external storage used only with Nextcloud, it should be fine permission-wise. This actually concerns me more, because theoretically, with external storage, a cron job should be added to scan files every 15 minutes:
sudo -u www-data php occ files:scan --all
as indicated in the documentation: Nextcloud External Storage Configuration
I hope this can be helpful to someone, especially because I haven't found similar cases online and I discovered it only by chance.
-
Issue with Saving Email Attachments in Version 30.0.2@jdaviescoates said in Issue with Saving Email Attachments in Version 30.0.2:
Nextcloud Mail app
Yes is Nextcloud Mail app I just would to know if others have the same issue.