Frogvall
|
c417c45db1
|
Cleaned up a bit
|
2018-06-20 14:33:34 +02:00 |
|
Frogvall
|
3f3caf63e4
|
Add css and js implementation of previously naïve approach
Bonus: Learned some meteor :)
|
2018-06-20 14:25:18 +02:00 |
|
Jonas
|
49c5a1fcb1
|
Added adv class to skills in stat cards
Added arrows to initiative, for example
|
2018-06-18 00:51:20 +02:00 |
|
Stefan Zermatten
|
9fb37148fa
|
Merge pull request #167 from mommothazaz123/master
Add raw character JSON output, improve ratelimiter rules of API
|
2018-06-08 09:26:52 +02:00 |
|
Andrew Zhu
|
a67d7fb4ea
|
Merge branch 'master' into master
|
2018-06-07 02:06:34 -07:00 |
|
Andrew Zhu
|
8e0f19742b
|
fix some branch conflicts
|
2018-06-07 02:03:12 -07:00 |
|
Andrew Zhu
|
216e502c8a
|
add permission check to JSONcharacter
|
2018-06-07 01:38:29 -07:00 |
|
Andrew Zhu
|
1a18d1f816
|
update README to reflect dir name change
|
2018-06-07 01:08:41 -07:00 |
|
Andrew Zhu
|
c099e3173b
|
rename /rpg-docs to /app
|
2018-06-07 01:07:49 -07:00 |
|
Andrew Zhu
|
de93636c7c
|
Revert "add mixmax:smart-disconnect to reduce server load"
This reverts commit 465a61f80f.
|
2018-06-07 01:03:16 -07:00 |
|
Stefan Zermatten
|
5e263443b3
|
Updated dependencies
|
2018-06-04 15:42:23 +02:00 |
|
Stefan Zermatten
|
8c3a891254
|
Merge branch 'bugfix-163'
|
2018-06-04 15:29:14 +02:00 |
|
Stefan Zermatten
|
e737067990
|
Made sure empty party names take up some space so they can be edited
|
2018-06-04 15:28:08 +02:00 |
|
Andrew Zhu
|
465a61f80f
|
add mixmax:smart-disconnect to reduce server load
|
2018-05-27 22:58:02 -07:00 |
|
Andrew Zhu
|
bbf42aaf97
|
make ratelimiter actually match, return time to reset on hitting ratelimit
|
2018-05-25 01:39:35 -07:00 |
|
Andrew Zhu
|
b20d086a24
|
add character JSON endpoint, improve ratelimit rules
|
2018-05-25 01:34:39 -07:00 |
|
Stefan Zermatten
|
52baf297ca
|
Changed rpg-docs folder to app
|
2018-05-21 14:21:07 +02:00 |
|
Thaum Rystra
|
45e9f491ff
|
Merge branch 'feature-blacklist'
1.7.1
|
2018-04-02 14:27:24 +02:00 |
|
Thaum Rystra
|
742b26b0de
|
Added rate limiting logging and an error page for hitting the rate limit on opening characters
|
2018-04-02 14:26:55 +02:00 |
|
Stefan Zermatten
|
164ba78c81
|
Added blacklist checks and rate limit logging
Needs testing
|
2018-03-12 09:22:04 +02:00 |
|
Thaum Rystra
|
e27211b24d
|
Merge branch 'enhancement-154'
|
2018-03-03 20:13:03 +02:00 |
|
Thaum Rystra
|
30987752cc
|
Hotfix - Remove localhost from image link on printed character sheet
|
2018-03-03 17:28:42 +02:00 |
|
Thaum Rystra
|
058ee2691f
|
Merge branch 'feature-print'
# Conflicts:
# rpg-docs/package-lock.json
1.7.0
|
2018-03-03 17:18:16 +02:00 |
|
Thaum Rystra
|
f0cf7f4956
|
Added QR code and finished page 1
|
2018-03-03 17:13:36 +02:00 |
|
Thaum Rystra
|
75c8720b04
|
Moved printed character sheets to their own page
This makes sure the entire printed sheet is rendered before the browser attempts to print it, solving all manner of errors
|
2018-03-03 11:13:16 +02:00 |
|
Thaum Rystra
|
f73f2f670f
|
Formatted all existing printed character sheet fields nicely
|
2018-03-02 21:40:21 +02:00 |
|
Thaum Rystra
|
c6e62e1cfa
|
Added borders to ability scores and AC
|
2018-03-02 07:25:37 +02:00 |
|
Jacob
|
4e574c0f51
|
Added "clear" (reset to 0) button to resource cards
|
2018-02-24 14:49:42 +00:00 |
|
Jacob
|
80b195b7f7
|
Added reset button to resource cards
|
2018-02-24 14:42:41 +00:00 |
|
Thaum Rystra
|
67956d9a42
|
Fixed dropdown boxes being clipped in dialogs, updated Meteor
1.6.2
|
2018-01-26 18:18:49 +02:00 |
|
Stefan Zermatten
|
64b3ca6066
|
Added proficiencies to printed sheet; some fixes
|
2017-12-12 15:54:21 +02:00 |
|
Stefan Zermatten
|
8349f7da9b
|
Merge branch 'master' into feature-print
|
2017-12-06 09:22:57 +02:00 |
|
Stefan Zermatten
|
0636042878
|
Added core-js because an error message told me to
1.6.1b
|
2017-11-22 14:34:54 +02:00 |
|
Stefan Zermatten
|
6207ffa516
|
Updated meteor
1.6.1
|
2017-11-21 10:53:07 +02:00 |
|
Stefan Zermatten
|
9d33612054
|
Merge branch 'feature-rate-limiting-api'
closes #141
|
2017-11-21 08:50:03 +02:00 |
|
Stefan Zermatten
|
face6387a0
|
Fixed attacks not being added to spells added with multi-add
Fixes #145
|
2017-11-01 15:55:07 +02:00 |
|
Stefan Zermatten
|
b308595dac
|
Implement both tokens and rate limiting to API
Closes #141, but still needs better UI on failure
|
2017-10-12 16:24:12 +02:00 |
|
Stefan Zermatten
|
1d2de197a4
|
Replaced trello with github on home page
1.6.0
|
2017-09-28 14:04:42 +02:00 |
|
Stefan Zermatten
|
a3d790b47d
|
Merge branch 'feature-manage-user'
|
2017-09-28 13:47:46 +02:00 |
|
Stefan Zermatten
|
efe6dd87db
|
Added link to change password
closes #78
|
2017-09-28 13:47:30 +02:00 |
|
Stefan Zermatten
|
5b33a6e783
|
Fixed username dialog title
|
2017-09-28 13:22:21 +02:00 |
|
Stefan Zermatten
|
8730fab40b
|
Moved username dialog to own folder
|
2017-09-28 13:21:14 +02:00 |
|
Stefan Zermatten
|
992776bb40
|
Merge branch 'feature-onboarding'
|
2017-09-28 13:18:52 +02:00 |
|
Stefan Zermatten
|
bc9ec4421c
|
Polished onboarding, removed stray logs
closes #102
|
2017-09-28 13:17:33 +02:00 |
|
Stefan Zermatten
|
4c31ab601c
|
Improved new user experience and fixed errors on character delete
|
2017-09-28 13:03:54 +02:00 |
|
Stefan Zermatten
|
c4e77c7eae
|
Replaced all paper-tooltip with custom, working version
|
2017-09-28 11:47:03 +02:00 |
|
Stefan Zermatten
|
2cd6e27f70
|
Finished basic new user experience
|
2017-09-28 10:26:45 +02:00 |
|
Stefan Zermatten
|
f6b2dde479
|
Added basic onboarding steps
|
2017-09-27 16:19:00 +02:00 |
|
Stefan Zermatten
|
44da62a962
|
Lowered subscription caching to improve performance
|
2017-09-26 15:11:03 +02:00 |
|
Stefan Zermatten
|
4e96047e90
|
Added rate limiting to heavy subscriptions
|
2017-09-26 14:59:41 +02:00 |
|