Keith Holliday
8e04d6e284
Removed update stats notification ( #10324 )
2018-05-04 08:17:22 -05:00
Sabe Jones
f7415df6ba
4.41.3
v4.41.3
2018-05-03 20:45:21 +00:00
Matteo Pagliazzi
f85e1c2dc4
Hotfix for webhooks bus in models/group ( #10323 )
...
* remove new webhooks code from group model
* disable chat webhooks as well
2018-05-03 22:40:42 +02:00
Sabe Jones
33628a0a6a
4.41.2
v4.41.2
2018-05-03 18:02:49 +00:00
Keith Holliday
5e6541faa6
Logged users out if they were logged in with facebook ( #10322 )
2018-05-03 13:00:50 -05:00
Sabe Jones
c1ed02d383
4.41.1
v4.41.1
2018-05-03 17:44:38 +00:00
Sabe Jones
3793e92b80
chore(i18n): update locales
2018-05-03 17:41:59 +00:00
Matteo Pagliazzi
e3ce1c5322
possible fix for facebook auth bug
2018-05-03 18:06:01 +02:00
Alys
84b16f28c2
remove statement about deletion feedback being anonymous
2018-05-03 21:31:06 +10:00
user
9c702505a9
Locales Changing, PM Disabled Caption Added
2018-05-02 19:08:43 +03:00
Sabe Jones
27c73e028a
Merge branch 'release' into develop
2018-05-01 21:32:29 +00:00
Sabe Jones
d125b8d2f8
4.41.0
v4.41.0
2018-05-01 21:32:06 +00:00
Sabe Jones
451e08ce1c
chore(i18n): update locales
2018-05-01 21:31:34 +00:00
SabreCat
16b5b8b8c7
chore(sprites): compile
2018-05-01 21:25:58 +00:00
SabreCat
30a717148e
chore(event): end Spring Fling
2018-05-01 21:25:45 +00:00
SabreCat
bcf9670dbe
feat(content): Armoire and backgrounds May 2018
2018-05-01 20:55:16 +00:00
Marvin Rabe
129fccf646
Guild category tags and challenge category tags have now the same styling.
2018-05-01 21:36:23 +02:00
Marvin Rabe
9d755c5d5f
Merge branch 'fix-german-translations' into fix-challenge-layout
2018-05-01 20:17:29 +02:00
Marvin Rabe
05c43d1f9d
Use sidebar section component in tavern.
2018-05-01 20:13:46 +02:00
Marvin Rabe
45df73e4be
Fixed challenges on 'Tavern'
2018-05-01 19:53:31 +02:00
Marvin Rabe
eaa00598d0
Improvements to Challenge Layout ( #9619 )
2018-05-01 19:47:04 +02:00
Marvin Rabe
88b14592c5
Make Challenge Owner's Name Clickable ( #9283 )
2018-05-01 17:23:02 +02:00
Marvin Rabe
85136675e9
Fixed group sidebar.
2018-05-01 16:13:16 +02:00
Marvin Rabe
4e4181a394
Improved challenge layout.
2018-05-01 16:10:57 +02:00
Marvin Rabe
f93822b0b3
Several hard coded strings fixed.
2018-05-01 14:34:58 +02:00
Matteo Pagliazzi
a864e69042
make unhandled promise rejections easier to find among logs
2018-05-01 12:09:30 +02:00
Matteo Pagliazzi
2ccd9eaa1e
uprade deps
2018-05-01 12:01:47 +02:00
Alys
5faf00d489
replace loading screen tip about buff arrow
...
The buff arrow no longer appears on your avatar.
2018-05-01 18:32:44 +10:00
Alys
f211610f5d
add swear word - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2018-05-01 15:29:01 +10:00
Alys
332f285ea2
exempt The Rhyme Commando guild from the swearword blocker
...
This allows people to quote passes from literature containing words
that would otherwise be banned as religious oaths.
2018-05-01 13:31:56 +10:00
Sabe Jones
006159cc9c
Merge branch 'release' into develop
2018-04-30 20:46:03 +00:00
Sabe Jones
3722452b51
4.40.1
v4.40.1
2018-04-30 20:45:38 +00:00
Sabe Jones
d6b5d275da
chore(i18n): update locales
2018-04-30 20:45:27 +00:00
SabreCat
72073386ec
chore(news): Bailey
2018-04-30 20:41:31 +00:00
Matteo Pagliazzi
d34ec62901
Remove inbox from more routes ( #10303 )
...
* remove inbox from some auth routes
* remove inbox from quests routes
* remove inbox from groups routes
2018-04-30 20:36:31 +02:00
Matteo Pagliazzi
ca73b9af41
remove stackimpact
2018-04-30 19:07:46 +02:00
Matteo Pagliazzi
8b9bf88fa0
Remove inbox from more routes ( #10300 )
...
* remove inbox from user/stats routes
* remove inbox from news routes
* change signature for authWithHeaders
* do not load inbox in coupons routes
* do not load inbox in challenge routes
* do not load inbox in some members routes
* do not load inbox in chat routes
2018-04-30 17:36:41 +02:00
user
9133250a42
Useless CSS rule for the caption has deleted
2018-04-30 16:12:53 +03:00
user
e60177f14a
Sending messages is allowed; PM related texts moved
2018-04-30 00:58:08 +03:00
Matteo Pagliazzi
5f0ef2d8f0
Webhooks v2 (and other fixes) ( #10265 )
...
* begin implementing global webhooks
* add checklist item scored webhook
* add pet hatched and mount raised webhooks (no tests)
* fix typo
* add lvl up webhooks, remove corrupt notifications and reorganize pre-save hook
* fix typo
* add some tests, globalActivity webhook
* fix bug in global activiy webhook and add more tests
* add tests and fix typo for petHatched and mountRaised webhooks
* fix errors and add tests for level up webhook
* wip: add default data to all webhooks, change signature for WebhookSender.send (missing tests)
* remove unused code
* fix unit tests
* fix chat webhooks
* remove console
* fix lint
* add and fix webhook tests
* add questStarted webhook and questActivity type
* add unit tests
* add finial tests and features
2018-04-29 20:07:14 +02:00
user
770285f10d
Toggle-switch aligned with Messages Title
2018-04-29 19:08:09 +03:00
user
495dd2736c
Locale Small Update
2018-04-29 17:03:51 +03:00
user
4467da980c
POST request toggling opt deleted, changed to PUT /user
2018-04-29 16:48:10 +03:00
user
082539b982
Toggle-switch changed to the local one; 'en' locale edited
2018-04-29 16:31:23 +03:00
user
ef7719f91d
PM opt-in opt-out intert internationalization
2018-04-29 04:32:33 +03:00
user
f98efd4eb9
PM opt-in opt-out is ready to use
2018-04-29 04:05:31 +03:00
user
4a0856c919
Client: opt-in / opt-out functionalitonality is ready
2018-04-29 03:07:03 +03:00
user
2adc5c13e4
Server: /toggle-private-messages-opt
2018-04-28 23:44:17 +03:00
Shadi Moustafa
cf274310a8
Changed Member List number in Guilds ( #10268 )
...
* Updated README.md
Added Team Name and Collaborators
* Updated README.md
* Changed Member List number in Guilds
Changed Member List number in Guilds
* remove habitica2.bat
* Updated README.md
2018-04-28 17:43:59 +02:00
Philip Karpiak
a2ee73a2e2
Use consistent elements in footer links (fix add-on/forum link colors) ( #10208 )
...
* Fix html element rendering of some footer links
* Unscope footer.expanded + children styles
Fixes link color cascading
2018-04-28 17:43:40 +02:00