admin icon indicating copy to clipboard operation
admin copied to clipboard

Qor Admin - Instantly create a beautiful, cross platform, configurable Admin Interface and API for managing your data in minutes.

Results 114 admin issues
Sort by recently updated
recently updated
newest added

If client has Authorization header, auth package is not using cookie based validation. https://github.com/qor/auth/blob/11d4c974507d28e2fd10ff94edcdd00369e069a6/session_storer.go#L43 the same condition applies to the csrf_check middleware.

I've created a main.go following instructions at README but I get this error when accesing localhost:9000/admin: `2019/09/29 19:44:18 http: panic serving 192.168.33.1:51099: runtime error: invalid memory address or nil pointer...

Hi guys, Hope you are all well ! I try to run qor-admin from a docker container, and it is triggering a weird error from net/http package. ref. https://github.com/x0rzkov/oniontree ```bash...

Hi guys, Hope you are all well ! Would it be possible to create a new meta type for qor that would be useful to many people; a markdown editor...

这个错误只在windows编译时出现 linux上没问题 错误堆栈: ``` 2017/02/04 22:06:38 http: panic serving 127.0.0.1:5157: runtime error: invalid memory address or nil pointer dereference goroutine 5 [running]: net/http.(*conn).serve.func1(0xc0423e3400) C:/Go/src/net/http/server.go:1491 +0x131 panic(0x855660, 0xc04200e130) C:/Go/src/runtime/panic.go:458 +0x251 html/template.(*Template).escape(0x0,...

This is needed for serializeable_meta because it wraps multiple fields with qor-field, so all fields will have the first one's template.

needs-rebase

Hi guys, Hope you are all well ! I have a weird behaviour on iPhone, as it works well on android, for the admin ui responsiveness. Is it possible to...

@jinzhu I'm looking into standardising our logging (and not using `log`). My first thought was to add a private field to `Admin` and `func (Admin) SetLogger()`, but the only place...