Search found 13 matches

by marajah
07 Dec 2021, 18:17
Forum: Translations
Topic: Italian translation for 3.0 and Ext 3.0
Replies: 0
Views: 265

Italian translation for 3.0 and Ext 3.0

Attached, Italian translations for Ruko 3.0 and extensions 3.0
I also changed a few errors for the previous versions.
by marajah
18 Oct 2021, 13:21
Forum: Suggestions
Topic: Webdav file storage module
Replies: 0
Views: 230

Webdav file storage module

Hi, Sergey Wouldn't it be nice to have a connector to a Webdav server in the file storage module? It could be used by Nextcloud, Owncloud (open source groupware) and many other servers (private and public, linux and windows), mostly related to the open source community. This protocol is so popular t...
by marajah
12 Apr 2021, 13:27
Forum: Discussion
Topic: Pushing a standard dashboard to all?
Replies: 10
Views: 1309

Re: Pushing a standard dashboard to all?

Dashboard configuration available in standard version https://docs.rukovoditel.net/index.php?p=13 Open Invoice in this video is field Mysql Query that SUM of sub-entity (Invoices) for Users entity. What about making a SUM for a field that's not in the Users Entity but in an entity that is just rela...
by marajah
25 Mar 2021, 22:52
Forum: Suggestions
Topic: Database directory purging
Replies: 1
Views: 423

Database directory purging

Hi, all There is already a thread asking for a function to easily delete a list of backups, and I would like to put a "thumb up" on it ;) https://forum.rukovoditel.net/viewtopic.php?p=5211 By the way... when there are many files, personally I prefer to acess via FTP and delete all the back...
by marajah
20 Mar 2021, 06:40
Forum: Discussion
Topic: MySQL Query returns FK to Global List
Replies: 7
Views: 910

Re: MySQL Query returns FK to Global List

Hello everybody I need to verify that one of the fields of the form, chosen from a global list to make it easy and simple, has a correct value compared to two other fields of the form (these two fields are calculated with a sql query). I have to do this check before submitting the record to the DB. ...
by marajah
12 Mar 2021, 00:50
Forum: Bug Report version 2.8
Topic: CSRF vulnerability on Rukovoditel 2.8.3 Hacker can add new user with admin privilege
Replies: 12
Views: 8031

Re: CSRF vulnerability on Rukovoditel 2.8.3 Hacker can add new user with admin privilege

You can't do any action if you are not logged. So any html files like this will redirect to login. It's not the attacker that needs to be logged, but the victim. When the victim is logged and click on the page, the actions will be done on behalf of the victim https://en.wikipedia.org/wiki/Cross-sit...
by marajah
11 Mar 2021, 04:03
Forum: Bug Report version 2.8
Topic: CSRF vulnerability on Rukovoditel 2.8.3 Hacker can add new user with admin privilege
Replies: 12
Views: 8031

Re: CSRF vulnerability on Rukovoditel 2.8.3 Hacker can add new user with admin privilege

Hi, Tuong It works, but in my case I had to put the php file with the malicious code in the same server. Also, it worked when the connection was on the same protocol (HTTPS). This means that (in my case, with my server configuration and the Samesite property of my cookies set on true) it is harder t...
by marajah
24 Feb 2021, 06:36
Forum: Discussion
Topic: Editing a record with a unique field
Replies: 5
Views: 361

Re: Editing a record with a unique field

Ok, I got it. The problem was on some records, not all. So I investigated in the table and found the error: probably, having updated the table a few times, some values have been written twice. The duplicated records weren't visible in Rukovoditel, but only with PhpMyAdmin. After deleting the duplica...
by marajah
24 Feb 2021, 04:27
Forum: Discussion
Topic: Editing a record with a unique field
Replies: 5
Views: 361

Re: Editing a record with a unique field

Thank you for your attention. No, sure the table has been checked. I mean that when I'm going to update a field, whatever it is, the unique field blocks the editing, also if I'm not directly updating it. But you gave me the hint, it was obvious... Even if the field is varchar (input field) the valid...
by marajah
23 Feb 2021, 14:09
Forum: Discussion
Topic: Editing a record with a unique field
Replies: 5
Views: 361

Editing a record with a unique field

Hi, I am stuck with a strange error. I imported an excel with a list of records. Then i setup a field that I use as a code, to be unique, required and heading. When I update a record, the validation always says that the value must be unique and so I can't save changes. What am I doing wrong? error.p...