Akshay-Hegde

Results 13 issues of Akshay-Hegde

Why creating user in interface doesn't create user keys, crt in openvpn, do we have to copy manually ? instructions not given. also start and end date are for client...

https://github.com/scoumbourdis/grocery-crud/blob/c38c1195eb209848b39cb9fc06a3d5e8a6ccade1/application/models/Grocery_crud_model.php#L340 In method ``` function get_relation_n_n_selection_array($primary_key_value, $field_info) { } ```` **Take a example :** relation and selection table both are empty, then set relation_n_n something like below ``` $crud->set_relation_n_n('fields_callback', $this->db->dbprefix('wf_relation_field_callback'),...

Probably we need modification in ``` function get_relation_n_n_selection_array($primary_key_value, $field_info) { } ``` **From** ``` $this->db->where($field_info->primary_key_alias_to_this_table, $primary_key_value); ``` **To** ``` $this->db->where('`'.$field_info->relation_table.'`.'.$field_info->primary_key_alias_to_this_table, $primary_key_value); ``` ``` Column 'group_id' in where clause is ambiguous...

I see in recent version, of GC export option uses `$_GET` method, earlier it was `$_POST` in 1.5.7, since CSRF protections only works with POST data, this may lead to...

Example say, you have 1 record where file field exists and it's required (without file table record should not be updated/inserted), for insert state no issue, without file it will...

https://github.com/bertvv/ansible-role-mariadb/blob/a08fb33e7e74e2cbfb62f7bbabdba6597de4dc27/tasks/databases.yml#L31 Example the cases with .sql.gz or .sql.bz2 extension you will some chars on terminal which will eventually crash terminal, however there are no problems when source is just plane...

setInitRecord also should use params, example on site where CSRF tokens are mandatory will throw error.

Is there any CLI to manage Albums ? Example : List Albums, Share Albums etc Also is there any possibility to share all albums to public, may be a root...

``` "changed": false, "invocation": { "module_args": { "backup": false, "boot": true, "dump": "0", "fstab": null, "fstype": "overlay", "opts": "auto,x-systemd.automount lowerdir=/path/to/source1:/path/to/source2", "passno": "0", "path": "/opt/merged", "src": "overlay", "state": "mounted" } },...

Is is possible to generate new uidNumber if ldap schema not having uidNumber already ? Example above `2000+` ``` root@TestServer:/home/akshay# getent passwd noreply ``` Debug Results ``` slcd: accepting connections...