169 Commits

Author SHA1 Message Date
bc475a51a3 Add changenick API 2019-06-14 01:39:56 -06:00
696abb6641 Adjust database, fix bug in munzee.php 2019-06-13 03:01:42 -06:00
53aa167e79 Make version check API that doesn't require login 2019-06-12 15:47:51 -06:00
f20f24994b Send found item icon and color to client 2019-06-09 00:25:47 -06:00
6b9d631b7a Add Munzee oauth and capture support (not tested fully) 2019-06-05 02:26:01 -06:00
487775734e Make v1 clients prompt user to upgrade to v2 2019-06-05 02:25:38 -06:00
78a46edd37 Badge tweaks 2019-06-04 16:00:23 -06:00
98e921d187 Return badge info from Player->toArray() 2019-06-04 15:54:08 -06:00
97921fc8c8 Improve badge data 2019-06-04 15:53:30 -06:00
a538519d2d Fix ability to attack/capture/etc places without any energy 2019-06-03 14:31:40 -06:00
0ec6e93496 Adjust artifact info format 2019-05-28 00:59:18 -06:00
0d1d76a86e Send artifact data with getplace 2019-05-28 00:33:39 -06:00
4cea9d1098 Add ability to add artifacts to places in useitem 2019-05-28 00:26:15 -06:00
2dcaaed09b Use artifacts in place defense 2019-05-28 00:07:13 -06:00
954fb0a836 Update player SCANS stat 2019-05-27 23:40:26 -06:00
395552b8f1 Rewrite getprofile to use Player class 2019-05-27 23:40:03 -06:00
92df403312 Add placeact API call 2019-05-27 23:39:34 -06:00
e5e4d3d42f Add classes Place, Player, PlayerStats, Energy; add player_stats table 2019-05-27 23:39:18 -06:00
601c196a3c Send team ID in incoming chat messages 2019-05-24 00:26:11 -06:00
2d50f7a723 Add getplace API 2019-05-22 14:10:12 -06:00
e3a325028d Add minimum_client_version 2019-05-07 11:46:22 -06:00
dc52028474 Update player location and lastping when we get a lat/lng from them 2019-05-06 15:35:22 -06:00
e8ab312ff8 Delete backup file 2019-05-05 19:00:29 -06:00
bfc85c006f API: add useitem 2019-05-05 19:00:03 -06:00
718bde141d Add chat API, move "items" to "inventory", add color+icon fields to items 2019-05-05 00:37:21 -06:00
f9afcbe5d8 Get nearby places and players API, improve DB schema, ignore zero-weighted items when picking 2019-04-29 03:02:48 -06:00
af13a70976 User sign-in/account linking, profiles, barcode to items, database changes 2019-04-27 00:35:22 -06:00
b24bb20a8b Correct license copyright dates 2019-03-01 23:47:21 -07:00
7ec5396d1f Update readme 2019-03-01 23:46:03 -07:00
cff20d1979 Merge ../../BizApps/BusinessAppTemplate 2019-03-01 23:45:05 -07:00
7f037a743a Create project from app template and old v1 database schema 2019-03-01 23:44:58 -07:00
c97e058786 API: Check for user permission 2019-03-01 23:43:31 -07:00
26a662c399 Add addTextInput and addSelect methods that are simpler than addInput 2019-03-01 23:37:36 -07:00
289aaeaa9f Minor text changes 2019-03-01 23:37:06 -07:00
3ca062d995 Enforce app passwords in API for users with two-factor enabled 2019-02-11 16:19:27 -07:00
7d30251cd6 Add CORS header to API 2019-01-07 22:18:02 -07:00
7173a50c36 Add textarea to FormBuilder 2019-01-04 17:53:01 -07:00
e66280e07a FormBuilder: add d-flex to footer 2019-01-04 17:29:08 -07:00
3ed75822a1 Update license and readme 2019-01-03 00:13:41 -07:00
7531dc362d Whoops 2019-01-02 23:54:53 -07:00
b250908663 Add more permissions checks 2019-01-02 23:51:47 -07:00
892102528b Strip tags from aria-label 2018-12-31 14:22:14 -07:00
69c634ea99 Add checkbox to form builder 2018-12-31 14:14:00 -07:00
6ceeeaa087 Add support for regex matching on API vars 2018-12-27 14:44:10 -07:00
f1c36fdeb1 Add getRequestUser() function 2018-12-27 00:55:58 -07:00
d36b340692 Make API work with user/pass combo 2018-12-27 00:51:54 -07:00
d7ca7125ce Nicer access denied message 2018-12-27 00:15:27 -07:00
1729b842ba Add permission check during login 2018-12-26 16:32:43 -07:00
4d2b78bdba Remove unused strings 2018-12-26 16:28:32 -07:00
106e697fc3 Remove captcha-related code, since login is done by AccountHub now 2018-12-26 16:25:48 -07:00