handlers: permisison check for all pages + retrieve user-specific permissions for pages (if any)

Tá an tiomantas seo le fáil i:
2019-05-03 15:59:29 +02:00
tuismitheoir e87c3a0f4d
tiomantas 7630301168
D'athraigh 23 comhad le 167 breiseanna agus 34 scriosta

Féach ar an gComhad

@@ -8,7 +8,8 @@ class HandlerHistory : public Handler
public:
HandlerHistory();
using Handler::Handler;
Response handle(const Request &r) override;
Response handleRequest(const Request &r) override;
bool canAccess(const Permissions &perms) override;
};
#endif // HANDLERHISTORY_H