redash/docs
Arik Fraimovich f7b57fa580 Feature: new permissions system
This is one huge change for the permissions system and related:

* (Backward incompatible:) Remove the table based permissions in favour of the new model.
* Manage permission to view or query datasources based on groups.
* Add the concept of Organization. It's irrelevant for most deployments, but allows for
  multi-tenant support in re:dash.
* Replace ActivityLog with Event based rows (old data in activity_log table is retained).
* Enforce permissions on the server-side. There were some permissions that were only enforced
  on the client side. This is no more. All permissions are enforced by the server.
* Added new permission: 'super-admin' to access the status and Flask-Admin interface.
* Make sure that html is never cached by the browser - this is to make sure that the browser
  will always ask for the new Javascript/CSS resources (if such are available).
2015-12-31 10:43:33 +02:00
..
dev Update GitHub repo url (EverythingMe -> GetRedash) 2015-11-26 10:34:16 +02:00
misc Misc. UI fixes because Google changed their console 2015-08-24 17:07:11 -07:00
usage Code review fix. 2015-10-13 20:14:58 -07:00
conf.py Remove version info from conf.py -- rtd doesn't use it 2015-07-26 15:54:56 +03:00
datasources.rst Update datasources.rst 2015-12-08 15:31:58 -08:00
dev.rst Add Sphinx based documentation to the project. 2015-07-26 15:24:16 +03:00
index.rst Update GitHub repo url (EverythingMe -> GetRedash) 2015-11-26 10:34:16 +02:00
Makefile Add Sphinx based documentation to the project. 2015-07-26 15:24:16 +03:00
misc.rst Add Sphinx based documentation to the project. 2015-07-26 15:24:16 +03:00
requirements.txt Add Sphinx based documentation to the project. 2015-07-26 15:24:16 +03:00
setup.rst Feature: new permissions system 2015-12-31 10:43:33 +02:00
upgrade.rst Update GitHub repo url (EverythingMe -> GetRedash) 2015-11-26 10:34:16 +02:00
usage.rst Update documentation re. users admin 2015-09-06 10:15:26 +03:00