Trevor Buckner
d18bd500b1
Fixing delete buttons
...
Delete should now first remove the current user as an editor, and only delete the file if he was the last editor. Currently, anyone who views your brew is added as an editor and if they delete it, the whole brew is deleted for everyone.
2019-02-14 13:54:35 -05:00
Trevor Buckner
14f721d209
Fix spacing on Notification popup for legibility
2019-02-07 12:24:26 -05:00
Trevor Buckner
1219f64cb3
Notification about Chrome PDF missing letters bug
...
Changed DISMISS KEY to current date to make popup appear again.
2019-02-07 12:19:38 -05:00
Trevor Buckner
b82aac4a5a
Make Monster Blocks always generate "abilities"
...
Originally had a random chance to generate no abilities, which a user might not know how to insert with the proper formatting. Also added some new abilities to select randomly when generated. Also fixes #836 .
2019-02-04 11:26:37 -05:00
Trevor Buckner
b53b5ccf43
More version updates in the changelog
2019-01-29 17:40:39 -05:00
Bobby Wertman
9e7981f05c
Fix typo in changelog
...
Fixes #765
2019-01-29 17:40:39 -05:00
Trevor Buckner
18a238786e
Hide scrollbar in share page but KEEP SCROLLBAR IN USER PAGE
2019-01-22 13:42:46 -05:00
Trevor Buckner
507f8e0852
Revert "Revert "Merge branch 'master' of https://github.com/naturalcrit/homebrewery ""
...
This reverts commit 0c70162a78 .
2019-01-22 11:26:33 -05:00
Trevor Buckner
0c70162a78
Revert "Merge branch 'master' of https://github.com/naturalcrit/homebrewery "
...
This reverts commit 077511dfa7 , reversing
changes made to facbc5f6dc .
2019-01-22 11:23:35 -05:00
Trevor Buckner
077511dfa7
Merge branch 'master' of https://github.com/naturalcrit/homebrewery
2019-01-22 11:13:53 -05:00
Trevor Buckner
69b25eb03a
Fix duplicate scrollbar in "share" page
2019-01-22 10:54:14 -05:00
Trevor Buckner
a56a999920
More Lint
2019-01-19 20:11:16 -05:00
Trevor Buckner
c1d8796807
Lint
2019-01-19 20:11:16 -05:00
Trevor Buckner
71af97e489
Refactored the "Recent Items" navbar component. Greatly simplified the code to about 70% length and made it much easier to read. Results in the same thing.
...
Oh. And it works again. Recent brews should be showing up fine now.
2019-01-19 20:11:16 -05:00
Trevor Buckner
facbc5f6dc
Merge branch 'master' of https://github.com/naturalcrit/homebrewery
2019-01-15 07:35:38 -05:00
Trevor Buckner
63a1ff454f
Added a notification popup similar to the "YOU ARE NOT USING CHROME" message. Can be used to notify users of current known issues, updates, etc.
...
Currently just reminds users to back up documents with a link to the Reddit FAQ.
2019-01-11 16:31:08 -05:00
Trevor Buckner
c634192289
Added a notification popup similar to the "YOU ARE NOT USING CHROME" message. Can be used to notify users of current known issues, updates, etc.
...
Currently just reminds users to back up documents with a link to the Reddit FAQ.
2019-01-11 16:26:03 -05:00
Scott Tolksdorf
bf21c3d351
lint
2018-12-06 18:19:43 -05:00
Scott Tolksdorf
52c0462a4f
Finished the clean up brew ui
2018-12-06 18:19:43 -05:00
Scott Tolksdorf
1184fe86a5
Removing the admin key, switching to full basic auth
2018-12-06 18:19:43 -05:00
Scott Tolksdorf
7656e53606
Finished stats and brew lookup on admin panel
2018-12-06 18:19:43 -05:00
Scott Tolksdorf
4241052952
Updating readme
2018-12-05 18:14:05 -05:00
Scott Tolksdorf
21b83ead88
Added middleware to force all routes to be https
2018-12-05 18:14:05 -05:00
Scott Tolksdorf
448ea5cf5c
Making the script tag stripper case insensitive
2018-12-03 09:55:49 +00:00
Scott Tolksdorf
20b719d0de
Added in a function to sanatize script tags specifically
v2.8.1
2018-12-03 09:55:49 +00:00
Scott Tolksdorf
8b04cc9269
Adding some more text to the default issue title to guide peopel to add an issue title
2018-11-27 10:38:29 +00:00
Marius
96466211c7
Make imgur link https in order to display image
...
Newer browsers warn and/or do not display content that gets loaded via HTTP if site is visited via HTTPS.
2018-11-26 20:13:25 -05:00
Kurtis Miller
34741291c7
Fix ESLint errors
2018-11-26 20:12:59 -05:00
Kurtis Miller
fcb0cd8ee7
Reset to previous commit
2018-11-26 20:12:59 -05:00
Kurtis Miller
aafac16af2
Add bold/italic shortcuts, reposition renderer warning
2018-11-26 20:12:59 -05:00
Trevor Buckner
911d1d4f9c
Hide duplicate scrollbar in brewRenderer
2018-11-13 15:24:46 -05:00
Trevor Buckner
2cd7b44e12
Merge branch 'PRODUCTION' into master
2018-11-11 04:02:12 -05:00
Trevor Buckner
bfccd1d9e4
Wrap the text in the "source" page.
...
See #332 .
2018-11-11 03:10:27 -05:00
Trevor Buckner
bf1bf6c191
Added spaces for lint...
2018-11-08 16:11:10 -05:00
Trevor Buckner
cc5cb677a1
Found the lint-friendly way to do it. Just needed to pass along the event data.
2018-11-08 16:11:10 -05:00
Trevor Buckner
2dcd7101f3
Fix metadata not working. Some earlier linting caused the handleFieldChange and handleSystem functions to not have access to event data. Returning these to their pre-lint state for now, but there might be a more lint-friendly way to do this later.
2018-11-08 16:11:10 -05:00
Trevor Buckner
f4e7e46a04
Added spaces for lint...
2018-11-08 16:04:14 -05:00
Trevor Buckner
8b3b7cb5aa
Found the lint-friendly way to do it. Just needed to pass along the event data.
2018-11-08 16:04:14 -05:00
Trevor Buckner
77081b39b4
Fix metadata not working. Some earlier linting caused the handleFieldChange and handleSystem functions to not have access to event data. Returning these to their pre-lint state for now, but there might be a more lint-friendly way to do this later.
2018-11-08 16:04:14 -05:00
Trevor Buckner
a06236e3ff
Fix regression with updated Pico-Router
...
This variable name changed with the v2.0.0 of Pico-Router and it wasn't changed here. This was causing every page to display a `<div class="homePage page">` rather than the appropriate `editPage` or `sharePage`. It just wasn't immediately noticeable since `homePage` and `editPage` are almost identical. The problem is clearly visible on `sharePage` however.
`homebrew.jsx` was set to always render a defaultUrl of ` ` which creates a `<div class="homePage page">` by default, overwriting the expected `<div>` on for the current url.
2018-11-07 16:11:18 -05:00
Rae Che
c8585775be
Change circleci mongo version to one that still exists
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
439cdfa1ea
upgrading to mongoose v5
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
4c36f254c4
Removing picofluc for now
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
b6815593fd
adding bithoundrc and updating pico-router
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
84054d1aae
Updating some packages
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
6cd6b3c1c6
Upping version
v2.8.0
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
907dbe4416
Updating to user create-react-class
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
47429d804a
Upping the node ver on circleci
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
1d54ab49e6
Updating superagent
2018-11-07 16:00:24 -05:00
Scott Tolksdorf
f634c451ff
Adding in the missing repository field
2018-11-07 16:00:24 -05:00