Arik Fraimovich
1768778d1d
Fix: show notifications only when page in background
2016-03-30 11:01:11 +03:00
Arik Fraimovich
f5abb47d89
Ask for notification permissions only on query execution
2016-03-30 11:01:01 +03:00
Arik Fraimovich
ffe23fc59c
Split colors palette to base and additional
2016-03-30 10:30:15 +03:00
chiragkparmar@gmail.com
d6a474b9f1
Update color palette to add more pretty colors
...
Inspired from ggplot2 color palette, update ColorPalette to make charts
more pretty.
2016-03-30 10:27:38 +03:00
Arik Fraimovich
aab2da2f4c
Move buttons in the query page
2016-03-30 10:06:48 +03:00
Alex DeBrie
d43d5731ee
Prevent schemas from expanding on search
2016-03-24 17:00:45 +00:00
Andrea Leesley
1701d6cb60
Adjust query info ui.
2016-03-24 16:59:14 +00:00
Andrea Leesley
a9fbb1ccb2
Make query results full width.
2016-03-24 16:59:14 +00:00
Andrea Leesley
c096a133c5
Move the schema container to the right.
...
- Clean up ui on the new query page.
2016-03-24 16:55:49 +00:00
atharva.inamdar
be90353cca
updated query search bar visibility threshold to 500
2016-03-24 16:39:19 +00:00
Thomas Sibley
e61a5f3567
Support for remote user authentication via a trusted request header
...
This allows redash to use nearly any custom authentication setup.
Authentication via the REMOTE_USER environment variable is not provided
as it's deemed unlikely to ever be used.
Note that, like existing authentication providers, if you disable
password authentication and the remote user auth is unsuccessful
(probably due to a misconfiguration), then you'll get a redirect
loop of /login ⇄ /remote_user/login.
2016-03-21 17:00:16 -07:00
Arik Fraimovich
2ce6b567ca
Include public.html in frontend build
2016-03-21 13:12:01 +02:00
Arik Fraimovich
fbb81b62d6
Make signed out layout more modular
2016-03-20 10:07:10 +02:00
Arik Fraimovich
9e6e913347
Merge pull request #928 from getredash/extensibility
...
Add extension points to override frontend elements
2016-03-15 22:49:45 +02:00
Arik Fraimovich
fde36298ce
Add extension points to override frontend elemnts
2016-03-15 22:46:36 +02:00
Arik Fraimovich
82871f606a
Fix: format API not working for non defualt organization
2016-03-15 15:25:52 +02:00
Arik Fraimovich
0fcf232b5e
Move footer to include file
2016-03-15 14:22:12 +02:00
Arik Fraimovich
df180a2cb8
Allow admin to reset password instead of resend invite
2016-03-15 10:56:37 +02:00
Arik Fraimovich
0dccaa9ca4
Show warning if email server isn't configured
2016-03-15 10:37:33 +02:00
Arik Fraimovich
7a943f62b3
Password reset & invite links functionality.
2016-03-14 18:33:17 +02:00
Arik Fraimovich
abde67f2d9
Fix: gulp wasn't building app_layout.html
2016-03-13 22:58:12 +02:00
Arik Fraimovich
841805496e
Better full screen support
2016-03-10 14:05:34 +02:00
Arik Fraimovich
fad8f2b7be
UI for controlling access to dashboard
2016-03-10 11:28:39 +02:00
Arik Fraimovich
be65582da9
Remove explicit header setting as we do it in the config
2016-03-09 13:43:52 +02:00
Arik Fraimovich
52ad1f1ba1
Public dasboards feature.
2016-03-09 13:38:02 +02:00
Arik Fraimovich
863365a412
Feature: print layout for dashboards
2016-02-29 21:07:07 +02:00
Arik Fraimovich
d06d1ada28
Fix: data source loaded without properties
2016-02-28 18:54:20 +02:00
Arik Fraimovich
84f71d1837
Fix: properly show date/time in filters
2016-02-28 11:04:08 +02:00
Arik Fraimovich
86f2a0172f
Fix #851 : embed doesn't load due to missing module.
2016-02-24 21:53:12 +02:00
Arik Fraimovich
954e63a41f
Fix: dashboard query results links broken
2016-02-23 11:33:13 +02:00
Arik Fraimovich
553c6ac8d7
Improve layout of download links
2016-02-22 11:50:42 +02:00
toyama0919
78511fd0ce
add feature, Excel download from dashboard.
2016-02-17 14:48:23 +09:00
Arik Fraimovich
a50ae19236
Merge pull request #823 from mobiledefense/add-widescreen-toggle
...
Feature: Button toggle to display dashboard in at full screen width
2016-02-16 10:23:16 +02:00
yohei.naruse
32824f7575
apply reviews
2016-02-16 10:56:06 +09:00
yohei.naruse
2f16c8ae5f
#801 Download DataSheets as Excel file
2016-02-15 23:47:31 +09:00
Arik Fraimovich
1ceddc9e91
Fix: we were sending wrong timestamp to Plotly
2016-02-14 20:38:32 +02:00
Arik Fraimovich
cec4e71d99
Fix #797 : user redirected to homepage when changing permission type
2016-02-14 16:01:36 +02:00
Arik Fraimovich
e3420acd4b
Feature: pivots are now regular visualizations that can be *saved*.
2016-02-14 15:17:52 +02:00
Arik Fraimovich
d21e2a79cc
Close #772 : upgrade to latest PivotTable.js lib
2016-02-14 14:40:01 +02:00
Arik Fraimovich
0ea0ba3fbe
Fix #802 : switching to/from query source view resets chart colors
2016-02-14 13:52:53 +02:00
Arik Fraimovich
0c93fe12ba
Amend jshint settings
2016-02-14 13:51:32 +02:00
Arik Fraimovich
19766cf4ce
Fix: sorting X values had no effect.
2016-02-14 13:24:14 +02:00
Arik Fraimovich
5e2727cfdf
Use unminified d3.js in development.
2016-02-14 12:25:16 +02:00
Arik Fraimovich
3da326009b
Bump Plot.ly version to a more recent one.
2016-02-14 12:24:56 +02:00
Matt Sochor
240739a445
Add dashboard toggle to display dashboard in at full screen width
2016-02-11 16:39:40 -05:00
Arik Fraimovich
cda1068ff1
Show logo in embdes
2016-02-10 15:39:02 +02:00
Arik Fraimovich
8cf7314dc0
Fix embed URL & move logic into a directive
2016-02-10 15:34:31 +02:00
Arik Fraimovich
3e58d8798a
Copy additional files on gulp build
2016-02-09 15:09:31 +02:00
Arik Fraimovich
bab4080430
Switch to Gulp from Grunt
2016-02-09 14:59:19 +02:00
Arik Fraimovich
197bbde788
Fix #785 : remove admin check box and direct users to use the groups
...
admin.
2016-01-24 11:08:02 +02:00